Find the perfect skill
Remove Hook
Development
Removes a specific hook from the project's Claude settings. It first lists hooks, then asks the user to confirm which hook to remove, deletes it, and reports the result. Useful when you want to clean up or correct hook configurations without manual file editing.
Simple Fetch Skill
Development
Basic skill for fetching URL content via CLI, demonstrating the core skill pattern.
Conventional Commit Assistant
Development
Helps create conventional commits with proper format (type(scope): description). Analyzes changes, logically groups related modifications, and drafts the commit message automatically. Useful when committing after completing a task or upon /commit command.
Session Preflight Checks
Development
Runs read-only preflight checks to report project state: open issues, PRs, errors, service health, expiries, and doc drift. Observes only; the human decides what to do.
Implement Feature from Plan
Development
Implements a feature from an existing implementation plan file (PROD-XXX-IMPLEMENTATION-PLAN.md). Fetches the linked Linear issue for context, asks clarifying questions, then implements one phase at a time, waiting for user approval between each phase.
Fluxwing Component Creator
Development
Create uxscii UI components with ASCII art and structured metadata, supporting both fast scaffolding and detailed modes for single or multiple components.
Technical Diagrams for Stacks
Development
Create professional technical diagrams as standalone HTML with inline SVG, dark/light themes, and multi-format export for Stacks applications.
GitHub Issue Resolution Expert
Development
You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows.
Automated PR Review
Development
Runs comprehensive automated checks on pull requests for Continuum, including emotional tone compliance, breaking changes detection, security scans, migration safety, and type safety. Helps ensure code quality and compassionate language, especially critical for a death planning application.
Agent Reviewer (Code)
Development
Runs parallel external agent reviews (Codex + Gemini) on code changes. Process-as-arrive, critical verification with debate. Returns filtered suggestions.
Rigorous Code Review
Development
Rigorous review of all uncommitted changes: architecture, code quality, security, and best practices. Embeds questions/assumptions inline, then proposes a change plan for user approval before any edits.
Save Custom Approach as Reusable Skill
Development
Guides turning a successful custom security testing approach into a reusable skill for Claude Code, covering parameter definition, pattern extraction, token budgeting, and auto-loading.