jasonm4130/claude-skills

5 stars · Last commit 2026-08-30

Personal Claude Code plugin marketplace: 9 plugins for orchestration guards (workflow-model-guard), tiered deep research (deep-dive), subagent-driven development, ADRs, session retros, handoffs, and adversarial review.

README preview

# claude-skills

![CI](https://github.com/jasonm4130/claude-skills/actions/workflows/ci.yml/badge.svg)

A Claude Code plugin **marketplace** hosting multiple independent plugins.
Add the marketplace once, then install the plugins you want.

## Scope

This repo ships **capability**: skills, guards, workflows and agents that anyone can
install. Every plugin is self-contained — a shipped file citing a path outside its own
payload is a test failure, not a style preference
(`scripts/repo-consistency.test.mjs`).

The machine-level half — `settings.json`, which plugins are enabled, MCP registration,
`CLAUDE.md`, lifecycle hooks — lives in
**[jasonm4130/dotfiles](https://github.com/jasonm4130/dotfiles)**, managed with chezmoi.

The test: *could a stranger install this and have it work?* If yes it belongs here. If it
references one machine's paths, prose calibration, or state, it belongs in dotfiles.

View full repository on GitHub →