agent-management
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling
$ npx -y skills add davila7/claude-code-templates --skill cto-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cto-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling
name: cto-advisor description: Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO, tech debt, technical debt, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, or technology strategy. license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: cto-leadership updated: 2025-10-20 python-tools: tech_debt_analyzer.py, team_scaling_calculator.py frameworks: DORA-metrics, architecture-decision-records, engineering-metrics tech-stack: engineering-management, team-organization
Strategic frameworks and tools for technology leadership, team scaling, and engineering excellence.
CTO, chief technology officer, technical leadership, tech debt, technical debt, engineering team, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, ADR, architecture decision records, technology strategy, engineering leadership, engineering organization, team structure, hiring plan, technical strategy, vendor evaluation, technology selection
python scripts/tech_debt_analyzer.py
Analyzes system architecture and provides prioritized debt reduction plan.
python scripts/team_scaling_calculator.py
Calculates optimal hiring plan and team structure for growth.
Review `references/architecture_decision_records.md` for ADR templates and examples.
Use framework in `references/technology_evaluation_framework.md` for vendor selection.
Implement KPIs from `references/engineering_metrics.md` for team performance tracking.
# Assess current debt python scripts/tech_debt_analyzer.py # Allocate capacity - Critical debt: 40% capacity - High debt: 25% capacity - Medium debt: 15% capacity - Low debt: Ongoing maintenance
# Calculate scaling needs python scripts/team_scaling_calculator.py # Key ratios to maintain: - Manager:Engineer = 1:8 - Senior:Mid:Junior = 3:4:2 - Product:Engineering = 1:10 - QA:Engineering = 1.5:10
Use ADR template from `references/architecture_decision_records.md`: 1. Document context and problem 2. List all options considered 3. Record decision and rationale 4. Track consequences
Follow framework in `references/technology_evaluation_framework.md`: 1. Gather requirements (Week 1) 2. Market research (Week 1-2) 3. Deep evaluation (Week 2-4) 4. Decision and documentation (Week 4)
From `references/engineering_metrics.md`:
**DORA Metrics** (Deploy to production targets):
**Quality Metrics**:
**Team Health**:
1. **Immediate** (0-15 min):
2. **Short-term** (15-60 min):
3. **Resolution** (1-24 hours):
4. **Post-mortem** (48-72 hours):
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an…
Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs",…
Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check…
Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we…