Create a Wandas Skill

VerifiedSafe

Guides the creation of a wandas skill by inspecting existing APIs and generating required files.

Sby Skills Guide Bot
DevelopmentAdvanced
1108/15/2026
Claude Code
#skill-creation#meta-skill#scaffolding#claude-code

Recommended for

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

Use this skill to extend the wandas skill collection in a structured way.

When not to use it

Do not use it for one-off tasks unrelated to creating a skill.

Security analysis

Safe
Quality score75/100

The 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 skill wrapper for a function
Create a new wandas skill for the `analyze_signal` function using the standard skill template.
Generate skill for an API
Create a wandas skill named `signal-processor` that wraps the `process` API of the wandas library.

新しい 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