Clarc v1.0: Workflow OS for Claude Code with 63 Agents and 249 Skills

What Clarc Does
Clarc is a plugin layer for Claude Code that installs once and provides a collection of specialized agents, skills, and commands. It was forked from everything-claude-code by Affaan Mustafa in January and has grown into a comprehensive workflow system.
Key Features
- 63 specialized subagents that delegate automatically based on task type: code review, TDD, security, architecture, infrastructure, ML, etc.
- 249 skills with domain knowledge loaded on-demand: TypeScript, Python, Go, Java, PostgreSQL, Terraform, DDD, hexagonal architecture, RAG, and more
- 178 slash commands for repeatable workflows including
/plan,/tdd,/finops-audit, and/chaos-experiment - 20 language rule sets with always-on coding standards baked into every session
- Learning loop with
/learn-evalto extract patterns from sessions into persistent instinct files and/evolveto promote them into permanent skills - Multi-editor support: Cursor (96 rule files), OpenCode (65 commands), Codex CLI
Installation and Setup
Install with: npx github:marvinrichter/clarc typescript (or python, go, java, etc.)
The tool clones to ~/.clarc/ and symlinks into ~/.claude/. Updates are handled via git pull.
Current Status
Version 1.0 is available but has rough edges. The learning flywheel is still maturing. The creator notes it's been their daily driver and they'd rather get it in front of people than keep polishing in private.
The creator is seeking feedback on missing stacks, confusing install flow, and whether agent delegation is too noisy or not enough.
📖 Read the full source: r/ClaudeAI
👀 See Also

Collection of 177 OpenClaw SOUL.md Templates Organized into 24 Categories
A developer has compiled 177 ready-to-use SOUL.md templates for OpenClaw agents across 24 categories including Marketing, Development, Business, DevOps, Finance, Creative, Data, Security, Healthcare, Legal, HR, and Education. All templates are MIT licensed and available on GitHub.

Portable Mind Format (PMF): Provider-Agnostic Agent Specification with 15 Open-Source Agents
The Portable Mind Format (PMF) is a JSON-based specification for defining AI agent identities that can run across multiple models and providers, including Claude, GPT-4, Gemini, DeepSeek, and local models via Ollama. It includes 15 MIT-licensed production agents and converters for Claude Code, Cursor, GitHub Copilot, and Gemini CLI.

Developer shares CLI tools that work well with Claude Code
A developer switched from MCPs to CLIs for working with Claude Code, finding that Claude handles CLI commands effectively due to training on shell scripts and documentation. They shared specific CLIs they use daily, including gh, ripgrep, stripe, supabase, vercel, sentry-cli, and neon.

Navigating OpenClaw Installation Issues
Users encounter installation challenges between openclaw.ai and openclawd.ai, each providing different setup commands.