Our review
Creates a new wandas skill by inspecting the wandas API, following existing conventions, and generating a skill directory with documentation and examples.
Strengths
- Ensures accuracy by reading the actual API source before writing code snippets.
- Reuses existing skill structure and formatting conventions for consistency.
- Produces three complete files (SKILL.md, examples, references) in one pass.
- Validates argument names against the source code.
Limitations
- Requires access to the wandas source repository (wandas/wandas).
- Assumes the user already has a .claude/skills directory structure.
- Does not generate tests or run the new skill to verify behavior.
Use when you need to quickly scaffold a new wandas skill with reliable API documentation and examples.
Use when the wandas source code is unavailable or when you need to modify existing skills rather than create new ones.
Security analysis
SafeThe skill only instructs reading source code, referencing existing files, and creating new skill documentation files. It does not execute shell commands or perform destructive/exfiltrating actions.
No concerns found
Examples
Create a new wandas skill called 'signal-analysis' that wraps the wandas signal API and includes workflow examples.Generate a wandas skill for generating charts, with a reference to the chart API.Make a new skill named 'data-export' following the same structure as the wandas-signal-analysis skill.新しい 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.