All authors
majiayu000 avatar

Claude Skills by majiayu000

github.com/majiayu000
16,564 skillsA× 15,812B× 521C× 158D× 43F× 30566 installs12,120 views
Color TheoryA

World-class color theory expertise combining the scientific precision of Josef Albers' "Interaction of Color," the systematic thinking of color systems from Pantone and RAL, and the perceptual psychology insights from researchers like Bevil Conway. Color is not just aesthetics - it's communication, emotion, and usability compressed into wavelengths. Great color work is invisible when done right. Users don't notice "nice colors" - they notice when they can't read text, when buttons don't look...

designgo
0
76
Color TokensA

Generate accessible color tokens from a single accent color. Use when user wants to create or update color palettes, check accessibility contrast, or generate warm/cool adaptive gray scales.

toolsbashnode
0
76
Color ToolsA

Color palette generation, contrast checking (WCAG), color space conversion, and color harmony tools. Ensures accessible and visually appealing color systems. Use when designing color schemes, checking accessibility, or creating design tokens.

developmentgo
0
76
Colored OutputA

Centralized colored output formatter for all skills, agents, and commands with ANSI escape codes

toolsgobash
0
76
Colormaps StylingA

Master color management and visual styling with Colorcet. Use this skill when selecting appropriate colormaps, creating accessible and colorblind-friendly visualizations, applying consistent themes, or customizing plot aesthetics with perceptually uniform color palettes.

datapythongo
0
76
Colors TypographyA

Define brand styling for website projects. Updates globals.css with CSS color variables (oklch format), typography (h1-h6, p, a, blockquote), and container styles. Use at the start of a project after sitemap is created. Requires primary, secondary, and accent colors plus font choice.

design
0
76
ColorsA

Preview CYNIC's color system with semantic colors, health indicators, progress bars, and Dog colors (Sefirot). Use when testing terminal colors or wanting to see the visual theme.

developmentjavascriptrust
0
76
Column B Strategic PlanningA

A framework for "working backward from the future" to build audacious products. Use this when kicking off new projects, setting multi-year roadmaps, or defining a company-wide mission that transcends current market constraints.

toolsgotesting
0
76
Combat System CreatorA

Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management.

developmenttypescript
0
76
Combat SystemA

Implements combat systems including hitboxes, damage calculation, stun mechanics, melee combat, ranged weapons, and ability systems. Use when building fighting games, shooters, RPG combat, or any game with player-vs-player or player-vs-NPC combat.

development
0
76
Combine MigrationA

Migrating from Combine to Swift Observation framework and modern async/await patterns. Covers Publisher to AsyncSequence conversion, ObservableObject to @Observable migration, bridging patterns, and reactive code modernization. Use when user asks about Combine migration, ObservableObject to Observable, Publisher to AsyncSequence, or modernizing reactive code.

developmentgoswift
0
76
Combine ReactiveA

Expert Combine decisions for iOS/tvOS: when Combine vs async/await, Subject selection trade-offs, operator chain design, and memory management patterns. Use when implementing reactive streams, choosing between concurrency models, or debugging Combine memory leaks. Trigger keywords: Combine, Publisher, Subscriber, Subject, PassthroughSubject, CurrentValueSubject, async/await, AnyCancellable, sink, operators, reactive

developmentgoswift
0
76
Comet ScaffoldA

React Native 脚手架 comet CLI 命令规范与项目配置。当用户提到"comet"、"脚手架"、"scaffold"、"初始化项目"、"创建应用"、"项目结构"、"comet.yaml"时使用此 skill。

developmenttypescriptbash
0
76
Comfort SafetyA

Use when creating animations that reassure users, reduce anxiety, or communicate protection and security.

businessgosecurity
0
76
ComfyuiA

ComfyUI node-based Stable Diffusion interface. GPU-accelerated image generation with custom node support and CivitAI model downloads. Use 'ujust comfyui' for configuration, lifecycle management, and model/node operations.

documentationshellbash
0
76
Comi OrchestratorA

코미 총괄 관리 시스템 - 전체 진행 상황 모니터링 및 보고

development
0
76
Command AnalyticsA

커맨드, 스킬, 에이전트 사용 빈도 측정 및 리포트 생성. 미사용 항목 식별, 최적화 제안 제공.

datapythonbash
0
76
Command AuditA

Audits command files for correctness and best practices. Use when reviewing, improving, or validating commands, checking frontmatter, assessing structure, or learning command quality standards.

documentationgobash
0
76
Command AuthoringA

Guide for authoring slash commands. Use when creating, building, reviewing, or improving commands, learning command best practices, or deciding when to use commands vs skills.

toolsgobash
0
76
Command BuilderA

Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML configuration.

toolsgobash
0
76
Command CaptureA

Automatically capture reusable task patterns as command candidates after completing coding work. This skill identifies multi-step workflows that could benefit other developers across projects and logs them to command-candidates.yaml for potential automation. Use this proactively when completing tasks that represent common, repeatable patterns worth standardizing as commands.

developmenttypescriptgo
0
76
Command CreationA

Use this skill when creating or refining custom Claude Code slash commands. Slash commands are user-invoked reusable prompts that can accept arguments, reference files, and execute bash operations. Helps design command syntax, argument handling, file references, bash execution, and frontmatter configuration. Automatically invoked when user requests "create a command", "make a slash command", "add a /command", or mentions custom command development.

