원클릭으로
dev-experience
Set up local development environment. Use when configuring devcontainers, workspace bootstrap, or local simulation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up local development environment. Use when configuring devcontainers, workspace bootstrap, or local simulation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate and maintain AI_STANCE.md for any uFawkes* repo. Use when onboarding a repo to the uFawkesAI suite, when reviewing AI policy currency, or when a new AI tool is being adopted. Implements DORA AI Capability 1.
Ensure graphify corpus is current and complete before each agent session. Define minimum AI-accessible documentation per repo. Use at session startup to verify internal context is available to AI tools. Implements DORA AI Capability 3.
15-minute JTBD + acceptance criterion exercise. Use before any spec session. Produces a discovery-brief.md that anchors the entire increment to a real user need and a measurable DORA outcome. Implements DORA AI Capability 6.
Enforce minimum documentation standard across uFawkes* repos. Use when auditing a repo before release, onboarding a new repo to the suite, or implementing roadmap item 0.6 (cross-repo README links). Directly supports DORA AI Capability 3 and the 2023 DORA finding that documentation quality amplifies all technical capabilities.
Create and manage DOJO content for platform engineering education and knowledge sharing.
Maintain AI_STANCE.md as a living document. Use quarterly or when a new AI tool is adopted. Handles review triggers, the three-bucket update process, socialization checklist, and cross-repo consistency. Companion to ai-stance skill.
| name | dev-experience |
| description | Set up local development environment. Use when configuring devcontainers, workspace bootstrap, or local simulation. |
| license | MIT |
| compatibility | Claude Code, GitHub Copilot, OpenCode, Cursor, Codex, Gemini CLI |
| metadata | {"author":"paruff","suite":"uFawkesAI"} |
Load trigger:
"load dev-experience skill"> DORA: Cap 3 (AI-Accessible Internal Data) Token cost: Low
Set up local development environment for fast feedback loops.
| Skill | Purpose |
|---|---|
dev-experience/devcontainer | Configure devcontainers |
dev-experience/workspace | Bootstrap workspace |
dev-experience/local-sim | Set up local simulation |
| Skill | Relationship |
|---|---|
| (none) | Foundation skill, no dependencies |
.devcontainer/devcontainer.jsonMakefile or justfile.env.example{
"skill": "dev-experience",
"status": "pass | fail",
"artifacts": {
"devcontainer": ".devcontainer/devcontainer.json",
"makefile": "Makefile",
"env_example": ".env.example"
},
"validation": {
"devcontainer_valid": true,
"workspace_ready": true,
"local_sim_running": false
}
}