ワンクリックで
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.