Claude Skills

AI-powered skills for automated project management assistance.

Overview

Claude Skills are auto-activated AI assistants that help with key project decisions and tasks.

Available Skills

1. tech-stack-selector

Choose technologies based on project requirements.

Triggers: "What tech stack should we use?", "Help me choose a database"

Location: .claude/skills/tech-stack-selector/

2. architecture-decisions

Document Architecture Decision Records (ADRs).

Triggers: "Create an ADR", "Document this architecture decision"

Location: .claude/skills/architecture-decisions/

3. code-standards-enforcer

Enforce code quality and standards.

Triggers: "Code review", "Check code quality", "Review this PR"

Location: .claude/skills/code-standards-enforcer/

4. ci-cd-pipeline-builder

Automate CI/CD pipeline setup.

Triggers: "Setup CI/CD", "Create GitHub Actions workflow"

Location: .claude/skills/ci-cd-pipeline-builder/

5. agile-executor

Run sprints and manage agile ceremonies.

Triggers: "Plan sprint", "Run retrospective", "Create sprint backlog"

Location: .claude/skills/agile-executor/

6. project-risk-identifier

Identify and manage project risks.

Triggers: "Identify risks", "Risk assessment", "What could go wrong?"

Location: .claude/skills/project-risk-identifier/

7. automation-orchestrator

Manage setup, validation, and deployment scripts.

Triggers: "Set up automation", "Run validation scripts"

Location: .claude/skills/automation-orchestrator/

How to Use

Simply ask Claude in your repository context:

  • "What tech stack should we use for a SaaS product?"
  • "Create an ADR for choosing PostgreSQL"
  • "Review this code for quality issues"
  • "Set up CI/CD for this project"

Claude will automatically use the appropriate skill.

Examples

See Skills Examples for detailed conversation examples.

Setup

Skills are automatically available when you have the .claude/skills/ directory in your repository.

No additional setup required.