guild-plugin
v0.82.2Guild - a self-evolving agent organization that sets up a Claude Code harness, develops via a spec-driven flow (analyze -> design -> execute -> test -> qa), and co-evolves your codebase and your agent team
By dev-yakuzaLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install guild-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install guild-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dev-yakuza/deku-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/guild-plugin/.
Plugin files
├── .claude-plugin/plugin.json└── skills/gld/SKILL.md
Included Skills1
Guild builds a Claude Code operating environment (harness) into a repository and runs a spec-driven development flow (analyze -> design -> execute -> test -> qa) performed by a per-repo organization of specialized agent roles (spine: leader, tech-lead, developer, tester, qa; plus conditional specialists like designer, security, i18n, dba) that co-evolve with the codebase. Use to set up Guild in a repo (init), develop a GitHub Issue end-to-end (dev), run an individual stage, or check/continue progress.
Plugin manifests1
{
"name": "guild-plugin",
"description": "Guild - a self-evolving agent organization that sets up a Claude Code harness, develops via a spec-driven flow (analyze -> design -> execute -> test -> qa), and co-evolves your codebase and your agent team",
"version": "0.82.2",
"author": {
"name": "dev-yakuza"
},
"homepage": "https://github.com/dev-yakuza/deku-claude-plugins",
"repository": "https://github.com/dev-yakuza/deku-claude-plugins",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[guild-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/guild-plugin)