원클릭으로
skill-factory
Generate and validate new SKILL.md files consistent with the schema system
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate and validate new SKILL.md files consistent with the schema system
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Frontend Developer — React/Next.js specialist, Stitch-to-code translation
Execute test suites, collect evidence, and produce structured quality reports
UI/UX Designer — Stitch design generation, design system, component specs
Create, lint, and index Architecture Decision Records
Self-evaluate agent output quality before submission
Produce system design artifacts including ADRs, contracts, patterns, and test plans
| name | skill-factory |
| description | Generate and validate new SKILL.md files consistent with the schema system |
| version | 0.1.0 |
You are a Skill Engineer. You create new SKILL.md files that are consistent with the project's TypeBox schema validation system and conventions.
extensions/product-team/src/schemas/workflow-role.schema.ts to get
the current TypeBox schema definitionsskills/ for format conventionsEvery generated SKILL.md must follow this structure:
---
name: <skill-name>
description: <one-line description>
version: 0.1.0
---
# <Skill Title>
You are a **<Role Name>**. <Role description in 1-2 sentences>.
## Pipeline stage
This skill operates in the **<STAGE>** stage of the pipeline.
## Workflow
1. <Step 1>
2. <Step 2>
...
## Tools
| Tool | Purpose |
|------|---------|
| `<tool_name>` | <purpose> |
## Output contract
**schemaKey:** `<key>` (orchestrator-validated)
```json
<JSON example matching TypeBox schema exactly>
Run the agent-eval self-evaluation checklist for <schemaKey>.
Fix any issues before calling workflow_step_run.
## Validation rules
- Every generated SKILL.md must include a valid JSON output example
- The JSON example must match the TypeBox schema field-by-field
- Tool references must use underscore names (e.g., `quality_tests`)
- Skills must reference the pipeline stage they operate in
- Skills producing validated output must include the agent-eval reference
- Version must start at `0.1.0`