
Claude Skills by acostanzo
github.com/acostanzoAudit and improve an existing Quickstop plugin's quality against Claude Code plugin spec
Scaffold a new Quickstop plugin with correct structure and conventions
Draft a new ADR (Architecture Decision Record) from the avanti template into project/adrs/
Draft a new plan from the avanti template into project/plans/active/
Move an artifact forward through its lifecycle and record the transition in pulse
Append a timestamped entry to today's pulse day-file in project/pulse/
Summarize active plans, open tickets, proposed ADRs, and the latest pulse entry
Draft a new plan-scoped ticket from the avanti template into project/tickets/open/
Audit and optimize Claude Code configuration with dynamic best-practice research
Retrieve claudit knowledge cache domains (ecosystem, core-config, optimization). Checks freshness and auto-refreshes stale domains.
Force-refresh the claudit knowledge cache from official Anthropic documentation
Enforces conventional commits, conventional comments, and engineering ownership. Auto-invokes when creating commits, pull requests, or reviewing code.
Install consumer-side wirings (Claude Code hooks or .git/hooks/commit-msg) that invoke commventional's trailer-stripping capability. Per ADR-006 §1, the consumer types this slash command — that is the directing act that authorises the write.
Fetch a GitHub PR body, strip engineering-ownership trailers/footers, write the cleaned body back via gh pr edit. Consumer-invoked per-call.
Strip Co-Authored-By trailers and "Generated with/by Claude" footers from a text blob. Read-only capability — emits cleaned text on stdout.
Scaffold a new doc under `docs/` from a Diátaxis template, or update an existing one and bump its `updated:` date. Suggests `## Related` candidates and refreshes the FTS5 index on write.
Retrieval-augmented Q&A over the repo's `docs/` tree. Returns a one-paragraph synthesis plus citations (doc path + heading anchor) and per-citation corroboration verdicts. Field shape and ordering are locked at M3; M5 populates the verdicts.
Full-text search over the repo's `docs/` tree (FTS5-backed). Returns ranked hits with file paths, tags, and matching snippets.
Surface (and optionally fix) doc-tree drift — duplicates, dead links, stale docs, template non-compliance, missing `## Related` blocks. Read-only by default; `--apply` does mechanical fixes; `--apply-semantic` emits diffs for human review.
The depth-audit surface. Walks `project/`, scores four SDLC-hygiene categories against tunable thresholds, emits a markdown scorecard by default and a pronto-wire-contract JSON under `--json`. This is how pronto's "Project record" rubric dimension stops being presence-only and picks up real hygiene measurement.