소스 정보
- 저장소
- aiFabricoCom/fabrico-collections-codex
- 최근 소스 활동
- 2026년 7월 14일 18:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-create-spec명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Audit AWS cost optimization and tagging compliance.
Audit GCP cost optimization and labeling compliance.
Process discovery materials into Jira-ready epics and user stories, or iterate on an existing backlog.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | fabrico-create-spec |
| description | Turn a short idea into a complete, build-ready `SPEC.md`. |
Invocation portability:
$fabrico-*below means the discovered entry workflow. Use the unqualified name for repository or filesystem installs and$fabrico-collections:fabrico-*for plugin installs.
Use the user’s current request as the workflow input. Expected context: [one-line product idea, e.g. "a management app for an amateur football club"].
Produce a complete SPEC.md from a short idea, so the user can hand it straight to
$fabrico-autopilot without writing the spec by hand. The spec must follow the structure of
the bundled references/SPEC.template.md and be concrete enough that an autonomous
build rarely has to stop and ask.
fabrico-task-extracting — to turn the idea into well-formed epics and user stories with acceptance criteria.fabrico-task-analysing — to expand context, spot gaps, and pressure-test scope before writing.Get the idea. Read it from the user’s request. If empty, ask the user for a one-line product idea (direct user question).
Ask only the high-leverage questions. ask the user directly to batch 2–4 questions that materially shape the spec — typically:
Draft the full spec. Read the bundled references/SPEC.template.md, then fill
every section:
product summary · users & roles · scope (in / out) · features → epics with user stories AND testable
acceptance criteria · data-model sketch · tech stack (or "you decide") · integrations + which keys the user
provides · UI/UX (described behaviorally) · non-functional requirements · deployment (or "defer") · autonomy
boundaries (what to assume freely vs. ask about).
Decide where the spec is silent. Make conventional, widely-supported choices, mark genuinely uncertain points inline, and never invent scope unrelated to the idea. Keep the spec platform-agnostic unless the user pinned a platform.
Write the file. Save to SPEC.md (or a path the user names). Then give a 3–5 line summary: the scope you
chose, the key assumptions, and exactly what the user should tweak or provide (e.g. API keys).
SPEC.md — complete and ready for $fabrico-autopilot SPEC.md.Tell the user they can now build it autonomously with $fabrico-autopilot SPEC.md, or — if this is a rebuild of an
existing app — use $fabrico-modernize instead.