@@ -149,10 +149,10 @@ See [standards/git/git-workflow-standards.md](standards/git/git-workflow-standar
|
||||
## Roadmap
|
||||
|
||||
**Phase 1-2 Complete:** 173 production-ready skills deployed across 9 domains
|
||||
- Engineering Core (24), Engineering POWERFUL (25), Product (8), Marketing (42), PM (6), C-Level (28), RA/QM (12), Business & Growth (4), Finance (2)
|
||||
- Engineering Core (24), Engineering POWERFUL (25), Product (8), Marketing (43), PM (6), C-Level (28), RA/QM (12), Business & Growth (4), Finance (2)
|
||||
- 250 Python automation tools, 347 reference guides, 15 agents, 15 commands
|
||||
- Complete enterprise coverage from engineering through regulatory compliance, sales, customer success, and finance
|
||||
- MkDocs Material docs site with 206 indexed pages for SEO
|
||||
- MkDocs Material docs site with 210+ indexed pages for SEO
|
||||
|
||||
See domain-specific roadmaps in each skill folder's README.md or roadmap files.
|
||||
|
||||
@@ -201,6 +201,6 @@ This repository publishes skills to **ClawHub** (clawhub.com) as the distributio
|
||||
|
||||
---
|
||||
|
||||
**Last Updated:** March 10, 2026
|
||||
**Last Updated:** March 11, 2026
|
||||
**Version:** v2.1.2
|
||||
**Status:** 173 skills deployed across 9 domains, 19 marketplace plugins, docs site live
|
||||
|
||||
@@ -189,7 +189,7 @@ for MDR Annex II compliance gaps.
|
||||
|
||||
## Python Analysis Tools
|
||||
|
||||
245 CLI tools ship with the skills (all verified, stdlib-only):
|
||||
250 CLI tools ship with the skills (all verified, stdlib-only):
|
||||
|
||||
```bash
|
||||
# SaaS health check
|
||||
|
||||
@@ -6,7 +6,7 @@ This guide provides comprehensive instructions for creating **cs-* prefixed agen
|
||||
|
||||
### What are cs-* Agents?
|
||||
|
||||
**cs-* agents** are specialized Claude Code agents that orchestrate the 42 existing skills. Each agent:
|
||||
**cs-* agents** are specialized Claude Code agents that orchestrate the 173 existing skills. Each agent:
|
||||
- References skills via relative paths (`../../marketing-skill/`)
|
||||
- Executes Python automation tools from skill packages
|
||||
- Follows established workflows and templates
|
||||
@@ -24,18 +24,25 @@ When skills are published to **ClawHub** (clawhub.com):
|
||||
|
||||
### Production Agents
|
||||
|
||||
**6 Agents Currently Available**:
|
||||
**15 Agents Currently Available**:
|
||||
|
||||
| Agent | Domain | Description | Skills Used | Lines |
|
||||
|-------|--------|-------------|-------------|-------|
|
||||
| [cs-content-creator](marketing/cs-content-creator.md) | Marketing | AI-powered content creation with brand voice consistency and SEO optimization | content-creator | 327 |
|
||||
| [cs-demand-gen-specialist](marketing/cs-demand-gen-specialist.md) | Marketing | Demand generation and customer acquisition specialist | marketing-demand-acquisition | 289 |
|
||||
| [cs-ceo-advisor](c-level/cs-ceo-advisor.md) | C-Level | Strategic leadership advisor for CEOs covering vision, strategy, board management | ceo-advisor | 360 |
|
||||
| [cs-cto-advisor](c-level/cs-cto-advisor.md) | C-Level | Technical leadership advisor for CTOs covering tech strategy and team scaling | cto-advisor | 412 |
|
||||
| [cs-product-manager](product/cs-product-manager.md) | Product | Product management agent for RICE prioritization and customer discovery | product-manager-toolkit | 407 |
|
||||
| [cs-workspace-admin](engineering-team/cs-workspace-admin.md) | Engineering | Google Workspace administration via gws CLI — setup, automation, security audits, recipes | google-workspace-cli | 120 |
|
||||
|
||||
**Total**: ~1,915 lines of comprehensive agent documentation
|
||||
| Agent | Domain | Description |
|
||||
|-------|--------|-------------|
|
||||
| [cs-content-creator](marketing/cs-content-creator.md) | Marketing | AI-powered content creation with brand voice consistency and SEO optimization |
|
||||
| [cs-demand-gen-specialist](marketing/cs-demand-gen-specialist.md) | Marketing | Demand generation and customer acquisition specialist |
|
||||
| [cs-ceo-advisor](c-level/cs-ceo-advisor.md) | C-Level | Strategic leadership advisor for CEOs |
|
||||
| [cs-cto-advisor](c-level/cs-cto-advisor.md) | C-Level | Technical leadership advisor for CTOs |
|
||||
| [cs-product-manager](product/cs-product-manager.md) | Product | RICE prioritization and customer discovery |
|
||||
| [cs-product-strategist](product/cs-product-strategist.md) | Product | Product strategy, OKR cascades, market positioning |
|
||||
| [cs-agile-product-owner](product/cs-agile-product-owner.md) | Product | Agile product ownership and backlog management |
|
||||
| [cs-ux-researcher](product/cs-ux-researcher.md) | Product | UX research, usability testing, design insights |
|
||||
| [cs-engineering-lead](engineering-team/cs-engineering-lead.md) | Engineering | Engineering team coordination and incident management |
|
||||
| [cs-workspace-admin](engineering-team/cs-workspace-admin.md) | Engineering | Google Workspace administration via gws CLI |
|
||||
| [cs-senior-engineer](engineering/cs-senior-engineer.md) | Engineering | Architecture decisions, code review, CI/CD setup |
|
||||
| [cs-growth-strategist](business-growth/cs-growth-strategist.md) | Business | Growth strategy and revenue optimization |
|
||||
| [cs-financial-analyst](finance/cs-financial-analyst.md) | Finance | Financial analysis, DCF valuation, SaaS metrics |
|
||||
| [cs-project-manager](project-management/cs-project-manager.md) | PM | Project management with Atlassian integration |
|
||||
| [cs-quality-regulatory](ra-qm-team/cs-quality-regulatory.md) | RA/QM | Regulatory affairs and quality management |
|
||||
|
||||
**Template Available**: [templates/agent-template.md](../templates/agent-template.md) (318 lines) - Use this to create new agents
|
||||
|
||||
@@ -367,6 +374,6 @@ After creating an agent:
|
||||
|
||||
---
|
||||
|
||||
**Last Updated:** November 5, 2025
|
||||
**Current Sprint:** sprint-11-05-2025 (Skill-Agent Integration Phase 1-2)
|
||||
**Last Updated:** March 11, 2026
|
||||
**Current:** 15 agents across 8 domains
|
||||
**Related:** See [main CLAUDE.md](../CLAUDE.md) for repository overview
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "Agile Product Owner Agent - Claude Code agent for Product."
|
||||
|
||||
# Agile Product Owner Agent
|
||||
|
||||
**Type:** Agent | **Domain:** Product | **Source:** [`agents/product/cs-agile-product-owner.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/product/cs-agile-product-owner.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-lightbulb-outline: Product</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/product/cs-agile-product-owner.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Agile Product Owner Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "CEO Advisor Agent - Claude Code agent for C-Level Advisory."
|
||||
|
||||
# CEO Advisor Agent
|
||||
|
||||
**Type:** Agent | **Domain:** C-Level Advisory | **Source:** [`agents/c-level/cs-ceo-advisor.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/c-level/cs-ceo-advisor.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/c-level/cs-ceo-advisor.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# CEO Advisor Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "Content Creator Agent - Claude Code agent for Marketing."
|
||||
|
||||
# Content Creator Agent
|
||||
|
||||
**Type:** Agent | **Domain:** Marketing | **Source:** [`agents/marketing/cs-content-creator.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/marketing/cs-content-creator.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-bullhorn-outline: Marketing</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/marketing/cs-content-creator.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Content Creator Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "CTO Advisor Agent - Claude Code agent for C-Level Advisory."
|
||||
|
||||
# CTO Advisor Agent
|
||||
|
||||
**Type:** Agent | **Domain:** C-Level Advisory | **Source:** [`agents/c-level/cs-cto-advisor.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/c-level/cs-cto-advisor.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/c-level/cs-cto-advisor.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# CTO Advisor Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "Demand Generation Specialist Agent - Claude Code agent for Marketi
|
||||
|
||||
# Demand Generation Specialist Agent
|
||||
|
||||
**Type:** Agent | **Domain:** Marketing | **Source:** [`agents/marketing/cs-demand-gen-specialist.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/marketing/cs-demand-gen-specialist.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-bullhorn-outline: Marketing</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/marketing/cs-demand-gen-specialist.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Demand Generation Specialist Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "cs-engineering-lead - Claude Code agent for Engineering - Core."
|
||||
|
||||
# cs-engineering-lead
|
||||
|
||||
**Type:** Agent | **Domain:** Engineering - Core | **Source:** [`agents/engineering-team/cs-engineering-lead.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/engineering-team/cs-engineering-lead.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/engineering-team/cs-engineering-lead.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# cs-engineering-lead
|
||||
|
||||
## Role & Expertise
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "cs-financial-analyst - Claude Code agent for Finance."
|
||||
|
||||
# cs-financial-analyst
|
||||
|
||||
**Type:** Agent | **Domain:** Finance | **Source:** [`agents/finance/cs-financial-analyst.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/finance/cs-financial-analyst.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-calculator-variant: Finance</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/finance/cs-financial-analyst.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# cs-financial-analyst
|
||||
|
||||
## Role & Expertise
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "cs-growth-strategist - Claude Code agent for Business & Growth."
|
||||
|
||||
# cs-growth-strategist
|
||||
|
||||
**Type:** Agent | **Domain:** Business & Growth | **Source:** [`agents/business-growth/cs-growth-strategist.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/business-growth/cs-growth-strategist.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-trending-up: Business & Growth</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/business-growth/cs-growth-strategist.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# cs-growth-strategist
|
||||
|
||||
## Role & Expertise
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "Product Manager Agent - Claude Code agent for Product."
|
||||
|
||||
# Product Manager Agent
|
||||
|
||||
**Type:** Agent | **Domain:** Product | **Source:** [`agents/product/cs-product-manager.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/product/cs-product-manager.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-lightbulb-outline: Product</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/product/cs-product-manager.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Product Manager Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "Product Strategist Agent - Claude Code agent for Product."
|
||||
|
||||
# Product Strategist Agent
|
||||
|
||||
**Type:** Agent | **Domain:** Product | **Source:** [`agents/product/cs-product-strategist.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/product/cs-product-strategist.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-lightbulb-outline: Product</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/product/cs-product-strategist.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Product Strategist Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "Project Manager Agent - Claude Code agent for Project Management."
|
||||
|
||||
# Project Manager Agent
|
||||
|
||||
**Type:** Agent | **Domain:** Project Management | **Source:** [`agents/project-management/cs-project-manager.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/project-management/cs-project-manager.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-clipboard-check-outline: Project Management</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/project-management/cs-project-manager.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# Project Manager Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "cs-quality-regulatory - Claude Code agent for Regulatory & Quality
|
||||
|
||||
# cs-quality-regulatory
|
||||
|
||||
**Type:** Agent | **Domain:** Regulatory & Quality | **Source:** [`agents/ra-qm-team/cs-quality-regulatory.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/ra-qm-team/cs-quality-regulatory.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-shield-check-outline: Regulatory & Quality</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/ra-qm-team/cs-quality-regulatory.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# cs-quality-regulatory
|
||||
|
||||
## Role & Expertise
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "cs-senior-engineer - Claude Code agent for Engineering - POWERFUL.
|
||||
|
||||
# cs-senior-engineer
|
||||
|
||||
**Type:** Agent | **Domain:** Engineering - POWERFUL | **Source:** [`agents/engineering/cs-senior-engineer.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/engineering/cs-senior-engineer.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-rocket-launch: Engineering - POWERFUL</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/engineering/cs-senior-engineer.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# cs-senior-engineer
|
||||
|
||||
## Role & Expertise
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "UX Researcher Agent - Claude Code agent for Product."
|
||||
|
||||
# UX Researcher Agent
|
||||
|
||||
**Type:** Agent | **Domain:** Product | **Source:** [`agents/product/cs-ux-researcher.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/product/cs-ux-researcher.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-lightbulb-outline: Product</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/product/cs-ux-researcher.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# UX Researcher Agent
|
||||
|
||||
## Purpose
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ description: "cs-workspace-admin - Claude Code agent for Engineering - Core."
|
||||
|
||||
# cs-workspace-admin
|
||||
|
||||
**Type:** Agent | **Domain:** Engineering - Core | **Source:** [`agents/engineering-team/cs-workspace-admin.md`](https://github.com/alirezarezvani/claude-skills/tree/main/agents/engineering-team/cs-workspace-admin.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-robot: Agent</span>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/agents/engineering-team/cs-workspace-admin.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# cs-workspace-admin
|
||||
|
||||
## Role & Expertise
|
||||
|
||||
|
||||
@@ -3,24 +3,104 @@ title: "Agents"
|
||||
description: "All 15 Claude Code agents — multi-skill orchestrators across domains."
|
||||
---
|
||||
|
||||
# Agents
|
||||
<div class="domain-header" markdown>
|
||||
|
||||
15 agents that orchestrate skills across domains.
|
||||
# :material-robot: Agents
|
||||
|
||||
| Agent | Domain |
|
||||
|-------|--------|
|
||||
| [cs-growth-strategist](cs-growth-strategist.md) | Business & Growth |
|
||||
| [CEO Advisor Agent](cs-ceo-advisor.md) | C-Level Advisory |
|
||||
| [CTO Advisor Agent](cs-cto-advisor.md) | C-Level Advisory |
|
||||
| [cs-senior-engineer](cs-senior-engineer.md) | Engineering - POWERFUL |
|
||||
| [cs-engineering-lead](cs-engineering-lead.md) | Engineering - Core |
|
||||
| [cs-workspace-admin](cs-workspace-admin.md) | Engineering - Core |
|
||||
| [cs-financial-analyst](cs-financial-analyst.md) | Finance |
|
||||
| [Content Creator Agent](cs-content-creator.md) | Marketing |
|
||||
| [Demand Generation Specialist Agent](cs-demand-gen-specialist.md) | Marketing |
|
||||
| [Agile Product Owner Agent](cs-agile-product-owner.md) | Product |
|
||||
| [Product Manager Agent](cs-product-manager.md) | Product |
|
||||
| [Product Strategist Agent](cs-product-strategist.md) | Product |
|
||||
| [UX Researcher Agent](cs-ux-researcher.md) | Product |
|
||||
| [Project Manager Agent](cs-project-manager.md) | Project Management |
|
||||
| [cs-quality-regulatory](cs-quality-regulatory.md) | Regulatory & Quality |
|
||||
<p class="domain-count">15 agents that orchestrate skills across domains</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :material-trending-up:{ .lg .middle } **[cs-growth-strategist](cs-growth-strategist.md)**
|
||||
|
||||
---
|
||||
|
||||
Business & Growth
|
||||
|
||||
- :material-account-tie:{ .lg .middle } **[CEO Advisor Agent](cs-ceo-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
C-Level Advisory
|
||||
|
||||
- :material-account-tie:{ .lg .middle } **[CTO Advisor Agent](cs-cto-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
C-Level Advisory
|
||||
|
||||
- :material-rocket-launch:{ .lg .middle } **[cs-senior-engineer](cs-senior-engineer.md)**
|
||||
|
||||
---
|
||||
|
||||
Engineering - POWERFUL
|
||||
|
||||
- :material-code-braces:{ .lg .middle } **[cs-engineering-lead](cs-engineering-lead.md)**
|
||||
|
||||
---
|
||||
|
||||
Engineering - Core
|
||||
|
||||
- :material-code-braces:{ .lg .middle } **[cs-workspace-admin](cs-workspace-admin.md)**
|
||||
|
||||
---
|
||||
|
||||
Engineering - Core
|
||||
|
||||
- :material-calculator-variant:{ .lg .middle } **[cs-financial-analyst](cs-financial-analyst.md)**
|
||||
|
||||
---
|
||||
|
||||
Finance
|
||||
|
||||
- :material-bullhorn-outline:{ .lg .middle } **[Content Creator Agent](cs-content-creator.md)**
|
||||
|
||||
---
|
||||
|
||||
Marketing
|
||||
|
||||
- :material-bullhorn-outline:{ .lg .middle } **[Demand Generation Specialist Agent](cs-demand-gen-specialist.md)**
|
||||
|
||||
---
|
||||
|
||||
Marketing
|
||||
|
||||
- :material-lightbulb-outline:{ .lg .middle } **[Agile Product Owner Agent](cs-agile-product-owner.md)**
|
||||
|
||||
---
|
||||
|
||||
Product
|
||||
|
||||
- :material-lightbulb-outline:{ .lg .middle } **[Product Manager Agent](cs-product-manager.md)**
|
||||
|
||||
---
|
||||
|
||||
Product
|
||||
|
||||
- :material-lightbulb-outline:{ .lg .middle } **[Product Strategist Agent](cs-product-strategist.md)**
|
||||
|
||||
---
|
||||
|
||||
Product
|
||||
|
||||
- :material-lightbulb-outline:{ .lg .middle } **[UX Researcher Agent](cs-ux-researcher.md)**
|
||||
|
||||
---
|
||||
|
||||
Product
|
||||
|
||||
- :material-clipboard-check-outline:{ .lg .middle } **[Project Manager Agent](cs-project-manager.md)**
|
||||
|
||||
---
|
||||
|
||||
Project Management
|
||||
|
||||
- :material-shield-check-outline:{ .lg .middle } **[cs-quality-regulatory](cs-quality-regulatory.md)**
|
||||
|
||||
---
|
||||
|
||||
Regulatory & Quality
|
||||
|
||||
</div>
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/changelog — Claude Code slash command."
|
||||
|
||||
# /changelog
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/changelog.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/changelog.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/changelog.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /changelog
|
||||
|
||||
Generate Keep a Changelog entries from git history and validate commit message format.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/competitive-matrix — Claude Code slash command."
|
||||
|
||||
# /competitive-matrix
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/competitive-matrix.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/competitive-matrix.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/competitive-matrix.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /competitive-matrix
|
||||
|
||||
Build competitive matrices with weighted scoring, gap analysis, and market positioning insights.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/financial-health — Claude Code slash command."
|
||||
|
||||
# /financial-health
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/financial-health.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/financial-health.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/financial-health.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /financial-health
|
||||
|
||||
Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/google-workspace — Claude Code slash command."
|
||||
|
||||
# /google-workspace
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/google-workspace.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/google-workspace.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/google-workspace.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /google-workspace
|
||||
|
||||
Google Workspace CLI administration via the `gws` CLI. Run setup diagnostics, security audits, browse and execute recipes, and analyze command output.
|
||||
|
||||
|
||||
@@ -3,24 +3,104 @@ title: "Commands"
|
||||
description: "All 15 slash commands for quick access to common operations."
|
||||
---
|
||||
|
||||
# Slash Commands
|
||||
<div class="domain-header" markdown>
|
||||
|
||||
15 commands for quick access to common operations.
|
||||
# :material-console: Slash Commands
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| [`/changelog`](changelog.md) | Generate Keep a Changelog entries from git history and validate commit message format. |
|
||||
| [`/competitive-matrix`](competitive-matrix.md) | Build competitive matrices with weighted scoring, gap analysis, and market positioning insights. |
|
||||
| [`/financial-health`](financial-health.md) | Analyze financial statements, build valuation models, assess budget variances, and construct forecasts. |
|
||||
| [`/google-workspace`](google-workspace.md) | Google Workspace CLI administration via the `gws` CLI. Run setup diagnostics, security audits, browse and execute recipes, and analyze command output. |
|
||||
| [`/okr`](okr.md) | Generate cascaded OKR frameworks from company-level strategy down to team-level key results. |
|
||||
| [`/persona`](persona.md) | Generate structured user personas with demographics, goals, pain points, and behavioral patterns. |
|
||||
| [`/pipeline`](pipeline.md) | Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI. |
|
||||
| [`/project-health`](project-health.md) | Generate portfolio health dashboards and risk matrices for project oversight. |
|
||||
| [`/retro`](retro.md) | Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness. |
|
||||
| [`/rice`](rice.md) | Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints. |
|
||||
| [`/saas-health`](saas-health.md) | Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project forward. |
|
||||
| [`/sprint-health`](sprint-health.md) | Score sprint health across delivery, quality, and team metrics with velocity trend analysis. |
|
||||
| [`/tdd`](tdd.md) | Generate tests, analyze coverage, and validate test quality using the TDD Guide skill. |
|
||||
| [`/tech-debt`](tech-debt.md) | Scan codebases for technical debt, score severity, and generate prioritized remediation plans. |
|
||||
| [`/user-story`](user-story.md) | Generate structured user stories with acceptance criteria, story points, and sprint capacity planning. |
|
||||
<p class="domain-count">15 commands for quick access to common operations</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/changelog`](changelog.md)**
|
||||
|
||||
---
|
||||
|
||||
Generate Keep a Changelog entries from git history and validate commit message format.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/competitive-matrix`](competitive-matrix.md)**
|
||||
|
||||
---
|
||||
|
||||
Build competitive matrices with weighted scoring, gap analysis, and market positioning insights.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/financial-health`](financial-health.md)**
|
||||
|
||||
---
|
||||
|
||||
Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/google-workspace`](google-workspace.md)**
|
||||
|
||||
---
|
||||
|
||||
Google Workspace CLI administration via the gws CLI. Run setup diagnostics, security audits, browse and execute recip...
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/okr`](okr.md)**
|
||||
|
||||
---
|
||||
|
||||
Generate cascaded OKR frameworks from company-level strategy down to team-level key results.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/persona`](persona.md)**
|
||||
|
||||
---
|
||||
|
||||
Generate structured user personas with demographics, goals, pain points, and behavioral patterns.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/pipeline`](pipeline.md)**
|
||||
|
||||
---
|
||||
|
||||
Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/project-health`](project-health.md)**
|
||||
|
||||
---
|
||||
|
||||
Generate portfolio health dashboards and risk matrices for project oversight.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/retro`](retro.md)**
|
||||
|
||||
---
|
||||
|
||||
Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/rice`](rice.md)**
|
||||
|
||||
---
|
||||
|
||||
Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/saas-health`](saas-health.md)**
|
||||
|
||||
---
|
||||
|
||||
Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project ...
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/sprint-health`](sprint-health.md)**
|
||||
|
||||
---
|
||||
|
||||
Score sprint health across delivery, quality, and team metrics with velocity trend analysis.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/tdd`](tdd.md)**
|
||||
|
||||
---
|
||||
|
||||
Generate tests, analyze coverage, and validate test quality using the TDD Guide skill.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/tech-debt`](tech-debt.md)**
|
||||
|
||||
---
|
||||
|
||||
Scan codebases for technical debt, score severity, and generate prioritized remediation plans.
|
||||
|
||||
- :material-console:{ .lg .middle } **[`/user-story`](user-story.md)**
|
||||
|
||||
---
|
||||
|
||||
Generate structured user stories with acceptance criteria, story points, and sprint capacity planning.
|
||||
|
||||
</div>
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/okr — Claude Code slash command."
|
||||
|
||||
# /okr
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/okr.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/okr.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/okr.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /okr
|
||||
|
||||
Generate cascaded OKR frameworks from company-level strategy down to team-level key results.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/persona — Claude Code slash command."
|
||||
|
||||
# /persona
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/persona.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/persona.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/persona.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /persona
|
||||
|
||||
Generate structured user personas with demographics, goals, pain points, and behavioral patterns.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/pipeline — Claude Code slash command."
|
||||
|
||||
# /pipeline
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/pipeline.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/pipeline.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/pipeline.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /pipeline
|
||||
|
||||
Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/project-health — Claude Code slash command."
|
||||
|
||||
# /project-health
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/project-health.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/project-health.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/project-health.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /project-health
|
||||
|
||||
Generate portfolio health dashboards and risk matrices for project oversight.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/retro — Claude Code slash command."
|
||||
|
||||
# /retro
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/retro.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/retro.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/retro.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /retro
|
||||
|
||||
Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/rice — Claude Code slash command."
|
||||
|
||||
# /rice
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/rice.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/rice.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/rice.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /rice
|
||||
|
||||
Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/saas-health — Claude Code slash command."
|
||||
|
||||
# /saas-health
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/saas-health.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/saas-health.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/saas-health.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /saas-health
|
||||
|
||||
Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project forward.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/sprint-health — Claude Code slash command."
|
||||
|
||||
# /sprint-health
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/sprint-health.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/sprint-health.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/sprint-health.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /sprint-health
|
||||
|
||||
Score sprint health across delivery, quality, and team metrics with velocity trend analysis.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/tdd — Claude Code slash command."
|
||||
|
||||
# /tdd
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/tdd.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/tdd.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/tdd.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /tdd
|
||||
|
||||
Generate tests, analyze coverage, and validate test quality using the TDD Guide skill.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/tech-debt — Claude Code slash command."
|
||||
|
||||
# /tech-debt
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/tech-debt.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/tech-debt.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/tech-debt.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /tech-debt
|
||||
|
||||
Scan codebases for technical debt, score severity, and generate prioritized remediation plans.
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ description: "/user-story — Claude Code slash command."
|
||||
|
||||
# /user-story
|
||||
|
||||
**Type:** Slash Command | **Source:** [`commands/user-story.md`](https://github.com/alirezarezvani/claude-skills/tree/main/commands/user-story.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-console: Slash Command</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/user-story.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
# /user-story
|
||||
|
||||
Generate structured user stories with acceptance criteria, story points, and sprint capacity planning.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Claude Code Skills & Plugins
|
||||
description: "173 production-ready skills, 15 agents, and 15 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw."
|
||||
description: "173 production-ready skills, 19 plugins, 15 agents, and 15 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw."
|
||||
hide:
|
||||
- toc
|
||||
- edit
|
||||
@@ -45,6 +45,12 @@ hide:
|
||||
|
||||
[Multi-skill agents](agents/)
|
||||
|
||||
- :material-puzzle-outline:{ .lg .middle } **19**
|
||||
|
||||
---
|
||||
|
||||
[Installable plugins](plugins/)
|
||||
|
||||
- :material-console:{ .lg .middle } **15**
|
||||
|
||||
---
|
||||
|
||||
466
docs/plugins/index.md
Normal file
466
docs/plugins/index.md
Normal file
@@ -0,0 +1,466 @@
|
||||
---
|
||||
title: "Plugins & Marketplace"
|
||||
description: "19 installable plugins for Claude Code, Codex CLI, Gemini CLI, and OpenClaw. Domain bundles and standalone plugins across engineering, marketing, product, and more."
|
||||
---
|
||||
|
||||
<div class="skills-hero" markdown>
|
||||
|
||||
# Plugins & Marketplace
|
||||
|
||||
**19 installable plugins** — domain bundles and standalone packages distributed via Claude Code plugin registry and ClawHub.
|
||||
|
||||
<p class="skills-hero-sub">Install entire skill domains or individual tools with a single command. Compatible with Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw.</p>
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## At a Glance
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :material-puzzle-outline:{ .lg .middle } **19 Plugins**
|
||||
|
||||
---
|
||||
|
||||
9 domain bundles + 10 standalone packages
|
||||
|
||||
- :material-domain:{ .lg .middle } **9 Domains**
|
||||
|
||||
---
|
||||
|
||||
Engineering, Marketing, Product, C-Level, PM, RA/QM, Business, Finance
|
||||
|
||||
- :material-toolbox-outline:{ .lg .middle } **173 Skills**
|
||||
|
||||
---
|
||||
|
||||
All skills available through plugin install
|
||||
|
||||
- :material-sync:{ .lg .middle } **4 Platforms**
|
||||
|
||||
---
|
||||
|
||||
Claude Code, Codex CLI, Gemini CLI, OpenClaw
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## Quick Install
|
||||
|
||||
=== "Claude Code"
|
||||
|
||||
```bash
|
||||
# Install a domain bundle
|
||||
claude /plugin install marketing-skills
|
||||
|
||||
# Install a standalone plugin
|
||||
claude /plugin install pw
|
||||
```
|
||||
|
||||
=== "Codex CLI"
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/alirezarezvani/claude-skills.git
|
||||
|
||||
# Symlinks are pre-configured in .codex/skills/
|
||||
```
|
||||
|
||||
=== "Gemini CLI"
|
||||
|
||||
```bash
|
||||
# Clone and run the sync script
|
||||
git clone https://github.com/alirezarezvani/claude-skills.git
|
||||
cd claude-skills
|
||||
python3 scripts/sync-gemini-skills.py --verbose
|
||||
```
|
||||
|
||||
=== "OpenClaw"
|
||||
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/scripts/openclaw-install.sh | bash
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Plugin Architecture
|
||||
|
||||
```mermaid
|
||||
graph TB
|
||||
subgraph Registry["Plugin Registry"]
|
||||
MP["marketplace.json<br/>19 plugins"]
|
||||
end
|
||||
|
||||
subgraph Bundles["Domain Bundles (9)"]
|
||||
B1["engineering-skills<br/>24 skills"]
|
||||
B2["engineering-advanced-skills<br/>25 skills"]
|
||||
B3["marketing-skills<br/>43 skills"]
|
||||
B4["c-level-skills<br/>28 skills"]
|
||||
B5["ra-qm-skills<br/>12 skills"]
|
||||
B6["product-skills<br/>8 skills"]
|
||||
B7["pm-skills<br/>6 skills"]
|
||||
B8["business-growth-skills<br/>4 skills"]
|
||||
B9["finance-skills<br/>2 skills"]
|
||||
end
|
||||
|
||||
subgraph Standalone["Standalone Plugins (10)"]
|
||||
S1["pw<br/>Playwright Pro"]
|
||||
S2["self-improving-agent"]
|
||||
S3["google-workspace-cli"]
|
||||
S4["executive-mentor"]
|
||||
S5["content-creator"]
|
||||
S6["demand-gen"]
|
||||
S7["fullstack-engineer"]
|
||||
S8["aws-architect"]
|
||||
S9["product-manager"]
|
||||
S10["skill-security-auditor"]
|
||||
end
|
||||
|
||||
MP --> Bundles
|
||||
MP --> Standalone
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Domain Bundles
|
||||
|
||||
Domain bundles install an entire skill domain with all its tools, references, and assets. Use these when you want comprehensive coverage for a functional area.
|
||||
|
||||
### :material-code-braces: Engineering — Core
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `engineering-skills` |
|
||||
| **Skills** | 24 |
|
||||
| **Install** | `claude /plugin install engineering-skills` |
|
||||
|
||||
Architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, data engineering, Playwright Pro (9 sub-skills), self-improving agent, Stripe integration, TDD guide, tech stack evaluator, Google Workspace CLI.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/engineering-team/index.md)
|
||||
|
||||
---
|
||||
|
||||
### :material-rocket-launch: Engineering — POWERFUL
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `engineering-advanced-skills` |
|
||||
| **Skills** | 25 |
|
||||
| **Install** | `claude /plugin install engineering-advanced-skills` |
|
||||
|
||||
Agent designer, RAG architect, database designer, migration architect, observability designer, dependency auditor, release manager, API reviewer, CI/CD pipeline builder, MCP server builder, skill security auditor, performance profiler.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/engineering/index.md)
|
||||
|
||||
---
|
||||
|
||||
### :material-bullhorn-outline: Marketing
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `marketing-skills` |
|
||||
| **Skills** | 43 |
|
||||
| **Install** | `claude /plugin install marketing-skills` |
|
||||
|
||||
Content, SEO, CRO, Channels, Growth, Intelligence, Sales enablement, and X/Twitter growth. 51 Python tools, 73 reference docs across 7 specialist pods.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/marketing-skill/index.md)
|
||||
|
||||
---
|
||||
|
||||
### :material-account-tie: C-Level Advisory
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `c-level-skills` |
|
||||
| **Skills** | 28 |
|
||||
| **Install** | `claude /plugin install c-level-skills` |
|
||||
|
||||
Virtual board of directors (CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO), executive mentor, founder coach, board meetings, decision logger, scenario war room, competitive intel, M&A playbook, culture frameworks.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/c-level-advisor/index.md)
|
||||
|
||||
---
|
||||
|
||||
### :material-shield-check-outline: Regulatory & Quality
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `ra-qm-skills` |
|
||||
| **Skills** | 12 |
|
||||
| **Install** | `claude /plugin install ra-qm-skills` |
|
||||
|
||||
ISO 13485 QMS, MDR 2017/745, FDA 510(k)/PMA, GDPR/DSGVO, ISO 27001 ISMS, CAPA management, risk management, clinical evaluation for HealthTech/MedTech.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/ra-qm-team/index.md)
|
||||
|
||||
---
|
||||
|
||||
### :material-lightbulb-outline: Product
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `product-skills` |
|
||||
| **Skills** | 8 |
|
||||
| **Install** | `claude /plugin install product-skills` |
|
||||
|
||||
Product manager toolkit (RICE, PRDs), agile product owner, product strategist, UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder. 9 Python tools.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/product-team/index.md)
|
||||
|
||||
---
|
||||
|
||||
### :material-clipboard-check-outline: Project Management
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `pm-skills` |
|
||||
| **Skills** | 6 |
|
||||
| **Install** | `claude /plugin install pm-skills` |
|
||||
|
||||
Senior PM, scrum master, Jira expert, Confluence expert, Atlassian admin, template creator. 12 Python tools with Atlassian MCP integration.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/project-management/index.md)
|
||||
|
||||
---
|
||||
|
||||
### :material-trending-up: Business & Growth
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `business-growth-skills` |
|
||||
| **Skills** | 4 |
|
||||
| **Install** | `claude /plugin install business-growth-skills` |
|
||||
|
||||
Customer success manager, sales engineer, revenue operations, contract & proposal writer.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/business-growth/index.md)
|
||||
|
||||
---
|
||||
|
||||
### :material-calculator-variant: Finance
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Plugin** | `finance-skills` |
|
||||
| **Skills** | 2 |
|
||||
| **Install** | `claude /plugin install finance-skills` |
|
||||
|
||||
Financial analyst (ratio analysis, DCF valuation, budgeting, forecasting) and SaaS metrics coach (ARR, MRR, churn, CAC, LTV, NRR). 7 Python tools.
|
||||
|
||||
[:octicons-arrow-right-24: Browse skills](../skills/finance/index.md)
|
||||
|
||||
---
|
||||
|
||||
## Standalone Plugins
|
||||
|
||||
Standalone plugins install individual skills or toolkits. Use these when you need a specific capability without the full domain bundle.
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :material-test-tube:{ .lg .middle } **Playwright Pro** `pw`
|
||||
|
||||
---
|
||||
|
||||
Production-grade Playwright testing toolkit. 9 sub-skills, 3 agents, 55 templates, TestRail + BrowserStack MCP.
|
||||
|
||||
```bash
|
||||
claude /plugin install pw
|
||||
```
|
||||
|
||||
**Slash commands:** `/pw:generate`, `/pw:fix`, `/pw:review`, `/pw:migrate`, `/pw:coverage`, `/pw:init`, `/pw:report`, `/pw:testrail`, `/pw:browserstack`
|
||||
|
||||
- :material-brain:{ .lg .middle } **Self-Improving Agent** `self-improving-agent`
|
||||
|
||||
---
|
||||
|
||||
Auto-memory curation, learning promotion, and pattern extraction into reusable skills.
|
||||
|
||||
```bash
|
||||
claude /plugin install self-improving-agent
|
||||
```
|
||||
|
||||
**Slash commands:** `/si:review`, `/si:promote`, `/si:extract`, `/si:status`, `/si:remember`
|
||||
|
||||
- :fontawesome-brands-google:{ .lg .middle } **Google Workspace CLI** `google-workspace-cli`
|
||||
|
||||
---
|
||||
|
||||
Gmail, Drive, Sheets, Calendar, Docs, Chat, Tasks via the `gws` CLI. 5 Python tools, 43 recipes, 10 persona bundles.
|
||||
|
||||
```bash
|
||||
claude /plugin install google-workspace-cli
|
||||
```
|
||||
|
||||
- :material-account-supervisor:{ .lg .middle } **Executive Mentor** `executive-mentor`
|
||||
|
||||
---
|
||||
|
||||
Adversarial thinking partner for founders. Pre-mortem, board prep, hard calls, stress tests, postmortems.
|
||||
|
||||
```bash
|
||||
claude /plugin install executive-mentor
|
||||
```
|
||||
|
||||
**Slash commands:** `/em:challenge`, `/em:board-prep`, `/em:hard-call`, `/em:stress-test`, `/em:postmortem`
|
||||
|
||||
- :material-pencil:{ .lg .middle } **Content Creator** `content-creator`
|
||||
|
||||
---
|
||||
|
||||
SEO-optimized content with brand voice analysis, content frameworks, and social media templates.
|
||||
|
||||
```bash
|
||||
claude /plugin install content-creator
|
||||
```
|
||||
|
||||
- :material-magnet:{ .lg .middle } **Demand Gen** `demand-gen`
|
||||
|
||||
---
|
||||
|
||||
Multi-channel demand generation, paid media optimization, SEO strategy, and partnership programs.
|
||||
|
||||
```bash
|
||||
claude /plugin install demand-gen
|
||||
```
|
||||
|
||||
- :material-layers-triple:{ .lg .middle } **Fullstack Engineer** `fullstack-engineer`
|
||||
|
||||
---
|
||||
|
||||
Full-stack engineering with React, Node, databases, and deployment patterns.
|
||||
|
||||
```bash
|
||||
claude /plugin install fullstack-engineer
|
||||
```
|
||||
|
||||
- :fontawesome-brands-aws:{ .lg .middle } **AWS Architect** `aws-architect`
|
||||
|
||||
---
|
||||
|
||||
AWS serverless architecture with IaC templates, cost optimization, and CI/CD pipelines.
|
||||
|
||||
```bash
|
||||
claude /plugin install aws-architect
|
||||
```
|
||||
|
||||
- :material-clipboard-text:{ .lg .middle } **Product Manager** `product-manager`
|
||||
|
||||
---
|
||||
|
||||
RICE scoring, customer interview analysis, and PRD generation toolkit.
|
||||
|
||||
```bash
|
||||
claude /plugin install product-manager
|
||||
```
|
||||
|
||||
- :material-shield-lock:{ .lg .middle } **Skill Security Auditor** `skill-security-auditor`
|
||||
|
||||
---
|
||||
|
||||
Security scanner for AI agent skills. Detects malicious patterns, prompt injection, data exfiltration, and unsafe file operations.
|
||||
|
||||
```bash
|
||||
claude /plugin install skill-security-auditor
|
||||
```
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## Plugin Structure
|
||||
|
||||
Every plugin follows the same minimal schema for maximum portability:
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "plugin-name",
|
||||
"description": "What it does",
|
||||
"version": "2.1.2",
|
||||
"author": { "name": "Author Name" },
|
||||
"homepage": "https://...",
|
||||
"repository": "https://...",
|
||||
"license": "MIT",
|
||||
"skills": "./"
|
||||
}
|
||||
```
|
||||
|
||||
!!! info "ClawHub Registry"
|
||||
Plugins are distributed via [ClawHub](https://clawhub.com) as the public registry. The `cs-` prefix is used only when a slug is already taken by another publisher — repo folder names remain unchanged.
|
||||
|
||||
### Directory Layout
|
||||
|
||||
```
|
||||
domain-name/
|
||||
├── .claude-plugin/
|
||||
│ └── plugin.json # Plugin metadata
|
||||
├── skill-a/
|
||||
│ ├── SKILL.md # Skill instructions
|
||||
│ ├── scripts/ # Python CLI tools
|
||||
│ ├── references/ # Knowledge bases
|
||||
│ └── assets/ # Templates
|
||||
├── skill-b/
|
||||
│ └── ...
|
||||
└── CLAUDE.md # Domain instructions
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Compatibility Matrix
|
||||
|
||||
| Platform | Bundle Install | Standalone Install | Slash Commands | Agents |
|
||||
|----------|:-:|:-:|:-:|:-:|
|
||||
| **Claude Code** | :material-check: | :material-check: | :material-check: | :material-check: |
|
||||
| **OpenAI Codex** | :material-check: | :material-check: | :material-close: | :material-close: |
|
||||
| **Gemini CLI** | :material-check: | :material-check: | :material-close: | :material-close: |
|
||||
| **OpenClaw** | :material-check: | :material-check: | :material-close: | :material-close: |
|
||||
|
||||
!!! tip "Full feature support"
|
||||
Slash commands (like `/pw:generate`) and agent spawning (like `cs-engineering-lead`) are Claude Code features. On other platforms, the underlying skills and Python tools work — just without the command/agent wrappers.
|
||||
|
||||
---
|
||||
|
||||
## All Plugins at a Glance
|
||||
|
||||
| Plugin | Type | Skills | Category | Keywords |
|
||||
|--------|------|:------:|----------|----------|
|
||||
| `marketing-skills` | Bundle | 43 | Marketing | content, seo, cro, growth, social |
|
||||
| `c-level-skills` | Bundle | 28 | Leadership | ceo, cto, strategy, advisory |
|
||||
| `engineering-advanced-skills` | Bundle | 25 | Development | agent, rag, database, ci-cd, mcp |
|
||||
| `engineering-skills` | Bundle | 24 | Development | architecture, devops, ai, ml |
|
||||
| `ra-qm-skills` | Bundle | 12 | Compliance | iso-13485, mdr, fda, gdpr |
|
||||
| `product-skills` | Bundle | 8 | Product | pm, agile, ux, saas |
|
||||
| `pm-skills` | Bundle | 6 | PM | scrum, jira, confluence |
|
||||
| `business-growth-skills` | Bundle | 4 | Business | sales, revenue, customer-success |
|
||||
| `finance-skills` | Bundle | 2 | Finance | dcf, valuation, saas-metrics |
|
||||
| `pw` | Standalone | 9 | Development | playwright, e2e, testing |
|
||||
| `self-improving-agent` | Standalone | 5 | Development | memory, auto-memory |
|
||||
| `google-workspace-cli` | Standalone | 1 | Development | gmail, drive, sheets, calendar |
|
||||
| `executive-mentor` | Standalone | 5 | Leadership | pre-mortem, board-prep |
|
||||
| `content-creator` | Standalone | 1 | Marketing | seo, brand-voice |
|
||||
| `demand-gen` | Standalone | 1 | Marketing | paid-media, acquisition |
|
||||
| `fullstack-engineer` | Standalone | 1 | Development | react, node |
|
||||
| `aws-architect` | Standalone | 1 | Development | aws, serverless, cloud |
|
||||
| `product-manager` | Standalone | 1 | Product | rice, prd |
|
||||
| `skill-security-auditor` | Standalone | 1 | Development | security, audit |
|
||||
|
||||
---
|
||||
|
||||
## FAQ
|
||||
|
||||
??? question "What's the difference between a bundle and a standalone plugin?"
|
||||
**Bundles** install all skills in a domain (e.g., `marketing-skills` installs all 43 marketing skills). **Standalone** plugins install a single skill or toolkit (e.g., `pw` installs just Playwright Pro). Standalone plugins are subsets of their parent bundle — installing both is safe but redundant.
|
||||
|
||||
??? question "Can I install multiple plugins?"
|
||||
Yes. Plugins are designed to coexist without conflicts. Each skill is self-contained with no cross-dependencies.
|
||||
|
||||
??? question "Do plugins require API keys or paid services?"
|
||||
No. All Python tools use stdlib only. Some skills reference external services (AWS, Google Workspace, Stripe) but follow a BYOK (bring-your-own-key) pattern — you use your own accounts.
|
||||
|
||||
??? question "How do I update plugins?"
|
||||
Re-run the install command. Plugins follow semantic versioning aligned with the repository releases (currently v2.1.2).
|
||||
|
||||
??? question "What is ClawHub?"
|
||||
[ClawHub](https://clawhub.com) is the public registry for Claude Code plugins. Think of it like npm for AI agent skills. The `cs-` prefix is used only when a plugin slug conflicts with another publisher.
|
||||
@@ -5,13 +5,17 @@ description: "Business & Growth Skills - Claude Code skill from the Business & G
|
||||
|
||||
# Business & Growth Skills
|
||||
|
||||
**Domain:** Business & Growth | **Skill:** `business-growth` | **Source:** [`business-growth/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-trending-up: Business & Growth</span>
|
||||
<span class="meta-badge">:material-identifier: `business-growth`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install business-growth-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Business & Growth Skills
|
||||
|
||||
4 production-ready skills for customer success, sales, and revenue operations.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Contract & Proposal Writer - Claude Code skill from the Business &
|
||||
|
||||
# Contract & Proposal Writer
|
||||
|
||||
**Domain:** Business & Growth | **Skill:** `contract-and-proposal-writer` | **Source:** [`business-growth/contract-and-proposal-writer/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/contract-and-proposal-writer/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-trending-up: Business & Growth</span>
|
||||
<span class="meta-badge">:material-identifier: `contract-and-proposal-writer`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/contract-and-proposal-writer/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install business-growth-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Contract & Proposal Writer
|
||||
|
||||
**Tier:** POWERFUL
|
||||
**Category:** Business Growth
|
||||
**Domain:** Legal Documents, Business Development, Client Relations
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Customer Success Manager - Claude Code skill from the Business & G
|
||||
|
||||
# Customer Success Manager
|
||||
|
||||
**Domain:** Business & Growth | **Skill:** `customer-success-manager` | **Source:** [`business-growth/customer-success-manager/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/customer-success-manager/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-trending-up: Business & Growth</span>
|
||||
<span class="meta-badge">:material-identifier: `customer-success-manager`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/customer-success-manager/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install business-growth-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Customer Success Manager
|
||||
|
||||
Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansion opportunity identification. Three Python CLI tools provide deterministic, repeatable analysis using standard library only -- no external dependencies, no API calls, no ML models.
|
||||
|
||||
---
|
||||
|
||||
@@ -1,16 +1,50 @@
|
||||
---
|
||||
title: "Business & Growth Skills"
|
||||
description: "All Business & Growth skills for Claude Code, OpenAI Codex, and OpenClaw."
|
||||
description: "All 5 Business & Growth skills for Claude Code, Codex CLI, Gemini CLI, and OpenClaw."
|
||||
---
|
||||
|
||||
# Business & Growth Skills
|
||||
<div class="domain-header" markdown>
|
||||
|
||||
5 skills in this domain.
|
||||
# :material-trending-up: Business & Growth
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| [Business & Growth Skills](business-growth.md) | `business-growth` |
|
||||
| [Contract & Proposal Writer](contract-and-proposal-writer.md) | `contract-and-proposal-writer` |
|
||||
| [Customer Success Manager](customer-success-manager.md) | `customer-success-manager` |
|
||||
| [Revenue Operations](revenue-operations.md) | `revenue-operations` |
|
||||
| [Sales Engineer Skill](sales-engineer.md) | `sales-engineer` |
|
||||
<p class="domain-count">5 skills in this domain</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install all:</span> <code>claude /plugin install business-growth-skills</code>
|
||||
</div>
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- **[Business & Growth Skills](business-growth.md)**
|
||||
|
||||
---
|
||||
|
||||
4 production-ready skills for customer success, sales, and revenue operations.
|
||||
|
||||
- **[Contract & Proposal Writer](contract-and-proposal-writer.md)**
|
||||
|
||||
---
|
||||
|
||||
Tier: POWERFUL
|
||||
|
||||
- **[Customer Success Manager](customer-success-manager.md)**
|
||||
|
||||
---
|
||||
|
||||
Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansi...
|
||||
|
||||
- **[Revenue Operations](revenue-operations.md)**
|
||||
|
||||
---
|
||||
|
||||
Pipeline analysis, forecast accuracy tracking, and GTM efficiency measurement for SaaS revenue teams.
|
||||
|
||||
- **[Sales Engineer Skill](sales-engineer.md)**
|
||||
|
||||
---
|
||||
|
||||
Objective: Understand customer requirements, technical environment, and business drivers.
|
||||
|
||||
</div>
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Revenue Operations - Claude Code skill from the Business & Growth
|
||||
|
||||
# Revenue Operations
|
||||
|
||||
**Domain:** Business & Growth | **Skill:** `revenue-operations` | **Source:** [`business-growth/revenue-operations/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/revenue-operations/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-trending-up: Business & Growth</span>
|
||||
<span class="meta-badge">:material-identifier: `revenue-operations`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/revenue-operations/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install business-growth-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Revenue Operations
|
||||
|
||||
Pipeline analysis, forecast accuracy tracking, and GTM efficiency measurement for SaaS revenue teams.
|
||||
|
||||
> **Output formats:** All scripts support `--format text` (human-readable) and `--format json` (dashboards/integrations).
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Sales Engineer Skill - Claude Code skill from the Business & Growt
|
||||
|
||||
# Sales Engineer Skill
|
||||
|
||||
**Domain:** Business & Growth | **Skill:** `sales-engineer` | **Source:** [`business-growth/sales-engineer/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/sales-engineer/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-trending-up: Business & Growth</span>
|
||||
<span class="meta-badge">:material-identifier: `sales-engineer`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/business-growth/sales-engineer/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install business-growth-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Sales Engineer Skill
|
||||
|
||||
## 5-Phase Workflow
|
||||
|
||||
### Phase 1: Discovery & Research
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Inter-Agent Protocol - Claude Code skill from the C-Level Advisory
|
||||
|
||||
# Inter-Agent Protocol
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `agent-protocol` | **Source:** [`c-level-advisor/agent-protocol/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/agent-protocol/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `agent-protocol`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/agent-protocol/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Inter-Agent Protocol
|
||||
|
||||
How C-suite agents talk to each other. Rules that prevent chaos, loops, and circular reasoning.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Board Deck Builder - Claude Code skill from the C-Level Advisory d
|
||||
|
||||
# Board Deck Builder
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `board-deck-builder` | **Source:** [`c-level-advisor/board-deck-builder/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/board-deck-builder/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `board-deck-builder`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/board-deck-builder/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Board Deck Builder
|
||||
|
||||
Build board decks that tell a story — not just show data. Every section has an owner, a narrative, and a "so what."
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Board Meeting Protocol - Claude Code skill from the C-Level Adviso
|
||||
|
||||
# Board Meeting Protocol
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `board-meeting` | **Source:** [`c-level-advisor/board-meeting/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/board-meeting/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `board-meeting`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/board-meeting/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Board Meeting Protocol
|
||||
|
||||
Structured multi-agent deliberation that prevents groupthink, captures minority views, and produces clean, actionable decisions.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "C-Level Advisory Ecosystem - Claude Code skill from the C-Level Ad
|
||||
|
||||
# C-Level Advisory Ecosystem
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `c-level-advisor` | **Source:** [`c-level-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `c-level-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# C-Level Advisory Ecosystem
|
||||
|
||||
A complete virtual board of directors for founders and executives.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "CEO Advisor - Claude Code skill from the C-Level Advisory domain."
|
||||
|
||||
# CEO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `ceo-advisor` | **Source:** [`c-level-advisor/ceo-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/ceo-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `ceo-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/ceo-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# CEO Advisor
|
||||
|
||||
Strategic leadership frameworks for vision, fundraising, board management, culture, and stakeholder alignment.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "CFO Advisor - Claude Code skill from the C-Level Advisory domain."
|
||||
|
||||
# CFO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `cfo-advisor` | **Source:** [`c-level-advisor/cfo-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cfo-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `cfo-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cfo-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# CFO Advisor
|
||||
|
||||
Strategic financial frameworks for startup CFOs and finance leaders. Numbers-driven, decisions-focused.
|
||||
|
||||
This is **not** a financial analyst skill. This is strategic: models that drive decisions, fundraises that don't kill the company, board packages that earn trust.
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Change Management Playbook - Claude Code skill from the C-Level Ad
|
||||
|
||||
# Change Management Playbook
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `change-management` | **Source:** [`c-level-advisor/change-management/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/change-management/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `change-management`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/change-management/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Change Management Playbook
|
||||
|
||||
Most changes fail at implementation, not design. The ADKAR model tells you why and how to fix it.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Chief of Staff - Claude Code skill from the C-Level Advisory domai
|
||||
|
||||
# Chief of Staff
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `chief-of-staff` | **Source:** [`c-level-advisor/chief-of-staff/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/chief-of-staff/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `chief-of-staff`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/chief-of-staff/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Chief of Staff
|
||||
|
||||
The orchestration layer between founder and C-suite. Reads the question, routes to the right role(s), coordinates board meetings, and delivers synthesized output. Loads company context for every interaction.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "CHRO Advisor - Claude Code skill from the C-Level Advisory domain.
|
||||
|
||||
# CHRO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `chro-advisor` | **Source:** [`c-level-advisor/chro-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/chro-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `chro-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/chro-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# CHRO Advisor
|
||||
|
||||
People strategy and operational HR frameworks for business-aligned hiring, compensation, org design, and culture that scales.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "CISO Advisor - Claude Code skill from the C-Level Advisory domain.
|
||||
|
||||
# CISO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `ciso-advisor` | **Source:** [`c-level-advisor/ciso-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/ciso-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `ciso-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/ciso-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# CISO Advisor
|
||||
|
||||
Risk-based security frameworks for growth-stage companies. Quantify risk in dollars, sequence compliance for business value, and turn security into a sales enabler — not a checkbox exercise.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "CMO Advisor - Claude Code skill from the C-Level Advisory domain."
|
||||
|
||||
# CMO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `cmo-advisor` | **Source:** [`c-level-advisor/cmo-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cmo-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `cmo-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cmo-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# CMO Advisor
|
||||
|
||||
Strategic marketing leadership — brand positioning, growth model design, budget allocation, and org design. Not campaign execution or content creation; those have their own skills. This is the engine.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Company Operating System - Claude Code skill from the C-Level Advi
|
||||
|
||||
# Company Operating System
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `company-os` | **Source:** [`c-level-advisor/company-os/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/company-os/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `company-os`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/company-os/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Company Operating System
|
||||
|
||||
The operating system is the collection of tools, rhythms, and agreements that determine how the company functions. Every company has one — most just don't know what it is. Making it explicit makes it improvable.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Competitive Intelligence - Claude Code skill from the C-Level Advi
|
||||
|
||||
# Competitive Intelligence
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `competitive-intel` | **Source:** [`c-level-advisor/competitive-intel/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/competitive-intel/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `competitive-intel`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/competitive-intel/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Competitive Intelligence
|
||||
|
||||
Systematic competitor tracking. Not obsession — intelligence that drives real decisions.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Company Context Engine - Claude Code skill from the C-Level Adviso
|
||||
|
||||
# Company Context Engine
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `context-engine` | **Source:** [`c-level-advisor/context-engine/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/context-engine/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `context-engine`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/context-engine/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Company Context Engine
|
||||
|
||||
The memory layer for C-suite advisors. Every advisor skill loads this first. Context is what turns generic advice into specific insight.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "COO Advisor - Claude Code skill from the C-Level Advisory domain."
|
||||
|
||||
# COO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `coo-advisor` | **Source:** [`c-level-advisor/coo-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/coo-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `coo-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/coo-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# COO Advisor
|
||||
|
||||
Operational frameworks and tools for turning strategy into execution, scaling processes, and building the organizational engine.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "CPO Advisor - Claude Code skill from the C-Level Advisory domain."
|
||||
|
||||
# CPO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `cpo-advisor` | **Source:** [`c-level-advisor/cpo-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cpo-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `cpo-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cpo-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# CPO Advisor
|
||||
|
||||
Strategic product leadership. Vision, portfolio, PMF, org design. Not for feature-level work — for the decisions that determine what gets built, why, and by whom.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "CRO Advisor - Claude Code skill from the C-Level Advisory domain."
|
||||
|
||||
# CRO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `cro-advisor` | **Source:** [`c-level-advisor/cro-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cro-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `cro-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cro-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# CRO Advisor
|
||||
|
||||
Revenue frameworks for building predictable, scalable revenue engines — from $1M ARR to $100M and beyond.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "C-Suite Onboarding - Claude Code skill from the C-Level Advisory d
|
||||
|
||||
# C-Suite Onboarding
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `cs-onboard` | **Source:** [`c-level-advisor/cs-onboard/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cs-onboard/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `cs-onboard`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cs-onboard/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# C-Suite Onboarding
|
||||
|
||||
Structured founder interview that builds the company context file powering every C-suite advisor. One 45-minute conversation. Persistent context across all roles.
|
||||
|
||||
## Commands
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "CTO Advisor - Claude Code skill from the C-Level Advisory domain."
|
||||
|
||||
# CTO Advisor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `cto-advisor` | **Source:** [`c-level-advisor/cto-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cto-advisor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `cto-advisor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/cto-advisor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# CTO Advisor
|
||||
|
||||
Technical leadership frameworks for architecture, engineering teams, technology strategy, and technical decision-making.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Culture Architect - Claude Code skill from the C-Level Advisory do
|
||||
|
||||
# Culture Architect
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `culture-architect` | **Source:** [`c-level-advisor/culture-architect/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/culture-architect/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `culture-architect`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/culture-architect/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Culture Architect
|
||||
|
||||
Culture is what you DO, not what you SAY. This skill builds culture as an operational system — observable behaviors, measurable health, and rituals that scale.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Decision Logger - Claude Code skill from the C-Level Advisory doma
|
||||
|
||||
# Decision Logger
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `decision-logger` | **Source:** [`c-level-advisor/decision-logger/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/decision-logger/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `decision-logger`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/decision-logger/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Decision Logger
|
||||
|
||||
Two-layer memory system. Layer 1 stores everything. Layer 2 stores only what the founder approved. Future meetings read Layer 2 only — this prevents hallucinated consensus from past debates bleeding into new deliberations.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/em:board-prep — Board Meeting Preparation - Claude Code skill f
|
||||
|
||||
# /em:board-prep — Board Meeting Preparation
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `board-prep` | **Source:** [`c-level-advisor/executive-mentor/skills/board-prep/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/board-prep/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `board-prep`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/board-prep/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /em:board-prep — Board Meeting Preparation
|
||||
|
||||
**Command:** `/em:board-prep <agenda>`
|
||||
|
||||
Prepare for the adversarial version of your board, not the friendly one. Every hard question they'll ask. Every number you need cold. The narrative that acknowledges weakness without losing the room.
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/em:challenge — Pre-Mortem Plan Analysis - Claude Code skill fro
|
||||
|
||||
# /em:challenge — Pre-Mortem Plan Analysis
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `challenge` | **Source:** [`c-level-advisor/executive-mentor/skills/challenge/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/challenge/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `challenge`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/challenge/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /em:challenge — Pre-Mortem Plan Analysis
|
||||
|
||||
**Command:** `/em:challenge <plan>`
|
||||
|
||||
Systematically finds weaknesses in any plan before reality does. Not to kill the plan — to make it survive contact with reality.
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/em:hard-call — Framework for Decisions With No Good Options - C
|
||||
|
||||
# /em:hard-call — Framework for Decisions With No Good Options
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `hard-call` | **Source:** [`c-level-advisor/executive-mentor/skills/hard-call/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/hard-call/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `hard-call`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/hard-call/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /em:hard-call — Framework for Decisions With No Good Options
|
||||
|
||||
**Command:** `/em:hard-call <decision>`
|
||||
|
||||
For the decisions that keep you up at 3am. Firing a co-founder. Laying off 20% of the team. Killing a product that customers love. Pivoting. Shutting down.
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/em:postmortem — Honest Analysis of What Went Wrong - Claude Cod
|
||||
|
||||
# /em:postmortem — Honest Analysis of What Went Wrong
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `postmortem` | **Source:** [`c-level-advisor/executive-mentor/skills/postmortem/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/postmortem/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `postmortem`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/postmortem/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /em:postmortem — Honest Analysis of What Went Wrong
|
||||
|
||||
**Command:** `/em:postmortem <event>`
|
||||
|
||||
Not blame. Understanding. The failed deal, the missed quarter, the feature that flopped, the hire that didn't work out. What actually happened, why, and what changes as a result.
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/em:stress-test — Business Assumption Stress Testing - Claude Co
|
||||
|
||||
# /em:stress-test — Business Assumption Stress Testing
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `stress-test` | **Source:** [`c-level-advisor/executive-mentor/skills/stress-test/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/stress-test/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `stress-test`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/skills/stress-test/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /em:stress-test — Business Assumption Stress Testing
|
||||
|
||||
**Command:** `/em:stress-test <assumption>`
|
||||
|
||||
Take any business assumption and break it before the market does. Revenue projections. Market size. Competitive moat. Hiring velocity. Customer retention.
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Executive Mentor - Claude Code skill from the C-Level Advisory dom
|
||||
|
||||
# Executive Mentor
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `executive-mentor` | **Source:** [`c-level-advisor/executive-mentor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `executive-mentor`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Executive Mentor
|
||||
|
||||
Not another advisor. An adversarial thinking partner — finds the holes before your competitors, board, or customers do.
|
||||
|
||||
## The Difference
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Founder Development Coach - Claude Code skill from the C-Level Adv
|
||||
|
||||
# Founder Development Coach
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `founder-coach` | **Source:** [`c-level-advisor/founder-coach/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/founder-coach/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `founder-coach`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/founder-coach/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Founder Development Coach
|
||||
|
||||
Your company can only grow as fast as you do. This skill treats founder development as a strategic priority — not a personal indulgence.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -1,45 +1,194 @@
|
||||
---
|
||||
title: "C-Level Advisory Skills"
|
||||
description: "All C-Level Advisory skills for Claude Code, OpenAI Codex, and OpenClaw."
|
||||
description: "All 34 C-Level Advisory skills for Claude Code, Codex CLI, Gemini CLI, and OpenClaw."
|
||||
---
|
||||
|
||||
# C-Level Advisory Skills
|
||||
<div class="domain-header" markdown>
|
||||
|
||||
34 skills in this domain.
|
||||
# :material-account-tie: C-Level Advisory
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| [Inter-Agent Protocol](agent-protocol.md) | `agent-protocol` |
|
||||
| [Board Deck Builder](board-deck-builder.md) | `board-deck-builder` |
|
||||
| [Board Meeting Protocol](board-meeting.md) | `board-meeting` |
|
||||
| [C-Level Advisory Ecosystem](c-level-advisor.md) | `c-level-advisor` |
|
||||
| [CEO Advisor](ceo-advisor.md) | `ceo-advisor` |
|
||||
| [CFO Advisor](cfo-advisor.md) | `cfo-advisor` |
|
||||
| [Change Management Playbook](change-management.md) | `change-management` |
|
||||
| [Chief of Staff](chief-of-staff.md) | `chief-of-staff` |
|
||||
| [CHRO Advisor](chro-advisor.md) | `chro-advisor` |
|
||||
| [CISO Advisor](ciso-advisor.md) | `ciso-advisor` |
|
||||
| [CMO Advisor](cmo-advisor.md) | `cmo-advisor` |
|
||||
| [Company Operating System](company-os.md) | `company-os` |
|
||||
| [Competitive Intelligence](competitive-intel.md) | `competitive-intel` |
|
||||
| [Company Context Engine](context-engine.md) | `context-engine` |
|
||||
| [COO Advisor](coo-advisor.md) | `coo-advisor` |
|
||||
| [CPO Advisor](cpo-advisor.md) | `cpo-advisor` |
|
||||
| [CRO Advisor](cro-advisor.md) | `cro-advisor` |
|
||||
| [C-Suite Onboarding](cs-onboard.md) | `cs-onboard` |
|
||||
| [CTO Advisor](cto-advisor.md) | `cto-advisor` |
|
||||
| [Culture Architect](culture-architect.md) | `culture-architect` |
|
||||
| [Decision Logger](decision-logger.md) | `decision-logger` |
|
||||
| [Executive Mentor](executive-mentor.md) | `executive-mentor` |
|
||||
| [/em:board-prep — Board Meeting Preparation](executive-mentor-board-prep.md) | `board-prep` (sub-skill of `executive-mentor`) |
|
||||
| [/em:challenge — Pre-Mortem Plan Analysis](executive-mentor-challenge.md) | `challenge` (sub-skill of `executive-mentor`) |
|
||||
| [/em:hard-call — Framework for Decisions With No Good Options](executive-mentor-hard-call.md) | `hard-call` (sub-skill of `executive-mentor`) |
|
||||
| [/em:postmortem — Honest Analysis of What Went Wrong](executive-mentor-postmortem.md) | `postmortem` (sub-skill of `executive-mentor`) |
|
||||
| [/em:stress-test — Business Assumption Stress Testing](executive-mentor-stress-test.md) | `stress-test` (sub-skill of `executive-mentor`) |
|
||||
| [Founder Development Coach](founder-coach.md) | `founder-coach` |
|
||||
| [Internal Narrative Builder](internal-narrative.md) | `internal-narrative` |
|
||||
| [International Expansion](intl-expansion.md) | `intl-expansion` |
|
||||
| [M&A Playbook](ma-playbook.md) | `ma-playbook` |
|
||||
| [Org Health Diagnostic](org-health-diagnostic.md) | `org-health-diagnostic` |
|
||||
| [Scenario War Room](scenario-war-room.md) | `scenario-war-room` |
|
||||
| [Strategic Alignment Engine](strategic-alignment.md) | `strategic-alignment` |
|
||||
<p class="domain-count">34 skills in this domain</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install all:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- **[Inter-Agent Protocol](agent-protocol.md)**
|
||||
|
||||
---
|
||||
|
||||
How C-suite agents talk to each other. Rules that prevent chaos, loops, and circular reasoning.
|
||||
|
||||
- **[Board Deck Builder](board-deck-builder.md)**
|
||||
|
||||
---
|
||||
|
||||
Build board decks that tell a story — not just show data. Every section has an owner, a narrative, and a "so what."
|
||||
|
||||
- **[Board Meeting Protocol](board-meeting.md)**
|
||||
|
||||
---
|
||||
|
||||
Structured multi-agent deliberation that prevents groupthink, captures minority views, and produces clean, actionable...
|
||||
|
||||
- **[C-Level Advisory Ecosystem](c-level-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
A complete virtual board of directors for founders and executives.
|
||||
|
||||
- **[CEO Advisor](ceo-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
Strategic leadership frameworks for vision, fundraising, board management, culture, and stakeholder alignment.
|
||||
|
||||
- **[CFO Advisor](cfo-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
Strategic financial frameworks for startup CFOs and finance leaders. Numbers-driven, decisions-focused.
|
||||
|
||||
- **[Change Management Playbook](change-management.md)**
|
||||
|
||||
---
|
||||
|
||||
Most changes fail at implementation, not design. The ADKAR model tells you why and how to fix it.
|
||||
|
||||
- **[Chief of Staff](chief-of-staff.md)**
|
||||
|
||||
---
|
||||
|
||||
The orchestration layer between founder and C-suite. Reads the question, routes to the right role(s), coordinates boa...
|
||||
|
||||
- **[CHRO Advisor](chro-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
People strategy and operational HR frameworks for business-aligned hiring, compensation, org design, and culture that...
|
||||
|
||||
- **[CISO Advisor](ciso-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
Risk-based security frameworks for growth-stage companies. Quantify risk in dollars, sequence compliance for business...
|
||||
|
||||
- **[CMO Advisor](cmo-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
Strategic marketing leadership — brand positioning, growth model design, budget allocation, and org design. Not campa...
|
||||
|
||||
- **[Company Operating System](company-os.md)**
|
||||
|
||||
---
|
||||
|
||||
The operating system is the collection of tools, rhythms, and agreements that determine how the company functions. Ev...
|
||||
|
||||
- **[Competitive Intelligence](competitive-intel.md)**
|
||||
|
||||
---
|
||||
|
||||
Systematic competitor tracking. Not obsession — intelligence that drives real decisions.
|
||||
|
||||
- **[Company Context Engine](context-engine.md)**
|
||||
|
||||
---
|
||||
|
||||
The memory layer for C-suite advisors. Every advisor skill loads this first. Context is what turns generic advice int...
|
||||
|
||||
- **[COO Advisor](coo-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
Operational frameworks and tools for turning strategy into execution, scaling processes, and building the organizatio...
|
||||
|
||||
- **[CPO Advisor](cpo-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
Strategic product leadership. Vision, portfolio, PMF, org design. Not for feature-level work — for the decisions that...
|
||||
|
||||
- **[CRO Advisor](cro-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
Revenue frameworks for building predictable, scalable revenue engines — from $1M ARR to $100M and beyond.
|
||||
|
||||
- **[C-Suite Onboarding](cs-onboard.md)**
|
||||
|
||||
---
|
||||
|
||||
Structured founder interview that builds the company context file powering every C-suite advisor. One 45-minute conve...
|
||||
|
||||
- **[CTO Advisor](cto-advisor.md)**
|
||||
|
||||
---
|
||||
|
||||
Technical leadership frameworks for architecture, engineering teams, technology strategy, and technical decision-making.
|
||||
|
||||
- **[Culture Architect](culture-architect.md)**
|
||||
|
||||
---
|
||||
|
||||
Culture is what you DO, not what you SAY. This skill builds culture as an operational system — observable behaviors, ...
|
||||
|
||||
- **[Decision Logger](decision-logger.md)**
|
||||
|
||||
---
|
||||
|
||||
Two-layer memory system. Layer 1 stores everything. Layer 2 stores only what the founder approved. Future meetings re...
|
||||
|
||||
- **[Executive Mentor](executive-mentor.md)** + 5 sub-skills
|
||||
|
||||
---
|
||||
|
||||
Not another advisor. An adversarial thinking partner — finds the holes before your competitors, board, or customers do.
|
||||
|
||||
- **[Founder Development Coach](founder-coach.md)**
|
||||
|
||||
---
|
||||
|
||||
Your company can only grow as fast as you do. This skill treats founder development as a strategic priority — not a p...
|
||||
|
||||
- **[Internal Narrative Builder](internal-narrative.md)**
|
||||
|
||||
---
|
||||
|
||||
One company. Many audiences. Same truth — different lenses. Narrative inconsistency is trust erosion. This skill buil...
|
||||
|
||||
- **[International Expansion](intl-expansion.md)**
|
||||
|
||||
---
|
||||
|
||||
Frameworks for expanding into new markets: selection, entry, localization, and execution.
|
||||
|
||||
- **[M&A Playbook](ma-playbook.md)**
|
||||
|
||||
---
|
||||
|
||||
Frameworks for both sides of M&A: acquiring companies and being acquired.
|
||||
|
||||
- **[Org Health Diagnostic](org-health-diagnostic.md)**
|
||||
|
||||
---
|
||||
|
||||
Eight dimensions. Traffic lights. Real benchmarks. Surfaces the problems you don't know you have.
|
||||
|
||||
- **[Scenario War Room](scenario-war-room.md)**
|
||||
|
||||
---
|
||||
|
||||
Model cascading what-if scenarios across all business functions. Not single-assumption stress tests — compound advers...
|
||||
|
||||
- **[Strategic Alignment Engine](strategic-alignment.md)**
|
||||
|
||||
---
|
||||
|
||||
Strategy fails at the cascade, not the boardroom. This skill detects misalignment before it becomes dysfunction and b...
|
||||
|
||||
</div>
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Internal Narrative Builder - Claude Code skill from the C-Level Ad
|
||||
|
||||
# Internal Narrative Builder
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `internal-narrative` | **Source:** [`c-level-advisor/internal-narrative/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/internal-narrative/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `internal-narrative`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/internal-narrative/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Internal Narrative Builder
|
||||
|
||||
One company. Many audiences. Same truth — different lenses. Narrative inconsistency is trust erosion. This skill builds and maintains coherent communication across every stakeholder group.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "International Expansion - Claude Code skill from the C-Level Advis
|
||||
|
||||
# International Expansion
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `intl-expansion` | **Source:** [`c-level-advisor/intl-expansion/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/intl-expansion/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `intl-expansion`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/intl-expansion/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# International Expansion
|
||||
|
||||
Frameworks for expanding into new markets: selection, entry, localization, and execution.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "M&A Playbook - Claude Code skill from the C-Level Advisory domain.
|
||||
|
||||
# M&A Playbook
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `ma-playbook` | **Source:** [`c-level-advisor/ma-playbook/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/ma-playbook/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `ma-playbook`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/ma-playbook/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# M&A Playbook
|
||||
|
||||
Frameworks for both sides of M&A: acquiring companies and being acquired.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Org Health Diagnostic - Claude Code skill from the C-Level Advisor
|
||||
|
||||
# Org Health Diagnostic
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `org-health-diagnostic` | **Source:** [`c-level-advisor/org-health-diagnostic/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/org-health-diagnostic/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `org-health-diagnostic`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/org-health-diagnostic/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Org Health Diagnostic
|
||||
|
||||
Eight dimensions. Traffic lights. Real benchmarks. Surfaces the problems you don't know you have.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Scenario War Room - Claude Code skill from the C-Level Advisory do
|
||||
|
||||
# Scenario War Room
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `scenario-war-room` | **Source:** [`c-level-advisor/scenario-war-room/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/scenario-war-room/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `scenario-war-room`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/scenario-war-room/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Scenario War Room
|
||||
|
||||
Model cascading what-if scenarios across all business functions. Not single-assumption stress tests — compound adversity that shows how one problem creates the next.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Strategic Alignment Engine - Claude Code skill from the C-Level Ad
|
||||
|
||||
# Strategic Alignment Engine
|
||||
|
||||
**Domain:** C-Level Advisory | **Skill:** `strategic-alignment` | **Source:** [`c-level-advisor/strategic-alignment/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/strategic-alignment/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-account-tie: C-Level Advisory</span>
|
||||
<span class="meta-badge">:material-identifier: `strategic-alignment`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/strategic-alignment/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install c-level-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Strategic Alignment Engine
|
||||
|
||||
Strategy fails at the cascade, not the boardroom. This skill detects misalignment before it becomes dysfunction and builds systems that keep strategy connected from CEO to individual contributor.
|
||||
|
||||
## Keywords
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "AWS Solution Architect - Claude Code skill from the Engineering -
|
||||
|
||||
# AWS Solution Architect
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `aws-solution-architect` | **Source:** [`engineering-team/aws-solution-architect/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/aws-solution-architect/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `aws-solution-architect`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/aws-solution-architect/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# AWS Solution Architect
|
||||
|
||||
Design scalable, cost-effective AWS architectures for startups with infrastructure-as-code templates.
|
||||
|
||||
---
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Code Reviewer - Claude Code skill from the Engineering - Core doma
|
||||
|
||||
# Code Reviewer
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `code-reviewer` | **Source:** [`engineering-team/code-reviewer/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/code-reviewer/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `code-reviewer`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/code-reviewer/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Code Reviewer
|
||||
|
||||
Automated code review tools for analyzing pull requests, detecting code quality issues, and generating review reports.
|
||||
|
||||
---
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Email Template Builder - Claude Code skill from the Engineering -
|
||||
|
||||
# Email Template Builder
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `email-template-builder` | **Source:** [`engineering-team/email-template-builder/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/email-template-builder/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `email-template-builder`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/email-template-builder/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Email Template Builder
|
||||
|
||||
**Tier:** POWERFUL
|
||||
**Category:** Engineering Team
|
||||
**Domain:** Transactional Email / Communications Infrastructure
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Engineering Team Skills - Claude Code skill from the Engineering -
|
||||
|
||||
# Engineering Team Skills
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `engineering-team` | **Source:** [`engineering-team/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `engineering-team`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Engineering Team Skills
|
||||
|
||||
23 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Google Workspace CLI - Claude Code skill from the Engineering - Co
|
||||
|
||||
# Google Workspace CLI
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `google-workspace-cli` | **Source:** [`engineering-team/google-workspace-cli/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/google-workspace-cli/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `google-workspace-cli`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/google-workspace-cli/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Google Workspace CLI
|
||||
|
||||
Expert guidance and automation for Google Workspace administration using the open-source `gws` CLI. Covers installation, authentication, 18+ service APIs, 43 built-in recipes, and 10 persona bundles for role-based workflows.
|
||||
|
||||
---
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Incident Commander Skill - Claude Code skill from the Engineering
|
||||
|
||||
# Incident Commander Skill
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `incident-commander` | **Source:** [`engineering-team/incident-commander/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/incident-commander/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `incident-commander`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/incident-commander/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Incident Commander Skill
|
||||
|
||||
**Category:** Engineering Team
|
||||
**Tier:** POWERFUL
|
||||
**Author:** Claude Skills Team
|
||||
|
||||
@@ -1,50 +1,170 @@
|
||||
---
|
||||
title: "Engineering - Core Skills"
|
||||
description: "All Engineering - Core skills for Claude Code, OpenAI Codex, and OpenClaw."
|
||||
description: "All 39 Engineering - Core skills for Claude Code, Codex CLI, Gemini CLI, and OpenClaw."
|
||||
---
|
||||
|
||||
# Engineering - Core Skills
|
||||
<div class="domain-header" markdown>
|
||||
|
||||
39 skills in this domain.
|
||||
# :material-code-braces: Engineering - Core
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| [AWS Solution Architect](aws-solution-architect.md) | `aws-solution-architect` |
|
||||
| [Code Reviewer](code-reviewer.md) | `code-reviewer` |
|
||||
| [Email Template Builder](email-template-builder.md) | `email-template-builder` |
|
||||
| [Engineering Team Skills](engineering-team.md) | `engineering-team` |
|
||||
| [Google Workspace CLI](google-workspace-cli.md) | `google-workspace-cli` |
|
||||
| [Incident Commander Skill](incident-commander.md) | `incident-commander` |
|
||||
| [Microsoft 365 Tenant Manager](ms365-tenant-manager.md) | `ms365-tenant-manager` |
|
||||
| [Playwright Pro](playwright-pro.md) | `playwright-pro` |
|
||||
| [BrowserStack Integration](playwright-pro-browserstack.md) | `browserstack` (sub-skill of `playwright-pro`) |
|
||||
| [Analyze Test Coverage Gaps](playwright-pro-coverage.md) | `coverage` (sub-skill of `playwright-pro`) |
|
||||
| [Fix Failing or Flaky Tests](playwright-pro-fix.md) | `fix` (sub-skill of `playwright-pro`) |
|
||||
| [Generate Playwright Tests](playwright-pro-generate.md) | `generate` (sub-skill of `playwright-pro`) |
|
||||
| [Initialize Playwright Project](playwright-pro-init.md) | `init` (sub-skill of `playwright-pro`) |
|
||||
| [Migrate to Playwright](playwright-pro-migrate.md) | `migrate` (sub-skill of `playwright-pro`) |
|
||||
| [Smart Test Reporting](playwright-pro-report.md) | `report` (sub-skill of `playwright-pro`) |
|
||||
| [Review Playwright Tests](playwright-pro-review.md) | `review` (sub-skill of `playwright-pro`) |
|
||||
| [TestRail Integration](playwright-pro-testrail.md) | `testrail` (sub-skill of `playwright-pro`) |
|
||||
| [Self-Improving Agent](self-improving-agent.md) | `self-improving-agent` |
|
||||
| [/si:extract — Create Skills from Patterns](self-improving-agent-extract.md) | `extract` (sub-skill of `self-improving-agent`) |
|
||||
| [/si:promote — Graduate Learnings to Rules](self-improving-agent-promote.md) | `promote` (sub-skill of `self-improving-agent`) |
|
||||
| [/si:remember — Save Knowledge Explicitly](self-improving-agent-remember.md) | `remember` (sub-skill of `self-improving-agent`) |
|
||||
| [/si:review — Analyze Auto-Memory](self-improving-agent-review.md) | `review` (sub-skill of `self-improving-agent`) |
|
||||
| [/si:status — Memory Health Dashboard](self-improving-agent-status.md) | `status` (sub-skill of `self-improving-agent`) |
|
||||
| [Senior Architect](senior-architect.md) | `senior-architect` |
|
||||
| [Senior Backend Engineer](senior-backend.md) | `senior-backend` |
|
||||
| [Senior Computer Vision Engineer](senior-computer-vision.md) | `senior-computer-vision` |
|
||||
| [Senior Data Engineer](senior-data-engineer.md) | `senior-data-engineer` |
|
||||
| [Senior Data Scientist](senior-data-scientist.md) | `senior-data-scientist` |
|
||||
| [Senior Devops](senior-devops.md) | `senior-devops` |
|
||||
| [Senior Frontend](senior-frontend.md) | `senior-frontend` |
|
||||
| [Senior Fullstack](senior-fullstack.md) | `senior-fullstack` |
|
||||
| [Senior ML Engineer](senior-ml-engineer.md) | `senior-ml-engineer` |
|
||||
| [Senior Prompt Engineer](senior-prompt-engineer.md) | `senior-prompt-engineer` |
|
||||
| [Senior QA Engineer](senior-qa.md) | `senior-qa` |
|
||||
| [Senior SecOps Engineer](senior-secops.md) | `senior-secops` |
|
||||
| [Senior Security Engineer](senior-security.md) | `senior-security` |
|
||||
| [Stripe Integration Expert](stripe-integration-expert.md) | `stripe-integration-expert` |
|
||||
| [TDD Guide](tdd-guide.md) | `tdd-guide` |
|
||||
| [Technology Stack Evaluator](tech-stack-evaluator.md) | `tech-stack-evaluator` |
|
||||
<p class="domain-count">39 skills in this domain</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install all:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- **[AWS Solution Architect](aws-solution-architect.md)**
|
||||
|
||||
---
|
||||
|
||||
Design scalable, cost-effective AWS architectures for startups with infrastructure-as-code templates.
|
||||
|
||||
- **[Code Reviewer](code-reviewer.md)**
|
||||
|
||||
---
|
||||
|
||||
Automated code review tools for analyzing pull requests, detecting code quality issues, and generating review reports.
|
||||
|
||||
- **[Email Template Builder](email-template-builder.md)**
|
||||
|
||||
---
|
||||
|
||||
Tier: POWERFUL
|
||||
|
||||
- **[Engineering Team Skills](engineering-team.md)**
|
||||
|
||||
---
|
||||
|
||||
23 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.
|
||||
|
||||
- **[Google Workspace CLI](google-workspace-cli.md)**
|
||||
|
||||
---
|
||||
|
||||
Expert guidance and automation for Google Workspace administration using the open-source gws CLI. Covers installation...
|
||||
|
||||
- **[Incident Commander Skill](incident-commander.md)**
|
||||
|
||||
---
|
||||
|
||||
Category: Engineering Team
|
||||
|
||||
- **[Microsoft 365 Tenant Manager](ms365-tenant-manager.md)**
|
||||
|
||||
---
|
||||
|
||||
Expert guidance and automation for Microsoft 365 Global Administrators managing tenant setup, user lifecycle, securit...
|
||||
|
||||
- **[Playwright Pro](playwright-pro.md)** + 9 sub-skills
|
||||
|
||||
---
|
||||
|
||||
Production-grade Playwright testing toolkit for AI coding agents.
|
||||
|
||||
- **[Self-Improving Agent](self-improving-agent.md)** + 5 sub-skills
|
||||
|
||||
---
|
||||
|
||||
> Auto-memory captures. This plugin curates.
|
||||
|
||||
- **[Senior Architect](senior-architect.md)**
|
||||
|
||||
---
|
||||
|
||||
Architecture design and analysis tools for making informed technical decisions.
|
||||
|
||||
- **[Senior Backend Engineer](senior-backend.md)**
|
||||
|
||||
---
|
||||
|
||||
Backend development patterns, API design, database optimization, and security practices.
|
||||
|
||||
- **[Senior Computer Vision Engineer](senior-computer-vision.md)**
|
||||
|
||||
---
|
||||
|
||||
Production computer vision engineering skill for object detection, image segmentation, and visual AI system deployment.
|
||||
|
||||
- **[Senior Data Engineer](senior-data-engineer.md)**
|
||||
|
||||
---
|
||||
|
||||
Production-grade data engineering skill for building scalable, reliable data systems.
|
||||
|
||||
- **[Senior Data Scientist](senior-data-scientist.md)**
|
||||
|
||||
---
|
||||
|
||||
World-class senior data scientist skill for production-grade AI/ML/Data systems.
|
||||
|
||||
- **[Senior Devops](senior-devops.md)**
|
||||
|
||||
---
|
||||
|
||||
Complete toolkit for senior devops with modern tools and best practices.
|
||||
|
||||
- **[Senior Frontend](senior-frontend.md)**
|
||||
|
||||
---
|
||||
|
||||
Frontend development patterns, performance optimization, and automation tools for React/Next.js applications.
|
||||
|
||||
- **[Senior Fullstack](senior-fullstack.md)**
|
||||
|
||||
---
|
||||
|
||||
Fullstack development skill with project scaffolding and code quality analysis tools.
|
||||
|
||||
- **[Senior ML Engineer](senior-ml-engineer.md)**
|
||||
|
||||
---
|
||||
|
||||
Production ML engineering patterns for model deployment, MLOps infrastructure, and LLM integration.
|
||||
|
||||
- **[Senior Prompt Engineer](senior-prompt-engineer.md)**
|
||||
|
||||
---
|
||||
|
||||
Prompt engineering patterns, LLM evaluation frameworks, and agentic system design.
|
||||
|
||||
- **[Senior QA Engineer](senior-qa.md)**
|
||||
|
||||
---
|
||||
|
||||
Test automation, coverage analysis, and quality assurance patterns for React and Next.js applications.
|
||||
|
||||
- **[Senior SecOps Engineer](senior-secops.md)**
|
||||
|
||||
---
|
||||
|
||||
Complete toolkit for Security Operations including vulnerability management, compliance verification, secure coding p...
|
||||
|
||||
- **[Senior Security Engineer](senior-security.md)**
|
||||
|
||||
---
|
||||
|
||||
Security engineering tools for threat modeling, vulnerability analysis, secure architecture design, and penetration t...
|
||||
|
||||
- **[Stripe Integration Expert](stripe-integration-expert.md)**
|
||||
|
||||
---
|
||||
|
||||
Tier: POWERFUL
|
||||
|
||||
- **[TDD Guide](tdd-guide.md)**
|
||||
|
||||
---
|
||||
|
||||
Test-driven development skill for generating tests, analyzing coverage, and guiding red-green-refactor workflows acro...
|
||||
|
||||
- **[Technology Stack Evaluator](tech-stack-evaluator.md)**
|
||||
|
||||
---
|
||||
|
||||
Evaluate and compare technologies, frameworks, and cloud providers with data-driven analysis and actionable recommend...
|
||||
|
||||
</div>
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Microsoft 365 Tenant Manager - Claude Code skill from the Engineer
|
||||
|
||||
# Microsoft 365 Tenant Manager
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `ms365-tenant-manager` | **Source:** [`engineering-team/ms365-tenant-manager/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/ms365-tenant-manager/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `ms365-tenant-manager`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/ms365-tenant-manager/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Microsoft 365 Tenant Manager
|
||||
|
||||
Expert guidance and automation for Microsoft 365 Global Administrators managing tenant setup, user lifecycle, security policies, and organizational optimization.
|
||||
|
||||
---
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "BrowserStack Integration - Claude Code skill from the Engineering
|
||||
|
||||
# BrowserStack Integration
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `browserstack` | **Source:** [`engineering-team/playwright-pro/skills/browserstack/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/browserstack/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `browserstack`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/browserstack/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# BrowserStack Integration
|
||||
|
||||
Run Playwright tests on BrowserStack's cloud grid for cross-browser and cross-device testing.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Analyze Test Coverage Gaps - Claude Code skill from the Engineerin
|
||||
|
||||
# Analyze Test Coverage Gaps
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `coverage` | **Source:** [`engineering-team/playwright-pro/skills/coverage/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/coverage/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `coverage`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/coverage/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Analyze Test Coverage Gaps
|
||||
|
||||
Map all testable surfaces in the application and identify what's tested vs. what's missing.
|
||||
|
||||
## Steps
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Fix Failing or Flaky Tests - Claude Code skill from the Engineerin
|
||||
|
||||
# Fix Failing or Flaky Tests
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `fix` | **Source:** [`engineering-team/playwright-pro/skills/fix/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/fix/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `fix`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/fix/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Fix Failing or Flaky Tests
|
||||
|
||||
Diagnose and fix a Playwright test that fails or passes intermittently using a systematic taxonomy.
|
||||
|
||||
## Input
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Generate Playwright Tests - Claude Code skill from the Engineering
|
||||
|
||||
# Generate Playwright Tests
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `generate` | **Source:** [`engineering-team/playwright-pro/skills/generate/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/generate/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `generate`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/generate/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Generate Playwright Tests
|
||||
|
||||
Generate production-ready Playwright tests from a user story, URL, component name, or feature description.
|
||||
|
||||
## Input
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Initialize Playwright Project - Claude Code skill from the Enginee
|
||||
|
||||
# Initialize Playwright Project
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `init` | **Source:** [`engineering-team/playwright-pro/skills/init/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/init/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `init`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/init/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Initialize Playwright Project
|
||||
|
||||
Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow.
|
||||
|
||||
## Steps
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Migrate to Playwright - Claude Code skill from the Engineering - C
|
||||
|
||||
# Migrate to Playwright
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `migrate` | **Source:** [`engineering-team/playwright-pro/skills/migrate/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/migrate/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `migrate`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/migrate/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Migrate to Playwright
|
||||
|
||||
Interactive migration from Cypress or Selenium to Playwright with file-by-file conversion.
|
||||
|
||||
## Input
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Smart Test Reporting - Claude Code skill from the Engineering - Co
|
||||
|
||||
# Smart Test Reporting
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `report` | **Source:** [`engineering-team/playwright-pro/skills/report/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/report/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `report`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/report/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Smart Test Reporting
|
||||
|
||||
Generate test reports that plug into the user's existing workflow. Zero new tools.
|
||||
|
||||
## Steps
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Review Playwright Tests - Claude Code skill from the Engineering -
|
||||
|
||||
# Review Playwright Tests
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `review` | **Source:** [`engineering-team/playwright-pro/skills/review/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/review/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `review`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/review/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Review Playwright Tests
|
||||
|
||||
Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps.
|
||||
|
||||
## Input
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "TestRail Integration - Claude Code skill from the Engineering - Co
|
||||
|
||||
# TestRail Integration
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `testrail` | **Source:** [`engineering-team/playwright-pro/skills/testrail/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/testrail/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `testrail`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/skills/testrail/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# TestRail Integration
|
||||
|
||||
Bidirectional sync between Playwright tests and TestRail test management.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "Playwright Pro - Claude Code skill from the Engineering - Core dom
|
||||
|
||||
# Playwright Pro
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `playwright-pro` | **Source:** [`engineering-team/playwright-pro/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `playwright-pro`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# Playwright Pro
|
||||
|
||||
Production-grade Playwright testing toolkit for AI coding agents.
|
||||
|
||||
## Available Commands
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/si:extract — Create Skills from Patterns - Claude Code skill fr
|
||||
|
||||
# /si:extract — Create Skills from Patterns
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `extract` | **Source:** [`engineering-team/self-improving-agent/skills/extract/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent/skills/extract/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `extract`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent/skills/extract/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /si:extract — Create Skills from Patterns
|
||||
|
||||
Transforms a recurring pattern or debugging solution into a standalone, portable skill that can be installed in any project.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/si:promote — Graduate Learnings to Rules - Claude Code skill fr
|
||||
|
||||
# /si:promote — Graduate Learnings to Rules
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `promote` | **Source:** [`engineering-team/self-improving-agent/skills/promote/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent/skills/promote/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `promote`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent/skills/promote/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /si:promote — Graduate Learnings to Rules
|
||||
|
||||
Moves a proven pattern from Claude's auto-memory into the project's rule system, where it becomes an enforced instruction rather than a background note.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/si:remember — Save Knowledge Explicitly - Claude Code skill fro
|
||||
|
||||
# /si:remember — Save Knowledge Explicitly
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `remember` | **Source:** [`engineering-team/self-improving-agent/skills/remember/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent/skills/remember/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `remember`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent/skills/remember/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /si:remember — Save Knowledge Explicitly
|
||||
|
||||
Writes an explicit entry to auto-memory when something is important enough that you don't want to rely on Claude noticing it automatically.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -5,13 +5,17 @@ description: "/si:review — Analyze Auto-Memory - Claude Code skill from the En
|
||||
|
||||
# /si:review — Analyze Auto-Memory
|
||||
|
||||
**Domain:** Engineering - Core | **Skill:** `review` | **Source:** [`engineering-team/self-improving-agent/skills/review/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent/skills/review/SKILL.md)
|
||||
<div class="page-meta" markdown>
|
||||
<span class="meta-badge">:material-code-braces: Engineering - Core</span>
|
||||
<span class="meta-badge">:material-identifier: `review`</span>
|
||||
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/self-improving-agent/skills/review/SKILL.md">Source</a></span>
|
||||
</div>
|
||||
|
||||
---
|
||||
<div class="install-banner" markdown>
|
||||
<span class="install-label">Install:</span> <code>claude /plugin install engineering-skills</code>
|
||||
</div>
|
||||
|
||||
|
||||
# /si:review — Analyze Auto-Memory
|
||||
|
||||
Performs a comprehensive audit of Claude Code's auto-memory and produces actionable recommendations.
|
||||
|
||||
## Usage
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user