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
TypeScript refactoring and modernization guidelines from a principal specialist perspective. This skill should be used when refactoring, reviewing, or modernizing TypeScript code to ensure type safety, compiler performance, and idiomatic patterns. Triggers on tasks involving TypeScript type architecture, narrowing, generics, error handling, or migration to modern TypeScript features.
tools
Resolves TypeScript and JavaScript problems across type-level programming, performance, monorepo management, migration, and modern tooling. Invoke when diagnosing "type instantiation excessively deep" errors, migrating JS to TS, configuring strict tsconfig, debugging module resolution, or choosing between Biome/ESLint/Turborepo/Nx.
tools
Turborepo monorepo build system guidance. Triggers on: `turbo.json`, task pipelines, `dependsOn`, caching, remote cache, the `turbo` CLI, `--filter`, `--affected`, CI optimization, environment variables, internal packages, monorepo structure, and package boundaries. Use when the user configures tasks or workflows, creates packages, sets up a monorepo, shares code between apps, runs changed packages, debugs cache behavior, or works in an `apps/` plus `packages/` workspace.
tools
Provides Tailwind CSS v4 performance optimization and best practices guidelines. Triggers when writing, reviewing, or refactoring Tailwind CSS v4 code; when working with Tailwind configuration, @theme directive, utility classes, responsive design, dark mode, container queries, or CSS generation optimization.