By lando-labs
Claude Capability Management Interface - Scout, create, and deploy Claude Code agents and skills across your projects
Use this agent PROACTIVELY when you need to create, refine, or optimize Claude Code agent configurations. This includes designing methodology-focused agents from scratch, improving existing agent system prompts, establishing agent interaction patterns, defining agent responsibilities and boundaries, or architecting multi-agent systems with clear separation of concerns. Invoke when users ask to "create an agent", "design an expert", or need help deciding between agents and skills.
Use this agent PROACTIVELY when creating Claude Code plugins, validating plugin.json or marketplace.json files, structuring plugin directories, creating SKILL.md files, setting up nested plugin repos for local development, or troubleshooting plugin installation issues. Invoke when users mention "plugin", "skill", "marketplace", or ask about Claude Code extensibility.
Use this agent PROACTIVELY when creating Claude Code skills with optimized auto-discovery descriptions, tool restrictions, and supporting files. Invoke when building SKILL.md files, crafting trigger-keyword-rich descriptions, or bundling skills with reference docs. Examples - "Create a PDF processing skill", "Build a skill for analyzing Excel files", "Help me create deployment workflow steps", "Create a React+Tailwind skill".
Entry point for CAMI - the agent scout. Triggers on greetings ("hey cami", "cami help"), help requests ("help", "show commands", "what can I do"), onboarding requests ("get started", "set up cami"), capability discovery ("what can you do", "help me with agents"), and any ambiguous agent-related questions. Establishes scout persona, detects user location (workspace/project/initialization/navigation), handles conceptual questions and help display directly, and routes deployment/source management/agent creation to specialized skills.
Triggers on requests to create, build, or draft new agents. Examples: "create an agent", "I need a frontend agent", "build me a database specialist", "help me create an agent for [domain]". Also triggers on roster-building requests like "what agents do I need for this project" or "help me build my agent roster". Guides agent vs skill decision, invokes agent-architect, handles location-aware save behavior, and can orchestrate full roster creation.
Initialize new projects with CAMI capabilities and recommended agent teams. Triggers on "create a new project", "start a new project", "initialize project", "set up project with agents", "what agents do I need for this project", "help me set up my project roster". Guides through project requirements, tech stack detection, agent team recommendations, and full CAMI initialization.
Deploy, scan, and manage agents and skills. Use for "deploy X", "list agents", "check for updates", "import agents", "find projects", "track project".
Add and manage capability sources (reference repositories of agents/skills). Use for "add source", "add fullstack", "update sources", "list sources". Sources are optional - creating custom agents is equally valid.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Capability Management Interface
Your agent scout for Claude Code. Build championship teams of specialized AI agents for any project.
claude plugin install lando-labs/cami
CAMI is your agent scout and orchestrator. Instead of manually copying agent files between projects, CAMI helps you discover, deploy, and manage teams of specialized Claude Code agents.
Think of it as talent management for AI specialists:
Skills-only architecture: No binary installation, no MCP server configuration. Just install the plugin and start talking.
Zero-config: Install and go. CAMI creates its workspace automatically when you create your first agent, add your first source, or deploy your first agent.
New to CAMI? Here's what the terms mean:
| Term | What It Means |
|---|---|
| Agent | A markdown file that gives Claude specialized expertise. Think of it as a persona or specialist you can call on - like a "React performance expert" or "API design specialist". |
| Skill | A workflow automation for Claude. While agents provide expertise, skills provide step-by-step procedures - like "run tests before commit" or "create PR with changelog". |
| Source | A folder or Git repository containing agents and skills. Like a talent pool you can recruit from. |
| Workspace | CAMI's home base (~/.claude/cami-workspace/ by default). Contains your sources, config, and custom agents. |
| Deploy | Copy an agent or skill to a project's .claude/ folder so it's available in that project. |
| Roster | The agents currently deployed to a specific project. Your project's "team lineup". |
| Scout | CAMI's personality - it analyzes your project and recommends agents that fit your tech stack. |
claude plugin install lando-labs/cami
Then in any Claude Code session:
You: "Hey CAMI"
CAMI: "Hey! I'm CAMI - your agent scout. I help you build championship teams
of AI agents for your projects.
I notice you haven't set up your workspace yet. This is your command center
for managing agent sources - think of it as your talent network.
Ready to set it up? [y/n]"
Option A: Create a custom agent (Recommended)
You: "I'm building a React dashboard with complex state management"
CAMI: "Perfect! Let me create a custom agent for you.
I'll make a state-management-specialist that understands:
- React Context vs Redux vs Zustand trade-offs
- Performance optimization patterns
- Testing stateful components
Sound good?"
You: "Yes"
CAMI: "Creating your workspace at ~/.claude/cami-workspace/
Creating state-management-specialist in sources/my-agents/... Done!
Ready to deploy it to this project?"
Option B: Browse community sources
You: "Yes. Scout this project."
CAMI: "Done! Created your workspace at ~/.claude/cami-workspace/
Looking at your React/TypeScript project... found package.json with React 19.
For this stack, I'd recommend creating:
- A frontend-methodology agent (guides UI architecture decisions)
- A react-patterns skill (React best practices)
Want me to create these for you? Or browse community sources first?"
You: "Yes, create them"
CAMI: "Creating frontend-methodology in my-agents...
Creating react-patterns skill...
Deploying to my-app... Done!
Your roster is set - ready to build.
Try @frontend-methodology to start planning your architecture."
No config files. No setup commands. Just conversation.
claude plugin install lando-labs/cami
git clone https://github.com/lando-labs/cami-plugin.git
claude --plugin-dir /path/to/cami-plugin
CAMI operates through conversational skills. You don't need to invoke them explicitly - just talk naturally.
npx claudepluginhub lando-labs/claude-plugins --plugin camiEducational codebase auditing agents that teach you how to assess security, dependencies, code health, and standards compliance
Expert-in-the-middle prompting assistance for AI media generation models (FLUX, SDXL, LTX Video, Imagen, Gemini)
AI-native agile development - sprint planning, full-stack agents, and product research
Unified capability management center for Skills, Agents, and Commands.
Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
Complete collection of 117 specialized AI agents across 11 categories
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.