The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Claude Code workflow files for agents, commands, and skills
This repo packages best-practice guidance and working examples for building with Claude Code. The core pattern is command → agent → skill, supported by hooks, memory, settings, and MCP connections. It also documents implementation details, so you can copy the pieces you want into your own setup instead of starting from scratch.
Videos about this repo
Builders who use Claude Code and want repeatable project rules, subagents, skills, and workflows.
You can make agent-led work more consistent, reviewable, and easier to resume across sessions.
What it does
Command, agent, skill pattern
Shows a reusable orchestration flow where a command triggers an agent, which then uses a skill.
Subagent implementations
Includes `.claude/agents/` examples and documentation for Claude Code subagents.
Commands library
Includes `.claude/commands/` and a sample `/weather-orchestrator` workflow command.
Skills pack
Includes `.claude/skills/<name>/SKILL.md` examples and best-practice notes.
Hooks and settings
Includes `.claude/hooks/` and `.claude/settings.json` for behavior around agent actions and runtime settings.
Memory and rules
Uses `CLAUDE.md` and `.claude/rules/` to hold project memory and reusable instructions.
MCP and multi-model support
Includes `.mcp.json` and `.codex/` files, and the repo content references Claude, Codex, and Gemini workflows.
How to get it
- 1Run
claude /weather-orchestrator
README
claude-code-best-practice
from vibe coding to agentic engineering - practice makes claude perfect
= Agents ·
= Commands ·
= Skills

Boris Cherny on X (tweet 1 · tweet 2 · tweet 3)
[!TIP] Visit the How to Use section to take full advantage of this repo.
🧠 CONCEPTS
| Feature | Location | Description |
|---|---|---|
.claude/agents/<name>.md | ||
.claude/commands/<name>.md | ||
.claude/skills/<name>/SKILL.md | ||
| Workflows | .claude/commands/weather-orchestrator.md | |
| Hooks | .claude/hooks/ | |
| MCP Servers | .claude/settings.json, .mcp.json | |
| Plugins | distributable packages | Marketplaces · Create Marketplaces |
| Settings | .claude/settings.json | |
| Status Line | .claude/settings.json | |
| Memory | CLAUDE.md, .claude/rules/, ~/.claude/rules/, ~/.claude/projects/<project>/memory/ | |
| Checkpointing | automatic (file-edit tracking) | |
| Sessions | --resume, --continue, /resume, /branch | |
| Context Window | /compact, /clear, /context | |
| CLI Startup Flags | claude [flags] | |
| AI Terms | ||
| Best Practices | Prompt Engineering · Extend Claude Code | |
| Prompt Library |
🔥 Hot
| Feature | Location | Description |
|---|---|---|
| Ultrareview | /code-review ultra, claude ultrareview [target] | Tasks tracking |
| Devcontainers | .devcontainer/ | |
| Channels | --channels, plugin-based | Reference |
| No Flicker Mode | /tui fullscreen, CLAUDE_CODE_NO_FLICKER=1 | |
| Auto Mode | --permission-mode auto, Shift+Tab | |
| Power-ups | /powerup | |
| Fast Mode | /fast, "fastMode": true | |
| Advisor | /advisor, advisorModel, --advisor | Blog |
| Computer Use | computer-use MCP server | Desktop |
| Agent SDK | npm / pip package | Quickstart · Examples |
| Ralph Wiggum Loop | plugin | |
| Chrome | --chrome, extension | |
| Claude Code Web | claude.ai/code | Routines |
| Artifacts | /share, Artifact tool | |
| Slack | @Claude in Slack | |
| Code Review | GitHub App (managed) | |
| GitHub Actions | .github/workflows/ | GitLab CI/CD |
| Remote Control | /remote-control, /rc | |
| Deep Links | claude-cli://open?repo=…&q=… | |
| Dynamic Workflows | /workflows, ultracode keyword, /effort ultracode, .claude/workflows/ | Deep Research |
| Agent Teams | built-in (env var) | |
| Agent View | claude agents, --bg, /bg | |
| Cross-Session Messaging | SendMessage, ListAgents, /list-agents | |
| Scheduled Tasks | /loop, /schedule, cron tools | |
| Routines | claude.ai/code/routines, /schedule | Desktop Tasks |
| Tasks | /tasks, ~/.claude/tasks/ | |
| Goal | /goal <condition>, /goal clear | |
| Voice Dictation | /voice | |
| Bundled Skills | /code-review, /batch | |
| Git Worktrees | --worktree/-w, .worktreeinclude, EnterWorktree/ExitWorktree, isolation: "worktree", WorktreeCreate/WorktreeRemove hooks |
See orchestration-workflow for implementation details of Command →
Agent →
Skill pattern.
claude
/weather-orchestrator
⚙️ DEVELOPMENT WORKFLOWS
All major workflows converge on the same architectural pattern: Research → Plan → Execute → Review → Ship
| Name | ★ | Workflow | |||
|---|---|---|---|---|---|
| Superpowers | 284k | 0 | 0 | 14 | |
| Matt Pocock Skills | 258k | 0 | 0 | 37 | |
| Everything Claude Code | 255k | 68 | 94 | 286 | |
| Spec Kit | 134k | 0 | 10 | 0 | |
| gstack | 132k | 0 | 0 | 58 | |
| agent-skills | 89k | 3 | 7 | 21 | |
| OpenSpec | 67.8k | 0 | 12 | 12 | |
| Get Shit Done | 64.6k | 33 | 85 | 0 | |
| BMAD-METHOD | 52.8k | 5 | 0 | 29 | |
| oh-my-claudecode | 39.1k | 19 | 0 | 37 | |
| Compound Engineering | 25k | 0 | 1 | 33 | |
| HumanLayer | 11.5k |
Files in the repo
- !
- .claude
- .codex
- .github
- agent-teams
- best-practice
- changelog
- development-workflows
- implementation
- orchestration-workflow
- presentation
- reports
- tips
- tutorial
- videos
- .gitignore
- .mcp.json
- CLAUDE.md
- LICENSE
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More harnesses
🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Practical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit, loop-init, loop-cost.
Git. Ship. Done - Core

The most RAM efficient harness
A local multi-agent harness that works with your existing Claude Code, Codex subscriptions, allows you to run an office of agents