From plastic
Add an intent store to a project that is already registered in projects.yml but has no store on disk. Use when a project is registered but has no store, when you need to provision a store, or when doctor reports a missing project store (project_store_dir). Thin wrapper around provision-project-store plus an optional qmd register step.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plastic:add-project-storeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provision the intent store for a project that is already registered in
Provision the intent store for a project that is already registered in
projects.yml but whose ~/.plastic/projects/{slug}/store/ is missing. This is
the standalone path; plastic-creating-project provisions the store for brand
new projects.
The provisioner is the single source of truth for store creation. It is pure
filesystem and idempotent, so re-running is always safe. The project must already
be registered (this skill does not edit projects.yml).
The slug is the project's key under projects in ~/.plastic/projects.yml. If
the user names a project, map it to its slug. If the slug is missing from
projects.yml, stop: the provisioner requires the project to already be
registered. If ambiguous, list the registered slugs and ask which one.
ruby ~/.plastic/scripts/provision-project-store <slug>
This creates ~/.plastic/projects/<slug>/store/ with .gitkeep, writes
INDEX.md and project.yml only if they are missing, and never clobbers
existing files. An unregistered slug exits non-zero with a clear error and
creates nothing.
ruby ~/.plastic/scripts/qmd-sync register --store ~/.plastic/projects/<slug>/store
This is the only qmd mutation; the provisioner itself performs none. It no-ops when qmd is absent, so it is safe to run unconditionally.
projects.yml edits, no project-tree edits, no tactical-mirror or
founding-intent seeding.npx claudepluginhub zalom/plastic --plugin plasticProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.