ソース情報
- リポジトリ
- opsmill/infrahub-mcp
- ソースの最終更新活動
- 2026年5月5日 20:17
- 検出された SKILL.md の言語
- 英語
- スター
- 10
- フォーク
- 4
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/opsmill/infrahub-mcp --skill speckit-tinyspec-implementコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | speckit-tinyspec-implement |
| description | Implement a small change directly from its tinyspec file |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"tinyspec:commands/speckit.tinyspec.implement.md"} |
Implement a small change by following the plan and tasks in its tinyspec file. Works like /speckit.implement but optimized for single-file specs — reads one document, executes the tasks, and marks them complete.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty). The user may specify which tinyspec to implement (e.g., "logout-button") or a path to the tinyspec file.
.specify/ directoryspecs/tiny/{name}.mdspecs/tiny//speckit.tinyspec firstRead the tinyspec: Parse the tinyspec file to extract:
Read context files: Load all files listed in the Context table to understand:
Execute tasks: Work through the task list in order:
[x] in the tinyspec file after completionRun verification: After all tasks are complete:
Update tinyspec: Mark the tinyspec as complete:
**Status**: draft to **Status**: done[x][x]Report:
# TinySpec Complete: {Title}
| Field | Value |
|-------|-------|
| **Tasks completed** | {N}/{N} |
| **Files modified** | {list} |
| **Tests** | ✅ Pass / ❌ Fail |
## Changes Made
1. {What was changed in file 1}
2. {What was changed in file 2}
## Next Steps
- Review changes with `git diff`
- Commit when satisfied