スキル一覧に戻る
Falkicon

s-research

by Falkicon

In-game development hub for World of Warcraft addon developers. Centralizes debugging, testing, error capture, and performance monitoring with universal copy support.

8🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: s-research description: > Research WoW addon development topics using CLI tools, Blizzard UI source, and documentation. Covers API discovery, pattern research, and Ace3 usage. Use when investigating unfamiliar APIs, finding Blizzard patterns, or learning. Triggers: research, find, search, API, Blizzard UI, documentation, Ace3.

Researching WoW APIs

Expert guidance for discovering and understanding World of Warcraft APIs and patterns.

CLI Commands (Use These First)

MANDATORY: Always use CLI commands before manual exploration.

TaskCommand
Search APIs (Offline)mech call api.search -i '{"query": "*Spell*"}'
API Infomech call api.info -i '{"api_name": "C_Spell.GetSpellInfo"}'
List by Namespacemech call api.list -i '{"namespace": "C_Spell"}'
Search Iconsmech call atlas.search -i '{"query": "sword"}'
API Statsmech call api.stats

Capabilities

  1. API Discovery — Search 5000+ WoW APIs offline using static definitions
  2. Blizzard UI Research — Find patterns in Blizzard's own Lua source code
  3. Ace3 Patterns — Guidance on using common addon libraries (AceDB, AceEvent, etc.)
  4. Icon/Atlas Search — Find UI assets and textures by name

Routing Logic

Request typeLoad reference
Offline API lookup patternsreferences/api-research.md
Blizzard UI source patternsreferences/blizzard-ui.md
Ace3 library patternsreferences/ace3-patterns.md
CLI Reference../../docs/cli-reference.md

Quick Reference

Search WoW APIs

mech call api.search -i '{"query": "GetItem*", "namespace": "C_Item"}'

Get Detailed API Info

mech call api.info -i '{"api_name": "C_Spell.GetSpellInfo"}'

Search Icons

mech call atlas.search -i '{"query": "sword", "limit": 10}'

Best Practices

  • Search First: Use api.search before guessing API names.
  • Audit Blizzard: Use ripgrep on local wow-ui-source to see how Blizzard uses an API.
  • Namespace Awareness: Most modern APIs are in C_ namespaces (e.g., C_Timer, C_Spell).

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です