一键导入
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.