documentationtypescriptbash
0
76
Command DefineA

Validates and registers command manifest files (YAML) to integrate new slash commands into Betty.

developmentpythongo
0
76
Command ExecutorB

Executes safe commands and captures real output to extend command-verify functionality. Only runs when explicitly requested. Use when asked to actually run commands, execute commands, test if commands work, or verify commands actually execute.

toolsgobash
0
76
Command GeneratorA

エージェントとスキルの組み合わせから、Commandのマークダウンファイルを生成する。コマンド作成時、スラッシュコマンド定義時、またはユーザーがCommand生成、スラッシュコマンド、コマンド定義、実行フローに言及した際に使用する。

development
0
76
Command Line ToolsA

Best practices for common command-line tools. Use when working with specific CLI commands like rm, tree, and other Unix utilities.

tools
0
76
Command ManagementA

Use PROACTIVELY this skill when you need to create or update custom commands following best practices

documentationgotesting
0
76
Command OptimizationA

CLI command development specialist. Use when creating commands, designing

developmentjavascriptgo
0
76
Command Orchestration Hamzashakoor119 Build Todo App UsingA

Orchestrates correct usage of .claude/commands during spec-driven workflows.

toolsgit
0
76
Command PatternsA

Advanced patterns for generating high-quality Claude Code commands. Used by /new-command.

toolsbashci/cd
0
76
Command VerifyB

Intelligent command verification for documentation. Discovers all commands in markdown files, validates them using git diff-based cache invalidation, and ensures documentation accuracy with zero token cost after initial setup. Use when asked to verify commands, check documentation, or validate command references.

documentationpythongo
0
76
Command WriterA

Expert assistant for creating Claude Code custom slash commands. Guides command file structure, YAML frontmatter configuration, variable syntax, and best practices. Triggers on keywords: writing commands, creating commands, slash command, custom command, new command, command template, make command, /command, create command, update command

documentationtypescriptgo
0
76
CommandA

Command Pattern pattern for C development

tools
0
76
CommanderA

Use when building CLI tools with Commander.js - commands, options, arguments, and help text for Node.js command-line applications

developmenttypescriptnode
0
76
Commands Ajbcoding Claude Skill EvalA

Create or edit a Claude Skill with guided assistance and best practices

documentationgobash
0
76
Commands CreatorA

Guide for creating and managing slash commands in Claude Code. Use when (1) creating new slash commands, (2) learning command syntax and features, (3) deciding between commands vs skills, (4) implementing advanced command features (arguments, hooks, bash execution), or (5) organizing and managing command libraries.

toolsbashsql
0
76
Commands Frontmatter AdapterA

Parse Claude command frontmatter and expose body/meta for Codex CLI.

tools
0
76
Commands Hotkeys SystemA

Emacs-inspired command and hotkey infrastructure for TMNL. Invoke when implementing keybindings, M-x command palette, which-key popups, scope-aware bindings, or Effect-native command orchestration. Provides decorator DSL, Effect.Service patterns, and atom-based reactivity.

developmenttypescriptgo
0
76
Commands ManagerB

Branch skill for building and improving commands. Use when creating new slash commands, adapting marketplace commands, validating command structure, working with $ARGUMENTS, or improving existing commands. Triggers: 'create command', 'improve command', 'validate command', 'fix command', 'slash command', '$ARGUMENTS', 'adapt command', 'multi-phase command', 'command frontmatter'.

testinggobash
0
76
Commands TemplatesB

Generate Claude AI skills from documentation, GitHub repos, or PDFs using Skill Seekers

developmentjavascriptpython
0
76
Comment AnalyzerA

Use when asked to review code comments for accuracy/quality or explicitly asked to run the comment-analyzer subagent.

toolsbash
0
76
Comment CleanupA

Clean up code comments. Use when: improving comment quality, removing redundant comments. Triggers on: 'clean up comments', 'comment cleanup'.

developmentgoexpress
0
76
Comment CreatorA

Post comments to issues via Fractary CLI with optional FABER context tracking

toolsgobash
0
76
Comment EnforcerA

Go 代码注释规范检查与修复工具。自动化检查注释格式、术语一致性、包级别注释规范,利用大模型进行语义分析和注释生成,确保项目注释符合专业标准。

documentationpythongo
0
76
Comment GeneratorA

Generate code comments and docstrings. Use when user asks to "add comments", "document this code", "explain with comments", or "add docstrings".

developmentjavascripttypescript
0
76
Comment GuidelinesA

Code comment guidelines. Remove redundant comments, add strategic ones explaining WHY not WHAT. Applied automatically when modifying code.

developmenttypescriptgo
0
76
Comment Hygiene Iplaylf2 Coding ProfileA

Use when the user asks how to write code comments, where to place them, or wants to review, reduce, rewrite, or relocate existing code comments.

documentation
0
76
Comment HygieneA

Use when the user asks how to write code comments, where to place them, or wants to review, reduce, rewrite, or relocate existing code comments.

documentation
0
76
Comment Layout And FormattingA

Apply proper indentation and spacing rules to code comments to enhance readability and maintain code visual structure. Use when writing or formatting comments within code blocks, or when establishing code style guidelines.

documentationgo
0
76
Comment ListerA

List comments on issues with optional filtering via Fractary CLI

toolsbashgit
0
76