Agent Plugins Marketplace
All plugins

schematics

v0.3.1

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>).

Claude Code1 Skill

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install schematics@agent-plugin-marketplace

Paste 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/schematics

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/schematics/.

Plugin files

skills/schematics/
├── .claude-plugin/plugin.json
└── skills/build-schematic/SKILL.md

Included Skills1

build-schematicskills/build-schematic/SKILL.md

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

skills/schematics/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)