commands/SKILL.md
# Skill - One Front Door for Authoring and Maintaining Agent Skills Author new skills, capture reusable workflows from conversations, test whether agents comply with a skill or rule, and scout for existing solutions before building from scratch — all from one command. ## Usage ```bash /skill # status: domain overview + usage /skill create # guided authoring of a new or updated SKILL.md /skill capture # extract the current conversation into a reusable SKI
npx skillsauth add shipshitdev/library commandsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Author new skills, capture reusable workflows from conversations, test whether agents comply with a skill or rule, and scout for existing solutions before building from scratch — all from one command.
/skill # status: domain overview + usage
/skill create # guided authoring of a new or updated SKILL.md
/skill capture # extract the current conversation into a reusable SKILL.md
/skill comply # measure whether agents follow a given skill or rule
/skill scout # search for existing skills before building a new one
create — the skill-creator skill: guided authoring for new or updated skills.capture — the skill-capture skill: extract valuable workflows,
patterns, and domain knowledge from the current conversation and persist them
as a reusable SKILL.md file.comply — the skill-comply skill: measure whether agents actually
follow a skill, rule, command, or agent definition by deriving expected
behaviors, running representative scenarios, and comparing observed action
timelines against the spec.scout — the skill-scout skill: search local, marketplace, repository,
package, GitHub, and web sources before creating a new skill or custom
implementation.Use the skill-dispatch skill. It parses the subcommand and delegates to the
right engine. Read-only until the delegated skill's own confirmation gate.
status / create / capture /
comply / scout). Unknown argument → print Usage, don't guess.status, print a domain overview
and the Usage block and stop).development
Coordinates a weekly engineering review of board accuracy, recent code changes, operational health, and scoped cleanup. Use for a recurring repository health review or a review of the last several days.
testing
Audits project board configuration and prepares explicitly requested setup, copy, or normalization changes while preserving the existing workflow and provider boundaries. Use when inspecting a board's fields, columns, scope, or configuration.
testing
Reconciles a project board with current work and delivery evidence, reports incomplete coverage and metadata gaps, and applies only approved provider-supported field changes. Use when auditing board drift, reviewing blocked work, or assessing upcoming delivery.
development
Walk through how a subsystem works. Use for "how does X work", code walkthroughs before changing something, and placement or ownership questions. Explains architecture, runtime flow, and onboarding mental models. Can critique architecture. Use why for motivation.