Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
ralph-wiggum
Autonomous AI coding with spec-driven development. Implements Geoffrey Huntley's iterative bash loop methodology where agents work through specs one at a time, outputting a completion signal only when acceptance criteria are 100% met.
fstandhartinger/ralph-wiggum 206
-
skillkit-help
Pre-build orientation for skill creators. Answers "what are skills?", "should I make one?", and "is my skill good enough?" before you start building. Use for: understand skills, decide skills vs subagents, validate an existing skill. When ready to actually build, invoke /skillkit directly instead.
rfxlamia/skillkit 91
-
your-skill-name
One sentence: what this skill does and when to invoke it. Use for: [list 2-3 trigger phrases users would naturally type].
rfxlamia/skillkit 91
-
skillkit
Toolkit for creating and validating skills and subagents. Use when: creating a new skill (fast or full mode), validating an existing skill, deciding Skills vs Subagents, migrating docs to skills, estimating token cost, or running a security scan. Triggers: "create skill", "build skill", "validate skill", "new subagent", "skills vs subagents", "estimate tokens", "security scan".
rfxlamia/skillkit 91
-
optimizing-sql-queries
Execute use when you need to work with query optimization.
This skill provides query performance analysis with comprehensive guidance and automation.
Trigger with phrases like "optimize queries", "analyze performance",
or "improve query speed".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
implementing-database-caching
Process use when you need to implement multi-tier caching to improve database performance.
This skill sets up Redis, in-memory caching, and CDN layers to reduce database load.
Trigger with phrases like "implement database caching", "add Redis cache layer",
"improve query performance with caching", or "reduce database load".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
designing-database-schemas
Process use when you need to work with database schema design.
This skill provides schema design and migrations with comprehensive guidance and automation.
Trigger with phrases like "design schema", "create migration",
or "model database".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
comparing-database-schemas
Process use when you need to work with schema comparison.
This skill provides database schema diff and sync with comprehensive guidance and automation.
Trigger with phrases like "compare schemas", "diff databases",
or "sync database schemas".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
analyzing-database-indexes
Process use when you need to work with database indexing.
This skill provides index design and optimization with comprehensive guidance and automation.
Trigger with phrases like "create indexes", "optimize indexes",
or "improve query performance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
detecting-database-deadlocks
Process use when you need to work with deadlock detection.
This skill provides deadlock detection and resolution with comprehensive guidance and automation.
Trigger with phrases like "detect deadlocks", "resolve deadlocks",
or "prevent deadlocks".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
implementing-database-audit-logging
Process use when you need to track database changes for compliance and security monitoring.
This skill implements audit logging using triggers, application-level logging, CDC, or native logs.
Trigger with phrases like "implement database audit logging", "add audit trails",
"track database changes", or "monitor database activity for compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-stored-procedures
Use when you need to generate, validate, or deploy stored procedures for PostgreSQL, MySQL, or SQL Server.
Creates database functions, triggers, and procedures with proper error handling and transaction management.
Trigger with phrases like "generate stored procedure", "create database function", "write SQL procedure",
"add trigger to table", or "create CRUD procedures".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-database-sharding
Process use when you need to work with database sharding.
This skill provides horizontal sharding strategies with comprehensive guidance and automation.
Trigger with phrases like "implement sharding", "shard database",
or "distribute data".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-database-recovery
Process use when you need to work with database operations.
This skill provides database management and optimization with comprehensive guidance and automation.
Trigger with phrases like "manage database", "optimize database",
or "configure database".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
archiving-databases
Process use when you need to archive historical database records to reduce primary database size.
This skill automates moving old data to archive tables or cold storage (S3, Azure Blob, GCS).
Trigger with phrases like "archive old database records", "implement data retention policy",
"move historical data to cold storage", or "reduce database size with archival".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
managing-database-replication
Process use when you need to work with database scalability.
This skill provides replication and sharding with comprehensive guidance and automation.
Trigger with phrases like "set up replication", "implement sharding",
or "scale database".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
skill-adapter
Execute analyzes existing plugins to extract their capabilities, then adapts and applies those skills to the current task. Acts as a universal skill chameleon that learns from other plugins. Activates when you request "skill adapter" functionality. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
code-formatter
Execute automatically formats and validates code files using Prettier and other formatting tools.
Use when users mention "format my code", "fix formatting", "apply code style",
"check formatting", "make code consistent", or "clean up code formatting".
Handles JavaScript, TypeScript, JSON, CSS, Markdown, and many other file types. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
version-bumper
Execute automatically handles semantic version updates across plugin.json and marketplace catalog when user mentions version bump, update version, or release. ensures version consistency in AI assistant-code-plugins repository. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
plugin-creator
Create automatically creates new AI assistant code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. specific to AI assistant-code-plugins repository workflow. Use when generating or creating new content. Trigger with phrases like 'generate', 'create', or 'scaffold'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
plugin-auditor
Audit automatically audits AI assistant code plugins for security vulnerabilities, best practices, AI assistant.md compliance, and quality standards when user mentions audit plugin, security review, or best practices check. specific to AI assistant-code-plugins repositor... Use when assessing security or running audits. Trigger with phrases like 'security scan', 'audit', or 'vulnerability'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
plugin-validator
Validate automatically validates AI assistant code plugin structure, schemas, and compliance when user mentions validate plugin, check plugin, or plugin errors. runs comprehensive validation specific to AI assistant-code-plugins repository standards. Use when validating configurations or code. Trigger with phrases like 'validate', 'check', or 'verify'.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
configuring-load-balancers
Configure use when configuring load balancers including ALB, NLB, Nginx, and HAProxy. Trigger with phrases like "configure load balancer", "create ALB", "setup nginx load balancing", or "haproxy configuration". Generates production-ready configurations with health checks, SSL termination, sticky sessions, and traffic distribution rules.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
scanning-container-security
Execute use when you need to work with security and compliance.
This skill provides security scanning and vulnerability detection with comprehensive guidance and automation.
Trigger with phrases like "scan for vulnerabilities", "implement security controls",
or "audit security".
jeremylongshore/claude-code-plugins-plus-skills 1,803