A curated list of high-quality skills, mods, agents, and tools for Command Code — the frontier coding agent that lives in your terminal and learns the way you code.
Command Code (cmd) is a terminal-native AI coding agent with a hackable extension system — skills (portable workflows), mods (TypeScript packages that reshape almost any behavior), agents, hooks, and slash commands. This list collects the best community and official resources for extending it.
Note
Community-maintained and not affiliated with Command Code / Langbase. Inclusion is not an endorsement — read the source of third-party mods and skills before running them.
- Official
- Getting Started
- Skills
- Mods
- Agents
- Config & Rules Sync
- MCP
- Built with Command Code
- Articles, Talks & Press
- Documentation - Official docs for skills, mods, agents, hooks, and slash commands.
- Skills directory - Browse 4,900+ installable skills from the open Agent Skills ecosystem.
- Pricing - Plans, never-expiring credits, and rotating model discounts.
- commandcode - The Command Code monorepo.
- agent-skills - Official curated skills and tools.
- Desktop app - Native desktop app.
- VS Code extension - Official VS Code integration.
- Status - Live service status.
Command Code installs as cmd (aliases: cmdc on Windows, command-code, commandcode).
Skills are portable SKILL.md workflows discovered from .commandcode/skills/ (project), ~/.commandcode/skills/ (user), and .agents/skills/:
cmd skills add <owner/repo> # install every SKILL.md discovered in a repo
cmd skills add <owner/repo> -s <name> --global # install one skill for all projects
cmd skills list # project + user + bundled
cmd skills remove <name>Mods are TypeScript packages that register slash commands, tools, lifecycle hooks, event observers, feed renderers, and model providers (no build step — jiti compiles at startup):
cmd mods add npm:<package> # or: cmd mods add <owner/repo>
cmd mods list
cmd --mod ./local-mod.ts # load a mod for one session, no installInside the TUI, /skills browses and toggles skills; /mods and the slash menu surface everything installed. See the Skills and Mods docs.
Command Code implements the open Agent Skills standard, so cross-agent skill packs install natively with cmd skills add <owner/repo>.
- addyosmani/agent-skills - Production-grade, full-lifecycle engineering skills (spec, plan, build, review, ship) with native Command Code integration.
- vercel-labs/skills - The
npx skillscross-agent installer and catalog with Command Code as a supported target. - anthropics/skills - Anthropic's reference skills (skill-creator, pdf, frontend-design), portable to Command Code.
- kodustech/awesome-agent-skills - Curated Agent Skills for coding agents.
- Supabase Agent Skills - Best-practice skills for Supabase and PostgreSQL.
- awesome-copilot-id - Ships
.commandcode/skills/skills (god-mode-dev,project-researcher) alongside other agent formats. - ui-ux-pro-max-skill - UI/UX design skill featured in the Command Code skills directory.
Mods are the native TypeScript plugin system — the most Command-Code-specific extension format.
- erd-mod - Parses SQL schema files into Entity-Relationship Diagrams, with schema inspection slash commands.
- hex-color-swatch-mod - Renders true-color ANSI swatches for hex colors, inline in input and output.
- spell-checker - Checks spelling as you work, with a
/spell-testcommand. - cmd-threadline - Persistent orientation card (goal, just did, next, needs you) that cuts cognitive load in long sessions.
- cmd-mod-graphify - Deterministic codebase knowledge-graph indexing and architecture exploration via Graphify.
- command-code-mods - Collection of minimal, readable example mods (
hooku,clock,tamagotchi,weather) demonstrating most of the mod API. - cmd-mod-hi - Demo mod that intercepts input and custom-renders a roast when you type "hi".
Command Code ships with bundled agents (design, agent-browser, mod-builder, skill-builder); the community adds project-scoped ones.
- akasha-pkm-ref - Example project-scoped agent (
akasha-query) under.commandcode/agents/.
Write your rules once, sync them to Command Code alongside other agents.
- agent-dotfiles - Write AI coding rules once, sync to Claude, Command Code, Cursor, Copilot, and Codex.
- oh-my-agent - Multi-agent installer with a Command Code variant.
- ai_rules_1c - Rules with a
command-code.yamladapter.
- commandcode-mcp - Model Context Protocol server for Command Code.
- bourdain - Recipe explorer built with Command Code.
- lantern-keeper-story - Demo of the
goalcommand and fal.ai MCP integration.
- Introducing Command Code - The official launch announcement.
- Developing Taste in Coding Agents - Ahmad Awais on how
taste-1works, via applied meta neuro-symbolic RL. - Command Code teardown - Technical teardown of the agent by OpenAgents.
- $5M seed announcement - Led by Preston-Werner Ventures.
- @MrAhmadAwais - Founder and CEO, and the best running feed of Command Code updates.
Contributions are welcome! Read CONTRIBUTING.md, then open a PR. Keep entries accurate, one line each, in the right section — and real (a working repo with a README), not placeholders. Found a broken link? PR the removal.
Built for the Command Code community · Licensed CC0-1.0 (public domain)