Merge pull request #317 from alirezarezvani/feat/google-workspace-cli

feat: Google Workspace CLI skill, docs design system, plugins page
This commit is contained in:
Alireza Rezvani
2026-03-11 12:58:26 +01:00
committed by GitHub
233 changed files with 4555 additions and 1277 deletions

View File

@@ -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

View File

@@ -2,12 +2,12 @@
**173 production-ready skills and plugins for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw** — reusable expertise bundles that transform AI coding agents into specialized professionals across engineering, product, marketing, compliance, and more.
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Skills](https://img.shields.io/badge/Skills-173-brightgreen.svg)](#skills-overview)
[![Agents](https://img.shields.io/badge/Agents-15-blue.svg)](#agents)
[![Commands](https://img.shields.io/badge/Commands-15-orange.svg)](#commands)
[![Stars](https://img.shields.io/github/stars/alirezarezvani/claude-skills?style=flat)](https://github.com/alirezarezvani/claude-skills/stargazers)
[![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1)](https://getskillcheck.com)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![Skills](https://img.shields.io/badge/Skills-173-brightgreen?style=for-the-badge)](#skills-overview)
[![Agents](https://img.shields.io/badge/Agents-15-blue?style=for-the-badge)](#agents)
[![Commands](https://img.shields.io/badge/Commands-15-orange?style=for-the-badge)](#commands)
[![Stars](https://img.shields.io/github/stars/alirezarezvani/claude-skills?style=for-the-badge)](https://github.com/alirezarezvani/claude-skills/stargazers)
[![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1?style=for-the-badge)](https://getskillcheck.com)
> ⭐ **2,500+ GitHub stars** — the most comprehensive open-source skill library for AI coding agents.
@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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>

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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>

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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**
---

19
docs/overrides/404.html Normal file
View File

@@ -0,0 +1,19 @@
{% extends "main.html" %}
{% block content %}
<div style="text-align: center; padding: 4rem 1rem;">
<h1 style="font-size: 6rem; font-weight: 800; margin-bottom: 0.5rem; opacity: 0.15; line-height: 1;">404</h1>
<p style="font-size: 1.1rem; margin-bottom: 0.5rem; font-weight: 600;">
Page not found
</p>
<p style="font-size: 0.9rem; opacity: 0.6; margin-bottom: 2rem;">
The page you're looking for doesn't exist or has been moved.
</p>
<a href="{{ config.site_url }}" class="md-button md-button--primary">
Back to Home
</a>
<a href="{{ config.site_url }}skills/" class="md-button">
Browse Skills
</a>
</div>
{% endblock %}

View File

@@ -9,4 +9,55 @@
gtag('js', new Date());
gtag('config', 'G-VHRY2VKY9K');
</script>
{% if page and page.meta %}
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="{{ page.meta.title or page.title }} - {{ config.site_name }}" />
<meta property="og:description" content="{{ page.meta.description or config.site_description }}" />
<meta property="og:url" content="{{ page.canonical_url }}" />
<meta property="og:site_name" content="{{ config.site_name }}" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="{{ page.meta.title or page.title }} - {{ config.site_name }}" />
<meta name="twitter:description" content="{{ page.meta.description or config.site_description }}" />
<meta name="twitter:site" content="@nginitycloud" />
{% endif %}
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "{{ config.site_name }}",
"url": "{{ config.site_url }}",
"description": "{{ config.site_description }}",
"author": {
"@type": "Person",
"name": "{{ config.site_author }}"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Claude Code Skills",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Cross-platform",
"description": "{{ config.site_description }}",
"url": "{{ config.site_url }}",
"author": {
"@type": "Person",
"name": "{{ config.site_author }}"
},
"license": "https://opensource.org/licenses/MIT",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
{% endblock %}

View File

@@ -0,0 +1,3 @@
<a href="https://github.com/alirezarezvani/claude-skills/releases/tag/v2.1.2">
<strong>v2.1.2</strong> — 173 skills across 9 domains. Landing page generator now outputs Next.js TSX + Tailwind CSS!
</a>

466
docs/plugins/index.md Normal file
View 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.

View File

@@ -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

View File

@@ -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

View File

@@ -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.
---

View File

@@ -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>

View File

@@ -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).

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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` |
| &nbsp;&nbsp;[/em:board-prep — Board Meeting Preparation](executive-mentor-board-prep.md) | `board-prep` (sub-skill of `executive-mentor`) |
| &nbsp;&nbsp;[/em:challenge — Pre-Mortem Plan Analysis](executive-mentor-challenge.md) | `challenge` (sub-skill of `executive-mentor`) |
| &nbsp;&nbsp;[/em:hard-call — Framework for Decisions With No Good Options](executive-mentor-hard-call.md) | `hard-call` (sub-skill of `executive-mentor`) |
| &nbsp;&nbsp;[/em:postmortem — Honest Analysis of What Went Wrong](executive-mentor-postmortem.md) | `postmortem` (sub-skill of `executive-mentor`) |
| &nbsp;&nbsp;[/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>

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.
---

View File

@@ -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.
---

View File

@@ -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

View File

@@ -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

View File

@@ -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.
---

View File

@@ -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

View File

@@ -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` |
| &nbsp;&nbsp;[BrowserStack Integration](playwright-pro-browserstack.md) | `browserstack` (sub-skill of `playwright-pro`) |
| &nbsp;&nbsp;[Analyze Test Coverage Gaps](playwright-pro-coverage.md) | `coverage` (sub-skill of `playwright-pro`) |
| &nbsp;&nbsp;[Fix Failing or Flaky Tests](playwright-pro-fix.md) | `fix` (sub-skill of `playwright-pro`) |
| &nbsp;&nbsp;[Generate Playwright Tests](playwright-pro-generate.md) | `generate` (sub-skill of `playwright-pro`) |
| &nbsp;&nbsp;[Initialize Playwright Project](playwright-pro-init.md) | `init` (sub-skill of `playwright-pro`) |
| &nbsp;&nbsp;[Migrate to Playwright](playwright-pro-migrate.md) | `migrate` (sub-skill of `playwright-pro`) |
| &nbsp;&nbsp;[Smart Test Reporting](playwright-pro-report.md) | `report` (sub-skill of `playwright-pro`) |
| &nbsp;&nbsp;[Review Playwright Tests](playwright-pro-review.md) | `review` (sub-skill of `playwright-pro`) |
| &nbsp;&nbsp;[TestRail Integration](playwright-pro-testrail.md) | `testrail` (sub-skill of `playwright-pro`) |
| [Self-Improving Agent](self-improving-agent.md) | `self-improving-agent` |
| &nbsp;&nbsp;[/si:extract — Create Skills from Patterns](self-improving-agent-extract.md) | `extract` (sub-skill of `self-improving-agent`) |
| &nbsp;&nbsp;[/si:promote — Graduate Learnings to Rules](self-improving-agent-promote.md) | `promote` (sub-skill of `self-improving-agent`) |
| &nbsp;&nbsp;[/si:remember — Save Knowledge Explicitly](self-improving-agent-remember.md) | `remember` (sub-skill of `self-improving-agent`) |
| &nbsp;&nbsp;[/si:review — Analyze Auto-Memory](self-improving-agent-review.md) | `review` (sub-skill of `self-improving-agent`) |
| &nbsp;&nbsp;[/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>

View File

@@ -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.
---

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

Some files were not shown because too many files have changed in this diff Show More