plastic-install

Solid

Use when initializing Plastic globally (~/.plastic/) or locally in a project, or to re-install/repair a broken installation. Accepts channel flags (--alpha, --beta, --latest) to select release channel. First install defaults to --latest (stable); reinstalls match the already-installed channel. Global install is recommended: it creates the global intent store as a git-backed repository. Local install creates .plastic/ in the current project for testing.

AI & Automation 9 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
33
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Install Plastic > **Recommended path:** for a first install, run `npx -y @zalom/plastic@latest install --claude` > in your shell (or `bunx -y @zalom/plastic@latest install --claude` if you use Bun). This skill > exists to **re-install or repair** an existing setup from inside the agent, and to > drive interactive global configuration. Whenever this skill performs an install or > re-install, it **runs `/plastic-doctor` afterward** and reports the result. ## Channel rule If Plastic is installed, derive `<channel>` from `~/.plastic/VERSION`: a version containing `-alpha` means `@alpha`, `-beta` means `@beta`, otherwise `@latest`. If not installed (first install), default to `@latest`. The user can always override with `--alpha` / `--beta` / `--latest`. ## Re-install / repair If Plastic is already installed but something is broken (skills missing, hooks not firing, leftover legacy plugin), re-run the installer, it is idempotent, prunes files that no longer ship, and removes any legacy plugin/marketplace layout: ```bash npx -y @zalom/plastic@<channel> install --reinstall --claude ``` Then **run `/plastic-doctor`** and report what it found. ## Channel Flags | Flag | Behavior | |------|----------| | `--latest` | Install from the stable channel (default on a first install) | | `--beta` | Install from the beta channel | | `--alpha` | Install from the alpha channel | When invoked from within Claude Code (re-install or channel switch), the skill runs the appropriate npx comm...

Details

Author
zalom
Repository
zalom/plastic
Created
2 months ago
Last Updated
1 weeks ago
Language
Ruby
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category