Back to authors
cfircoo

cfircoo

11 Skills published on GitHub.

create-agent-skills

Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.

skill-creationskill-authoringclaude-skillsbest-practices
skill-creationView skill →

git

Git operations for committing, pushing, and opening PRs using gh CLI. Use when performing version control tasks.

gitversion-controlgithub-clipull-requests
developmentView skill →

debug-like-expert

Deep analysis debugging mode for complex issues. Activates methodical investigation protocol with evidence gathering, hypothesis testing, and rigorous verification. Use when standard troubleshooting fails or when issues require systematic root cause analysis.

troubleshootingroot-cause-analysishypothesis-testingevidence-gathering
maintenanceView skill →

create-slash-commands

Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML configuration.

slash-commandsyamlclaude-skillsconfiguration
skill-creationView skill →

create-meta-prompts

Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).

prompt-engineeringprompt-chainingclaude-skillsworkflow-design
workflowView skill →

create-plans

Create hierarchical project plans optimized for solo agentic development. Use when planning projects, phases, or tasks that Claude will execute. Produces Claude-executable plans with verification criteria, not enterprise documentation. Handles briefs, roadmaps, phase plans, and context handoffs.

project-planningworkflow-designverification-criteriaautonomous-agent
project-planningView skill →

create-subagents

Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.

claude-agent-sdkautonomous-agentagent-orchestrationsubagentstask-tool
2agentView skill →

create-hooks

Expert guidance for creating, configuring, and using Claude Code hooks. Use when working with hooks, setting up event listeners, validating commands, automating workflows, adding notifications, or understanding hook types (PreToolUse, PostToolUse, Stop, SessionStart, UserPromptSubmit, etc).

plugin-hooksevent-driven-architectureautomationworkflow
integrationView skill →

spec-interview

Interviews users to build comprehensive project specifications. Use when starting a new project, feature, or when user needs help defining requirements through guided discovery.

requirements-gatheringfeature-specificationspecification-documentsuser-research
project-planningView skill →

pytest-best-practices

Expert guidance for writing high-quality pytest tests. Use when writing tests, setting up fixtures, parametrizing, mocking, or reviewing test code.

pytestfixturesparametrizationmocking-strategiesbest-practices
verifyView skill →

sqlalchemy-postgres

Expert guidance for SQLAlchemy 2.0 + Pydantic + PostgreSQL. Use when setting up database layers, defining models, creating migrations, or any database-related work. Automatically activated for DB tasks.

postgresqlsqlalchemypydanticdatabase-migrations
databaseView skill →