Our review
This skill guides the creation of a new wandas skill by inspecting the wandas API, following repository conventions, and generating SKILL.md, examples, and reference files.
Strengths
- Ensures API argument names match source code by checking signatures.
- Follows existing format conventions and skill style for consistency.
- Produces a complete skill structure with SKILL.md, examples, and reference docs.
- Emphasizes user-oriented descriptions using verb + object.
Limitations
- Requires access to the wandas/wandas source code.
- Focuses specifically on wandas skills, not generic skill creation.
- Depends on CLAUDE.md and an existing skill for style reference.
Use when adding a new skill to the wandas ecosystem that wraps or documents a wandas API.
Do not use for creating skills unrelated to wandas or when no existing style reference is available.
Security analysis
SafeThe skill instructs the agent to search and read source code, consult formatting guidelines, and create new skill files. It does not execute shell commands, network requests, or destructive actions, and does not exfiltrate data.
No concerns found
Examples
Create a new wandas skill for the signal analysis APIAdd a wandas skill that wraps the data loading functionsGenerate a skill for wandas preprocessing with examples and references新しい wandas スキル $ARGUMENTS を作成してください。
手順(必ず順番通りに実行)
wandas/wandas/を Grep/Read して$ARGUMENTSに関連する API のシグネチャ・引数名・返り値を確認するCLAUDE.mdのフォーマット規約と既存スキル(.claude/skills/wandas-signal-analysis/)のスタイルを参照する- 以下のファイルを作成する:
.claude/skills/$ARGUMENTS/SKILL.md.claude/skills/$ARGUMENTS/examples/workflows.md.claude/skills/$ARGUMENTS/references/<topic>_api.md
- SKILL.md の
description:はユーザーの具体的な操作(動詞+目的語)で書く - 作成したコードスニペットの引数名がソースと一致していることを確認する
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.