Skip to content

Commit 3b656ea

Browse files
frankxaiclaude
andcommitted
feat(v11): ship .claude-plugin/plugin.json — declare ACOS as Claude plugin
Was missing despite acos-meta SKILL.md referencing it as core to v11. Manifest reflects current shipped state (10 skills) not aspirational (90+ in ACOS_V11_MASTER_PLAN.md). Declares compose.extends = [creator-meta] which lives at ~/.claude/skills/creator-meta/ as the abstract substrate. Components: - name, version (11.0.0), author, repo, license - compose.extends: ["creator-meta"] — substrate inheritance - compose.absorbs: knowledge-work-plugins, superpowers, oh-my-opencode, claude-flow - stats: honest current counts vs aspirational targets - intelligence: weighted score components from acos-meta SKILL.md - principles: progressive disclosure, connector agnosticism, layer model Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 740ccd7 commit 3b656ea

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"name": "agentic-creator-os",
3+
"version": "11.0.0",
4+
"description": "ACOS — The Operating System for AI-Powered Creators. Layer-modeled skills, commands, agents, and hooks for content / video / music / visual / brand workflows. Composes a creator-meta substrate with creator-specific implementations.",
5+
"author": {
6+
"name": "Frank Riemer",
7+
"email": "frank@frankx.ai",
8+
"url": "https://frankx.ai"
9+
},
10+
"homepage": "https://frankx.ai/products/agentic-creator-os",
11+
"repository": "https://github.com/frankxai/agentic-creator-os",
12+
"license": "MIT",
13+
"keywords": [
14+
"claude-code",
15+
"cursor",
16+
"windsurf",
17+
"gemini",
18+
"creator-os",
19+
"ai-agent",
20+
"skills",
21+
"workflows",
22+
"content-creation",
23+
"agentic-ai",
24+
"mcp",
25+
"anthropic"
26+
],
27+
"categories": [
28+
"creator-tools",
29+
"content",
30+
"video",
31+
"music",
32+
"visual",
33+
"brand"
34+
],
35+
"platforms": [
36+
"claude-code",
37+
"opencode",
38+
"cursor",
39+
"windsurf",
40+
"gemini-cli"
41+
],
42+
"engines": {
43+
"claude-code": ">=2.0.0"
44+
},
45+
"compose": {
46+
"extends": [
47+
"creator-meta"
48+
],
49+
"absorbs": [
50+
"knowledge-work-plugins/creator",
51+
"superpowers (proven techniques)",
52+
"oh-my-opencode (lifecycle hooks)",
53+
"claude-flow (swarm topologies)"
54+
]
55+
},
56+
"stats": {
57+
"skills": 10,
58+
"commands": 0,
59+
"agents": 0,
60+
"hooks": 0,
61+
"verified": "2026-05-03",
62+
"note": "Aspirational targets in docs/ACOS_V11_MASTER_PLAN.md (90+ skills / 65+ commands / 38 agents). Manifest reflects current shipped state, not aspiration."
63+
},
64+
"intelligence": {
65+
"version": "v11.0.0",
66+
"targetScore": 98,
67+
"currentScore": "see /acos-score",
68+
"components": {
69+
"skill_activation_accuracy": 0.25,
70+
"pattern_extraction_quality": 0.25,
71+
"memory_utilization": 0.20,
72+
"hook_reliability": 0.15,
73+
"self_modify_safety": 0.15
74+
}
75+
},
76+
"principles": [
77+
"Progressive disclosure — SKILL.md lean, references/ for depth",
78+
"Connector agnosticism — skills reference ~~categories not vendor names",
79+
"Commands as workflows — markdown, no code",
80+
"Layer model — every artifact has one canonical location"
81+
]
82+
}

0 commit comments

Comments
 (0)