소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Run the full speckit workflow end-to-end — specify, plan, critique, tasks, implement, review, extract — making all decisions autonomously.
Commit changes at meaningful checkpoints throughout the workflow
SOC 직업 분류 기준
SKILL.md 표시 중
| 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