Agent Plugins Marketplace
All plugins

system

v0.1.4

Skills that maintain the estate itself: declared-state capture and apply, laptop sync, project scaffolding, and dotty's release step.

Claude Code4 Skills

By Lexi JamesLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 17, 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 system 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 system@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/lexijamesesq/system-skills

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

Plugin files

system/
├── .claude-plugin/plugin.json
├── skills/new-project/SKILL.md
├── skills/release-dotty/SKILL.md
├── skills/system-blueprint/SKILL.md
└── skills/update-mbp/SKILL.md

Included Skills4

new-projectskills/new-project/SKILL.md

Triggers when the user says "create a new project", "new project", "set up a project", "new hub", "/new-project", or similar project/hub creation requests.

release-dottyskills/release-dotty/SKILL.md

Cut dotty's own calendar-versioned release and bump every consumer's pin to it, as one local, operator-invoked act. Triggers on "/release-dotty", "release dotty", "cut a dotty release", or "bump consumers to the new dotty tag".

system-blueprintskills/system-blueprint/SKILL.md

Capture or apply the system blueprint — the canonical declared state for harness-managed config (MCP servers, hooks, plugins, settings sections) that lives at ~/bin/dotty-private/.claude/blueprint/. Triggers on "/system-blueprint", "system blueprint", "capture blueprint", "apply blueprint", "sync with blueprint", or similar phrases.

update-mbpskills/update-mbp/SKILL.md

Audit the MacBook Pro from the Mac Mini and bring it back into sync — Homebrew (formulae + casks), Mac App Store, VS Code extensions, dotty/oh-my-zsh repos, and macOS minor security updates. Runs over SSH using the `mbp` alias. Triggers on "/update-mbp", "update mbp", "pre-travel update", "sync the laptop", or anything similar to "is the MBP up to date".

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "system",
  "version": "0.1.4",
  "description": "Skills that maintain the estate itself: declared-state capture and apply, laptop sync, project scaffolding, and dotty's release step.",
  "author": {
    "name": "Lexi James",
    "url": "https://github.com/lexijamesesq"
  },
  "repository": "https://github.com/lexijamesesq/system-skills",
  "license": "MIT",
  "skills": "./skills",
  "defaultEnabled": false
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[system on Agent Plugins Marketplace](https://pluginsmp.com/plugins/system)