bundles/dev-workflow/skills/skill-scout/SKILL.md
Search local, marketplace, repository, package, GitHub, and web sources before creating a new skill or custom implementation. Use when asked to create, fork, import, or evaluate a skill, or before writing code for functionality that likely already exists.
npx skillsauth add shipshitdev/library skill-scoutInstall 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.
Find the best existing skill, pattern, package, or reference implementation before creating a new skill or writing custom code.
Inputs:
Outputs:
Creates/Modifies:
External Side Effects:
Confirmation Required:
Delegates To:
skill-creator when creating or rewriting a skill after scoutingskill-creator to compare an existing skill contract before adding an overlapgit-safety before publishing private code as a public skillIf the user explicitly says to skip research or create from scratch, acknowledge that constraint and proceed with the requested path.
Extract:
Prefer local sources because they already match the user's environment:
For code work, find at least three real examples in the repo before writing a new pattern. If fewer than three exist, call out that the change introduces a new pattern.
Use only relevant channels:
If a search channel is unavailable, state that limitation instead of claiming coverage.
For each serious candidate, check:
Prefer rewriting external skills into local standards instead of importing them verbatim when frontmatter, tooling assumptions, or workflow boundaries differ.
| Signal | Decision | | --- | --- | | Exact local match | Use existing | | Local match with small gap | Extend or merge | | Good external match with compatible license | Rewrite or fork with attribution | | Package solves the core need | Adopt package and add thin integration | | Multiple partial matches | Compose the smallest useful set | | No good match | Create fresh skill or implementation |
Return a compact table:
| Rank | Candidate | Source | Fit | Gap/Risk | Recommendation |
| --- | --- | --- | --- | --- | --- |
| 1 | skill-auditor | local | Portfolio audit exists | No compliance scenarios | Extend |
Then state the decision:
Recommendation: rewrite `agent-architecture-audit` as a new platform-neutral
skill. It covers a real gap, the license allows reuse, and local skills only
cover general debugging/evaluation.
When importing or rewriting skills into this repo:
version and tags inside metadata.plugin.json.SKILL.md under 500 lines; move detailed examples to references.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.