Files
Amin Borghei 9161f84d39 fix(vertical-advisors): rename folders to match skill name (Pattern 2)
All 7 vertical-advisor skills declared `name: <x>-advisor` while living in a
folder named `<x>`, violating the authoring standard's Pattern 2 requirement
that name match the directory. `skill_lint.py` flags this, so the library was
shipping a rule its own skills broke.

Renamed the folders rather than the `name` field, because `name` is the public
contract: generate_site.py builds page URLs from it (the live site already
served fintech-advisor.html), and the CLI installs by it. Changing `name` would
have broken published URLs and every `add <skill>` command; changing the folder
touches only internal paths.

  vertical-advisors/fintech       -> fintech-advisor
  vertical-advisors/healthtech    -> healthtech-advisor
  vertical-advisors/edtech        -> edtech-advisor
  vertical-advisors/ecommerce     -> ecommerce-advisor
  vertical-advisors/proptech      -> proptech-advisor
  vertical-advisors/climate-tech  -> climate-tech-advisor
  vertical-advisors/marketplace   -> marketplace-advisor

Updated the path references in the 7 agents/vertical/*.md files and in
docs/SKILLS.md, whose link text now also matches the skill name. Manifests and
site regenerated; skill page filenames and public URLs are unchanged.

Verified: 0 name/folder mismatches across all 614 skill folders, 368 skills in
the manifest, no dead path references outside generated files.

These 7 skills still fail skill_lint on unrelated pre-existing grounds (missing
tags, no anti-patterns section, absent required sections) — not addressed here.
2026-07-21 15:25:02 +02:00

6598 lines
241 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "claude-skills",
"description": "The Universal AI Skills Library — 368 production-ready skills across 20 domains. Project Management is the most-used domain (68 skills).",
"version": "4.11.0",
"repository": "https://github.com/borghei/Claude-Skills",
"website": "https://borghei.github.io/Claude-Skills",
"author": "borghei",
"license": "MIT + Commons Clause",
"total_skills": 368,
"updated": "2026-07-21",
"domains": {
"business-growth": {
"count": 20,
"tools": 60
},
"business-operations": {
"count": 6,
"tools": 18
},
"c-level-advisor": {
"count": 31,
"tools": 88
},
"data-analytics": {
"count": 6,
"tools": 20
},
"documents": {
"count": 4,
"tools": 4
},
"engineering": {
"count": 91,
"tools": 261
},
"finance": {
"count": 3,
"tools": 10
},
"hr-operations": {
"count": 4,
"tools": 12
},
"legal": {
"count": 17,
"tools": 33
},
"markdown-html": {
"count": 4,
"tools": 14
},
"marketing": {
"count": 39,
"tools": 118
},
"personal-productivity": {
"count": 13,
"tools": 17
},
"product-team": {
"count": 13,
"tools": 30
},
"project-management": {
"count": 68,
"tools": 79
},
"ra-qm-team": {
"count": 27,
"tools": 51
},
"research": {
"count": 4,
"tools": 12
},
"research-ops": {
"count": 4,
"tools": 14
},
"sales-success": {
"count": 5,
"tools": 15
},
"vertical-advisors": {
"count": 7,
"tools": 7
},
"workflow": {
"count": 2,
"tools": 2
}
},
"skills": [
{
"name": "a11y-audit",
"description": "This skill should be used when the user asks to \"check accessibility\", \"audit WCAG compliance\", \"scan HTML for a11y issues\", \"check color contrast\", or \"find accessibility violations in web pages\".",
"path": "engineering/a11y-audit/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"accessibility",
"a11y",
"wcag",
"contrast",
"html"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "agent-designer",
"description": "Designs multi-agent system architectures with orchestration patterns, tool schemas, and performance evaluation. Use when building AI agent systems, designing agent workflows, creating tool schemas, or evaluating agent performance.",
"path": "engineering/agent-designer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "agent-harness",
"description": "Test and evaluation harness for AI agents — scenario suites, deterministic replay, regression diffing, cost and latency budgets. Use when agent quality is vibe-checked, before shipping a prompt or model change, or when evals drift.",
"path": "engineering/agent-harness/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"agent-eval",
"regression-testing",
"harness",
"replay",
"llm-testing"
],
"tools": 2,
"has_references": true,
"has_assets": true
},
{
"name": "agent-protocol",
"description": "Design AI agent communication protocols: MCP tool schemas, A2A, function calling, and inter- agent messaging. Use when building multi-agent systems, defining tool interfaces, or implementing agent-to-agent communication.",
"path": "engineering/agent-protocol/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "agent-workflow-designer",
"description": "Design multi-agent orchestration with workflow DAGs, routing, handoff protocols, and state management. Use when building pipelines of specialized agents, designing fan-out/fan-in patterns, or implementing fault-tolerant workflows.",
"path": "engineering/agent-workflow-designer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.2.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 4,
"has_references": true,
"has_assets": false
},
{
"name": "agenthub",
"description": "Multi-agent DAG orchestration for workflows where AI agents collaborate via dependency graphs, covering agent spawning, output merging, and quality evaluation. Use when a task needs multiple specialized agents or to parallelize AI work.",
"path": "engineering/agenthub/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"multi-agent",
"orchestration",
"dag",
"workflow",
"parallel",
"agent-hub"
],
"tools": 4,
"has_references": true,
"has_assets": false
},
{
"name": "agentic-evaluation-framework",
"description": "This skill should be used when the user asks to \"evaluate LLM output quality\", \"set up LLM-as-judge\", \"build an eval rubric\", \"compare model outputs pairwise\", or \"measure agent quality\".",
"path": "engineering/agentic-evaluation-framework/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"evaluation",
"llm-as-judge",
"rubrics",
"agents",
"quality"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "ai-security",
"description": "This skill should be used when the user asks to \"scan AI systems for security threats\", \"check for prompt injection vulnerabilities\", \"assess model security posture\", \"detect data poisoning risks\", or \"audit AI/ML pipeline security\".",
"path": "engineering/ai-security/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"ai-security",
"prompt-injection",
"data-poisoning",
"model-extraction",
"adversarial-ml"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "api-design-reviewer",
"description": "Review REST API designs for quality, consistency, and breaking changes. Lints OpenAPI specs, generates scorecards, and detects breaking changes between versions. Use when designing APIs, reviewing contracts, or managing API versioning.",
"path": "engineering/api-design-reviewer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "api-test-suite-builder",
"description": "Generate API test suites from route definitions across frameworks: auth, input validation, contract, k6 load testing, mocking, and OpenAPI-driven generation. Use when adding new APIs, auditing test coverage, or building regression suites.",
"path": "engineering/api-test-suite-builder/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "aws-solution-architect",
"description": "Design AWS serverless architectures for startups with IaC. Use when designing serverless architecture, writing CloudFormation, optimizing AWS costs, setting up CI/CD, or migrating to AWS across Lambda, API Gateway, and DynamoDB.",
"path": "engineering/aws-solution-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"aws",
"serverless",
"cloudformation",
"cost-optimization"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "azure-cloud-architect",
"description": "Design, review, and validate Azure cloud architectures. Use when choosing Azure compute, storage, networking, or identity services, or applying the Azure Well-Architected Framework to a workload.",
"path": "engineering/azure-cloud-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"azure",
"cloud-architecture",
"well-architected-framework",
"aks",
"app-service",
"entra-id",
"networking",
"cost-optimization"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "batch-api-orchestrator",
"description": "This skill should be used when the user asks to \"batch LLM requests\", \"should I use the batch API\", \"estimate batch vs realtime cost\", \"design a bulk LLM job\", or \"process thousands of prompts cheaply\".",
"path": "engineering/batch-api-orchestrator/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"batch-api",
"llm",
"cost-optimization",
"throughput",
"async"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "browser-automation",
"description": "This skill should be used when the user asks to \"build web automation scripts\", \"check browser automation for detection\", \"generate web scraping code\", \"create form filling automation\", or \"build anti-detection browser scripts\".",
"path": "engineering/browser-automation/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"browser-automation",
"web-scraping",
"anti-detection",
"form-automation",
"selenium"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "changelog-generator",
"description": "Generate changelogs and release notes from Conventional Commits with semver bump detection, Keep a Changelog formatting, and monorepo scopes. Use when preparing releases, enforcing commit standards, or automating release notes.",
"path": "engineering/changelog-generator/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "chaos-engineering",
"description": "Chaos engineering: hypothesis-driven fault injection to surface weakness before users do. Use when designing a chaos experiment, planning a gameday, choosing what to inject, computing blast radius, or building a chaos maturity model.",
"path": "engineering/chaos-engineering/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"chaos-engineering",
"resilience",
"fault-injection",
"gameday",
"sre",
"reliability",
"blast-radius"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "ci-cd-pipeline-builder",
"description": "Design and generate CI/CD pipelines from project stack signals across GitHub Actions, GitLab CI, CircleCI, and Buildkite. Use when bootstrapping CI, migrating pipelines, adding deployment gates, or optimizing build times.",
"path": "engineering/ci-cd-pipeline-builder/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "claude-code-mastery",
"description": "",
"path": "engineering/claude-code-mastery/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT",
"tags": [
"claude-code",
"skill-authoring",
"subagents",
"hooks"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "cloud-security",
"description": "Cloud posture security across AWS, Azure, and GCP — IAM least privilege, public exposure, encryption, logging coverage, landing-zone guardrails. Use when auditing a cloud account, before a production launch, or after a scan.",
"path": "engineering/cloud-security/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"cloud-security",
"iam",
"least-privilege",
"landing-zone",
"posture-management"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "code-reviewer",
"description": "Code review automation for TypeScript, JavaScript, Python, Go, Swift, and Kotlin. Analyzes PRs for complexity, risk, SOLID violations, and code smells. Use when reviewing PRs, analyzing code quality, or generating review checklists.",
"path": "engineering/code-reviewer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"code-review",
"pull-request",
"code-quality",
"best-practices"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "code-tour",
"description": "Build ordered, annotated tours of an unfamiliar codebase and keep the anchors from rotting. Use when onboarding an engineer, handing off a service, or explaining a subsystem before a review.",
"path": "engineering/code-tour/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"onboarding",
"code-reading",
"documentation",
"developer-experience",
"handoff"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "codebase-onboarding",
"description": "Analyze a codebase and generate onboarding docs: architecture overviews, file maps, setup guides, runbooks, and debugging guides. Use when onboarding new team members, open-sourcing, or documenting after a major refactor.",
"path": "engineering/codebase-onboarding/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "codex-cli-specialist",
"description": "OpenAI Codex CLI and cross-platform skill authoring. Use when setting up Codex CLI, converting or syncing skills between Claude Code and Codex, configuring agents/openai.yaml, or validating cross-platform skill compatibility.",
"path": "engineering/codex-cli-specialist/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"openai-codex",
"cross-platform",
"skill-conversion",
"cli"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "computer-use-automation",
"description": "This skill should be used when the user asks to \"build a computer-use agent\", \"automate a GUI with an AI agent\", \"when to use computer use vs an API\", \"make browser automation reliable\", or \"design screenshot-driven agent actions\".",
"path": "engineering/computer-use-automation/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"computer-use",
"browser-automation",
"agents",
"gui",
"reliability"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "context-engine",
"description": "Context management engine for AI coding agents. Use when building agent memory systems, optimizing context windows, allocating token budgets, designing RAG pipelines for code, or managing persistent multi-session agent state.",
"path": "engineering/context-engine/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.2.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 4,
"has_references": true,
"has_assets": false
},
{
"name": "data-quality-auditor",
"description": "Audit data quality across pipelines, warehouses, and stores. Use when designing a DQ program, defining DQ dimensions, building rule-based checks, detecting schema drift, monitoring freshness SLAs, or responding to a DQ incident.",
"path": "engineering/data-quality-auditor/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"data-quality",
"dq",
"freshness",
"schema-drift",
"great-expectations",
"dbt-tests",
"soda",
"data-observability",
"data-engineering"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "database-designer",
"description": "Database design with schema analysis, index optimization, and migration generation for PostgreSQL, MySQL, MongoDB, and DynamoDB. Use when designing schemas, optimizing queries, planning migrations, or analyzing database performance.",
"path": "engineering/database-designer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "database-schema-designer",
"description": "Design relational schemas from requirements with normalization, migrations, ERDs, RLS policies, and indexes for PostgreSQL, MySQL, and SQLite. Use when designing new features, reviewing schemas, or adding multi-tenancy.",
"path": "engineering/database-schema-designer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "dependency-auditor",
"description": "Scan project dependencies for vulnerabilities, license issues, and upgrade opportunities across Python, Node.js, Go, and Rust. Use when auditing dependencies, checking licenses, planning upgrades, or assessing supply chain security.",
"path": "engineering/dependency-auditor/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "design-auditor",
"description": "Audit UI/UX designs for quality, AI-generated slop, and accessibility. Use when reviewing designs, detecting slop patterns, validating WCAG compliance, checking design-token adherence, or reviewing responsive design across breakpoints.",
"path": "engineering/design-auditor/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "2.2.0",
"license": "MIT + Commons Clause",
"tags": [
"design-audit",
"ai-slop",
"color-contrast",
"accessibility"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "devops-workflow-engineer",
"description": "Generate and optimize GitHub Actions CI/CD workflows. Use when designing workflows, planning multi-environment deployments, optimizing pipeline cost and runtime, or implementing blue- green, canary, or rolling deployment strategies.",
"path": "engineering/devops-workflow-engineer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.2.0",
"license": "MIT + Commons Clause",
"tags": [
"github-actions",
"ci-cd",
"deployment",
"workflows"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "doc-drift-detector",
"description": "Detect documentation drift against code changes, score staleness, validate API docs via AST parsing, and audit link integrity. Use when docs fall out of sync with code, preparing releases, running CI doc gates, or auditing doc accuracy.",
"path": "engineering/doc-drift-detector/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "2.1.0",
"license": "MIT + Commons Clause",
"tags": [
"documentation",
"staleness",
"api-docs",
"drift-analysis"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "docker-development",
"description": "This skill should be used when the user asks to \"analyze a Dockerfile\", \"optimize Docker layers\", \"validate docker-compose\", \"check container best practices\", or \"audit Docker configurations\".",
"path": "engineering/docker-development/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"docker",
"containers",
"devops",
"compose",
"dockerfile"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "env-secrets-manager",
"description": "Environment and secrets management lifecycle: .env scaffolding, validation, leak detection, and rotation across Vault, AWS SSM, 1Password, and Doppler. Use when setting up projects, scanning for leaked secrets, or rotating credentials.",
"path": "engineering/env-secrets-manager/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "extended-thinking-architect",
"description": "This skill should be used when the user asks to \"decide reasoning effort\", \"set a thinking budget\", \"when to use extended thinking\", \"tune reasoning vs cost\", or \"should this task use a reasoning model\".",
"path": "engineering/extended-thinking-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"extended-thinking",
"reasoning-effort",
"llm",
"cost-optimization",
"agents"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "feature-flags-architect",
"description": "Feature flag strategy, lifecycle, and operations. Use when designing a flag taxonomy, planning a gradual rollout, building kill switches, auditing flag debt, defining governance, running progressive delivery, or rolling back via flags.",
"path": "engineering/feature-flags-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"feature-flags",
"progressive-delivery",
"rollouts",
"kill-switches",
"release-engineering",
"experimentation",
"flag-governance"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "focused-fix",
"description": "This skill should be used when the user asks to \"fix a bug with minimal changes\", \"analyze change scope for a bugfix\", \"find the minimal set of files to change\", \"do a focused bugfix\", or \"scope a minimal repair\".",
"path": "engineering/focused-fix/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"bugfix",
"minimal-change",
"scope-analysis",
"debugging",
"focused-fix"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "gcp-cloud-architect",
"description": "Design, review, and validate Google Cloud (GCP) architectures. Use when choosing GCP compute, storage, networking, or identity services, or applying the Google Cloud Architecture Framework (reliability, security, cost, performance).",
"path": "engineering/gcp-cloud-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"gcp",
"google-cloud",
"architecture",
"cloud-architecture-framework",
"gke",
"cloud-run",
"bigquery",
"iam",
"networking",
"cost-optimization"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "git-worktree-manager",
"description": "Manage parallel development with Git worktrees: creation with port allocation, environment sync, branch isolation, and cleanup. Use when working multiple branches at once, running parallel CI validations, or isolating agent workspaces.",
"path": "engineering/git-worktree-manager/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "google-workspace-cli",
"description": "This skill should be used when the user asks to \"audit Google Workspace\", \"check GWS security settings\", \"set up Google Workspace authentication\", \"diagnose Workspace issues\", or \"review Google admin configurations\".",
"path": "engineering/google-workspace-cli/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"google-workspace",
"gws",
"admin",
"security",
"audit"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "helm-chart-builder",
"description": "This skill should be used when the user asks to \"analyze Helm charts\", \"validate Helm values\", \"review chart structure\", \"check Kubernetes Helm templates\", or \"audit chart dependencies and configuration\".",
"path": "engineering/helm-chart-builder/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"helm",
"kubernetes",
"k8s",
"charts",
"devops"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "incident-commander",
"description": "Production incident response. Use when handling incidents, classifying severity, reconstructing timelines, writing postmortems, generating comms templates, or building response playbooks with severity scoring and RCA frameworks.",
"path": "engineering/incident-commander/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.2.0",
"license": "MIT + Commons Clause",
"tags": [
"incident-response",
"severity-classification",
"rca",
"postmortem"
],
"tools": 6,
"has_references": true,
"has_assets": true
},
{
"name": "interview-system-designer",
"description": "Design calibrated interview loops, competency-based question banks, and hiring calibration. Use when designing interview processes, creating hiring pipelines, generating scoring rubrics, analyzing interviewer bias, or building question banks.",
"path": "engineering/interview-system-designer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "kubernetes-operator",
"description": "Design, build, and operate Kubernetes operators. Use when extending Kubernetes with a custom controller, choosing a framework, designing CRDs, implementing reconciliation loops, or auditing an operator for anti-patterns.",
"path": "engineering/kubernetes-operator/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"kubernetes",
"operator-pattern",
"crd",
"controller-runtime",
"kubebuilder",
"platform-engineering",
"sre"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "llm-cost-optimizer",
"description": "This skill should be used when the user asks to \"estimate LLM costs\", \"count tokens in prompts\", \"optimize prompt token usage\", \"compare model pricing\", or \"reduce LLM API costs\".",
"path": "engineering/llm-cost-optimizer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"llm",
"tokens",
"cost-optimization",
"prompt-engineering",
"pricing"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "mcp-server-builder",
"description": "Build MCP (Model Context Protocol) servers with tool definitions, resource providers, prompt templates, and transports. Use when exposing APIs to AI agents, building tool servers, converting OpenAPI to MCP, or creating MCP integrations.",
"path": "engineering/mcp-server-builder/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.2.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 4,
"has_references": true,
"has_assets": false
},
{
"name": "migration-architect",
"description": "Plans zero-downtime migrations with compatibility validation, rollback strategies, and phased execution plans. Use when migrating databases, APIs, infrastructure, or services between platforms or versions.",
"path": "engineering/migration-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "monorepo-navigator",
"description": "Manage and optimize monorepos with Turborepo, Nx, pnpm workspaces, and Changesets. Use when working in monorepos, running impact analysis, optimizing build times with remote caching, migrating from multi-repo, or coordinating publishing.",
"path": "engineering/monorepo-navigator/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "ms365-tenant-manager",
"description": "Microsoft 365 tenant administration for Global Administrators. Use for tenant setup, Azure AD user management, Exchange Online and Teams config, Conditional Access policies, license management, and PowerShell bulk-operation scripts.",
"path": "engineering/ms365-tenant-manager/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"microsoft-365",
"azure-ad",
"office-365",
"administration"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "observability-designer",
"description": "Design observability strategies: SLI/SLO frameworks, alerting, and dashboards. Use when instrumenting a production service, tuning alert rules, designing Grafana dashboards, defining SLOs and error budgets, or reducing alert fatigue.",
"path": "engineering/observability-designer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "performance-profiler",
"description": "Performance profiling for Node.js, Python, and Go: CPU flamegraphs, memory leak detection, bundle analysis, query optimization, and k6 load testing. Use when diagnosing slow endpoints, memory growth, large bundles, or traffic spikes.",
"path": "engineering/performance-profiler/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "playwright-pro",
"description": "End-to-end testing with Playwright: test generation, page objects, locator strategy, flaky- test diagnosis, visual regression, and CI integration. Use when writing E2E tests, fixing flaky tests, or migrating from Cypress/Selenium.",
"path": "engineering/playwright-pro/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "2.1.0",
"license": "MIT + Commons Clause",
"tags": [
"playwright",
"e2e-testing",
"page-objects",
"flaky-tests",
"migration",
"ci-integration",
"visual-regression",
"accessibility"
],
"tools": 6,
"has_references": true,
"has_assets": false
},
{
"name": "pr-review-expert",
"description": "Systematic PR review with blast-radius analysis, security scanning, and breaking-change and test-coverage deltas. Use when reviewing PRs that touch shared libraries, APIs, database schemas, auth, or security-sensitive code.",
"path": "engineering/pr-review-expert/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "prompt-engineer-toolkit",
"description": "Prompt engineering frameworks for building, testing, versioning, and evaluating prompts: chain-of-thought, few-shot, regression testing, and rubrics. Use when designing production prompts, running A/B tests, or building prompt libraries.",
"path": "engineering/prompt-engineer-toolkit/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "prompt-governance",
"description": "This skill should be used when the user asks to \"audit prompts for safety\", \"check prompts for injection vulnerabilities\", \"manage a prompt catalog\", \"version control prompts\", or \"review prompt quality and compliance\".",
"path": "engineering/prompt-governance/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"prompt-governance",
"prompt-safety",
"prompt-audit",
"prompt-catalog",
"ai-compliance"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "qa-browser-automation",
"description": "Browser-based QA combining Chrome MCP control with Python analysis tools. Use when performing browser QA testing, visual regression tracking, WCAG accessibility auditing, performance profiling, or health-scoring web applications.",
"path": "engineering/qa-browser-automation/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "2.1.0",
"license": "MIT + Commons Clause",
"tags": [
"browser-qa",
"wcag",
"visual-regression",
"health-scoring"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "rag-architect",
"description": "Design RAG pipelines: chunking, retrieval evaluation, and architecture. Use when building a RAG system, selecting a chunking strategy, choosing a vector database, optimizing retrieval quality, or evaluating with RAGAS metrics.",
"path": "engineering/rag-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": false
},
{
"name": "red-team",
"description": "This skill should be used when the user asks to \"plan a red team engagement\", \"scope a penetration test\", \"design a security assessment methodology\", \"create rules of engagement\", or \"plan an adversary simulation\".",
"path": "engineering/red-team/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"red-team",
"penetration-testing",
"security-assessment",
"adversary-simulation",
"engagement-planning"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "release-manager",
"description": "Automates release management with changelog generation, semantic versioning, and release readiness checks. Use when preparing releases, generating changelogs, bumping versions, or validating release candidates.",
"path": "engineering/release-manager/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "release-orchestrator",
"description": "Orchestrate end-to-end release pipelines. Use when running pre-release validation, generating changelogs, bumping semantic versions, scoring deployment readiness, or gating releases with secret scanning and GO/NO-GO checks.",
"path": "engineering/release-orchestrator/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "2.2.0",
"license": "MIT + Commons Clause",
"tags": [
"release-pipeline",
"versioning",
"pre-flight",
"readiness"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "runbook-generator",
"description": "Generate operational runbooks from codebase analysis covering deployment, incident response, scaling, and monitoring, with copy-paste commands and rollback steps. Use when bootstrapping ops docs, preparing for on-call, or post-incident.",
"path": "engineering/runbook-generator/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "saas-scaffolder",
"description": "Generate SaaS boilerplate with auth, database schemas, Stripe billing, multi-tenancy, API routes, and dashboard UI on a Next.js/TypeScript/Tailwind stack. Use when starting a new SaaS product, subscription app, or multi-tenant platform.",
"path": "engineering/saas-scaffolder/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "secrets-vault-manager",
"description": "This skill should be used when the user asks to \"generate Vault configurations\", \"plan secret rotation\", \"analyze vault audit logs\", \"manage secrets lifecycle\", or \"set up HashiCorp Vault\".",
"path": "engineering/secrets-vault-manager/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"secrets",
"vault",
"hashicorp",
"rotation",
"audit",
"security"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "self-improving-agent",
"description": "Patterns for AI agents that learn from their own execution, detect failure modes, and improve autonomously. Use when building agents that get better over time, managing auto- memory, or designing self-correcting feedback loops.",
"path": "engineering/self-improving-agent/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "2.1.0",
"license": "MIT + Commons Clause",
"tags": [
"self-improvement",
"ai-agents",
"feedback-loops",
"auto-memory",
"meta-learning",
"memory-curation"
],
"tools": 6,
"has_references": true,
"has_assets": false
},
{
"name": "senior-architect",
"description": "System architecture design and review. Use when designing architecture, evaluating microservices vs monolith, writing ADRs, choosing a database, planning for scalability, reviewing system design, or generating architecture diagrams.",
"path": "engineering/senior-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"system-design",
"distributed-systems",
"architecture",
"adr",
"scalability"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-backend",
"description": "Backend development with Node.js/Express/Fastify and PostgreSQL. Use when designing REST or GraphQL APIs, optimizing database queries, implementing authentication, building microservices, handling migrations, or reviewing backend code.",
"path": "engineering/senior-backend/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"api-design",
"microservices",
"databases",
"caching",
"queues"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-cloud-architect",
"description": "",
"path": "engineering/senior-cloud-architect/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"cloud",
"aws",
"gcp",
"azure",
"architecture",
"infrastructure",
"terraform"
],
"tools": 0,
"has_references": true,
"has_assets": false
},
{
"name": "senior-computer-vision",
"description": "Computer vision engineering for object detection, segmentation, and visual AI, covering CNN and Vision Transformer architectures and ONNX/TensorRT deployment. Use when building detection pipelines, training models, or optimizing inference.",
"path": "engineering/senior-computer-vision/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"object-detection",
"image-segmentation",
"computer-vision",
"model-training"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-data-engineer",
"description": "Data engineering for batch and streaming pipelines with Airflow, dbt, Spark, and Kafka. Use when designing data architectures, building pipelines, adding data-quality checks, optimizing ETL/ELT, or troubleshooting pipeline failures.",
"path": "engineering/senior-data-engineer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.2.0",
"license": "MIT + Commons Clause",
"tags": [
"airflow",
"spark",
"data-pipelines",
"warehousing",
"etl"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-data-scientist",
"description": "",
"path": "engineering/senior-data-scientist/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"data-science",
"ml",
"statistics",
"experimentation",
"python",
"mlops"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-devops",
"description": "DevOps for CI/CD, containers, Kubernetes, and Terraform. Use when building pipelines, containerizing apps, managing clusters, provisioning cloud infra, deploying with blue- green/canary, or handling infrastructure incidents.",
"path": "engineering/senior-devops/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "2.2.0",
"license": "MIT + Commons Clause",
"tags": [
"docker",
"kubernetes",
"terraform",
"ci-cd",
"monitoring"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-frontend",
"description": "Frontend development for React, Next.js, TypeScript, and Tailwind CSS. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding projects, implementing accessibility, or reviewing frontend code.",
"path": "engineering/senior-frontend/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"react",
"typescript",
"accessibility",
"performance",
"state-management"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-fullstack",
"description": "Fullstack development toolkit with project scaffolding for Next.js/FastAPI/MERN/Django stacks and code quality analysis. Use when scaffolding new projects, analyzing codebase quality, or implementing fullstack architecture patterns.",
"path": "engineering/senior-fullstack/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"react",
"nodejs",
"databases",
"api-design",
"system-architecture"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "senior-ml-engineer",
"description": "ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization.",
"path": "engineering/senior-ml-engineer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"ml-pipelines",
"model-deployment",
"mlops",
"rag"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-mobile",
"description": "",
"path": "engineering/senior-mobile/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"mobile",
"ios",
"android",
"react-native",
"flutter",
"swift",
"kotlin"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-prompt-engineer",
"description": "Prompt engineering and LLM evaluation. Use when optimizing prompts, designing prompt templates, evaluating LLM outputs, building agentic systems, implementing RAG, creating few- shot examples, or designing structured-output workflows.",
"path": "engineering/senior-prompt-engineer/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"prompt-optimization",
"llm-evaluation",
"agents",
"prompt-engineering"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-qa",
"description": "Testing for React/Next.js with Jest, React Testing Library, and Playwright. Use when generating tests, writing unit tests, analyzing coverage, scaffolding E2E tests, configuring Jest, or improving test quality.",
"path": "engineering/senior-qa/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"test-strategy",
"automation",
"performance-testing",
"test-frameworks"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-secops",
"description": "SecOps for application security, vulnerability management, compliance, and secure development. Use when implementing security controls, conducting security audits, responding to vulnerabilities, or meeting compliance requirements.",
"path": "engineering/senior-secops/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "senior-security",
"description": "STRIDE threat modeling, DREAD risk scoring, secret detection, and secure architecture design. Use when conducting threat models, reviewing code for vulnerabilities, designing defense-in-depth, or scanning for hardcoded secrets.",
"path": "engineering/senior-security/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"owasp",
"threat-modeling",
"penetration-testing",
"application-security"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "skill-security-auditor",
"description": "Security audit and vulnerability scanning for AI agent skills before install. Detects prompt injection, dangerous code, exfiltration, credential harvesting, and supply chain risks. Use when evaluating untrusted skills or gating installs.",
"path": "engineering/skill-security-auditor/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "skill-tester",
"description": "Validate and score Claude Code skill packages for quality, completeness, and best-practice compliance. Tests Python scripts, checks YAML frontmatter, and generates reports. Use when creating, validating, or auditing skill packages.",
"path": "engineering/skill-tester/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "snowflake-development",
"description": "This skill should be used when the user asks to \"optimize Snowflake queries\", \"analyze Snowflake SQL performance\", \"size Snowflake warehouses\", \"review Snowflake data models\", or \"troubleshoot Snowflake cost issues\".",
"path": "engineering/snowflake-development/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"snowflake",
"sql",
"data-warehouse",
"query-optimization",
"warehouse-sizing"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "spec-driven-workflow",
"description": "Run development from an executable specification with traceable requirement IDs and merge-time coverage gates. Use when starting a greenfield feature, reviving a stale spec, or gating merges on requirement coverage.",
"path": "engineering/spec-driven-workflow/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"specification",
"requirements",
"traceability",
"acceptance-criteria",
"process"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "sql-database-assistant",
"description": "This skill should be used when the user asks to \"optimize SQL queries\", \"explore database schemas\", \"generate migration SQL\", \"analyze query performance\", or \"document database structure\".",
"path": "engineering/sql-database-assistant/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"sql",
"database",
"optimization",
"migration",
"schema"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "stripe-integration-expert",
"description": "Implement Stripe integrations for SaaS billing: subscriptions, checkout, proration, usage- based billing, idempotent webhooks, customer portal, dunning, and SCA. Use when building billing, handling webhooks, or testing with Stripe CLI.",
"path": "engineering/stripe-integration-expert/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "tdd-guide",
"description": "Guide red-green-refactor TDD with test generation, coverage-gap analysis, and multi- framework support. Use when writing tests first, analyzing coverage, generating test stubs, or converting tests between Jest, Pytest, JUnit, and Vitest.",
"path": "engineering/tdd-guide/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"tdd",
"test-driven-development",
"testing",
"red-green-refactor"
],
"tools": 8,
"has_references": true,
"has_assets": true
},
{
"name": "tech-debt-tracker",
"description": "Scan codebases for technical debt with AST parsing, prioritize by impact, and generate trend dashboards. Use when tracking tech debt, prioritizing refactoring, calculating cost-of- delay, planning sprint debt, or reporting debt to execs.",
"path": "engineering/tech-debt-tracker/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "tech-stack-evaluator",
"description": "Evaluate and compare technology stacks with TCO analysis, security assessment, and ecosystem health scoring. Use when comparing frameworks, calculating total cost of ownership, assessing migration paths, or analyzing ecosystem viability.",
"path": "engineering/tech-stack-evaluator/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"framework-comparison",
"tco-analysis",
"technology-evaluation"
],
"tools": 7,
"has_references": true,
"has_assets": true
},
{
"name": "terraform-patterns",
"description": "This skill should be used when the user asks to \"analyze Terraform modules\", \"scan IaC for security issues\", \"review Terraform configurations\", \"check infrastructure code for misconfigurations\", or \"audit cloud resources\".",
"path": "engineering/terraform-patterns/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"terraform",
"iac",
"security",
"cloud",
"infrastructure"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "threat-detection",
"description": "This skill should be used when the user asks to \"analyze logs for threats\", \"detect suspicious activity\", \"scan for brute force attempts\", \"identify injection attacks\", or \"audit access patterns for anomalies\".",
"path": "engineering/threat-detection/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"security",
"threat-detection",
"logs",
"monitoring",
"incident-response"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "write-a-skill",
"description": "Author, lint, and publish skill packages that satisfy the library authoring standard. Use when creating a new skill, reviewing a skill PR, or fixing one that never activates.",
"path": "engineering/write-a-skill/SKILL.md",
"domain": "engineering",
"category": "engineering",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"authoring",
"meta-skill",
"linting",
"standards",
"packaging"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "ab-test-setup",
"description": "Design and analyze A/B tests: sample size, test duration, and statistical significance for conversion experiments. Use when setting up an A/B test, calculating sample size, designing an experiment, or analyzing results.",
"path": "marketing/ab-test-setup/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"ab-testing",
"experimentation",
"statistics",
"sample-size",
"conversion-rate"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "ad-creative",
"description": "Design ad creative across Google, Meta, LinkedIn, Twitter/X, and TikTok with platform format specs, headline formulas, and A/B testing. Use when writing ad copy, generating headline variations, creating ad sets, or validating creative.",
"path": "marketing/ad-creative/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "aeo",
"description": "Answer Engine Optimization (AEO): optimize content to be cited by LLMs (ChatGPT, Claude, Perplexity, Gemini) in their answers. Use when designing content for LLM citation, auditing citability, or structuring Q&A schema.",
"path": "marketing/aeo/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"aeo",
"answer-engine-optimization",
"llm-citation",
"generative-search",
"ai-content",
"schema-qa",
"geo",
"llm-seo"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "ai-seo",
"description": "Optimize content to rank in AI search engines (AI Overviews, Perplexity, ChatGPT) via generative engine optimization (GEO), citability audits, and schema markup. Use when optimizing for AI search, generative search, or LLM visibility.",
"path": "marketing/ai-seo/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "analytics-tracking",
"description": "End-to-end analytics implementation for web and SaaS: GA4, Google Tag Manager, event taxonomy, conversion tracking, and UTM strategy. Use when building a tracking plan, debugging missing events, setting up GTM, or auditing existing analytics.",
"path": "marketing/analytics-tracking/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "app-store-optimization",
"description": "App Store Optimization toolkit for researching keywords, optimizing metadata, and tracking mobile app performance on Apple App Store and Google Play Store.",
"path": "marketing/app-store-optimization/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"aso",
"app-store",
"google-play",
"keywords",
"ratings"
],
"tools": 8,
"has_references": true,
"has_assets": true
},
{
"name": "brand-guidelines",
"description": "Build and enforce brand identity systems: visual identity, voice and tone, typography, color, and cross-channel consistency. Use when creating style guides, defining brand voice, auditing brand consistency, or setting visual standards.",
"path": "marketing/brand-guidelines/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "brand-strategist",
"description": "Brand strategy covering positioning, identity, brand architecture, messaging frameworks, and governance. Use when developing brand positioning, creating messaging frameworks, auditing brand health, or building brand architecture.",
"path": "marketing/brand-strategist/SKILL.md",
"domain": "marketing",
"category": "marketing-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"brand",
"strategy",
"positioning",
"identity",
"messaging"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "campaign-analytics",
"description": "Analyzes campaign performance with multi-touch attribution, funnel conversion, and ROI calculation for marketing optimization",
"path": "marketing/campaign-analytics/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "cold-email",
"description": "Write and optimize B2B cold email outreach sequences that get replies, covering personalization, follow-up cadence, deliverability, and compliance. Use when writing cold outreach, prospecting/SDR emails, or building outbound sequences.",
"path": "marketing/cold-email/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "content-creator",
"description": "Create SEO-optimized marketing content with consistent brand voice, using a brand voice analyzer, SEO optimizer, and content frameworks. Use when writing blog posts, creating social content, or analyzing brand voice.",
"path": "marketing/content-creator/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 2,
"has_references": true,
"has_assets": true
},
{
"name": "content-humanizer",
"description": "Transform AI-generated content into human-sounding writing via AI pattern detection, rhythm restoration, and authenticity scoring. Use when content sounds robotic, uses AI cliches, or the user wants to humanize or fix AI writing.",
"path": "marketing/content-humanizer/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "content-production",
"description": "Full content production pipeline from blank page to publish-ready piece: research, briefs, drafting, SEO, readability, and editorial gates. Use when writing blog posts, articles, guides, or long-form content end-to-end at scale.",
"path": "marketing/content-production/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "content-strategy",
"description": "Plan content strategy: content pillars, audience research, topic clustering, funnel mapping, and content audits. Use when deciding what content to create, building a content calendar, planning topic clusters, or finding content gaps.",
"path": "marketing/content-strategy/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "copy-editing",
"description": "Systematic copy editing through focused passes (the Seven Sweeps Framework) covering clarity, voice, proof, specificity, and friction removal. Use when editing marketing copy, reviewing drafts, polishing content, or proofreading.",
"path": "marketing/copy-editing/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "copywriting",
"description": "Write persuasive marketing copy for homepages, landing, pricing, feature, and product pages using headline formulas, CTA frameworks, and objection handling. Use when writing page copy, improving headlines, crafting CTAs, or conversion copy.",
"path": "marketing/copywriting/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "email-sequence",
"description": "Design and write email automation sequences (welcome/onboarding, nurture, re-engagement, trial expiration, sales) for SaaS and B2B, with subject lines, copy, CTAs, and timing. Use when building drip campaigns or designing lifecycle email.",
"path": "marketing/email-sequence/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "email-template-builder",
"description": "Build email template systems with React Email or MJML: responsive layouts, dark mode, multi-provider sending, and spam score optimization. Use when setting up transactional email, building email design systems, or debugging deliverability.",
"path": "marketing/email-template-builder/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "growth-marketer",
"description": "Growth marketing covering experimentation, funnel optimization, acquisition channels, retention, and viral growth. Use when designing A/B experiments, optimizing AARRR funnel stages, or prioritizing channels by CAC and LTV.",
"path": "marketing/growth-marketer/SKILL.md",
"domain": "marketing",
"category": "marketing-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"growth",
"experimentation",
"acquisition",
"retention",
"viral"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "landing-page-generator",
"description": "Generate high-converting landing pages with page structure, copy frameworks (PAS, AIDA, BAB), CTA strategy, SEO meta, and Core Web Vitals optimization. Use when creating landing pages, campaign pages, lead capture pages, or conversion pages.",
"path": "marketing/landing-page-generator/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "launch-strategy",
"description": "Plan and execute product launches and feature announcements: phased plans (alpha, beta, GA), channel strategy, Product Hunt playbooks, and post-launch momentum. Use when launching a new product or feature, or planning a Product Hunt launch.",
"path": "marketing/launch-strategy/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "marketing-analyst",
"description": "Marketing analytics covering campaign analysis, attribution and marketing mix modeling, ROI measurement, and performance reporting. Use when analyzing campaign ROI, comparing attribution models, or optimizing budget allocation.",
"path": "marketing/marketing-analyst/SKILL.md",
"domain": "marketing",
"category": "marketing-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"analytics",
"attribution",
"roi",
"campaigns",
"reporting"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "marketing-context",
"description": "Create and maintain the foundational context doc (positioning, ICP, competitive landscape, brand voice, customer language) that other marketing skills read first. Use when setting up context, defining the ICP, or setting brand voice.",
"path": "marketing/marketing-context/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "marketing-demand-acquisition",
"description": "Multi-channel demand generation, paid media optimization, SEO strategy, and partnership programs for Series A+ startups",
"path": "marketing/marketing-demand-acquisition/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "marketing-ideas",
"description": "Library of 139+ proven marketing strategies organized by category, stage, budget, and timeline across content, SEO, paid, social, email, and growth. Use when brainstorming marketing ideas, planning growth strategies, or ideating campaigns.",
"path": "marketing/marketing-ideas/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.1.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "marketing-ops",
"description": "Central marketing operations hub for MarTech stack, automation, attribution, campaign orchestration, and skill routing. Use when routing marketing questions, orchestrating multi-skill campaigns, or managing the MarTech stack and automation.",
"path": "marketing/marketing-ops/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "marketing-psychology",
"description": "Apply behavioral psychology, cognitive biases, and 70+ mental models to marketing for conversion optimization, pricing, copy, and campaigns. Use for persuasion, behavioral science, why people buy, consumer behavior, or neuromarketing.",
"path": "marketing/marketing-psychology/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.1.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "marketing-strategy-pmm",
"description": "Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry.",
"path": "marketing/marketing-strategy-pmm/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"product-marketing",
"positioning",
"gtm",
"competitive-intel",
"launches"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "paid-ads",
"description": "Plan, execute, and optimize paid ad campaigns across Google, Meta, LinkedIn, Twitter/X, and TikTok, covering targeting, budget, bid strategies, and retargeting. Use when running PPC campaigns, setting up ad accounts, or optimizing ROAS/CPA.",
"path": "marketing/paid-ads/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "programmatic-seo",
"description": "Programmatic page generation at scale using template-based SEO and data",
"path": "marketing/programmatic-seo/SKILL.md",
"domain": "marketing",
"category": "marketing-growth",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"seo",
"programmatic",
"templates",
"content-at-scale",
"data-driven-seo"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "schema-markup",
"description": "Structured data implementation, validation, and optimization. Covers JSON-LD patterns for 20+ schema types, rich snippet eligibility, AI search visibility, Knowledge Graph optimization, and CMS-specific deployment guides.",
"path": "marketing/schema-markup/SKILL.md",
"domain": "marketing",
"category": "marketing-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"seo",
"schema",
"structured-data",
"json-ld",
"rich-snippets",
"knowledge-graph"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "seo-audit",
"description": "Technical SEO auditing covering crawlability, indexation, Core Web Vitals, on-page optimization, and competitive gaps, with an 85-point checklist and remediation plans. Use when auditing technical SEO or diagnosing indexation issues.",
"path": "marketing/seo-audit/SKILL.md",
"domain": "marketing",
"category": "marketing-growth",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "seo-specialist",
"description": "SEO covering technical SEO, content optimization, link building, keyword research, and search analytics. Use when auditing technical SEO, researching keywords, optimizing on-page elements, or analyzing organic search performance.",
"path": "marketing/seo-specialist/SKILL.md",
"domain": "marketing",
"category": "marketing-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"seo",
"search",
"keywords",
"technical-seo",
"link-building"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "site-architecture",
"description": "Information architecture, URL hierarchy, internal linking strategy, navigation design, and silo structure for websites. Covers architectural audits, new site planning, crawl equity optimization, and topic cluster mapping.",
"path": "marketing/site-architecture/SKILL.md",
"domain": "marketing",
"category": "marketing-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "social-content",
"description": "Create social media content across LinkedIn, Twitter/X, Instagram, TikTok, and Facebook with platform formats, hook formulas, and content pillars. Use when creating social posts, planning calendars, or writing LinkedIn posts and threads.",
"path": "marketing/social-content/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "social-media-analyzer",
"description": "Social media campaign analysis and performance tracking that calculates engagement rates, ROI, and cross-platform benchmarks. Use for analyzing social performance, calculating engagement rate, or measuring campaign ROI.",
"path": "marketing/social-media-analyzer/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"social-media",
"analytics",
"sentiment-analysis",
"engagement"
],
"tools": 2,
"has_references": true,
"has_assets": true
},
{
"name": "social-media-manager",
"description": "Strategic social media management for B2B SaaS: platform selection, content pillars, editorial calendars, community engagement, and crisis response. Use when building social strategy, planning content calendars, or conducting social audits.",
"path": "marketing/social-media-manager/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "video-content-strategist",
"description": "This skill should be used when the user asks to \"plan video content\", \"create a video calendar\", \"optimize video SEO\", \"analyze thumbnail performance\", \"improve video titles\", \"schedule video production\", or \"build a YouTube strategy\".",
"path": "marketing/video-content-strategist/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"video",
"youtube",
"content-calendar",
"thumbnail",
"seo",
"video-strategy"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "x-twitter-growth",
"description": "This skill should be used when the user asks to \"analyze tweets\", \"grow on Twitter\", \"build Twitter threads\", \"optimize X posting schedule\", \"track follower growth\", \"improve tweet engagement\", or \"create a Twitter content strategy\".",
"path": "marketing/x-twitter-growth/SKILL.md",
"domain": "marketing",
"category": "marketing",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"twitter",
"x",
"social-media",
"engagement",
"threads",
"growth-hacking"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "board-deck-builder",
"description": "Assembles board and investor update decks by pulling perspectives from all C-suite roles. Use when preparing board meetings, investor updates, quarterly business reviews, or fundraising narratives.",
"path": "c-level-advisor/board-deck-builder/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "board-meeting",
"description": "Multi-agent board meeting protocol running a structured 6-phase deliberation with isolated C-suite contributions to prevent groupthink. Use when making major strategic decisions or resolving cross-functional disagreements.",
"path": "c-level-advisor/board-meeting/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "ceo-advisor",
"description": "Executive leadership guidance for strategic decisions, org development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, or making executive decisions.",
"path": "c-level-advisor/ceo-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "cfo-advisor",
"description": "Financial leadership advisor on financial planning, fundraising, investor reporting, and unit economics. Use when building a financial model, preparing for fundraising, calculating unit economics, or managing cash runway.",
"path": "c-level-advisor/cfo-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "executive-leadership",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"finance",
"fundraising",
"accounting",
"reporting",
"treasury"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "change-management",
"description": "Framework for rolling out organizational changes without chaos, using ADKAR adapted for startups. Use when announcing a reorg, switching tools, pivoting strategy, killing a product, or managing change resistance.",
"path": "c-level-advisor/change-management/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "chief-ai-officer-advisor",
"description": "AI leadership advisor on AI strategy, governance, risk, investment, and org design. Use when defining an AI strategy, building an AI governance program, scoring AI maturity, or drafting an AI risk register.",
"path": "c-level-advisor/chief-ai-officer-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "executive-leadership",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"ai",
"strategy",
"governance",
"risk",
"mlops",
"org-design",
"investment"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "chief-customer-officer-advisor",
"description": "Customer leadership advisor on CX strategy, retention and expansion, and voice-of-customer programs. Use when defining a CX strategy, scoring CX maturity, planning churn interventions, or designing a VoC program.",
"path": "c-level-advisor/chief-customer-officer-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "executive-leadership",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"customer-experience",
"retention",
"expansion",
"voc",
"csm",
"churn",
"nps"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "chief-data-officer-advisor",
"description": "Data leadership advisor on data strategy, governance, quality, and platform decisions. Use when defining a data strategy, scoring data maturity, auditing data governance, evaluating a data platform, or designing the data org.",
"path": "c-level-advisor/chief-data-officer-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "executive-leadership",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"data",
"governance",
"quality",
"platform",
"monetization",
"dmbok",
"dama"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "chief-of-staff",
"description": "C-suite orchestration that routes founder questions to the right advisor role(s) and runs multi-role board meetings. Use when coordinating executive decisions, routing strategic questions, or resolving cross-department conflicts.",
"path": "c-level-advisor/chief-of-staff/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "chro-advisor",
"description": "People leadership for scaling companies: hiring, compensation, org structure, performance, and retention. Use when building hiring plans, designing comp frameworks, restructuring teams, or managing performance.",
"path": "c-level-advisor/chro-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "ciso-advisor",
"description": "Security leadership for growth-stage companies. Use when building security programs, selecting compliance frameworks (SOC 2, ISO 27001, HIPAA, GDPR), managing incidents, or assessing vendor risk.",
"path": "c-level-advisor/ciso-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "cmo-advisor",
"description": "Marketing leadership advisor on brand strategy, demand generation, and marketing operations. Use when building a marketing strategy, planning demand-gen campaigns, designing lead scoring models, or aligning marketing with revenue.",
"path": "c-level-advisor/cmo-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "executive-leadership",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"marketing",
"brand",
"demand-gen",
"growth",
"revenue"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "company-os",
"description": "Meta-framework for how a company runs -- the connective tissue between C-suite roles (EOS, Scaling Up, OKR-native). Use when setting up company operations, selecting a management framework, designing meeting rhythms, or implementing OKRs.",
"path": "c-level-advisor/company-os/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "competitive-intel",
"description": "Systematic competitor tracking that feeds positioning, battlecards, and roadmap decisions. Use when analyzing competitors, building battlecards, tracking market moves, conducting win/loss analysis, or updating positioning.",
"path": "c-level-advisor/competitive-intel/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "coo-advisor",
"description": "Operations leadership advisor on business operations, process optimization, and scaling infrastructure. Use when designing operational processes, planning headcount capacity, optimizing vendors, or scaling operations.",
"path": "c-level-advisor/coo-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "executive-leadership",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"operations",
"process",
"scaling",
"efficiency",
"execution"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "cpo-advisor",
"description": "Strategic product leadership for scaling companies: product vision, portfolio strategy, and PMF measurement. Use when setting product vision, managing a product portfolio, measuring PMF, or designing product teams.",
"path": "c-level-advisor/cpo-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "cro-advisor",
"description": "Revenue leadership for B2B SaaS: forecasting, sales model design, pricing, and net revenue retention. Use when designing the revenue engine, setting quotas, modeling NRR, evaluating pricing, or scaling sales teams.",
"path": "c-level-advisor/cro-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "cs-onboard",
"description": "Structured C-suite onboarding via a founder interview that captures company context into a persistent file used by all advisory skills. Use when setting up advisory context, refreshing stale context, or onboarding a new executive.",
"path": "c-level-advisor/cs-onboard/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": false,
"has_assets": false
},
{
"name": "cto-advisor",
"description": "Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Use when assessing technical debt, scaling engineering teams, evaluating technologies, or making architecture decisions.",
"path": "c-level-advisor/cto-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "culture-architect",
"description": "Build, measure, and evolve company culture as operational behavior, not wall posters. Use when building company values, assessing culture health, designing rituals, creating culture codes, or handling culture clashes.",
"path": "c-level-advisor/culture-architect/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "decision-logger",
"description": "Two-layer memory for executive decisions, separating raw deliberation from approved decisions to prevent hallucinated consensus. Use when logging decisions, reviewing past decisions, or checking overdue action items.",
"path": "c-level-advisor/decision-logger/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "executive-mentor",
"description": "Adversarial thinking partner that stress-tests plans, prepares board meetings, and surfaces blind spots. Use when you need plan validation, board prep, hard-decision frameworks, or pre/post-mortem failure analysis.",
"path": "c-level-advisor/executive-mentor/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "founder-coach",
"description": "Personal leadership development for founders and first-time CEOs. Use when a founder feels like the bottleneck, struggles to delegate, is burning out, or transitioning from IC to executive.",
"path": "c-level-advisor/founder-coach/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "general-counsel-advisor",
"description": "Legal leadership advisor on legal strategy, risk, contract governance, and regulatory tracking. Use when defining a legal strategy, scoring legal risk, auditing the contract portfolio, or building a regulatory calendar.",
"path": "c-level-advisor/general-counsel-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "executive-leadership",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"legal",
"gc",
"contracts",
"regulatory",
"litigation",
"governance",
"risk"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "internal-narrative",
"description": "Build and maintain one coherent company story across employees, investors, customers, candidates, and partners. Use when preparing all-hands meetings, investor updates, board presentations, recruiting narratives, or crisis communications.",
"path": "c-level-advisor/internal-narrative/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "intl-expansion",
"description": "International market expansion strategy for scaling companies. Use when expanding to new countries, evaluating international markets, planning localization, building regional teams, or assessing regulatory requirements by region.",
"path": "c-level-advisor/intl-expansion/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "ma-playbook",
"description": "M&A strategy for acquiring companies or being acquired. Use when evaluating acquisitions, preparing to be acquired, conducting due diligence, planning integration, or negotiating deal terms (valuation, LOI, earnout, deal structure).",
"path": "c-level-advisor/ma-playbook/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "org-health-diagnostic",
"description": "Cross-functional organizational health check scoring 8 dimensions on a traffic-light scale. Use when assessing company health, preparing for board reviews, identifying at-risk functions, or diagnosing cross-functional problems.",
"path": "c-level-advisor/org-health-diagnostic/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "scenario-war-room",
"description": "Cross-functional what-if modeling for compound adversity -- shows how one problem cascades into the next. Use when facing complex risk scenarios, strategic decisions with major downside, or multi-variable threats.",
"path": "c-level-advisor/scenario-war-room/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "strategic-alignment",
"description": "Cascades strategy from boardroom to individual contributor and detects misalignment. Use when teams pull in different directions, OKRs don't connect, departments optimize locally at company expense, or strategy doesn't translate to execution.",
"path": "c-level-advisor/strategic-alignment/SKILL.md",
"domain": "c-level-advisor",
"category": "c-level",
"subdomain": "",
"version": "2.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "vpe-advisor",
"description": "VP of Engineering advisor on org design, productivity, quality, delivery, and capacity planning. Use when scoring engineering org health, designing the eng org, planning capacity, or building the productivity dashboard.",
"path": "c-level-advisor/vpe-advisor/SKILL.md",
"domain": "c-level-advisor",
"category": "executive-leadership",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"engineering",
"vpe",
"leadership",
"productivity",
"dora",
"space",
"capacity",
"hiring",
"retention"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "ai-act-readiness",
"description": "EU AI Act readiness assessment and sprint playbook. Use when preparing for the Aug 2026 high-risk AI system deadline, when a notified-body conformity assessment is scheduled, or when GPAI (general-purpose AI) obligations apply.",
"path": "ra-qm-team/audit-prep/ai-act-readiness/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"eu-ai-act",
"ai-readiness",
"high-risk-ai",
"gpai",
"conformity-assessment",
"compliance",
"ai-governance"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "aims-audit",
"description": "ISO 42001 AI Management System (AIMS) audit-prep playbook. Use when an ISO 42001 certification audit is scheduled (Stage 1 or Stage 2), when a surveillance or internal AIMS audit is due, or when preparing an AI Impact Assessment (AIIA).",
"path": "ra-qm-team/audit-prep/aims-audit/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"iso42001",
"aims",
"ai-management-system",
"audit-prep",
"certification",
"ai-governance",
"ai-impact-assessment"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "compliance-readiness",
"description": "Cross-framework compliance readiness orchestrator. Use when preparing for multi-framework certification (SOC 2 + ISO 27001 + NIST CSF), building a shared-evidence strategy, sequencing certifications, or mapping a control across frameworks.",
"path": "ra-qm-team/audit-prep/compliance-readiness/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"compliance-readiness",
"multi-framework",
"shared-evidence",
"control-mapping",
"soc2",
"iso27001",
"nist",
"gdpr",
"hipaa"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "fda-qsr-audit-prep",
"description": "FDA Quality System Regulation (21 CFR 820 / QMSR) audit-prep playbook for medical devices. Use when an FDA inspection is announced, when preparing for the new QMSR (2026), or when a 483 / Warning Letter response is needed.",
"path": "ra-qm-team/audit-prep/fda-qsr-audit-prep/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"fda",
"qsr",
"qmsr",
"21-cfr-820",
"medical-devices",
"audit-prep",
"483-response",
"warning-letter"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "gdpr-audit-prep",
"description": "GDPR audit-prep playbook: sprint to prepare for a supervisory authority inquiry, DPA audit, or internal review. Use when an audit is scheduled, when readiness gaps surface, or when ROPA (Records of Processing Activities) needs completion.",
"path": "ra-qm-team/audit-prep/gdpr-audit-prep/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"gdpr",
"audit-prep",
"ropa",
"dpia",
"data-protection",
"dpo-engagement",
"eu-privacy"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "soc2-audit-prep",
"description": "SOC 2 audit-prep playbook: the 4/8/12-week sprint to audit-ready for a Type I or Type II observation. Use when the audit is scheduled, when readiness assessment surfaced gaps and you need a sprint plan, or when evidence is missing or stale.",
"path": "ra-qm-team/audit-prep/soc2-audit-prep/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"soc2",
"audit-prep",
"trust-services-criteria",
"evidence-collection",
"sprint-planning",
"compliance"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "capa-officer",
"description": "CAPA system management for medical device QMS, covering root cause analysis, corrective action planning, and effectiveness verification. Use for CAPA investigations, 5-Why and fishbone analysis, and corrective action tracking.",
"path": "ra-qm-team/capa-officer/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"capa",
"root-cause-analysis",
"fmea",
"corrective-action",
"quality"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "ccpa-cpra-privacy-expert",
"description": "CCPA and CPRA California privacy compliance. Use for CCPA/CPRA readiness assessments, personal information data mapping, consumer rights handling, privacy policy review, opt-out mechanisms, and California privacy audits.",
"path": "ra-qm-team/ccpa-cpra-privacy-expert/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"ccpa",
"cpra",
"california-privacy",
"data-mapping",
"opt-out"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "dora-compliance-expert",
"description": "DORA (EU 2022/2554) digital operational resilience compliance for financial entities, covering all 5 pillars. Use for DORA readiness assessments, ICT risk management, incident classification, and third-party ICT oversight.",
"path": "ra-qm-team/dora-compliance-expert/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"dora",
"ict-risk",
"resilience-testing",
"financial-services"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "eu-ai-act-specialist",
"description": "EU AI Act (Regulation EU 2024/1689) compliance specialist. Use for AI system risk classification, provider/deployer obligations, GPAI model compliance, conformity assessments, bias and fairness testing, and AI governance programs.",
"path": "ra-qm-team/eu-ai-act-specialist/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"eu-ai-act",
"ai-governance",
"risk-classification",
"gpai",
"conformity"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "fda-consultant-specialist",
"description": "FDA regulatory consultant for medical device companies, covering 510(k)/PMA/De Novo pathways, QSR (21 CFR 820), HIPAA, and device cybersecurity. Use for FDA submissions, predicate and substantial-equivalence analysis, and premarket strategy.",
"path": "ra-qm-team/fda-consultant-specialist/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"fda",
"510k",
"pma",
"qsr",
"hipaa",
"cybersecurity"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "gdpr-dsgvo-expert",
"description": "GDPR and German DSGVO compliance. Use for GDPR compliance assessments, privacy audits, scanning codebases for privacy risks, DPIA generation, data protection planning, and data subject rights management.",
"path": "ra-qm-team/gdpr-dsgvo-expert/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"gdpr",
"dsgvo",
"dpia",
"data-protection",
"privacy"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "information-security-manager-iso27001",
"description": "ISO 27001:2022 ISMS implementation and cybersecurity governance for HealthTech and MedTech. Use for ISMS design, risk assessment per Clause 6.1.2, Annex A controls, ISO 27001 certification, security audits, and incident response.",
"path": "ra-qm-team/information-security-manager-iso27001/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"iso-27001",
"isms",
"annex-a",
"information-security",
"cloud-security"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "infrastructure-compliance-auditor",
"description": "Cross-framework infrastructure security audit across cloud, network, and CI/CD. Use for infrastructure and cloud security audits, security posture assessment, and validating technical controls for SOC 2, ISO 27001, and NIST CSF.",
"path": "ra-qm-team/infrastructure-compliance-auditor/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"infrastructure-audit",
"cloud-security",
"dns",
"tls",
"compliance-automation"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "isms-audit-expert",
"description": "ISMS auditing for ISO 27001 compliance, control assessment, and certification support. Use for ISMS audit programs, internal/external ISO 27001 audits, ISO 27002 Annex A control testing, and Stage 1/Stage 2 certification audits.",
"path": "ra-qm-team/isms-audit-expert/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"iso-27001",
"isms-audit",
"security-testing",
"certification",
"controls"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "iso42001-ai-management",
"description": "ISO 42001 AI Management System (AIMS) compliance. Use for ISO 42001 readiness assessments, AI governance planning, AI impact assessments, Annex A control validation, responsible AI implementation, and AIMS certification preparation.",
"path": "ra-qm-team/iso42001-ai-management/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"iso-42001",
"ai-management",
"aims",
"ai-lifecycle",
"governance"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "mdr-745-specialist",
"description": "EU MDR 2017/745 compliance specialist for medical device classification, technical documentation, clinical evidence, and post-market surveillance. Use for Annex VIII classification, GSPR, clinical evaluation, EUDAMED, and UDI.",
"path": "ra-qm-team/mdr-745-specialist/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"eu-mdr",
"medical-device",
"gspr",
"eudamed",
"udi"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "nis2-directive-specialist",
"description": "NIS2 Directive (EU 2022/2555) compliance for critical infrastructure entities, covering the 10 minimum security measures. Use for NIS2 compliance assessments, entity scope analysis, supply chain security, and incident reporting readiness.",
"path": "ra-qm-team/nis2-directive-specialist/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"nis2",
"cybersecurity-directive",
"incident-reporting",
"supply-chain"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "nist-csf-specialist",
"description": "NIST Cybersecurity Framework 2.0 implementation, assessment, and compliance management. Use for CSF 2.0 gap analysis, cybersecurity risk management, maturity assessment, CSF profiles, and cross-framework compliance mapping.",
"path": "ra-qm-team/nist-csf-specialist/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"nist-csf",
"cybersecurity",
"maturity-assessment",
"risk-management"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "pci-dss-specialist",
"description": "PCI DSS v4.0 payment card data security compliance, assessment, and implementation. Use for PCI DSS scoping, cardholder data environment (CDE) security, SAQ and ROC preparation, QSA engagement, tokenization, and merchant compliance.",
"path": "ra-qm-team/pci-dss-specialist/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"pci-dss",
"payment-security",
"tokenization",
"cardholder-data"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "qms-audit-expert",
"description": "ISO 13485 internal audit expertise for medical device QMS. Use for audit planning and execution, nonconformity classification, CAPA verification, external audit preparation, or audit program management.",
"path": "ra-qm-team/qms-audit-expert/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"iso-13485",
"audit",
"nonconformity",
"quality-audit",
"certification"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "quality-documentation-manager",
"description": "Document control for medical device QMS, covering numbering, version control, change management, and 21 CFR Part 11 compliance. Use for document control procedures, change control workflows, and electronic signature compliance.",
"path": "ra-qm-team/quality-documentation-manager/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"document-control",
"21-cfr-part-11",
"electronic-signatures",
"sop"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "quality-manager-qmr",
"description": "Senior Quality Manager Responsible Person (QMR) for HealthTech and MedTech. Use for management reviews, quality objectives and KPIs, quality culture, and Notified Body / FDA inspection prep per ISO 13485 Clause 5.5.2.",
"path": "ra-qm-team/quality-manager-qmr/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"quality-management",
"qms",
"kpi",
"management-review",
"compliance"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "quality-manager-qms-iso13485",
"description": "ISO 13485 Quality Management System implementation and maintenance for medical device organizations. Provides QMS design, documentation control, internal auditing, CAPA management, and certification support.",
"path": "ra-qm-team/quality-manager-qms-iso13485/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "regulatory-affairs-head",
"description": "Senior Regulatory Affairs Manager for HealthTech and MedTech. Use for regulatory strategy, FDA 510(k)/PMA/De Novo submissions, EU MDR CE marking, global market access, and regulatory intelligence.",
"path": "ra-qm-team/regulatory-affairs-head/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"regulatory-affairs",
"fda",
"eu-mdr",
"market-access",
"regulatory-strategy"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "risk-management-specialist",
"description": "Medical device risk management specialist implementing ISO 14971 throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis.",
"path": "ra-qm-team/risk-management-specialist/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"iso-14971",
"risk-analysis",
"fmea",
"risk-register",
"medical-device"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "soc2-compliance-expert",
"description": "SOC 2 Type I and Type II compliance management against the Trust Services Criteria. Use for SOC 2 readiness assessments, TSC gap analysis, audit evidence collection, infrastructure control validation, and CPA firm audit preparation.",
"path": "ra-qm-team/soc2-compliance-expert/SKILL.md",
"domain": "ra-qm-team",
"category": "compliance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"soc2",
"trust-services",
"security-compliance",
"evidence-collection"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "channel-economics",
"description": "Channel economics: design and analyze the financial structure of go-to-market channels. Use when picking a channel mix, modeling partner margin or TCO, designing partner tiers and rebates, or analyzing channel conflict.",
"path": "business-growth/channel-economics/SKILL.md",
"domain": "business-growth",
"category": "commercial",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"channel-economics",
"channel-strategy",
"partner-program",
"margin-analysis",
"gtm",
"reseller",
"distributor",
"marketplace",
"msp"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "churn-prevention",
"description": "SaaS churn reduction covering cancel flow design, dynamic save offers, exit survey architecture, dunning sequences, payment recovery, win-back campaigns, and churn impact modeling.",
"path": "business-growth/churn-prevention/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"churn",
"retention",
"cancel-flow",
"dunning",
"payment-recovery",
"win-back"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "commercial-policy",
"description": "Commercial policy: the governance framework defining what terms sales can offer and what triggers approval. Use when authoring a policy charter, defining discount/payment/liability rules, auditing deals, or generating a regional policy.",
"path": "business-growth/commercial-policy/SKILL.md",
"domain": "business-growth",
"category": "commercial",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"commercial-policy",
"governance",
"contract-policy",
"pricing-policy",
"sales-governance",
"deal-policy",
"gtm"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "competitive-teardown",
"description": "Systematic competitor analysis covering product teardowns, 12-dimension scoring rubric, feature comparison matrices, SWOT analysis, pricing model deconstruction, UX audits, and strategic action plans with stakeholder presentation templates.",
"path": "business-growth/competitive-teardown/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "competitor-alternatives",
"description": "Create competitor comparison and alternative pages for SEO and sales enablement. Use when building alternative pages, vs pages, or competitor-vs-competitor pages, planning comparison content, or managing competitor data.",
"path": "business-growth/competitor-alternatives/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "contract-and-proposal-writer",
"description": "Generate business documents — contracts, proposals, SOWs, NDAs, MSAs — with jurisdiction-aware clauses for US, EU, UK, and DACH. Use when starting client engagements, writing proposals, drafting agreements, or needing GDPR-compliant DPAs.",
"path": "business-growth/contract-and-proposal-writer/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "customer-success-manager",
"description": "Monitors customer health, predicts churn risk, and identifies expansion opportunities using weighted scoring models for SaaS customer success",
"path": "business-growth/customer-success-manager/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"customer-success",
"churn",
"health-score",
"expansion",
"saas"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "deal-desk",
"description": "Deal desk: reviews, approves, and structures non-standard sales deals. Use when standing up a deal desk, building approval-threshold matrices, designing deal-review packets, routing deals, or auditing deals for compliance.",
"path": "business-growth/deal-desk/SKILL.md",
"domain": "business-growth",
"category": "commercial",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"deal-desk",
"sales-operations",
"discount-approval",
"commercial-operations",
"contract-review",
"deal-velocity",
"gtm"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "form-cro",
"description": "Form optimization for lead capture, contact, demo request, application, and checkout forms. Covers field-cost analysis, multi-step form design, validation UX, mobile optimization, and A/B testing frameworks.",
"path": "business-growth/form-cro/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"cro",
"forms",
"lead-capture",
"conversion-optimization",
"ux"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "free-tool-strategy",
"description": "Free tool marketing strategy covering idea evaluation, tool design, lead capture architecture, SEO landing pages, launch playbook, and ROI measurement for calculators, generators, checkers, graders, and interactive tools.",
"path": "business-growth/free-tool-strategy/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "onboarding-cro",
"description": "Post-signup user onboarding optimization covering activation metrics, time-to-value reduction, onboarding flow design, empty state optimization, multi-channel coordination, and stalled user recovery.",
"path": "business-growth/onboarding-cro/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "page-cro",
"description": "Landing page and marketing page conversion rate optimization covering value proposition clarity, headline effectiveness, CTA hierarchy, visual flow, social proof placement, objection handling, and structured A/B testing.",
"path": "business-growth/page-cro/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"cro",
"landing-page",
"conversion-optimization",
"copywriting",
"ux"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "partnerships-architect",
"description": "Design strategic partnerships — technology, channel, co-marketing — and the programs that scale them. Use when evaluating a partner, picking a partnership type, designing a partner program, structuring a deal, or modeling ROI.",
"path": "business-growth/partnerships-architect/SKILL.md",
"domain": "business-growth",
"category": "commercial",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"partnerships",
"strategic-alliances",
"channel-strategy",
"tech-partnerships",
"partner-program",
"partnership-design",
"gtm"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "paywall-upgrade-cro",
"description": "In-app paywall and upgrade screen optimization covering feature gate design, usage limit UX, trial expiration flows, upgrade trigger timing, save offer strategy, and ethical monetization patterns.",
"path": "business-growth/paywall-upgrade-cro/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"cro",
"paywall",
"upgrade",
"freemium",
"monetization",
"upsell"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "popup-cro",
"description": "Popup and modal optimization for conversion. Covers exit-intent, slide-ins, banners, timing optimization, frequency capping, audience targeting, compliance, and A/B testing frameworks for lead capture, promotions, and announcements.",
"path": "business-growth/popup-cro/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"cro",
"popup",
"modal",
"exit-intent",
"lead-capture",
"conversion-optimization"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "pricing-strategy",
"description": "SaaS pricing design and optimization covering value metric selection, tier architecture, price point research, pricing page design, price increase execution, and competitive pricing analysis.",
"path": "business-growth/pricing-strategy/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"pricing",
"monetization",
"packaging",
"saas",
"value-based-pricing",
"revenue"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "referral-program",
"description": "Referral and affiliate program design covering referral loop architecture, incentive design, trigger moment optimization, viral coefficient modeling, affiliate program structure, and optimization playbook.",
"path": "business-growth/referral-program/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"referral",
"affiliate",
"growth",
"viral",
"word-of-mouth",
"acquisition"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "revenue-operations",
"description": "Analyzes pipeline coverage, tracks forecast accuracy with MAPE, and calculates GTM efficiency metrics for SaaS revenue optimization",
"path": "business-growth/revenue-operations/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"revops",
"pipeline",
"forecast",
"gtm-efficiency",
"saas-metrics"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "sales-engineer",
"description": "Analyzes RFP responses for coverage gaps, builds competitive feature matrices, and plans proof-of-concept engagements for pre-sales engineering",
"path": "business-growth/sales-engineer/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"sales-engineering",
"demos",
"poc",
"technical-sales",
"solutions"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "signup-flow-cro",
"description": "Signup and registration flow optimization covering SSO strategy, progressive profiling, field reduction, multi-step flow design, authentication UX, post-submit experience, and mobile registration patterns.",
"path": "business-growth/signup-flow-cro/SKILL.md",
"domain": "business-growth",
"category": "business-growth",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"cro",
"signup",
"registration",
"authentication",
"conversion-optimization"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "contract-review",
"description": "Contract review assistant analyzing agreements against playbooks. GREEN/YELLOW/RED severity. Use when reviewing vendor contracts, SaaS agreements, service agreements, or generating redline suggestions.",
"path": "legal/contract-review/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"contract-review",
"redline",
"negotiation",
"risk-assessment",
"legal"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "data-breach-response",
"description": "Data breach incident response with ENISA severity scoring, notification timelines, and compliance tracking. Use for breach assessment and response.",
"path": "legal/data-breach-response/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"data-breach",
"gdpr",
"enisa",
"incident-response",
"notification"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "dpia-assessment",
"description": "GDPR Art. 35 Data Protection Impact Assessment with threshold checking, risk registers, and EDPB criteria scoring. Use for DPIA evaluations.",
"path": "legal/dpia-assessment/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"dpia",
"gdpr",
"data-protection",
"edpb",
"privacy-risk"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "legal-canned-responses",
"description": "Generate templated responses for common legal inquiries with escalation detection. Use when drafting legal responses.",
"path": "legal/legal-canned-responses/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"legal-responses",
"templates",
"escalation",
"legal-ops",
"intake"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "legal-meeting-briefing",
"description": "Prepare structured briefings for meetings with legal relevance and track action items. Use when prepping legal meetings.",
"path": "legal/legal-meeting-briefing/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"meeting-briefing",
"legal-ops",
"action-items",
"preparation",
"meetings"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "legal-red-team",
"description": "Adversarial verification for AI-generated legal content. Use when fact-checking legal documents, validating citations, detecting hallucinations, scoring document quality, or assessing distribution readiness.",
"path": "legal/legal-red-team/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"legal-verification",
"fact-checking",
"hallucination-detection",
"quality-scoring",
"red-team"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "legal-risk-assessment",
"description": "Structured legal risk assessment with 5x5 Severity x Likelihood matrix. Use for risk scoring, risk registers, escalation decisions, and risk memos.",
"path": "legal/legal-risk-assessment/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"legal-risk",
"risk-matrix",
"risk-register",
"escalation",
"compliance"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "mediation-analysis",
"description": "Dispute analysis and mediation preparation framework. Use when preparing for mediation, analyzing disputes, calculating settlement ranges, mapping party interests, or developing negotiation strategy.",
"path": "legal/mediation-analysis/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"mediation",
"negotiation",
"dispute-resolution",
"settlement",
"BATNA"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "nda-review",
"description": "Deep clause-by-clause NDA review from Recipient or Discloser perspective. Produces issue log with redlines, fallbacks, rationales, owners, deadlines. Use when reviewing NDAs for negotiation or approval.",
"path": "legal/nda-review/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"nda",
"review",
"clause-analysis",
"redline",
"negotiation"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "nda-triage",
"description": "Rapid NDA screening with GREEN/YELLOW/RED classification. 10-point checklist for incoming NDAs. Use when triaging NDAs, screening non-disclosure agreements, or routing NDAs for approval.",
"path": "legal/nda-triage/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"nda",
"screening",
"triage",
"non-disclosure",
"legal-review"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "privacy-compliance",
"description": "Multi-regulation privacy compliance navigator. Use for GDPR, CCPA, LGPD, POPIA, PIPEDA, PDPA, Privacy Act, PIPL, UK GDPR compliance assessments, DPA reviews, and data subject request management.",
"path": "legal/privacy-compliance/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"privacy",
"gdpr",
"ccpa",
"data-protection",
"compliance"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "privacy-notice-generator",
"description": "Draft GDPR-compliant privacy notices for EU/EEA jurisdictions. Supports 6 notice types, 9 jurisdictions, multi-layer compliance verification. Use for privacy notice drafting, compliance checking, and jurisdiction mapping.",
"path": "legal/privacy-notice-generator/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"privacy-notice",
"gdpr",
"data-protection",
"compliance",
"eu-privacy"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "statute-analysis",
"description": "Statute and regulation interpretation framework. Use when reading statutes, classifying requirements, analyzing operative keywords, applying canons of construction, or mapping compliance obligations from legislative text.",
"path": "legal/statute-analysis/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"statute",
"regulation",
"compliance",
"interpretation",
"legal-analysis"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "tabular-document-review",
"description": "Extract structured data from multiple documents into comparison matrix with citations. Use for bulk document review.",
"path": "legal/tabular-document-review/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"document-review",
"extraction",
"comparison-matrix",
"contracts",
"bulk-review"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "tech-contract-negotiation",
"description": "Negotiation frameworks for technology services agreements, B2B contracts, and professional services deals. Use when reviewing or negotiating tech contracts.",
"path": "legal/tech-contract-negotiation/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"contract-negotiation",
"technology-agreements",
"B2B",
"SLA",
"indemnification"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "vendor-due-diligence",
"description": "Assess IT vendors and third-party partners with multi-factor risk scoring and regulatory compliance checklists. Use when evaluating technology vendors.",
"path": "legal/vendor-due-diligence/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"vendor-assessment",
"due-diligence",
"risk-scoring",
"compliance",
"third-party-risk"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "whistleblower-compliance",
"description": "Audit whistleblower systems and draft compliant reporting policies. Use when assessing or building whistleblower programs.",
"path": "legal/whistleblower-compliance/SKILL.md",
"domain": "legal",
"category": "legal",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"whistleblower",
"compliance",
"eu-directive-2019-1937",
"sox",
"dodd-frank"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "agile-coach",
"description": "Expert agile coaching: framework selection, maturity assessment, retrospective facilitation, transformation roadmaps. Use when selecting an agile framework, coaching teams, facilitating retrospectives, or designing a transformation.",
"path": "project-management/agile-coach/SKILL.md",
"domain": "project-management",
"category": "project-ops",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"agile",
"coaching",
"transformation",
"scrum",
"kanban"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "atlassian-admin",
"description": "Administer the Atlassian suite (Jira/Confluence): user provisioning, groups, SSO/SAML, permissions, security policies, marketplace apps, backups, and org-wide governance. Use for admin config, access management, and system optimization.",
"path": "project-management/atlassian-admin/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"atlassian",
"jira",
"confluence",
"administration",
"permissions"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "atlassian-templates",
"description": "Create, modify, and govern reusable Jira and Confluence templates, blueprints, and standardized content structures. Use for org-wide templates, custom blueprints, page layouts, and automated content generation.",
"path": "project-management/atlassian-templates/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.1.0",
"license": "MIT + Commons Clause",
"tags": [
"atlassian",
"jira-templates",
"confluence-templates",
"workflows"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "pm-1on1s",
"description": "Structured PM 1:1 templates by partner type — manager, engineering-manager partner, designer, IC reports, cross-functional — grounded in Radical Candor, the GROW coaching model, and the Manager Tools 1:1 framework.",
"path": "project-management/career/pm-1on1s/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "pm-career-ladder",
"description": "PM career ladder rubrics from APM through VP/CPO across product sense, execution, leadership, strategy, and communication. Includes gap analysis, growth planning, and promotion packet templates.",
"path": "project-management/career/pm-career-ladder/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "pm-interview-prep",
"description": "Structured PM interview preparation across product sense, execution, strategy, behavioral, and technical rounds, using CIRCLES, AARM, STAR, and the estimation framework. Calibrated to APM, PM, Senior PM, and Group PM rubrics.",
"path": "project-management/career/pm-interview-prep/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "pm-onboarding",
"description": "30-60-90 day plan for a new PM joining a company or team, grounded in Michael Watkins' First 90 Days framework and the STARS situational diagnosis. Includes week-by-week plan, stakeholder map, 1:1 question bank, and first-PRD template.",
"path": "project-management/career/pm-onboarding/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "confluence-expert",
"description": "Confluence expert for spaces, knowledge bases, documentation, page layouts, macros, templates, and Jira-Confluence integration. Use for documentation strategy, space architecture, content organization, and collaborative knowledge management.",
"path": "project-management/confluence-expert/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"confluence",
"knowledge-management",
"wiki",
"documentation"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "delivery-manager",
"description": "Expert delivery management for release planning, deployment strategy, incident response, change management, SLA/error-budget tracking, and DORA metrics across continuous delivery pipelines.",
"path": "project-management/delivery-manager/SKILL.md",
"domain": "project-management",
"category": "project-ops",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"delivery",
"release",
"deployment",
"operations",
"devops"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "brainstorm-experiments",
"description": "Experiment design expert using pretotyping and lean validation for both new product concepts and existing product features.",
"path": "project-management/discovery/brainstorm-experiments/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "brainstorm-ideas",
"description": "Product ideation expert using Product Trio approach and Opportunity Solution Trees for both new and existing products.",
"path": "project-management/discovery/brainstorm-ideas/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "customer-interview-script",
"description": "Run high-signal customer discovery interviews using a scripted question hierarchy, behavior-over-opinion probes, and rapport techniques drawn from Portigal, Torres, Fitzpatrick (Mom Test), and Lewis Lin.",
"path": "project-management/discovery/customer-interview-script/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "identify-assumptions",
"description": "Assumption mapping expert that identifies, categorizes, and prioritizes product assumptions across 4-8 risk categories using devil's advocate analysis.",
"path": "project-management/discovery/identify-assumptions/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "interview-synthesis",
"description": "Customer interview synthesis: raw transcripts to themed insights, an opportunity solution tree, and follow-up questions (Teresa Torres continuous discovery). Use for post-interview synthesis, opportunity mapping, and evidence gap analysis.",
"path": "project-management/discovery/interview-synthesis/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "jtbd-workshop",
"description": "Run a full Jobs-To-Be-Done discovery workshop with switch interviews, forces-of-progress mapping, ODI outcome scoring, and opportunity statements across 2hr, 4hr, and 8hr formats.",
"path": "project-management/discovery/jtbd-workshop/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "metrics-dashboard",
"description": "Design a product metrics dashboard — North Star, input metrics, and guardrails — that a team actually uses to make decisions. Use when building dashboard architecture: layers, owners, cadence, and visualization.",
"path": "project-management/discovery/metrics-dashboard/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "opportunity-solution-tree",
"description": "Opportunity Solution Tree (Teresa Torres) mapping outcomes → opportunities → solutions → assumption tests. Use when prioritizing discovery work, mapping solutions to a problem, or checking whether a roadmap moves outcomes.",
"path": "project-management/discovery/opportunity-solution-tree/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "pre-mortem",
"description": "Pre-mortem risk analysis expert that classifies risks as Tigers, Paper Tigers, and Elephants to surface launch-blocking issues before they happen.",
"path": "project-management/discovery/pre-mortem/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "value-proposition-canvas",
"description": "Strategyzer Value Proposition Canvas (Customer Profile + Value Map) with fit validation across problem-solution, product-market, and business-model dimensions. Use for jobs-to-be-done, pains/gains, and product-market-fit framing.",
"path": "project-management/discovery/value-proposition-canvas/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "activation-funnel",
"description": "Design and analyze activation funnels (AARRR / AAARRR Pirate Metrics) with conversion + drop-off math, bottleneck detection, and Mermaid funnel diagrams. Includes a stdlib Python tool that emits all 6 shared PM output formats.",
"path": "project-management/execution/activation-funnel/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "ai-feature-prd",
"description": "AI/ML feature PRD scaffolding for the modern AI product manager. Use to extend a standard PRD with AI-specific sections covering model selection, evals, guardrails, failure modes, human-in-the-loop, AI metrics, and cost monitoring.",
"path": "project-management/execution/ai-feature-prd/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "backlog-refinement",
"description": "Backlog refinement playbook covering INVEST quality, vertical story splitting, Definition of Ready, and Definition of Done -- with a Python scorer that grades each story against INVEST and emits a ready/not-ready verdict.",
"path": "project-management/execution/backlog-refinement/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "beta-program",
"description": "Closed beta program playbook covering recruitment, success criteria, communication cadence, and beta-to-GA exit gates.",
"path": "project-management/execution/beta-program/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "brainstorm-okrs",
"description": "OKR brainstorming and validation using the Radical Focus framework — outcome objectives, measurable key results, counter-metrics. Use for setting or validating quarterly OKRs, aligning team goals, or teaching outcomes vs outputs.",
"path": "project-management/execution/brainstorm-okrs/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "create-prd",
"description": "PRD scaffolding expert that generates structured product requirements documents using an 8-section framework, problem framing canvas, and working-backwards press release. Use to spec a new product or feature.",
"path": "project-management/execution/create-prd/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "customer-feedback-triage",
"description": "Inbound customer-feedback triage system. Categorize, deduplicate, score, and respond to feature requests from support, sales, NPS, in-app feedback, and exec asks (Kano + Cagan). Feeds clean signal into prioritization-frameworks.",
"path": "project-management/execution/customer-feedback-triage/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"feedback",
"triage",
"kano",
"requests",
"voice-of-customer",
"intake"
],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "cycle-time-analyzer",
"description": "Flow metrics analyzer (lead time, cycle time, throughput, WIP, aging WIP) for sprint and team health, with cumulative flow diagrams.",
"path": "project-management/execution/cycle-time-analyzer/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "daci-framework",
"description": "DACI decision facilitation framework (Driver, Approver, Contributor, Informed) for clarifying decision ownership, reducing decision thrash, role assignment, and governance design across product teams.",
"path": "project-management/execution/daci-framework/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": false
},
{
"name": "dependency-map",
"description": "Cross-team dependency tracking with critical path analysis and Mermaid dependency graphs for program coordination.",
"path": "project-management/execution/dependency-map/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "eol-communication",
"description": "End-of-life product messaging and sunset communication framework for clear, empathetic EOL announcements that preserve customer trust. Use when sunsetting a product, feature, service, API version, or pricing tier.",
"path": "project-management/execution/eol-communication/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": false
},
{
"name": "feature-flag-strategy",
"description": "PM-facing playbook for phased rollouts with feature flags -- taxonomy (release / experiment / ops / permission), rollout shapes, kill-switch decision tree, holdouts, flag debt retirement, and naming conventions.",
"path": "project-management/execution/feature-flag-strategy/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "job-stories",
"description": "Jobs-to-Be-Done story writing that focuses on user situations and motivations rather than personas. Use to write When/Want/So backlog items, run a JTBD discovery canvas, apply INVEST, and convert user stories to job stories.",
"path": "project-management/execution/job-stories/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "launch-playbook",
"description": "Internal and external launch coordination playbook covering pre-launch, launch day, and post-launch with run-of-show, comms, RACI, rollback, and retro. Use to coordinate a GA launch, major release, or re-launch.",
"path": "project-management/execution/launch-playbook/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "north-star-metric",
"description": "Define a North Star Metric (NSM) and its input metric tree, with leading indicators, anti-metrics, and counter-metrics. Includes a Python tool that renders the metric tree as a Mermaid diagram.",
"path": "project-management/execution/north-star-metric/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "outcome-roadmap",
"description": "Transform output-based feature lists into outcome-driven Now/Next/Later roadmaps using the \"so what?\" technique. Use when converting a feature-list roadmap to outcomes, communicating product strategy, or running quarterly planning.",
"path": "project-management/execution/outcome-roadmap/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "post-mortem",
"description": "Blameless post-mortem expert for incidents, outages, regressions, customer escalations, missed launches, and failed experiments. Pairs Google SRE practice with Allspaw / Dekker / Perrow systems thinking.",
"path": "project-management/execution/post-mortem/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"post-mortem",
"rca",
"blameless",
"incident",
"sre",
"five-whys",
"causal-tree"
],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "prfaq",
"description": "Amazon Working Backwards PR/FAQ generator that forces customer-outcome thinking before any code is written. Produces a press release, an internal FAQ, and an external FAQ as a single decision artifact.",
"path": "project-management/execution/prfaq/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "pricing-prd",
"description": "Tactical PM PRD for pricing experiments and pricing-page launches. Pairs with business-growth/pricing-strategy. Covers packaging, willingness-to-pay, grandfathering, A/B design, rollback, regional pricing, and UX.",
"path": "project-management/execution/pricing-prd/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"pricing",
"prd",
"packaging",
"ab-test",
"grandfathering",
"monetization"
],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "prioritization-frameworks",
"description": "Comprehensive prioritization framework expert covering 9 methods with scoring tools and decision guidance for product managers.",
"path": "project-management/execution/prioritization-frameworks/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "product-vision",
"description": "Write the Product Vision document -- the durable 5-10 year narrative above the north-star metric -- using Pichler's Vision Board, Moore's elevator pitch, Raskin's strategic narrative, Cagan's 10-year framing, and Amazon Working Backwards.",
"path": "project-management/execution/product-vision/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "quarterly-planning",
"description": "Run the full quarterly planning cycle -- pre-quarter homework, kickoff, weekly Wodtke rhythm, mid-quarter check-in, and close retro -- using Radical Focus, Cagan strategy, and the Reforge cycle around your OKRs.",
"path": "project-management/execution/quarterly-planning/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "release-notes",
"description": "Structured release notes that translate technical changes (tickets, changelogs, git logs, PRDs) into user-benefit communication. Use for product releases, sprint demos, changelog maintenance, or customer release announcements.",
"path": "project-management/execution/release-notes/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "roadmap-communication",
"description": "Same roadmap, three audiences. Produce executive, customer, and internal roadmap variants with audience-appropriate framing, detail, and risk language. Use for quarterly roadmap publication, board packets, and customer/sales roadmaps.",
"path": "project-management/execution/roadmap-communication/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "sprint-plan",
"description": "Plan a sprint that ships — capacity, commitment vs stretch, dependencies, and risk identification that prevents mid-sprint surprises. Use to build the sprint planning artifact itself.",
"path": "project-management/execution/sprint-plan/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "stakeholder-map",
"description": "Map stakeholders by power × interest and design a communication plan that prevents surprise objections. Use when launching a major initiative, navigating an enterprise deal, planning a re-org, or pre-empting resistance to a roadmap change.",
"path": "project-management/execution/stakeholder-map/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "status-update-generator",
"description": "Generate weekly executive status updates from Jira/Linear data exports. Produces a structured \"highlights / blockers / risks / asks / what's next\" briefing in markdown, Confluence, Notion, Linear, JSON, or Mermaid.",
"path": "project-management/execution/status-update-generator/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "story-mapping",
"description": "Jeff Patton-style user story mapping for visualizing user journeys, MVP definition, release planning, backlog sequencing, and cross-team alignment.",
"path": "project-management/execution/story-mapping/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": false
},
{
"name": "story-splitting",
"description": "Vertical-slicing playbook with 9 canonical Lawrence patterns for splitting epics into shippable user stories without losing user value. Use when a story is too big, exceeds cycle time, or fails INVEST-S.",
"path": "project-management/execution/story-splitting/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "summarize-meeting",
"description": "Structured meeting summarization that captures decisions, action items, and open questions in a consistent format.",
"path": "project-management/execution/summarize-meeting/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "test-scenarios",
"description": "Generate test scenario coverage from a feature spec — happy paths, edge cases, error handling, accessibility, security, and performance — with a coverage analyzer that flags gaps. Use to define what to test before QA writes the test plan.",
"path": "project-management/execution/test-scenarios/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "wwas",
"description": "Why-What-Acceptance backlog format that connects every work item to strategic business objectives, with INVEST quality gates and observable acceptance criteria.",
"path": "project-management/execution/wwas/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "gtm-strategy",
"description": "Integrated go-to-market strategy spanning ICP, motion, channels, messaging, success metrics, and launch plan. Use when launching a new product, entering a new segment, or auditing why an existing GTM isn't working.",
"path": "project-management/gtm/gtm-strategy/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "ideal-customer-profile",
"description": "Define a sharp Ideal Customer Profile (ICP) — firmographics, behavioral signals, JTBD, and buyer persona. Use when defining a new ICP, refining one from actual closed customers, or auditing why pipeline or conversion is poor.",
"path": "project-management/gtm/ideal-customer-profile/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "jira-expert",
"description": "Jira expert for project setup, workflow design, JQL queries, custom fields, automation rules, dashboards, and reporting. Use for Jira configuration, advanced search, board and dashboard creation, and technical Jira operations.",
"path": "project-management/jira-expert/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"jira",
"jql",
"workflows",
"automation",
"dashboards"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "linear-expert",
"description": "Linear expert for workspace/team admin, Cycles, Projects, Initiatives, Roadmaps, GraphQL API queries, triage workflows, GitHub integration, bulk operations, and Jira-to-Linear migration.",
"path": "project-management/linear-expert/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"linear",
"graphql",
"cycles",
"initiatives",
"roadmaps",
"triage",
"migration"
],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "meeting-analyzer",
"description": "Turn meeting notes into an accountable register — extract decisions, actions and open questions, flag ownerless items, track follow-through. Use when commitments get dropped or a recurring meeting decides nothing.",
"path": "project-management/meeting-analyzer/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"meeting-notes",
"action-items",
"accountability",
"decision-log",
"meeting-health"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "notion-pm",
"description": "Notion expert for product management workflows. Use for database design for PRDs/OKRs/Roadmaps/Decisions, property and view design, page architecture, Notion REST API, and sync with Jira, Linear, and GitHub.",
"path": "project-management/notion-pm/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"notion",
"databases",
"prd",
"okr",
"roadmap",
"decisions"
],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "productboard-expert",
"description": "Productboard expert for workspace setup, Insight-to-Feature triage, Driver scoring, Releases, Roadmap views, and REST API automation. Use for Productboard administration, prioritization workflows, and programmatic API operations.",
"path": "project-management/productboard-expert/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"productboard",
"prioritization",
"insights",
"drivers",
"roadmap",
"salesforce",
"intercom",
"slack"
],
"tools": 0,
"has_references": true,
"has_assets": true
},
{
"name": "program-manager",
"description": "Program management for multi-project coordination, portfolio governance, dependency tracking, benefits realization, charters, and steering-committee reporting. Use to stand up or run a program and escalate program status.",
"path": "project-management/program-manager/SKILL.md",
"domain": "project-management",
"category": "project-ops",
"subdomain": "",
"version": "1.0.1",
"license": "MIT + Commons Clause",
"tags": [
"program",
"portfolio",
"governance",
"strategic",
"coordination"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "scrum-master",
"description": "Data-driven Scrum Master for sprint health scoring, Monte Carlo velocity forecasting, retrospective analysis, capacity planning, and Tuckman team coaching. Use when facilitating sprint planning, diagnosing velocity, or running retrospectives.",
"path": "project-management/scrum-master/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "2.0.1",
"license": "MIT + Commons Clause",
"tags": [
"scrum",
"agile",
"sprint",
"retrospective",
"impediments"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "senior-pm",
"description": "Senior PM for enterprise software and SaaS — portfolio management, quantitative risk analysis, prioritization, and executive reporting. Use for portfolio health reviews, board-ready status reports, and multi-project risk/capacity analysis.",
"path": "project-management/senior-pm/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "2.0.1",
"license": "MIT + Commons Clause",
"tags": [
"project-management",
"stakeholder-management",
"risk",
"planning"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "sprint-retrospective",
"description": "Data-driven sprint retrospectives from git history — velocity, cycle/lead time, contributor insights, and churn hotspots. Use to run a retrospective, analyze team velocity or throughput, or generate a retro report from commit history.",
"path": "project-management/sprint-retrospective/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "2.0.1",
"license": "MIT + Commons Clause",
"tags": [
"retrospective",
"agile",
"continuous-improvement",
"team"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "ansoff-matrix",
"description": "Ansoff Matrix — 4-quadrant framework for growth options: market penetration, market/product development, and diversification. Use when evaluating growth bets, prioritizing investment across quadrants, or weighing the risk ladder of each move.",
"path": "project-management/strategy-frameworks/ansoff-matrix/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "business-model-canvas",
"description": "Build, evaluate, and stress-test a Business Model Canvas (Osterwalder) across all 9 blocks. Use when designing or refreshing a business model, auditing a canvas for gaps, exploring monetization, or aligning on the model's assumptions.",
"path": "project-management/strategy-frameworks/business-model-canvas/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "lean-canvas",
"description": "Lean Canvas (Ash Maurya) — startup adaptation of the Business Model Canvas for capturing assumptions and unfair advantages in early-stage products. Use at the idea, pre-PMF, or pivot stage, or when you need a 1-page model fast.",
"path": "project-management/strategy-frameworks/lean-canvas/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "porters-five-forces",
"description": "Porter's Five Forces — analyze the competitive intensity and attractiveness of an industry. Use when evaluating a new market entry, diagnosing margin pressure, designing a defensive strategy, or auditing industry-level positioning.",
"path": "project-management/strategy-frameworks/porters-five-forces/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "swot-analysis",
"description": "SWOT analysis (Strengths, Weaknesses, Opportunities, Threats) for strategic positioning. Use when assessing a new market entry, a strategic pivot, a competitive response, an org restructure, or as input to annual strategic planning.",
"path": "project-management/strategy-frameworks/swot-analysis/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "team-communications",
"description": "Design a delivery team's communication system — channel routing, meeting-load reduction, status structure, escalation SLAs, timezone norms. Use when the calendar is full, updates go unread, or blockers surface late.",
"path": "project-management/team-communications/SKILL.md",
"domain": "project-management",
"category": "project-management",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"async",
"meeting-load",
"status-updates",
"escalation",
"timezones",
"team-operations"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "ab-test-setup",
"description": "Design and run statistically rigorous A/B tests and experiments. Use when planning experiments, calculating sample sizes, designing test variants, selecting metrics, analyzing results, or when someone says \"let's test that.\"",
"path": "product-team/ab-test-setup/SKILL.md",
"domain": "product-team",
"category": "product-team",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"ab-testing",
"experimentation",
"hypothesis",
"statistical-significance"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "agile-product-owner",
"description": "Agile product ownership for backlog management and sprint execution. Use for writing user stories and acceptance criteria, planning sprints, estimating story points, breaking down epics, or prioritizing a backlog.",
"path": "product-team/agile-product-owner/SKILL.md",
"domain": "product-team",
"category": "product",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"agile",
"user-stories",
"backlog",
"sprint-planning",
"scrum"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "apple-hig-expert",
"description": "Apple Human Interface Guidelines expert across iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. Use when designing or reviewing an Apple-platform app, auditing for HIG compliance, picking native components, or validating accessibility.",
"path": "product-team/apple-hig-expert/SKILL.md",
"domain": "product-team",
"category": "product-team",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"apple",
"ios",
"ipados",
"macos",
"watchos",
"tvos",
"visionos",
"hig",
"design",
"accessibility"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "design-system-lead",
"description": "Design systems leadership across component libraries, design tokens, and design-dev collaboration. Use when architecting a token system, building a component library, defining governance, or generating cross-platform tokens.",
"path": "product-team/design-system-lead/SKILL.md",
"domain": "product-team",
"category": "product-design",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"design-systems",
"components",
"tokens",
"documentation",
"figma"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "product-analytics",
"description": "Product analytics for instrumenting products, defining metrics, and building retention funnels. Use when designing a metric tree, instrumenting a feature, auditing instrumentation, defining a North Star, or building an analytics roadmap.",
"path": "product-team/product-analytics/SKILL.md",
"domain": "product-team",
"category": "product-team",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"analytics",
"metrics",
"north-star",
"retention",
"activation",
"funnel",
"cohort",
"instrumentation"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "product-designer",
"description": "Product design across UI/UX, design systems, prototyping, and user research. Use when creating user journey maps, building wireframes, defining design tokens and component systems, planning usability tests, or establishing design principles.",
"path": "product-team/product-designer/SKILL.md",
"domain": "product-team",
"category": "product-design",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"design",
"ux",
"ui",
"figma",
"prototyping",
"design-systems"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "product-manager-toolkit",
"description": "Product manager toolkit covering RICE prioritization, customer interview analysis, PRDs, and discovery frameworks. Use for feature prioritization, user research synthesis, requirement documentation, or product strategy.",
"path": "product-team/product-manager-toolkit/SKILL.md",
"domain": "product-team",
"category": "product",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"product-management",
"rice",
"okr",
"roadmap",
"prioritization"
],
"tools": 2,
"has_references": true,
"has_assets": false
},
{
"name": "product-strategist",
"description": "Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design.",
"path": "product-team/product-strategist/SKILL.md",
"domain": "product-team",
"category": "product",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"product-strategy",
"market-analysis",
"competitive-analysis",
"positioning"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "research-summarizer",
"description": "Synthesize raw user research (interviews, surveys, tickets) into themed findings and decision-ready briefs. Use when synthesizing user interviews, building a findings brief, or communicating research to stakeholders.",
"path": "product-team/research-summarizer/SKILL.md",
"domain": "product-team",
"category": "product-team",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"user-research",
"synthesis",
"insights",
"qualitative",
"ux",
"communication"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "roadmap-communicator",
"description": "Translate one internal roadmap into audience-appropriate formats with confidence-band discipline. Use when preparing a roadmap readout, tailoring it for an exec, customer, eng, or sales audience, or auditing over-promise risk.",
"path": "product-team/roadmap-communicator/SKILL.md",
"domain": "product-team",
"category": "product-team",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"roadmap",
"communication",
"prd",
"now-next-later",
"themes",
"board",
"customer"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "spec-to-repo",
"description": "Translate product specs (PRDs, user stories) into a ship-ready repo plan: ticket decomposition, branch strategy, and PR sequencing. Use when breaking a PRD into tickets or designing the branch/PR sequence.",
"path": "product-team/spec-to-repo/SKILL.md",
"domain": "product-team",
"category": "product-team",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"prd",
"ticket-decomposition",
"branch-strategy",
"pr",
"definition-of-done",
"delivery"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "ui-design-system",
"description": "UI design system toolkit covering design tokens, component documentation, responsive calculations, and developer handoff. Use for creating design systems, maintaining visual consistency, or facilitating design-dev handoff.",
"path": "product-team/ui-design-system/SKILL.md",
"domain": "product-team",
"category": "product",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"design-system",
"components",
"tokens",
"ui-patterns"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "ux-researcher-designer",
"description": "UX research and design toolkit covering persona generation, journey mapping, usability testing, and research synthesis. Use for user research, persona creation, journey mapping, or design validation.",
"path": "product-team/ux-researcher-designer/SKILL.md",
"domain": "product-team",
"category": "product",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"ux-research",
"usability-testing",
"user-interviews",
"personas"
],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "analytics-engineer",
"description": "Analytics engineering across data modeling, dbt, transformation, and semantic layers. Use when building dbt models, designing star schemas, writing staging or mart SQL, configuring data tests, or optimizing warehouse queries.",
"path": "data-analytics/analytics-engineer/SKILL.md",
"domain": "data-analytics",
"category": "data-analytics",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "business-intelligence",
"description": "Business intelligence across dashboard design, visualization, and reporting automation. Use when designing dashboards, building KPI frameworks, automating reports, creating data stories, or optimizing BI tool performance.",
"path": "data-analytics/business-intelligence/SKILL.md",
"domain": "data-analytics",
"category": "data-analytics",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"bi",
"dashboards",
"visualization",
"reporting",
"insights"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "data-analyst",
"description": "Data analysis across SQL, visualization, statistics, and reporting. Use when writing SQL queries, building dashboards, performing cohort or funnel analysis, running hypothesis tests, or presenting data-driven recommendations.",
"path": "data-analytics/data-analyst/SKILL.md",
"domain": "data-analytics",
"category": "data-analytics",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"analytics",
"sql",
"visualization",
"statistics",
"reporting"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "data-scientist",
"description": "Data science across machine learning, statistical modeling, and experimentation. Use when selecting ML algorithms, engineering features, designing A/B tests, evaluating model performance, or building predictive pipelines.",
"path": "data-analytics/data-scientist/SKILL.md",
"domain": "data-analytics",
"category": "data-analytics",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"data-science",
"machine-learning",
"statistics",
"modeling",
"analytics"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "ml-ops-engineer",
"description": "MLOps across model deployment, ML pipelines, monitoring, and feature stores. Use when deploying models to production, building training pipelines, setting up drift detection, configuring feature stores, or automating ML CI/CD workflows.",
"path": "data-analytics/ml-ops-engineer/SKILL.md",
"domain": "data-analytics",
"category": "data-analytics",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"mlops",
"deployment",
"pipelines",
"monitoring",
"feature-store"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "statistical-analyst",
"description": "Applied statistics for business and product questions — test selection, assumption checks, power planning, effect sizes with intervals, multiplicity correction. Use when interpreting an experiment, sizing a study, or vetting a claim.",
"path": "data-analytics/statistical-analyst/SKILL.md",
"domain": "data-analytics",
"category": "data-analytics",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"statistics",
"hypothesis-testing",
"effect-size",
"power-analysis",
"experimentation"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "account-executive",
"description": "Sales execution across pipeline, discovery, demos, negotiation, and closing. Use when qualifying opportunities, running MEDDIC discovery, building account plans, handling objections, structuring proposals, or forecasting pipeline.",
"path": "sales-success/account-executive/SKILL.md",
"domain": "sales-success",
"category": "sales-success",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"sales",
"pipeline",
"negotiation",
"closing",
"deals"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "customer-success-manager",
"description": "Customer success across onboarding, adoption, retention, and expansion. Use when designing onboarding playbooks, calculating health scores, building QBR decks, planning renewal strategies, or identifying expansion opportunities.",
"path": "sales-success/customer-success-manager/SKILL.md",
"domain": "sales-success",
"category": "sales-success",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"customer-success",
"retention",
"adoption",
"expansion",
"nps"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "sales-engineer",
"description": "Technical sales engineering: demos, solution design, RFP responses, and POC management. Use when preparing demos, responding to RFPs/RFIs, scoping proof-of-concepts, building battle cards, or handling technical objections.",
"path": "sales-success/sales-engineer/SKILL.md",
"domain": "sales-success",
"category": "sales-success",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"sales",
"technical",
"demos",
"rfp",
"poc",
"solutions"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "sales-operations",
"description": "Sales operations across CRM, analytics, territory planning, and compensation. Use when building pipeline reports, designing territories, setting quotas, creating comp plans, or auditing CRM data quality.",
"path": "sales-success/sales-operations/SKILL.md",
"domain": "sales-success",
"category": "sales-success",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"sales-ops",
"crm",
"analytics",
"territory",
"compensation"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "solutions-architect",
"description": "Solutions architecture for technical pre-sales. Use when running technical discovery, designing integration architectures, running security assessments, scoping proof-of-concepts, or writing solution architecture documents.",
"path": "sales-success/solutions-architect/SKILL.md",
"domain": "sales-success",
"category": "sales-success",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"solutions",
"architecture",
"technical",
"integration",
"enterprise"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "hr-business-partner",
"description": "HR business partnership across talent strategy, org development, and employee relations. Use when building workforce plans, designing performance reviews, resolving employee relations cases, or advising leadership on org change.",
"path": "hr-operations/hr-business-partner/SKILL.md",
"domain": "hr-operations",
"category": "hr-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"hr",
"talent",
"org-development",
"employee-relations",
"people-analytics"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "operations-manager",
"description": "Operations management across process optimization, efficiency, and continuous improvement. Use when designing workflows, building capacity plans, evaluating vendors, running Lean Six Sigma DMAIC projects, or optimizing cost-per-unit.",
"path": "hr-operations/operations-manager/SKILL.md",
"domain": "hr-operations",
"category": "hr-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"operations",
"efficiency",
"process",
"optimization",
"management"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "people-analytics",
"description": "People analytics across workforce metrics, predictive modeling, and employee insights. Use when building turnover models, analyzing engagement surveys, running pay equity regressions, or scoring flight risk.",
"path": "hr-operations/people-analytics/SKILL.md",
"domain": "hr-operations",
"category": "hr-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"people-analytics",
"hr-metrics",
"workforce",
"insights",
"predictive"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "talent-acquisition",
"description": "Talent acquisition across recruiting strategy, sourcing, interviews, and hiring analytics. Use when writing job descriptions, designing interview scorecards, analyzing hiring funnels, or improving offer acceptance rates.",
"path": "hr-operations/talent-acquisition/SKILL.md",
"domain": "hr-operations",
"category": "hr-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"recruiting",
"hiring",
"sourcing",
"interviews",
"employer-brand"
],
"tools": 3,
"has_references": false,
"has_assets": false
},
{
"name": "business-investment-advisor",
"description": "This skill should be used when the user asks to \"screen investments\", \"analyze a portfolio\", \"evaluate investment opportunities\", \"run due diligence\", \"assess investment risk\", \"calculate ROI\", or \"diversify portfolio holdings\".",
"path": "finance/business-investment-advisor/SKILL.md",
"domain": "finance",
"category": "finance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"investment",
"portfolio",
"due-diligence",
"roi",
"risk-analysis",
"diversification"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "financial-analyst",
"description": "Performs financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecast construction for strategic decision-making",
"path": "finance/financial-analyst/SKILL.md",
"domain": "finance",
"category": "finance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"financial-analysis",
"dcf",
"budgeting",
"forecasting",
"ratios"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "saas-metrics-coach",
"description": "This skill should be used when the user asks to \"calculate MRR\", \"analyze churn\", \"compute SaaS metrics\", \"do cohort retention analysis\", \"calculate LTV or CAC\", \"evaluate unit economics\", or \"track subscription revenue growth\".",
"path": "finance/saas-metrics-coach/SKILL.md",
"domain": "finance",
"category": "finance",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"saas",
"mrr",
"arr",
"churn",
"cohort-analysis",
"ltv",
"cac",
"unit-economics"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "calendar-prep",
"description": "Generate one-page meeting briefings from structured input (attendees, prior context, decisions needed). Use before customer calls, board meetings, or",
"path": "personal-productivity/calendar-prep/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "capture",
"description": "Build a trusted capture-and-triage front door so no commitment lives in your head. Use when open loops keep slipping, an inbox has become a backlog, or vague notes never turn into action.",
"path": "personal-productivity/capture/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"capture",
"triage",
"inbox-zero",
"next-action",
"gtd"
],
"tools": 2,
"has_references": true,
"has_assets": true
},
{
"name": "deep-work",
"description": "Protect, design, and measure focused work — block defence, session structure, interruption budgets, and deep-work ratio. Use when the calendar is fragmented, focus blocks keep getting eaten, or output has stalled.",
"path": "personal-productivity/deep-work/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"deep-work",
"focus",
"calendar",
"fragmentation",
"interruptions"
],
"tools": 2,
"has_references": true,
"has_assets": true
},
{
"name": "domain-name-brainstormer",
"description": "Generate and score candidate brand, product, and domain names for memorability and pronounceability. Use when naming a new product, company, or feature, brainstorming brand names, or finding an available .com.",
"path": "personal-productivity/domain-name-brainstormer/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": false
},
{
"name": "email-triage",
"description": "Classify a batch of emails into action categories (reply now, reply later, archive, delete, unsubscribe) and surface unsubscribe candidates. Use after a busy week, running inbox zero, or triaging email overload.",
"path": "personal-productivity/email-triage/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "investor-update-generator",
"description": "Validate a monthly investor update against a rubric of strong-update sections (transparency, decision-relevance, specific asks). Use before sending a monthly investor update or setting a fundraise communication cadence.",
"path": "personal-productivity/investor-update-generator/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "invoice-organizer",
"description": "Categorize invoices and receipts by vendor, expense, and tax bucket, detect duplicates, and produce a tax-ready monthly summary. Use during bookkeeping, tax prep, or expense reimbursement.",
"path": "personal-productivity/invoice-organizer/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "lead-researcher",
"description": "Qualify and prioritize sales leads against an ICP, score lead lists, and draft personalized outreach hooks. Use when building a target account list, qualifying inbound leads, prepping for outreach, or scoring prospects.",
"path": "personal-productivity/lead-researcher/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "meeting-insights",
"description": "Analyze meeting transcripts to extract decisions, action items, owners, due dates, open questions, and risks. Use after recorded meetings, sales calls, customer interviews, or planning sessions, or to build a decision log.",
"path": "personal-productivity/meeting-insights/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "pitch-deck-reviewer",
"description": "Score a pitch deck's structure and content against YC, Sequoia, and a16z heuristics. Use before sending a deck to investors, practicing a pitch, or reviewing a seed or Series A fundraising deck.",
"path": "personal-productivity/pitch-deck-reviewer/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "reflect",
"description": "Turn reflection into decisions by scoring predictions against outcomes and tracking whether commitments held. Use when running a quarterly review, scoring forecast calibration, or reflection keeps producing notes instead of change.",
"path": "personal-productivity/reflect/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"reflection",
"calibration",
"brier-score",
"forecasting",
"commitments"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "resume-tailor",
"description": "Tailor a resume to a job description by extracting keywords, scoring match, and rewriting bullets for impact. Use when applying to a role, optimizing for ATS keyword match, or customizing a cover letter.",
"path": "personal-productivity/resume-tailor/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "weekly-review",
"description": "Synthesize a week of inputs (calendar, tasks, journal, OKR check-ins) into a structured review with wins, learnings, blockers, and next-week priorities. Use for a Friday/Sunday weekly review, GTD review, or OKR check-in.",
"path": "personal-productivity/weekly-review/SKILL.md",
"domain": "personal-productivity",
"category": "personal-productivity",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "docx-toolkit",
"description": "Audit Microsoft Word (.docx) documents for heading hierarchy, comments, tracked changes, broken cross-references, and style consistency. Use when reviewing a contract draft, preparing a document for handoff, or enforcing a style guide.",
"path": "documents/docx-toolkit/SKILL.md",
"domain": "documents",
"category": "documents",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "pdf-toolkit",
"description": "Audit PDF files for metadata leakage, page count, encryption, JavaScript, embedded files, and version. Use before sending a PDF externally, when redacting sensitive metadata, or running a PDF security review.",
"path": "documents/pdf-toolkit/SKILL.md",
"domain": "documents",
"category": "documents",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "pptx-toolkit",
"description": "Audit PowerPoint (.pptx) decks for slide count, text density, embedded images and fonts, hidden slides, speaker notes, and animation density. Use when reviewing a board deck, sales deck, or conference talk before sending.",
"path": "documents/pptx-toolkit/SKILL.md",
"domain": "documents",
"category": "documents",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "xlsx-toolkit",
"description": "Audit Microsoft Excel (.xlsx) workbooks for formula density, external references, named ranges, hidden sheets, and data validation. Use when reviewing a financial model, sharing a workbook externally, or checking for data leakage.",
"path": "documents/xlsx-toolkit/SKILL.md",
"domain": "documents",
"category": "documents",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "climate-tech-advisor",
"description": "Strategic advisory for climate-tech founders on carbon markets, GHG accounting, climate regulation, and funding. Use when scoping a climate-tech idea or picking a category, or mentioning climate, carbon, GHG, ESG, IRA, DOE, or net-zero.",
"path": "vertical-advisors/climate-tech-advisor/SKILL.md",
"domain": "vertical-advisors",
"category": "vertical-advisors",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "ecommerce-advisor",
"description": "Strategic advisory for e-commerce founders on unit economics, fulfillment models, payments, and channel strategy. Use when evaluating an ecommerce idea or modeling unit economics, or mentioning DTC, Shopify, Amazon, 3PL, or CAC.",
"path": "vertical-advisors/ecommerce-advisor/SKILL.md",
"domain": "vertical-advisors",
"category": "vertical-advisors",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "edtech-advisor",
"description": "Strategic advisory for edtech founders on FERPA/COPPA compliance, K-12 vs higher-ed vs L&D dynamics, district sales, and pricing. Use when scoping an edtech product or navigating procurement, or mentioning edtech, K-12, FERPA, COPPA, or LMS.",
"path": "vertical-advisors/edtech-advisor/SKILL.md",
"domain": "vertical-advisors",
"category": "vertical-advisors",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "fintech-advisor",
"description": "Strategic advisory for fintech founders on US/EU regulatory triggers, license-vs-partner, KYC/AML, and embedded finance. Use when scoping a fintech idea or regulatory exposure, or mentioning fintech, money transmitter, neobank, KYC, or PSD2.",
"path": "vertical-advisors/fintech-advisor/SKILL.md",
"domain": "vertical-advisors",
"category": "vertical-advisors",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "healthtech-advisor",
"description": "Strategic advisory for digital health founders on HIPAA scope, FDA SaMD classification, EHR integration, and payor/provider GTM. Use when scoping a healthtech idea, classifying PHI, or mentioning HIPAA, FDA SaMD, EHR, or telehealth.",
"path": "vertical-advisors/healthtech-advisor/SKILL.md",
"domain": "vertical-advisors",
"category": "vertical-advisors",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "marketplace-advisor",
"description": "Strategic advisory for two-sided marketplace founders on chicken-and-egg, take rates, liquidity, and network effects. Use when scoping a marketplace idea or scoring health, or mentioning marketplace, take rate, liquidity, or network effects.",
"path": "vertical-advisors/marketplace-advisor/SKILL.md",
"domain": "vertical-advisors",
"category": "vertical-advisors",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "proptech-advisor",
"description": "Strategic advisory for proptech founders on real-estate segments, MLS/brokerage models, licensing, and business models. Use when scoping a proptech idea or when the user mentions proptech, MLS, brokerage, iBuyer, or RESPA.",
"path": "vertical-advisors/proptech-advisor/SKILL.md",
"domain": "vertical-advisors",
"category": "vertical-advisors",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [],
"tools": 1,
"has_references": true,
"has_assets": true
},
{
"name": "dossier",
"description": "Structured intelligence dossiers on companies, people, markets, or domains, with source triangulation and fact/inference discipline. Use when preparing a deal-prep dossier, executive briefing, or due-diligence overview.",
"path": "research/dossier/SKILL.md",
"domain": "research",
"category": "research",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"dossier",
"intelligence",
"due-diligence",
"market-entry",
"briefing",
"research"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "grants",
"description": "Grant writing and proposal architecture: funder fit, proposal structure, budget design, and success-factor scoring. Use when writing a grant proposal, evaluating funder fit, auditing a draft for competitiveness, or planning a budget.",
"path": "research/grants/SKILL.md",
"domain": "research",
"category": "research",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"grants",
"proposals",
"funding",
"nih",
"nsf",
"foundation",
"research",
"budget"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "litreview",
"description": "Literature review for academic and R&D research: search strategy, source assessment, synthesis, and citation management. Use when conducting a systematic literature review, building a bibliography, or preparing a research-grounded report.",
"path": "research/litreview/SKILL.md",
"domain": "research",
"category": "research",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"literature-review",
"research",
"citation",
"synthesis",
"prisma",
"academic"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "patent",
"description": "Patent research and IP landscape: prior-art search, claim mapping, landscape analysis, and freedom-to-operate. Use when conducting a prior-art search, mapping an IP landscape, evaluating patentability, or running an FTO analysis.",
"path": "research/patent/SKILL.md",
"domain": "research",
"category": "research",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"patent",
"ip",
"prior-art",
"freedom-to-operate",
"patentability",
"claims",
"landscape"
],
"tools": 3,
"has_references": true,
"has_assets": false
},
{
"name": "clinical-research",
"description": "Clinical study operations — protocol structure, endpoint selection, eligibility design, sample-size and power planning, site feasibility, and documentation readiness. Use when planning, auditing, or costing a study.",
"path": "research-ops/clinical-research/SKILL.md",
"domain": "research-ops",
"category": "research-ops",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"protocol",
"endpoints",
"sample-size",
"power",
"site-feasibility",
"ich-gcp"
],
"tools": 5,
"has_references": true,
"has_assets": true
},
{
"name": "market-research",
"description": "Market sizing and market structure work — TAM/SAM/SOM built top-down and bottom-up then reconciled, segmentation, demand triangulation, and survey design. Use when sizing a market, writing a sizing memo, or fielding a survey.",
"path": "research-ops/market-research/SKILL.md",
"domain": "research-ops",
"category": "research-ops",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"tam",
"sam",
"som",
"market-sizing",
"segmentation",
"survey-design",
"demand"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "product-research",
"description": "Continuous product discovery research operations — picking the method that fits the question, recruiting and screening participants, building interview guides, and scoring evidence into insights. Use when planning or running discovery.",
"path": "research-ops/product-research/SKILL.md",
"domain": "research-ops",
"category": "research-ops",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"discovery",
"user-research",
"interviews",
"screener",
"synthesis",
"research-ops"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "research-finance",
"description": "Research budgeting and funding operations — study budget construction, cost per participant and per insight, burn against milestones, and portfolio prioritisation by decision value. Use when costing, tracking, or ranking research.",
"path": "research-ops/research-finance/SKILL.md",
"domain": "research-ops",
"category": "research-ops",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"budget",
"burn-rate",
"earned-value",
"portfolio",
"funding",
"cost-per-insight"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "capacity-planner",
"description": "Headcount and delivery-capacity planning — effective capacity from raw headcount, hire/contract/defer scenarios, and capacity-vs-commitment gap reports. Use when planning a quarter, sizing a hiring ask, or testing whether a roadmap fits.",
"path": "business-operations/capacity-planner/SKILL.md",
"domain": "business-operations",
"category": "business-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"capacity-planning",
"headcount",
"resource-planning",
"hiring",
"forecasting"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "internal-comms",
"description": "Plan, sequence, and pressure-test internal announcements before they send. Use when announcing a reorg, policy, or product change, drafting an all-hands or exec update, or deciding who hears what and in which order.",
"path": "business-operations/internal-comms/SKILL.md",
"domain": "business-operations",
"category": "business-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"internal-comms",
"change-management",
"announcements",
"all-hands",
"stakeholder-sequencing"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "knowledge-ops",
"description": "Audit and repair an internal knowledge base — staleness, ownership gaps, orphans, duplication, and findability. Use when the wiki is untrusted, docs are out of date, nobody owns pages, or search returns the wrong answer.",
"path": "business-operations/knowledge-ops/SKILL.md",
"domain": "business-operations",
"category": "business-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"knowledge-base",
"documentation",
"information-architecture",
"doc-ownership",
"findability"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "process-mapper",
"description": "Map, measure and improve business processes — SIPOC and swimlane capture, cycle-time and bottleneck analysis, handoff diagnosis, and a payback-ranked improvement backlog. Use when a process is slow, error-prone, or crosses too many teams.",
"path": "business-operations/process-mapper/SKILL.md",
"domain": "business-operations",
"category": "business-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"process-mapping",
"lean",
"cycle-time",
"bottleneck",
"continuous-improvement"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "procurement-optimizer",
"description": "Cut software and services spend through seat-utilisation analysis, redundant-tool detection, and renewal-timing leverage. Use when auditing SaaS spend, preparing a renewal negotiation, or hunting a budget-reduction target.",
"path": "business-operations/procurement-optimizer/SKILL.md",
"domain": "business-operations",
"category": "business-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"saas-spend",
"procurement",
"license-optimization",
"vendor-negotiation",
"renewals"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "vendor-management",
"description": "Vendor lifecycle — weighted selection scorecards, risk tiering, renewal and notice-deadline tracking, spend concentration, and SLA credits. Use when selecting a vendor, preparing a renewal, or reviewing a vendor portfolio.",
"path": "business-operations/vendor-management/SKILL.md",
"domain": "business-operations",
"category": "business-operations",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"vendor-management",
"procurement",
"sla",
"renewal",
"third-party-risk"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "design-system",
"description": "Design tokens, light/dark theming, and WCAG contrast validation for HTML documents and decks, compiled into one inlinable CSS bundle. Use when theming a report or deck, auditing contrast, or fixing dark-mode color drift.",
"path": "markdown-html/design-system/SKILL.md",
"domain": "markdown-html",
"category": "markdown-html",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"design-tokens",
"wcag",
"contrast",
"dark-mode",
"css",
"typography"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "md-document",
"description": "Convert authored markdown into a polished self-contained HTML document with a table of contents, numbered figures and tables, cross-references, footnotes, and print-ready CSS. Use when publishing a report, whitepaper, or memo.",
"path": "markdown-html/md-document/SKILL.md",
"domain": "markdown-html",
"category": "markdown-html",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"markdown",
"html",
"publishing",
"pdf",
"cross-references",
"typography"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "md-review",
"description": "Pre-publication quality gate for authored Markdown — heading structure, on-disk link resolution, readability, accessibility, terminology. Use when reviewing docs before publishing, wiring a docs CI gate, or auditing a Markdown corpus.",
"path": "markdown-html/md-review/SKILL.md",
"domain": "markdown-html",
"category": "markdown-html",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"markdown",
"review",
"accessibility",
"readability",
"ci-gate",
"wcag",
"documentation"
],
"tools": 3,
"has_references": true,
"has_assets": true
},
{
"name": "md-slides",
"description": "Convert markdown into a self-contained HTML slide deck with layouts, speaker notes, keyboard navigation, and a content-density linter. Use when building a deck from markdown, cutting an overloaded deck, or timing a talk.",
"path": "markdown-html/md-slides/SKILL.md",
"domain": "markdown-html",
"category": "markdown-html",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"slides",
"presentation",
"markdown",
"html",
"speaker-notes",
"accessibility"
],
"tools": 4,
"has_references": true,
"has_assets": true
},
{
"name": "handoff",
"description": "This skill should be used when the user asks to \"write a handoff\", \"hand this off\", \"package this work for someone else\", \"summarize where we are so another person/agent can continue\", or \"create a context doc before I switch off this task\".",
"path": "workflow/handoff/SKILL.md",
"domain": "workflow",
"category": "workflow",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"handoff",
"delegation",
"context",
"continuity",
"onboarding",
"async"
],
"tools": 1,
"has_references": false,
"has_assets": true
},
{
"name": "skill-router",
"description": "This skill should be used when the user has a vague or cross-domain request and asks \"which skill should I use\", \"is there a skill for this\", \"find the right skill\", or \"route this to the best skill\" — it matches an intent against the whole skills library and recommends the best-fit skill(s).",
"path": "workflow/skill-router/SKILL.md",
"domain": "workflow",
"category": "workflow",
"subdomain": "",
"version": "1.0.0",
"license": "MIT + Commons Clause",
"tags": [
"router",
"discovery",
"orchestration",
"navigation",
"intent-matching"
],
"tools": 1,
"has_references": false,
"has_assets": false
}
]
}