Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By frankxai
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.
npx claudepluginhub frankxai/agentic-creator-osCreate SEO-optimized blog posts that engage readers and rank in search results
Develop comprehensive content strategies with audience research, pillar planning, and distribution workflows
Create engaging email newsletters that nurture subscribers and drive conversions
Optimize content for search engines to increase organic traffic and rankings
Create engaging social media content for Twitter/X, LinkedIn, Instagram, and FarCaster
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 64 agents, 261 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,443 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
The complete library of Agent Skills — AI agents & orchestration, MCP & SDKs, Oracle & cloud, frontend & animation, engineering workflow, content & brand, and creative production. Skills auto-activate when relevant.
SIS — A protocol for sovereign creator alliances (SIP) + a reference implementation. Persistent context, attestation, and memory for AI agents across six platforms. Local-first. Forkable. Built on the Starlight Intelligence Protocol v1.1.1.
Design framework-agnostic AI agents using Oracle's Open Agent Specification for portable, interoperable agentic systems
Generate professional OCI architecture diagrams with Python diagrams library (official OCI icons) or Mermaid.js
AI Architect-grade visual generation for OCI with research grounding and brand compliance
The Operating System for AI-Powered Creators
One install. Any coding agent. 90+ skills, 65+ commands, 38 agents — auto-activating.

A production-grade skill and agent system for AI coding assistants. It ships skills (domain knowledge), commands (reusable workflows), agents (specialized personas), and safety hooks — configured to auto-activate based on what you're working on.
Works with Claude Code, Cursor, Windsurf, Gemini Code Assist, and any AI coding agent that reads markdown context files.
You: "write a blog post about AI agents"
→ Agentic Creator OS detects: creation + blog
→ Auto-loads: content-strategy skill
→ Routes to: /article-creator workflow
→ Result: Guided article with SEO, images, social distribution

The Agentic Creator OS is structured in four layers, each auto-activating based on context:
flowchart LR
Intent["User intent"] --> Router["/acos smart router"]
Router --> Skills["Auto-activating skills"]
Router --> Commands["Slash workflows"]
Router --> Agents["Specialized agents"]
Skills --> Hooks["Safety hooks"]
Commands --> Hooks
Agents --> Hooks
Hooks --> Output["Audited creator output"]
Output --> Learning["Trajectory learning"]
Learning --> Router
| Layer | What It Does | Count |
|---|---|---|
| Skills | Domain knowledge modules that load automatically | 75+ |
| Commands | Reusable workflows triggered via slash commands | 35+ |
| Agents | Specialized personas with distinct expertise | 38 |
| Safety Hooks | Circuit breaker, audit trail, IAM, self-modify gate | 5 |
ACOS is the execution layer inside the wider FrankX agent harness:
| System | Role |
|---|---|
| Starlight / SIS | Memory, MCP tools, cross-agent substrate |
| ACOS | Skills, commands, agents, safety hooks |
| FrankX harness | Repo manifests, prompt symmetry, push safety |
| Arcanea | Creative methodology and agent-world substrate |
This separation matters: ACOS makes agents capable; the harness makes them governed.
git clone https://github.com/frankxai/agentic-creator-os.git
cd agentic-creator-os
./install.sh
# Open any project with Claude Code
claude
/acos
git clone https://github.com/frankxai/agentic-creator-os.git
cd agentic-creator-os
./install.sh --platform=cursor # or --platform=windsurf
This generates a .cursorrules or .windsurfrules file with all skills embedded.
git clone https://github.com/frankxai/agentic-creator-os.git
cd agentic-creator-os
./install.sh --platform=gemini
This generates a GEMINI.md context file for Gemini to read on session start.
git clone https://github.com/frankxai/agentic-creator-os.git
cd agentic-creator-os
./install.sh --platform=generic
Generates a CONTEXT.md file. Point your agent at it as a system prompt or project instructions file.
See QUICKSTART.md for detailed setup per platform
The Agentic Creator OS is built around six foundational concepts. Understanding these unlocks the full system.
Skills are markdown files containing deep domain expertise. They activate automatically when the Agentic Creator OS detects relevant context in your work.
You start writing a blog post
→ skill-rules.json matches: "blog" + "write"
→ Auto-loads: content-strategy + seo-content-writer + schema-markup
→ Your AI agent now has SEO expertise, content structure, and metadata knowledge
| Skill Category | Examples | Trigger Patterns |
|---|---|---|
| Technical | TDD, React patterns, TypeScript, debugging | test, component, error |
| Creative | Brand voice, music mastery, book writing | blog, music, create |
| Infrastructure | Oracle Cloud, Kubernetes, Terraform | deploy, cloud, infra |
| Business | Product management, financial modeling | product, strategy, pricing |