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.
How 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`.
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
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub rlabarca/purlin --plugin purlin