Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
spawn-markdown-writer
비정형 마크다운 작성을 markdown-writer-agent에 위임
majiayu000/claude-skill-registry 163
-
ring:voice-and-tone
Voice and tone guidelines for technical documentation. Ensures consistent,
clear, and human writing across all documentation.
majiayu000/claude-skill-registry 163
-
gemini-text
Generate text content using Google Gemini models via scripts/. Use for text generation, multimodal prompts with images, thinking mode for complex reasoning, JSON-formatted outputs, and Google Search grounding for real-time information. Triggers on "generate with gemini", "use gemini for text", "AI text generation", "multimodal prompt", "gemini thinking mode", "grounded response".
majiayu000/claude-skill-registry 163
-
skill-assessor
Orchestrate comprehensive assessment of newly created skills to determine if they should auto-trigger using context-gathering, code-analyzer, and optional research-expert agents with prioritized evaluation criteria
majiayu000/claude-skill-registry 163
-
repo-create
GitHubリポジトリを新規作成・初期化。ghコマンド使用。
トリガー例: 「リポジトリを作成」「GitHubリポジトリ」「repo-create」「gh repo create」
majiayu000/claude-skill-registry 163
-
component-scaffold-generator
Generates clean React/Vue component skeletons with TypeScript types, prop variants, styling hooks, test files, Storybook stories, and usage documentation. Use when users request "create a component", "scaffold component", "new React component", or "generate component boilerplate".
majiayu000/claude-skill-registry 163
-
specswarm-upgrade
Systematic compatibility analysis, migration guidance, and breaking change detection for dependency/framework upgrades. Auto-executes when user clearly wants to upgrade, update, migrate, or modernize software dependencies, frameworks, packages, or technology stacks.
majiayu000/claude-skill-registry 163
-
decision-graph
Use when building a deciduous decision graph to capture design evolution, architecture history, or how a codebase's design changed over time. Provides the deciduous CLI commands and graph structure guidelines.
majiayu000/claude-skill-registry 163
-
scalability-patterns
Master scalability patterns with load balancing, caching, database scaling, microservices, and horizontal scaling strategies.
majiayu000/claude-skill-registry 163
-
fetch-url
渲染网页 URL,去噪提取正文并输出为 Markdown(默认)或其他格式/原始 HTML,以减少 Token。
majiayu000/claude-skill-registry 163
-
code-documentation-standards
Comprehensive code documentation standards and guidelines for maintaining up-to-date documentation across Python, HTML, CSS, and JavaScript codebases. Use when creating or modifying code to ensure proper documentation practices and maintainable code.
majiayu000/claude-skill-registry 163
-
plan-to-tdd
Transform feature plans into test-driven implementation using Outside-In methodology. This skill should be used when converting documented plans from docs/plan/ into testable code w/ proper test structure (Unit, Integration, E2E).
majiayu000/claude-skill-registry 163
-
strict-typescript-mode
Enforces TypeScript best practices when writing code. Automatically enables strict typing for TypeScript projects, prevents `any` usage, and recommends generic constraints. Activate on TS/TSX files, new features, code reviews.
majiayu000/claude-skill-registry 163
-
zig-build-engineer
Expert guidance for Zig build system engineering. Use when working with build.zig files, including creating new build configurations, adding executables/libraries/tests, managing dependencies and modules, setting up cross-compilation, configuring build options, troubleshooting build issues, or any other Zig build system tasks. Provides patterns, API references, and best practices for the Zig build system's DAG-based architecture.
majiayu000/claude-skill-registry 163
-
api-docs-writing
Update or create API documentation after making changes to the public interface of an API. Use when modifying existing endpoints, introducing new endpoints, or when API implementation changes are complete and tested.
majiayu000/claude-skill-registry 163
-
designing-distributed-systems
When designing distributed systems for scalability, reliability, and consistency. Covers CAP/PACELC theorems, consistency models (strong, eventual, causal), replication patterns (leader-follower, multi-leader, leaderless), partitioning strategies (hash, range, geographic), transaction patterns (saga, event sourcing, CQRS), resilience patterns (circuit breaker, bulkhead), service discovery, and caching strategies for building fault-tolerant distributed architectures.
majiayu000/claude-skill-registry 163
-
better-auth-best-practices
集成 Better Auth(TypeScript 鉴权框架)时使用。支持邮箱密码、OAuth、魔法链接、Passkey 等,通过插件扩展。编写或配置 Better Auth 时触发。
majiayu000/claude-skill-registry 163
-
hmdb-database
Access Human Metabolome Database (220K+ metabolites). Search by name/ID/structure, retrieve chemical properties, biomarker data, NMR/MS spectra, pathways, for metabolomics and identification.
majiayu000/claude-skill-registry 163
-
portfolio-status
View current state of all active strategic bets
majiayu000/claude-skill-registry 163
-
testing-skills-activation
Use when creating or refining Claude Code skills to validate that skill descriptions trigger correctly - provides systematic testing methodology for skill activation patterns using test cases and automated evaluation
majiayu000/claude-skill-registry 163
-
verify-output
Pattern for verifying your output matches required schema before completing. Use before writing final output to ensure validity.
majiayu000/claude-skill-registry 163
-
lean4-ffi-constructor-layout
Lean 4 FFI memory layout for constructors with mixed object and scalar fields.
Use when: (1) assertion violation "i < lean_ctor_num_objs(o)" accessing constructor fields,
(2) assertion violation "offset >= lean_ctor_num_objs(o) * sizeof(void*)" with scalar getters,
(3) lean_ctor_get_uint8/uint16/uint32 crashes or returns garbage, (4) creating FFI bindings
for Lean inductives or structures with small integer fields (UInt8, UInt16, UInt32).
Covers lean_alloc_ctor, lean_ctor_get, lean_ctor_set, and scalar field offset calculation.
majiayu000/claude-skill-registry 163
-
tsh-stock-realtime
Real-time stock synchronization for TSH Clients Console. Use when:
(1) Debugging stock sync issues (webhooks not firing, stock not updating)
(2) Understanding webhook event handling
(3) Implementing stock-affecting features
(4) Troubleshooting stock discrepancies between Zoho and app
(5) Adding new stock-affecting transaction handlers
(6) Monitoring stock sync health
(7) Understanding the multi-layer sync architecture
majiayu000/claude-skill-registry 163
-
localization-testing
Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products.
majiayu000/claude-skill-registry 163