@temporal-architect/claude-plugin
v0.10.0
Published
Claude Code plugin payload for temporal-architect — the `.twf` architecture toolchain for designing, validating, and implementing entire Temporal systems (design, Go-authoring, and infra-provisioning skills, plus the twf MCP server).
Maintainers
Readme
@temporal-architect/claude-plugin
The skills payload for the temporal-architect Claude Code plugin.
You almost certainly don't want to install this directly. It's the npm-side
delivery vehicle that Claude Code's marketplace mechanism pulls from when a
user installs the temporal-architect plugin.
Install (the user-facing way)
/plugin marketplace add jmbarzee/temporal-architect
/plugin install temporal-architect@temporal-architectBundles:
- Skills —
temporal-architect-design,temporal-architect-author-go, andtemporal-architect-author-infra, available to Claude as auto-discoverable agent skills. - MCP server — the
twfMCP server (vianpx -y @temporal-architect/twf mcp), exposing TWF parser tools, embedded spec resources, and skill prompts.
The plugin definition itself lives in
.claude-plugin/marketplace.json
at the repo root and uses strict: false to declare components inline. This
npm package contributes only the skills/ payload.
Source of truth
The skills shipped here are a build-time copy of the canonical
skills/ at
the repo root. Edit there, then make build-claude-plugin regenerates the
copy. The copy is gitignored — it only exists in this directory after a
local build or during npm publish.
License
MIT — see the bundled LICENSE (copied from the repo root at pack time).
