- Home
- Skills
- Jeongsk
- Claude Skills
- Finding Skills
finding-skills_skill
- Python
3
GitHub Stars
1
Bundled Files
3 weeks ago
Catalog Refreshed
2 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstart where the catalogue uses aiagentskills.
npx veilstart add skill jeongsk/claude-skills --skill finding-skills- SKILL.md12.6 KB
Overview
This skill searches and recommends Claude Code skills and plugins from a local database and the SkillsMP API. It helps users find tools for PDFs, Git, code review, frontend work, and other feature-based needs, returning curated official and community options.
How this skill works
The skill uses a two-stage search: first it queries a local JSON database for official and curated entries, then (if needed) runs a Python search script against the SkillsMP API to fetch community and recent results. Results are merged, deduplicated, ranked by relevance and popularity, and returned with install and usage notes.
When to use it
- You want a plugin or skill to work with PDF, DOCX, or other documents.
- You need Git automation, commit message helpers, or PR workflows.
- You want tools for automated code review or CI-oriented tasks.
- You need frontend development utilities, prototyping, or asset tooling.
- You want feature-based discovery (e.g., search by tags like official, git, documents).
Best practices
- Provide concise feature-focused queries and include desired platform or workflow.
- If searching in a non-English language, convert key terms to English for best coverage.
- Start with local results and only run SkillsMP searches when more or newer community options are needed.
- Limit SkillsMP script results (recommended --limit 5) to keep recommendations focused.
- Compare official marketplace-enabled skills first, then community options by star count.
Example use cases
- Ask for 'PDF manipulation skills' to get official document tools and community add-ons with install commands.
- Request 'Git commit automation' to receive official commit plugins and a community workflow with marketplace install instructions.
- Search 'code review' to get 3-5 top matches prioritized by official status and community stars.
- Request 'frontend prototyping' to see curated frontend skills categorized by UI, canvas, and testing tools.
- Ask for a tag-based list like 'show official development skills' to get category summaries.
FAQ
It consults a local JSON database of curated and official skills and can run a Python script to query SkillsMP for community and recent results.
What if no results are found?
I will suggest alternative keywords (preferably English), point to SkillsMP and marketplace links, and recommend searching GitHub topics manually.