Agent Plugins Marketplace
All plugins

project-plugin

v1.21.6

Project initialization and management - setup, changelog review, and continuous development workflows

Claude Code6 Skills

By Lauri GatesLicense: MIT58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 15, 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 project-plugin 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 project-plugin@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/laurigates/claude-plugins

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

Plugin files

project-plugin/
├── .claude-plugin/plugin.json
├── skills/changelog-review/SKILL.md
├── skills/project-continue/SKILL.md
├── skills/project-discovery/SKILL.md
├── skills/project-init/SKILL.md
├── skills/project-skill-scripts/SKILL.md
└── skills/project-test-loop/SKILL.md

Included Skills6

changelog-reviewskills/changelog-review/SKILL.md

Claude Code changelog analysis for plugin impact. Use when checking new features, breaking changes, or upgrade opportunities from a Claude Code release.

project-continueskills/project-continue/SKILL.md

Next task from the feature tracker and PRDs, then implement it. Use when resuming coding in a blueprint project, picking the next tracker task, or resuming a TDD cycle after a break.

project-discoveryskills/project-discovery/SKILL.md

Project orientation for unfamiliar codebases. Use when entering a new project, exploring unknown repos, or working on shaky assumptions about build, test, lint, or CI setup.

project-initskills/project-init/SKILL.md

Scaffold a new project with base structure (git, README, LICENSE, CI, pre-commit). Use when starting a new project, initializing a repo, or bootstrapping Python/Node/Rust/Go.

project-skill-scriptsskills/project-skill-scripts/SKILL.md

Find and create supporting scripts for plugin skills. Use when auditing skills for script opportunities, improving token efficiency, or extracting bash blocks from SKILL.md.

project-test-loopskills/project-test-loop/SKILL.md

Test-fix-refactor loop that edits code between runs until the suite is green, bounded by --max-cycles. Use when asked to make failing tests pass or drive a TDD RED/GREEN/REFACTOR cycle.

Plugin manifests1

project-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "project-plugin",
  "version": "1.21.6",
  "description": "Project initialization and management - setup, changelog review, and continuous development workflows",
  "author": {
    "name": "Lauri Gates"
  },
  "repository": "https://github.com/laurigates/claude-plugins",
  "license": "MIT",
  "keywords": [
    "project",
    "initialization",
    "setup",
    "tdd",
    "workflow",
    "changelog",
    "maintenance",
    "refocus",
    "replan",
    "context-management"
  ]
}

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

[project-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-plugin)