Skip to content

Commit 7fb976e

Browse files
committed
feat(bundles): add 5 Claude Code plugin bundles (Epic 3)
5 curated plugin bundles ready for submission to anthropics/claude-plugins-official as external plugins. Bundles: - engineering-skills (8 flagship): fullstack, devops, security, docker, terraform, mcp-server-builder, rag-architect, code-reviewer - compliance-skills (9 flagship): ISO 27001, SOC 2, GDPR, EU AI Act, NIS2, DORA, ISO 13485, MDR, FDA - c-level-skills (7 flagship): CEO/CTO/CFO/CISO/CMO advisors plus board-meeting and board-deck-builder - marketing-skills (6 flagship): content-creator, seo-audit, demand acquisition, campaign-analytics, landing-page-generator, x-twitter - product-skills (6 flagship): product-manager-toolkit, strategist, agile-product-owner, product-designer, ux-researcher, design-system Each bundle has .claude-plugin/plugin.json per Anthropic's external plugin schema, a README, and symlinks into the canonical skill directories. Symlinks keep a single source of truth for skill content; scripts/export_bundle.py dereferences them for self-contained exports when submitting PRs to the Anthropic registry. Total: 44 KB repo addition, 36 symlinks.
1 parent 31797ff commit 7fb976e

48 files changed

Lines changed: 394 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bundles/README.md

Lines changed: 38 additions & 0 deletions
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "c-level-skills",
3+
"version": "1.0.0",
4+
"description": "7 flagship C-suite advisory skills: CEO, CTO, CFO, CISO, CMO advisors plus board meeting and board deck building.",
5+
"author": {
6+
"name": "Brian Borghei",
7+
"email": "borghei.mohammadamin@gmail.com"
8+
},
9+
"homepage": "https://github.com/borghei/Claude-Skills",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/borghei/Claude-Skills",
13+
"directory": "bundles/c-level-skills"
14+
},
15+
"license": "MIT + Commons Clause",
16+
"keywords": ["c-level", "ceo", "cto", "cfo", "ciso", "cmo", "board", "executive", "strategic"]
17+
}

bundles/c-level-skills/README.md

Lines changed: 30 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../c-level-advisor/board-deck-builder
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../c-level-advisor/board-meeting
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../c-level-advisor/ceo-advisor
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../c-level-advisor/cfo-advisor
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../c-level-advisor/ciso-advisor
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../c-level-advisor/cmo-advisor
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../c-level-advisor/cto-advisor

0 commit comments

Comments
 (0)