スキル一覧に戻る
yairbederman

using-superpowers

by yairbederman

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: using-superpowers description: Use at conversation start - establishes how to find and use skills, requiring skill loading before ANY response

Using Skills

The Rule

Load and apply relevant skills BEFORE any response or action. Even a 1% chance a skill might apply means you should check. If a skill turns out to be wrong for the situation, you don't need to use it.

How to Access Skills

Skills are located in global_workflows/skills/. Each skill folder contains a SKILL.md file with:

  • YAML frontmatter: name and description
  • Detailed instructions for when and how to apply the skill

To use a skill:

  1. Read the SKILL.md file
  2. Announce: "Applying [skill-name] skill for [purpose]."
  3. Follow the skill instructions exactly

Mode-Based Auto-Loading

Skills are automatically applicable based on the current Engineering Agent mode:

Agent ModeApplicable Skills
ProductSpecReviewbrainstorming
FeaturePlanningbrainstorming, writing-plans
TechSpecwriting-plans
TaskPlanningwriting-plans
Implementationtest-driven-development, executing-plans
BugFixtest-driven-development
CodeReviewrequesting-code-review

Common Rationalizations (Don't Fall For These)

RationalizationReality
"I already know TDD"Skills have specific checklists. Read them.
"This is quick, no skill needed"Simple things become complex. Use the skill.
"I'll check the skill later"Check BEFORE doing anything.
"The skill is overkill"Discipline prevents mistakes.

Skill Types

Rigid (TDD, debugging): Follow exactly. Don't adapt away discipline.

Flexible (brainstorming, writing-plans): Adapt principles to context.

The skill itself tells you which type it is.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です