Our review
This skill guides the creation of a new 'wandas' skill: it first inspects the wanas API, then follows existing conventions to generate the skill files (SKILL.md, examples, references) and verifies that argument names match the source.
Strengths
- Ensures new skills match existing codebase conventions.
- Validates argument names against actual API signatures.
- Breaks creation into clear, ordered steps.
- References existing skill style for consistency.
Limitations
- Depends on wanas source and CLAUDE.md being available.
- Scope is limited to creating skills within the wanas project.
- Does not handle validation beyond argument name checks.
Use when you need to add a new skill to the wanas project following its established structure.
Do not use for standalone skill creation outside the wanas codebase or when no existing conventions are defined.
Security analysis
SafeThe skill only involves reading source code and generating documentation files; no destructive, exfiltrating, or external command execution is instructed.
No concerns found
Examples
Create a new wandas skill called `signal-analyzer` following the standard steps. Inspect the wanas API, use the conventions from CLAUDE.md, and generate SKILL.md, examples, and reference files.I need a new skill for the wanas `spectrum` function. Create the skill files with a reference to the spectrum API. Verify the argument names.Add a new wandas skill for the `transform` API. Follow the procedure: inspect the source, check existing skills, create the skill files, and verify argument names.新しい 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.