Our review
Automatically generates the complete structure for a new wandas skill, adhering to project conventions.
Strengths
- Automates creation of SKILL.md, workflows, and API documentation files.
- Ensures consistency with existing conventions and the CLAUDE.md format.
- Validates argument names and signatures against the source code.
Limitations
- Requires the wandas API source code to be present in the project.
- Generates only the skeleton; detailed workflow content may need manual refinement.
- Relies on the .claude/skills/ directory naming convention.
When you need to add a new skill for a recently implemented wandas functionality.
When modifying an existing skill or if you are not working on the wandas project.
Security analysis
SafeThe skill only instructs reading existing files and creating new documentation/skill files within the project environment. No external commands, network, or destructive actions are described.
No concerns found
Examples
新しい wandas スキル `get_signals` を作成してください。Create a new wandas skill for the function 'analyze_patterns'.新しい 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.