Skip to content

full

Umbrella plugin bundling every skill, slash command, subagent, and hook from all packs into a single install. Unlike a dependency list, full physically contains the content (via symlinks resolved at packaging time), so one command really does install everything:

/plugin install full@claude-harnesses

Install full or individual packs/skills, not both — combining them loads the same skills twice under different plugin namespaces.

Contains

  • All skills from skills/ (also available individually as skill-<name> plugins)
  • All slash commands from every pack
  • All subagents from every pack (ci-fixer, code-reviewer, security-auditor, tdd-*)
  • Merged hooks from safety-pack, verification-pack, and long-running-pack (PreToolUse guards, PostToolUse verification, Stop gate, SessionStart/SessionEnd context)

The mcp-pack recipes are docs-only and ship disabled; see mcp-pack to enable servers explicitly.

Maintenance

plugins/full/ is generated by scripts/sync-marketplace.py — do not edit it by hand. scripts/verify.sh fails when it drifts from the sources.