Find the perfect skill
Distress Screening (K6/K10)
Content
Provides K6 and K10 scales for screening psychological distress, with administration instructions and score interpretation.
Create Agent Skills
Development
Guide for creating new agent skills following the agentskills.io specification. Covers directory structure, SKILL.md format, frontmatter fields, and naming rules.
ElevenLabs TTS with sag CLI
Development
Use the `sag` CLI for local ElevenLabs text-to-speech. Set up your API key and generate audio easily.
State Selectors (Saga Template)
Development
Pure selector functions colocated with each slice, returning derived view-data from the Saga state. They filter and sort projections, hiding state shape from containers.
Atomic Git Commits
Development
Creates logically grouped, atomic git commits with well-formatted messages following best practices and conventional commits.
Social Media Review for Blog Posts
Content
Review and repair social media copy for blog post PRs. Ensures posts follow brand voice and platform rules, drafting fresh content when needed.
List Installed MCP Servers
Development
Lists all installed MCP servers along with their scope (user/project) and status. Use this to quickly see which MCP servers are available and their current state. It only displays information, it does not add or remove any servers.
Create or Update a Pull Request
Development
Creates or updates a pull request using `.github/pull_request_template.md`, detects existing open PRs, fills issues/docs sections, and runs judgment passes (tech-debt, decisions, follow-ups) before pushing.
PDF Document Analysis
Productivity
Analyze PDF documents to generate structured reports with summaries, key points, data extraction, and insights.
Alchemy Hello World
Development
Create a minimal Alchemy Web3 example: get ETH balance, fetch NFTs, read token balances. Use when starting blockchain development, testing Alchemy setup, or learning basic blockchain query patterns.
Codebase Architecture Discovery
Development
This skill systematically explores an unfamiliar codebase to identify architectural layers, technology choices, and structure. It produces a machine-parseable architecture document that drives downstream analysis. Use it when onboarding to a new project, planning a migration, or beginning a security audit.
PR Watch — status-driven routing
Development
Watches a PR's live status and routes to the appropriate next action (merge, fix-loop, block, cleanup) based on a deterministic table.