craft
v0.12.30Capability discovery, durable tasks, Workflow and orchestration trials, multi-source grading, comparable evaluations, Signoff-gated Skill proposals, and safe Skill publishing.
0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 11 skill or MCP entries
- Source updated
- Sep 16, 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 craft for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install craft-2@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/wdx9413/craftClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/craft/SKILL.md├── skills/craft-capability/SKILL.md├── skills/craft-clarify/SKILL.md├── skills/craft-context/SKILL.md├── skills/craft-knowledge/SKILL.md├── skills/craft-memory/SKILL.md├── skills/craft-quality/SKILL.md├── skills/craft-route/SKILL.md├── skills/craft-skill-quality/SKILL.md├── skills/craft-workflow-evolution/SKILL.md└── .mcp.json
Included Skills10
Default orchestrator for substantial user work: route goals to verified workflows or a safe host plan, continue durable tasks, preserve evidence, and improve only through gated evaluation.
Use Craft's standalone capability discovery component to scan, deduplicate, search, audit, and recommend Skills, MCP tools, Workflows, and adapters without activating everything.
Resolve material ambiguity before consequential work by proposing a bounded working contract; do not interrogate users for routine choices.
Use Craft Context when an Agent needs governed knowledge, scoped memory, or a reproducible context pack without the complete Craft work runtime.
Use Craft's standalone knowledge component to search, read, draft, review, distill, or retract evidence-backed knowledge without running the full work loop.
Use Craft's standalone scoped-memory component to resolve relevant memories or propose evidence-linked memory changes without running the full work loop.
Use Craft Quality to evaluate a versioned Skill, MCP or Host Adapter, Capability Kit, Workflow, Harness, retrieval policy, or task delivery with repeatable evidence.
Route substantial work through Craft's smallest safe MCP surface; load a verified capability only when the route selects it.
Compatibility entrypoint for Craft Quality. Use it to validate a versioned Skill or other Agent asset with repeatable cases, graders, reports, and evidence gates.
Compatibility helper for creating bounded Workflow drafts from sanitized observations. Use complete Craft and Craft Quality to evaluate, sign off, canary, or route a draft.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/dist/plugin/craft-mcp.cjs --product full
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "craft",
"version": "0.12.30",
"description": "Capability discovery, durable tasks, Workflow and orchestration trials, multi-source grading, comparable evaluations, Signoff-gated Skill proposals, and safe Skill publishing.",
"skills": "./skills/craft-route/",
"mcpServers": {
"craft": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/plugin/craft-mcp.cjs",
"--product",
"full"
]
}
}
}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.
[craft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/craft-2)