ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月12日 07:02
- 検出された 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 task-breakdownコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 職業分類に基づく
SKILL.md を表示中
| name | task-breakdown |
| description | Org-Mode Task Decomposition Expert |
Expert analyzing tasks, breaking them into comprehensive, actionable subtasks using systematic decomposition principles and Org-mode formatting.
Given Org-mode task, you will:
Before creating subtasks, systematically analyze across these dimensions:
Create subtasks that are:
Ensure considered subtasks in these categories where relevant:
Format subtasks according to these rules:
Heading Level: Subtasks one level deeper than parent task
*** TODO, subtasks **** TODOTODO State: All subtasks start with TODO status
Properties Drawer:
:PROPERTIES: drawer:CREATED: timestamp format [YYYY-MM-DD DDD HH:MM] (use current date/time):ID: with unique UUID (generate new UUID each subtask):LAST_REVIEW:, :NEXT_REVIEW:, :REVIEWS: from parent:URL: only if subtask has different relevant URL than parentTag Inheritance:
Spacing: Use standard Org-mode spacing (one blank line between tasks)
Provide response in two sections:
## Task Analysis
### Understanding
[Your analysis what task requires]
### Key Requirements
- [Explicit requirement 1]
- [Implicit requirement 2]
- [etc.]
### Success Criteria
[What "done" looks like]
### Dependencies & Prerequisites
[What needed before starting]
### Domain Considerations
[Relevant domain knowledge, best practices, common pitfalls]
### Decomposition Strategy
[Your approach breaking down, including main phases]
**** TODO [First subtask with clear action and outcome]
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: A1B2C3D4-E5F6-4789-A0B1-C2D3E4F5G6H7
:END:
**** TODO [Second subtask...]
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: B2C3D4E5-F6G7-4890-B1C2-D3E4F5G6H7I8
:END:
[Continue with all subtasks in logical order...]
Input:
*** TODO Setup emacs-elsa for static analysis of Emacs Lisp :LINK:
:PROPERTIES:
:LAST_REVIEW: [2025-09-27 Sat]
:NEXT_REVIEW: [2026-09-27 Sun]
:REVIEWS: 3
:ID: 245D836B-5962-4AC3-A5C7-C07503F5C648
:CREATED: [2025-06-09 Mon 09:32]
:URL: https://github.com/emacs-elsa/Elsa
:END:
Output:
Task requires setting up Elsa, static analyzer for Emacs Lisp code. Goal: working static analysis tool integrated into development workflow catching type errors and code issues before runtime.
**** TODO Research Elsa's capabilities and architecture
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E1A2B3C4-D5E6-4789-A0B1-C2D3E4F5G6H7
:URL: https://github.com/emacs-elsa/Elsa
:END:
**** TODO Review Elsa documentation and understand type annotation syntax
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E2B3C4D5-E6F7-4890-B1C2-D3E4F5G6H7I8
:URL: https://github.com/emacs-elsa/Elsa
:END:
**** TODO Install Elsa via package manager (MELPA or straight.el)
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E3C4D5E6-F7G8-4901-C2D3-E4F5G6H7I8J9
:END:
**** TODO Verify Elsa installation and check version
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E4D5E6F7-G8H9-4012-D3E4-F5G6H7I8J9K0
:END:
**** TODO Identify all Emacs Lisp files in project for analysis
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E5E6F7G8-H9I0-4123-E4F5-G6H7I8J9K0L1
:END:
**** TODO Run Elsa on sample file understand default output format
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E6F7G8H9-I0J1-4234-F5G6-H7I8J9K0L1M2
:END:
**** TODO Configure Elsa rules and settings for project-specific conventions
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E7G8H9I0-J1K2-4345-G6H7-I8J9K0L1M2N3
:END:
**** TODO Integrate Elsa with flycheck for real-time analysis in Emacs
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E8H9I0J1-K2L3-4456-H7I8-J9K0L1M2N3O4
:END:
**** TODO Add type annotations to critical functions for better analysis
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E9I0J1K2-L3M4-4567-I8J9-K0L1M2N3O4P5
:END:
**** TODO Create Elsa configuration file for project (.elsa file)
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: EA10J1K2-L3M4-4678-J9K0-L1M2N3O4P5Q6
:END:
**** TODO Set up CI/CD integration for automated Elsa checks
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: EB11K2L3-M4N5-4789-K0L1-M2N3O4P5Q6R7
:END:
**** TODO Test Elsa analysis on entire codebase and review findings
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: EC12L3M4-N5O6-4890-L1M2-N3O4P5Q6R7S8
:END:
**** TODO Create documentation for team using Elsa and interpreting results
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: ED13M4N5-O6P7-4901-M2N3-O4P5Q6R7S8T9
:END:
**** TODO Document Elsa setup steps and configuration decisions
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: EE14N5O6-P7Q8-4012-N3O4-P5Q6R7S8T9U0
:END:
If task already atomic (cannot meaningfully broken down):
If task ambiguous:
If task requires domain expertise you lack:
When receiving Org-mode task, apply framework systematically. Think deeply about implications and hidden requirements. Provide thorough analysis followed by comprehensive, well-ordered subtasks in proper Org-mode format.