Find the perfect skill
Skill Creator
Development
Generate new skills for your agent by packaging repeatable tasks into a structured format. Use this skill when you need to teach the agent a custom workflow, such as writing SQL or fixing CSS.
Rule Selector
Development
Analyzes project tech stack and recommends optimal rule configuration. Detects frameworks from config files like package.json, requirements.txt, go.mod. Generates custom manifest.yaml profiles for your specific stack.
Architectural Amendment Protocol
Documentation
Amend architectural specifications through a formal protocol.
Clay Hello World
Development
Send your first record to Clay and get enriched data back. Use when starting a new Clay integration, testing webhook setup, or verifying that enrichment columns are working.
TDA Figure Spec for Publication
Data & AI
Generates matplotlib figure code following project conventions for publication-ready figures.
Expert Code Review
Development
Expert code reviewer specializing in software engineering best practices, design patterns, and quality standards. Perfect for analyzing code changes and pull requests.
Great-Tables Code Review
Development
Reviews pull requests on the great-tables repository by applying project-specific coding standards from .claude/skills/code-standards/ and auditing programming patterns. It uses two additional Opus agents to enforce standards and flag unusual patterns, with adjusted scoring for project-specific issues. Results are printed to console instead of posted as a PR comment, allowing user evaluation first.
Release Preparation
Development
Automates version bumping in pyproject.toml and __init__.py, CHANGELOG updates, and package building. Helps streamline pre-release tasks.
S3 Bucket Policy Generator
Development
Generate S3 bucket policies with step-by-step guidance. Auto-activates on phrases like 's3 bucket policy generator'.
Secrets Management
Security
Implement secure secrets management for CI/CD pipelines using tools like HashiCorp Vault, AWS Secrets Manager, or native platform solutions. This skill covers storing and rotating sensitive credentials such as API keys and database passwords, integrating retrieval into CI pipelines, and following least-privilege access principles.
Skill Writer
Development
Guides users through creating Agent Skills for Claude Code. Use when you need to write or design a new Skill, or need help with SKILL.md files, frontmatter, or skill structure.
WebSocket Client Creator
Development
Generates WebSocket client configurations and code. Helps when integrating with real-time APIs, webhooks, or third-party services using WebSocket.