schematics
v0.3.1Creates decentralized capability schematics — published, self-contained build specifications that remove the author from the loop entirely: once published, any builder (any LLM, any human team, any organization) can construct the capability independently, with zero coordination with the author — the spec is the only coordination mechanism. Also reverse-engineers schematics from existing implementations, maintains them as living specs, and builds schematic packages from any public GitHub repository (build <name>@<user>/<repo>).
2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 schematics for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install schematics@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/cameri/schematicsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/schematics/.
Plugin files
├── .claude-plugin/plugin.json└── skills/build-schematic/SKILL.md
Included Skills1
Builds an agentic schematic package from any public GitHub repository into the current project. Accepts <name>@<user>/<repo>, resolves the package (via the repo's .agent-schematics/marketplace.json catalog or conventional paths), downloads the spec plus its modules, scripts, and skeleton, validates the spec against the schematic format, and reports what it found. Use when the user wants to fetch, pull, or build a schematic from a GitHub repo, or says "build <name>@<user>/<repo>".
Plugin manifests1
{
"name": "schematics",
"description": "Creates decentralized capability schematics — published, self-contained build specifications that remove the author from the loop entirely: once published, any builder (any LLM, any human team, any organization) can construct the capability independently, with zero coordination with the author — the spec is the only coordination mechanism. Also reverse-engineers schematics from existing implementations, maintains them as living specs, and builds schematic packages from any public GitHub repository (build <name>@<user>/<repo>).",
"version": "0.3.1",
"keywords": [
"schematic",
"specification",
"portability",
"handoff",
"architecture",
"decentralized"
]
}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.
[schematics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/schematics)