From shipshitdev-library
Searches local repo, package registries, GitHub, and web sources for existing skills, patterns, or implementations before creating new code or skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shipshitdev-library:skill-scoutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find the best existing skill, pattern, package, or reference implementation
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-auditor when the issue is portfolio 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.npx claudepluginhub shipshitdev/skillsSearches local, marketplace, GitHub, and web sources for existing Claude Code skills before creating a new one. Helps avoid duplication and find relevant workflows.
Searches for skills on GitHub or evaluates a specific skill URL/path before installing, including overlap analysis against existing skills.
Discovers new skills from local directory, GitHub repos, and npm packages when current skills and built-ins cannot handle tasks. Enforces safety checks, candidate inspection, and scoring before recommendations.