Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
71-close-tidy-150
[71] CLOSE. Quick, safe cleanup after completing a milestone. Fix objective issues only (syntax errors, dead code, poor naming). Must be <5% of main task time, <30 seconds per fix, and reversible. Use after key points, not after every small change.
majiayu000/claude-skill-registry 163
-
hook-development
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
majiayu000/claude-skill-registry 163
-
stats
Display CYNIC telemetry dashboard with usage stats, latencies, frictions, and patterns. Use when asked about performance, usage statistics, benchmarks, or system metrics.
majiayu000/claude-skill-registry 163
-
enterprise-architecture-patterns
Complete guide for enterprise architecture patterns including domain-driven design, event sourcing, CQRS, saga patterns, API gateway, service mesh, and scalability
majiayu000/claude-skill-registry 163
-
cursor-known-pitfalls
Manage avoid common Cursor IDE pitfalls and mistakes. Triggers on "cursor pitfalls",
"cursor mistakes", "cursor gotchas", "cursor issues", "cursor problems". Use when working with cursor known pitfalls functionality. Trigger with phrases like "cursor known pitfalls", "cursor pitfalls", "cursor".
majiayu000/claude-skill-registry 163
-
decomp
Match decompiled C code to original PowerPC assembly for Super Smash Bros Melee. Use this skill when asked to match, decompile, or fix a function to achieve 100% match against target assembly. Invoked with /decomp <function_name> or automatically when working on decompilation tasks.
majiayu000/claude-skill-registry 163
-
dotnet-test
This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus.
majiayu000/claude-skill-registry 163
-
db
Gère le schéma Prisma et les migrations de Motivia. Utilise ce skill quand l'utilisateur demande de modifier la base de données, ajouter une table, un champ, une relation, ou effectuer une migration. PostgreSQL avec Prisma ORM.
majiayu000/claude-skill-registry 163
-
welcome
Imported skill welcome from langchain
majiayu000/claude-skill-registry 163
-
api-testing-patterns
Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
majiayu000/claude-skill-registry 163
-
ace-pattern-learning
Search ACE playbook before implementing, building, fixing, debugging, or refactoring code. Capture patterns after completing substantial coding work.
majiayu000/claude-skill-registry 163
-
similarity-memory
Use when working with memory IC similarity calculations - comparing EEPROM/Flash MPNs, understanding I2C/SPI interface matching, equivalent groups across manufacturers, or memory-specific similarity logic.
majiayu000/claude-skill-registry 163
-
52-event-driven-kafka
Create your Kafka event schema skill in one prompt, then learn to improve it throughout the chapter
majiayu000/claude-skill-registry 163
-
extracting-filemaker-business-logic
Use when analyzing FileMaker DDR to extract calculations, custom functions, and business logic for PostgreSQL import processes or maintenance scripts - focuses on understanding and adapting FileMaker logic rather than direct schema migration
majiayu000/claude-skill-registry 163
-
synapse-step-workflow
Explains step-based workflow system for Synapse plugin actions. Use when the user mentions "BaseStep", "StepRegistry", "Orchestrator", "StepResult", "BaseStepContext", "step-based workflow", "workflow steps", "rollback", "progress_weight", or needs help with multi-step action development.
majiayu000/claude-skill-registry 163
-
refactoring-dbt-models
Safely refactors dbt models with downstream impact analysis. Use when restructuring dbt models for:
(1) Task mentions "refactor", "restructure", "extract", "split", "break into", or "reorganize"
(2) Extracting CTEs to intermediate models or creating macros
(3) Modifying model logic that has downstream consumers
(4) Renaming columns, changing types, or reorganizing model dependencies
Analyzes all downstream dependencies BEFORE making changes.
majiayu000/claude-skill-registry 163
-
Knowledge Base Manager
Design, build, and maintain comprehensive knowledge bases. Bridges document-based (RAG) and entity-based (graph) knowledge systems. Use when building knowledge-intensive applications, managing organizational knowledge, or creating intelligent information systems.
majiayu000/claude-skill-registry 163
-
generating-ceo-briefing
Generate weekly CEO briefing reports from activity logs.
Use when creating executive summaries, analyzing system performance,
reviewing weekly metrics, or troubleshooting report generation.
NOT when processing individual tasks (use orchestrator skill).
majiayu000/claude-skill-registry 163
-
frontend-to-backend-requirements
Document frontend data needs for backend developers. Use when frontend needs to communicate API requirements to backend, or user says 'backend requirements', 'what data do I need', 'API requirements', or is describing data needs for a UI.
majiayu000/claude-skill-registry 163
-
scrum-event-sprint-retrospective
Guide Sprint Retrospectives to identify improvements. Use when reflecting on sprints, planning process improvements, or executing improvement actions.
majiayu000/claude-skill-registry 163
-
bookstrap-research-path
Execute research workflow orchestration - processes pending research tasks sequentially
majiayu000/claude-skill-registry 163
-
keep
Associative memory for reflection and skillful action
majiayu000/claude-skill-registry 163
-
editor-component-editors
Create ECS component editors using IComponentEditor interface, ComponentEditorRegistry.DrawComponent wrapper, VectorPanel for vectors, and UIPropertyRenderer for simple properties. Covers registration in DI container and manual change detection patterns.
majiayu000/claude-skill-registry 163
-
typescript-best-practices
Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation. Must use when reading or writing TypeScript/JavaScript files.
majiayu000/claude-skill-registry 163