ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月13日 03:22
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill planコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | plan |
| description | Create planning files (task_plan.md, findings.md, progress.md) for a new task |
| allowed-tools | ["Read","Write","Glob"] |
Create the three planning files for a new task.
Check if planning files already exist in the project root:
task_plan.mdfindings.mdprogress.mdIf any exist, ask the user before overwriting. Show which files were found and confirm they want to start fresh.
Ask the user: "What is the goal of this task?" Use their response
as the Goal in task_plan.md.
Create all three files using the templates from
{baseDir}/skills/planning-with-files/references/templates.md.
Fill in:
progress.md with today's dateDisplay a summary:
Planning files created:
- task_plan.md (phases and progress tracking)
- findings.md (research and decisions)
- progress.md (session log)
Current phase: Phase 1 - Requirements & Discovery