agentsclimarketplace

Collect

Skill kpab/awesome-fun-claude-skills/.claude/skills/collect

ネタ系スキルの新規候補を発掘する。「新しいネタスキル探して」「候補集めて」「巡回して」と言われたら使う。GitHub を定型クエリで巡回し、未掲載のリポジトリ候補をリストアップする。From its SKILL.md

Install
npx -y skills add kpab/awesome-fun-claude-skills --skill collect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 694 tokens by cl100k_base, as published. Nobody here has run it

ネタ系スキルの候補を発掘する

掲載対象は GitHub リポジトリのみ(スキル/プラグイン/Claude Code 連動ツール)。記事(Zenn/Qiita 等)は掲載対象外。記事で見つけたスキルでも、リポジトリが公開されていればリポジトリを候補にする。

  1. data/skills.yaml を読み、掲載済み URL の一覧を把握する(重複提案を防ぐ)
  2. GitHub を巡回する: gh search repos "<kw>" --sort stars --limit 15 --json fullName,description,stargazersCount,updatedAt
    • キーワード例: claude persona, claude personality, claude character, claude roast, claude joke, claude tamagotchi, claude pet, claude code game, claude code rpg, claude output style
    • 新着を狙うなら --created ">直近2ヶ月の日付" を付けてもう1周
    • 補助: Hacker News(WebFetch で https://hn.algolia.com/api/v1/search?query=claude%20persona&tags=story)で話題のリポジトリを拾ってもよい
  3. 候補の判定基準(すべて満たすこと):
    • ネタ系・エンタメ系であること(実務・生産性系は除外。例: ゲーム「開発」支援は実務系、Claude と「遊ぶ」ものはネタ系)
    • GitHub リポジトリとして公開されており、実体があること(gh api "repos/<owner>/<repo>/contents" で SKILL.md・プラグイン構成・プロンプト等を確認)
    • 未掲載であること(手順1の一覧と突き合わせ)
    • 質を優先: スター数の高いものから検討する(ニッチ全体が低スターなので絶対値は問わないが、同種なら高い方)
  4. 候補を表形式でユーザーに提示する: スキル名 / URL / スター数 / 一言説明 / おすすめ度
  5. ユーザーが選んだものを add-skill の手順で追加する(1件ずつ)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.