원클릭으로
generated-repo-surfaces
Use when changing generated workflows, OpenAPI artifacts, project-structure blocks, or repo-local skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when changing generated workflows, OpenAPI artifacts, project-structure blocks, or repo-local skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create small, atomic, Conventional Commits. Use when the user asks to commit, split work into commits, draft commit messages, or stage related changes — never for drive-by mega-commits.
Use when designing Effect HTTP API surfaces (HttpApi, HttpApiClient, branded params, typed errors), Effect Config / AppConfig, module boundaries (Domain/Errors/Api/Service/Repo), sub-modules, Postgres persistence, or reviewing backend layout in apps/api or packages/api-core. Prefer repos/effect-smol and docs/agent-patterns/ for Effect idioms. NOT for visual UI.
Decides when to create or update nested AGENTS.md, README.md, and CLAUDE.md files in the agentic-inbox monorepo. Use when adding packages/apps/tools, restructuring subtrees, writing agent docs, or when nested subtree docs may be stale or missing.
Use when adding, modifying, generating, checking, or debugging repo-local skill fragments embedded in source code with //<skill-gen> markers.
Use when creating, modifying, generating, checking, or debugging CI workflow fragments embedded in source code with //<gen-github-workflow> markers.
Use when adding, modifying, generating, checking, or debugging repo-local skill fragments embedded in source code with //<skill-gen> markers.
| name | generated-repo-surfaces |
| description | Use when changing generated workflows, OpenAPI artifacts, project-structure blocks, or repo-local skills. |
| paths | ["tools/project-structure-gen/**","tools/openapi-gen/**","tools/workflow-fragments/**",".github/workflows/**","required-workflows.json","packages/api-core/openapi.json"] |
Do not hand-maintain generated artifacts when a generator exists. Edit the source fragment or config, then run the matching generate/check command.
bun run workflows:generate / bun run workflows:checkbun run structure:generate / bun run structure:checkbun run openapi:generate / bun run openapi:checkbun run skills:generate / bun run skills:checkCI runs bun run check:generated:portable (workflows + openapi). Full
bun run check:generated (skills + structure) is local-only because .agent/* is gitignored.