Find reusable skills across local and online sources before creating one.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "skill-scout" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/skill-scout/SKILL.md 2. Save it as ~/.claude/skills/skill-scout/SKILL.md 3. Reload skills and tell me it's ready
I want a skill that organizes meeting notes and generates action items. First search local, marketplace, GitHub, and web sources for existing reusable or forkable skills, then list their names, links, feature differences, and your recommendation.
A list of candidate skills, source links, feature comparisons, and a recommendation to use, fork, or create new.
I’m building a content publishing workflow with source collection, summarization, and social copy generation. Search existing skill sources first and find a skill set that covers these steps, then explain where each skill fits in the workflow.
A combinable skill plan, step-by-step skill mapping, and an overall workflow recommendation.
I’m planning a new skill to analyze GitHub issues and generate fix suggestions. First search thoroughly for similar existing skills, then summarize gaps, reusable parts, and the key capabilities a new skill should add.
Research results on similar skills, a gap analysis, and a conclusion on whether to create a new skill.
Use this skill before creating a new skill. The goal is to avoid duplicating existing community or marketplace work, while still vetting anything external before adoption.
Source: salvaged from stale community PR #1232 by redminwang.
If the user explicitly says to skip search or create from scratch, acknowledge that and proceed with the requested creation workflow.
Extract:
Search installed and marketplace skill names first. Local sources are preferred because they are already part of the user's environment.
find ~/.claude/skills -maxdepth 2 -name SKILL.md 2>/dev/null | grep -iE "keyword|synonym"
find ~/.claude/plugins/marketplaces -path '*/skills/*/SKILL.md' 2>/dev/null | grep -iE "keyword|synonym"
Then search frontmatter descriptions:
grep -RilE "keyword|synonym" ~/.claude/skills ~/.claude/plugins/marketplaces 2>/dev/null
Use available GitHub and web search tools. Prefer concise queries:
gh search repos "claude code skill keyword" --limit 10 --sort stars
gh search code "name: keyword" --filename SKILL.md --limit 10
For web search, use at most three targeted queries such as:
"claude code skill" keyword
"SKILL.md" keyword
"everything-claude-code" keyword
Before recommending any external skill for adoption or forking:
SKILL.md frontmatter and instructions.Rank candidates by:
Cap the final list at 10 results.
Give the user a short table:
| Option | Meaning |
|---|---|
| Use existing | Invoke or install a matching skill as-is. |
| Fork or extend | Copy the closest skill and modify it. |
| Create fresh | Build a new skill after confirming no close match exists. |
Only create a new skill after the user chooses that path or after the search finds no close match.
| # | Skill | Source | Why it matches | Gap |
| --- | --- | --- | --- | --- |
| 1 | article-writing | Local ECC | Drafts articles and guides | Not focused on release notes |
| 2 | content-engine | Local ECC | Multi-format content workflow | Heavier than needed |
| 3 | blog-writer | GitHub | Blog writing skill with recent commits | Needs security review |
I found two close local matches and one external candidate. The closest fit is
`article-writing`; it covers drafting and revision, but it does not include the
release-note checklist you asked for. I can either use it as-is, fork it into a
release-note variant, or create a fresh skill.
…
Review Flutter and Dart code for architecture, performance, accessibility, and security.
Get expert guidance for building and maintaining apps with the tinystruct Java framework.
Design robust Playwright E2E tests, CI pipelines, and flaky test mitigation.
Write, run, and improve Perl automated tests with coverage analysis.
Get PostgreSQL best practices for optimization, schema design, indexing, and security.
Design, configure, and test Celery async and scheduled jobs in Django.
Create or update skills that extend Codex with knowledge, workflows, and tools.
Turn a repeated workflow into a reusable skill file from the current session.
Create, refine, validate, and restructure AgentSkills and SKILL.md files.
Create reusable SKILL.md skills that package repeatable workflows for future use.
Create, refine, and evaluate AI skills for better performance and triggering accuracy.
Discover, install, and manage SKILL.md skills from a Git registry.