From playbook
Browse and read playbook preset guidelines on demand. Invoked automatically when full reference is needed for documentation principles, GitHub workflow, git safety, debugging, or other configured guidelines. Do NOT skip this when RULES zone references it. Keywords: guidelines, documentation rules, commit checklist, ADR, PR workflow, playbook, debugging, git safety, planning, subagent verification, shell scripting, bash pitfalls, find path, strict mode.
npx claudepluginhub tribe-coding/claude-plugins --plugin playbookThis skill uses the workspace's default tool permissions.
Display the full reference content of a playbook preset.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Display the full reference content of a playbook preset.
If the user or a RULES zone specified a preset name — use it directly.
Otherwise, list all available presets by reading ${CLAUDE_PLUGIN_ROOT}/presets/*.md and extracting YAML frontmatter (name, description). Ask the user which one to view.
Read ${CLAUDE_PLUGIN_ROOT}/presets/<name>.md.
Extract the content between <!-- REFERENCE --> and <!-- /REFERENCE --> markers. Display it to the user as formatted markdown.
If the preset has no REFERENCE zone, display the entire file content (excluding YAML frontmatter and RULES zone).