The standard fabric for AI agent resources: Manage, sync, and update across Cursor, Claude Code, and more."
# coding-agent-fabric `coding-agent-fabric` is a universal CLI for managing AI coding-agent resources across multiple agents and platforms. It provides a unified way to discover, install, and manage skills, subagents, and other extensions. ## Installation You can install the CLI globally: ```bash npm install -g @coding-agent-fabric/cli ``` Or run it directly without installation using `npx`: ```bash npx @coding-agent-fabric/cli <command> ``` ## Core Resources - **Skills**: Modular instructions and capabilities (e.g., `.md` or `.mdc` files) that enhance agent behavior. - **Subagents**: Specialized agent definitions (e.g., YAML or JSON) that can be invoked for specific tasks. ## Supported Agents The fabric automatically detects and manages resources for: - **Claude Code** (`.cursor/`) - **Cursor** (`.cursor/rules/`) - **Cursor CLI (Codex)** (`.codex/`) ## CLI Examples <!-- SYNC:COMMANDS --> ### Rules Manage AI agent rules ```bash # Install rules from a source caf rules add owner/repo # List installed rules caf rules list # Remove a rule caf rules remove rule-name # Update all rules caf rules update ``` ### Skills Manage AI agent skills ```bash # Install skills from a source caf skills add owner/repo # List installed skills caf skills list # Remove a skill caf skills remove skill-name # Update all skills caf skills update ``` ### Subagents Manage AI subagents ```bash # Install subagents from a source caf subagents add owner/repo # List installed subagents caf subagents list # Remove a subagent caf subagents remove subagent-name # Update all subagents caf subagents update ``` ### Plugins Manage coding-agent-fabric plugins ```bash # Install a third-party plugin caf plugin add owner/repo # List installed plugins caf plugin list # Remove a plugin caf plugin remove plugin-id ``` ### System System management commands ```bash # Check the health of your installation caf doctor # Check for updates across all resources caf check # Update all resources
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.