Create wandas skill

VerifiedSafe

Create a new wandas skill by following documentation and API steps.

Sby Skills Guide Bot
DevelopmentIntermediate
107/24/2026
Claude Code
#scaffolding#skill-creation#wadas#code-generation

Recommended for

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 to use it

When you need to add a new skill for a recently implemented wandas functionality.

When not to use it

When modifying an existing skill or if you are not working on the wandas project.

Security analysis

Safe
Quality score85/100

The 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

Create skill for 'get_signals' API
新しい wandas スキル `get_signals` を作成してください。
Scaffold a new skill for 'analyze_patterns'
Create a new wandas skill for the function 'analyze_patterns'.

新しい wandas スキル $ARGUMENTS を作成してください。

手順(必ず順番通りに実行)

  1. wandas/wandas/ を Grep/Read して $ARGUMENTS に関連する API のシグネチャ・引数名・返り値を確認する
  2. CLAUDE.md のフォーマット規約と既存スキル(.claude/skills/wandas-signal-analysis/)のスタイルを参照する
  3. 以下のファイルを作成する:
    • .claude/skills/$ARGUMENTS/SKILL.md
    • .claude/skills/$ARGUMENTS/examples/workflows.md
    • .claude/skills/$ARGUMENTS/references/<topic>_api.md
  4. SKILL.md の description: はユーザーの具体的な操作(動詞+目的語)で書く
  5. 作成したコードスニペットの引数名がソースと一致していることを確認する
Related skills