pactkit/claude-code-plugin
4 stars · Last commit 2026-04-25
PactKit plugin for Claude Code — install via /plugin marketplace add pactkit/claude-code-plugin
README preview
# PactKit — Claude Code Plugin Spec-driven agentic DevOps toolkit for [Claude Code](https://claude.com/claude-code). This repository contains the **plugin format** distribution of [PactKit](https://github.com/pactkit/pactkit-public). ## What is PactKit? PactKit compiles development workflows, role-based agents, and behavioral governance into executable "constitutions" and "playbooks" for Claude Code. It enforces a PDCA (Plan → Do → Check → Act) cycle with strict TDD, spec-driven development, and multi-agent orchestration. ## Installation ### Option A: Claude Code Plugin (this repo) Copy the `pactkit-plugin/` directory into your project: ```bash cp -r pactkit-plugin/.claude-plugin /path/to/your/project/ cp pactkit-plugin/CLAUDE.md /path/to/your/project/.claude/ cp -r pactkit-plugin/agents /path/to/your/project/.claude/ cp -r pactkit-plugin/commands /path/to/your/project/.claude/ cp -r pactkit-plugin/skills /path/to/your/project/.claude/