By multica-ai
Teach a local coding agent to operate Multica through the authenticated multica CLI.
Built for Multica — an open-source platform for running and managing coding agents with reusable skills.
A portable skill that teaches any local coding agent — Claude Code, Codex, Cursor,
and others — how to operate Multica
through the authenticated multica CLI: read and triage issues, reply to
comments safely, manage metadata, and handle mention/status side effects.
English | 简体中文
This repository does not grant Multica access by itself. Permissions come only from the user's local CLI login, selected profile, active workspace, and explicit approval for any commands the agent runs. The skill teaches how to drive Multica safely; it never bypasses workspace permissions or stores secrets.
--content-fileThe skill lives at skills/multica-cli/. Pick the path for your tool.
/plugin marketplace add multica-ai/multica-cli
/plugin install multica-cli@multica-cli
install-skill-from-github.py --repo multica-ai/multica-cli --path skills/multica-cli
Restart Codex after installing new skills.
Copy the skill into your personal Cursor skills directory:
mkdir -p ~/.cursor/skills/multica-cli
cp -R skills/multica-cli/* ~/.cursor/skills/multica-cli/
Or drop the project rule .cursor/rules/multica-cli.mdc
into a project's .cursor/rules/ directory. See CURSOR.md for details.
Copy skills/multica-cli/SKILL.md into wherever
your tool loads skills or instructions from.
multica CLI is installed locally.multica login (or multica setup) to authenticate.--workspace-id and --profile.Ask your agent to work with Multica once the skill is installed, for example:
Read MUL-123 with the multica CLI and draft a reply for me to review.
For write operations (comments, status changes, mentions, new issues), the agent should ask before making state changes unless you have already clearly authorized that exact action. See EXAMPLES.md for more.
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.
npx claudepluginhub multica-ai/multica-cli --plugin multica-cliBehavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.