Loop engineering for AI coding agents — turn ad-hoc sessions into a repeatable research → plan → wave-execute → close loop with verification gates. Runs on Claude Code, Codex CLI, Cursor, and Pi. MIT community plugin.
Claude Plugins
Claude Plugins is an open-source integrations skill for Claude Code, published by 2389-research. Its author describes it as: “28 plugins and MCP servers for Claude Code — TDD, multi-agent orchestration, iterative refinement, binary RE, structured decisions. Install any skill in one command.”. The project has 86 stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add 2389-research/claude-plugins`.
Installation
Add Claude Plugins to your agent with:
/plugin marketplace add 2389-research/claude-plugins Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Claude Plugins when you want integrations help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does Claude Plugins do?
- 28 plugins and MCP servers for Claude Code — TDD, multi-agent orchestration, iterative refinement, binary RE, structured decisions. Install any skill in one command.
- How do I install Claude Plugins?
- Run /plugin marketplace add 2389-research/claude-plugins in your agent, then reload your skills. Review the source at https://github.com/2389-research/claude-plugins before installing.
- Is Claude Plugins free to use?
- Yes. Claude Plugins is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does Claude Plugins work with?
- Claude Plugins declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Integrations →A curated marketplace of plugins for Claude Code, built from first principles.
Make your AI agent argue visually. Universal skill pack for Excalidraw diagrams across Claude Code, Cursor, Codex, Gemini CLI, and any MCP-compatible agent.
471 plugins, 3,069 skills, 347 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.