ソース情報
- リポジトリ
- alexanderop/afk
- ソースの最終更新活動
- 2026年6月13日 08:34
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/alexanderop/afk --skill skill-nameコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Use when the user wants to generate behavioral evals, LLM-judge tests, or eval cases for a skill, agent, prompt, or feature, write a failing eval before implementing, or scaffold an eval harness in a repo that has none
Use when a plan or spec splits into many independently-mergeable units — a codebase-wide migration, rename, or repeated pattern change — and the user wants them implemented in parallel as separate PRs rather than one sequential pass. The fan-out alternative to afk:implement.
Use when the user says "grill me", asks to stress-test a plan, wants to be interviewed or asked the questions needed before building, offers a vague feature idea, or wants grounded planning before non-trivial implementation
SOC 職業分類に基づく
SKILL.md を表示中
| name | skill-name |
| description | Use when [specific trigger, symptom, user request, or workflow state] |
One or two sentences explaining the skill's purpose and core principle. State the invariant this skill protects.
Use this skill when:
Do not use this skill for:
Write steps as commands to the agent. If a step depends on another file, name that file and say exactly when to open it.
STOP and ask the user when:
Do not ask about facts that can be discovered by reading the repo.
| Thought | Reality |
|---|---|
| "[Tempting shortcut]" | [Why it fails and what to do instead] |
| "[Another predictable rationalization]" | [Correct behavior] |
Return this shape:
[Expected final response, artifact, or report format]
If the skill produces a file, name the path pattern and the handoff skill or next workflow step.
related-skill-name - when this skill should defer to it