Our review
This skill creates a new 'wandas' skill by checking API signatures, following conventions, and generating the required files.
Strengths
- Ensures consistency with existing conventions
- Validates argument names against the source code
- Generates examples and reference files
Limitations
- Requires access to the wandas source code
- Depends on the $ARGUMENTS placeholder for the skill name
- Only works within Claude Code
Use this skill to extend the wandas skill collection in a structured way.
Do not use it for one-off tasks unrelated to creating a skill.
Security analysis
SafeThe skill only instructs the agent to read source code and documentation, then create new skill files. It does not execute any commands, access network, or perform destructive actions. No security concerns identified.
No concerns found
Examples
Create a new wandas skill for the `analyze_signal` function using the standard skill template.Create a wandas skill named `signal-processor` that wraps the `process` API of the wandas library.新しい 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.