Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .claude/hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
{
"name": "skill-rules-loader",
"description": "Load enhanced skill-rules-v2.json with enforcement types",
"description": "Load skill-rules.json activation rules",
"type": "command",
"command": "test -f .claude/skill-rules-v2.json && echo 'Enhanced skill rules (v2) loaded: confidence scoring, model routing, skip conditions' || echo 'Using standard skill rules'",
"command": "test -f .claude/skill-rules.json && echo 'Skill rules loaded: activation patterns for auto-loading skills' || echo 'skill-rules.json missing'",
"once": true
},
{
Expand Down Expand Up @@ -74,7 +74,7 @@
"name": "skill-suggestion",
"description": "Suggest relevant skills based on recent activity",
"type": "command",
"command": "echo 'SKILL SUGGESTIONS:\\n\\nCheck skill-rules-v2.json for auto-activation matches'"
"command": "echo 'SKILL SUGGESTIONS:\\n\\nCheck skill-rules.json for auto-activation matches'"
Comment thread
frankxai marked this conversation as resolved.
Outdated
}
]
},
Expand Down
8 changes: 4 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Agentic Creator OS v10 — Project Instructions
# Agentic Creator OS v11 — Project Instructions

> The operating system for AI-powered creators. Multi-platform, self-learning, safety-first.

Expand Down Expand Up @@ -57,11 +57,11 @@ Instead of blanket word bans, apply these principles:

## What is ACOS?

**Agentic Creator OS v10** is a skill, agent, and workflow system for AI coding assistants. When loaded, you get:
**Agentic Creator OS v11** is a skill, agent, and workflow system for AI coding assistants. When loaded, you get:

- **35+ Commands** — Reusable workflows accessible via `/acos` smart router (Claude Code)
- **75+ Skills** — Auto-activate via `skill-rules.json` based on task context
- **38 Specialized Agents** — Writers, editors, designers, strategists, engineers
- **67 Specialized Agents** — Writers, editors, designers, strategists, engineers
- **v10 Safety Hooks** — Circuit breaker, audit trail, self-modify gate, agent IAM

## Quick Start
Expand Down Expand Up @@ -258,5 +258,5 @@ Before ANY structural change:

---

*ACOS v10.1 — Autonomous Intelligence*
*ACOS v11.0 — Autonomous Intelligence*
*Created by [FrankX](https://github.com/frankxai)*
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**The Operating System for AI-Powered Creators**

*One install. Any coding agent. 90+ skills, 65+ commands, 38 agents — auto-activating.*
*One install. Any coding agent. 90+ skills, 65+ commands, 67 agents — auto-activating.*

![Agentic Creator OS — FRANK-Ω Command Center](docs/infographics/acos-hero-omega.png)

Expand Down Expand Up @@ -68,7 +68,7 @@ ACOS (Agentic Creator OS) is the **shared execution layer** (skills + commands +
| Layer | Role | Key |
|-------|------|-----|
| **SIP (Starlight Intelligence Protocol)** | Cross-repo memory, MCP substrate (github/fs-starlight/git), sovereignty, attestation, vaults | starlightintelligence.org/protocol |
| **ACOS** | 90+ skills, 65+ commands, 38 agents, workflows, v10+ safety (IAM, circuit-breaker, audit, self-modify), auto-activation via skill-rules + excellence | This repo; junctions to ~/.claude + .grok compat |
| **ACOS** | 90+ skills, 65+ commands, 67 agents, workflows, v10+ safety (IAM, circuit-breaker, audit, self-modify), auto-activation via skill-rules + excellence | This repo; junctions to ~/.claude + .grok compat |
| **Grok Build (xAI)** | TUI speed, subagents (explore/plan), MCP, image/video, .grok/skills + hooks native + full .claude compat. Personal excellence seeds (4 + 2 json) via grok-harness-adapter | adapters/grok/ + install --platform=grok; .grok-only grok-personal layer only |
Comment thread
frankxai marked this conversation as resolved.
| **Claude Code** | Canonical full surface (slash commands, hooks, IAM, skill-rules) | Direct .claude/ install |
| **Other (Cursor, Windsurf, Gemini, AGY)** | Context files + embedded skills/agents; delegation via multi-orchestrator | .cursorrules etc. |
Expand Down Expand Up @@ -326,7 +326,7 @@ skill-rules.json → 22 pattern rules
"deploy" + "vercel" → loads vercel-deployment + nextjs-best-practices
```

### Agents (38 Specialized)
### Agents (67 Specialized)

| Domain | Agents | Examples |
|--------|--------|----------|
Expand Down Expand Up @@ -484,7 +484,7 @@ agentic-creator-os/
├── docs/infographics/ # Visual documentation
├── install.sh # Multi-platform installer
├── CLAUDE.md # Claude Code context
└── package.json # v10.1.0
└── package.json # v11.0.0
```

---
Expand All @@ -502,7 +502,7 @@ Starlight Intelligence System (Framework)
└── ACOS (Claude Code + Grok full harness via grok-harness-adapter + Multi-Platform)
├── 35+ commands routed through /acos
└── Grok: adapters/grok/index.ts + install.sh --platform=grok (GROK.md + .grok/ seeds: excellence, repo-mastery, gstack gates)
├── 38 agents aligned to Starlight council
├── 67 agents aligned to Starlight council
├── 75+ auto-activating skills
├── v10 safety systems (IAM, circuit breaker, audit)
└── Self-learning via trajectory patterns
Expand Down Expand Up @@ -598,7 +598,7 @@ MIT — Use it, fork it, build your own OS with it.

**Agentic Creator OS v11.0** — The Operating System for AI-Powered Creators

*90+ Skills | 65+ Commands | 38 Agents | 8 Plugins | Multi-Platform | Self-Learning*
*90+ Skills | 65+ Commands | 67 Agents | 8 Plugins | Multi-Platform | Self-Learning*

Built by [FrankX](https://frankx.ai) — AI Architect & Creator

Expand Down