Help us improve
Share bugs, ideas, or general feedback.
From purlin
Searches spec files by exact name or substring match and displays rule coverage from sync_status, or lists all specs grouped by category.
npx claudepluginhub rlabarca/purlin --plugin purlinHow this skill is triggered — by the user, by Claude, or both
Slash command
/purlin:findThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find a spec by name and display its rule coverage from `sync_status`.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
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.
Guides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Share bugs, ideas, or general feedback.
Find a spec by name and display its rule coverage from sync_status.
purlin:find <name> Find a spec by name
purlin:find List all specs
specs/**/<name>.md for an exact filename match.No spec found matching "<name>".
Available specs:
specs/auth/login.md
specs/auth/user_profile.md
specs/webhooks/webhook_delivery.md
specs/_anchors/design_tokens.md
sync_status. Display the spec's coverage:Found: specs/auth/login.md
# Feature: login
> Description: Authenticates users via email and password.
> Requires: security_auth
> Scope: src/auth/login.js, src/auth/login.test.js
Rules: 3 | Proved: 3/3 | Status: VERIFIED (all rules proved + receipt) | vhash=a1b2c3d4
RULE-1: PASS (PROOF-1 in tests/test_login.py)
RULE-2: PASS (PROOF-2 in tests/test_login.py)
RULE-3: PASS (PROOF-3, manual, verified 2026-03-30)
List all specs grouped by category:
Specs (12 total):
auth/ (3 specs)
login.md — VERIFIED (3/3 rules proved)
user_profile.md — PARTIAL (1/2 rules proved)
permissions.md — UNTESTED
webhooks/ (2 specs)
webhook_delivery.md — FAILING (2/3 rules proved)
webhook_config.md — PASSING (3/3 rules proved)
_anchors/ (2 anchors)
design_tokens.md — 5 rules
api_contracts.md — 3 rules