claude/skills/find-skills/SKILL.md
Helps users discover and install agent skills from TRUSTED sources only. Use when the user asks "how do I do X", "find a skill for X", or wants to extend capabilities. Always verify the source before installing.
npx skillsauth add kazuph/dotfiles find-skillsInstall 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.
This skill helps you discover and install skills from the open agent skills ecosystem, with strict source verification.
Only install skills from these verified organizations:
| Source | Owner | Trust Level |
|---|---|---|
| expo/skills | Expo team (official) | Verified |
| vercel-labs/skills | Vercel team (official) | Verified |
| moonbitlang/* | MoonBit team (official) | Verified |
Any source NOT in this list requires explicit user approval before installing.
Use this skill when the user:
npx skills find [query]
Before presenting results to the user, check:
Is the source in the Trusted Sources allowlist?
Check the GitHub repo for the skill:
Always show:
Example for trusted source:
[Trusted] expo/skills@expo-deployment
Deploying Expo apps to stores and web hosting.
Install: npx skills add expo/skills@expo-deployment -g
Example for untrusted source:
[Unverified] someuser/random-skills@cool-tool
This skill is from an unverified source. Review the code before installing:
https://github.com/someuser/random-skills
# NEVER use -y flag. Always require user confirmation.
npx skills add <owner/repo@skill> -g
Prohibited:
npx skills add ... -y (auto-install without confirmation)To add a new trusted source, the user must explicitly update this SKILL.md's allowlist.
Yes, you can publish your own skills! Here's how:
npx skills init my-skillSKILL.md with your instructionsnpx skills add <your-username>/<repo>Browse existing skills at: https://skills.sh/
tools
X (Twitter) API read-only CLI. Bookmarks retrieval, tweet search, engagement analytics (likes/RT aggregation), mentions, user lookup. Use when: reading X bookmarks, searching tweets, aggregating likes/retweets, checking mentions, looking up users. Triggers: bookmark, bookmarks, X search, Twitter search, likes count, RT count, engagement, tweet analytics.
testing
単体テスト方針の要約。Kiro流で使うときは本文を必ず参照・展開する。
tools
Send prompts to other AI CLIs (Codex, Claude Code) running in sibling tmux panes and receive results back. Use this skill when the user asks to send a question or task to Codex or another Claude Code instance in a tmux pane. Handles pane discovery, CLI startup if needed, prompt delivery with proper Enter timing, delivery verification, and result return via tmux send-keys.
data-ai
TAKT ピースエンジン。Agent Team を使ったマルチエージェントオーケストレーション。ピースYAMLワークフローに従ってマルチエージェントを実行する。