원클릭으로
alembic-devdocs
Generate Alembic Wiki documentation through `alembic_wiki` using plan, article writing, and finalize.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate Alembic Wiki documentation through `alembic_wiki` using plan, article writing, and finalize.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | alembic-devdocs |
| description | Generate Alembic Wiki documentation through `alembic_wiki` using plan, article writing, and finalize. |
Use this skill when the user asks to generate project docs, write wiki pages, refresh documentation after bootstrap, or turn Alembic knowledge into readable project documentation.
| Tool | Operation | Use |
|---|---|---|
alembic_wiki | plan | Plan topics and return data packages |
alembic_wiki | finalize | Validate written articles and create wiki metadata |
alembic_search | any | Fetch additional knowledge context |
alembic_knowledge | get | Retrieve full Recipe content |
alembic_wiki with operation: "plan" and optional language.Alembic/wiki/; in Ghost mode it lives under the external Alembic data root.alembic_wiki with operation: "finalize", the sessionId, and articlesWritten.Plan call:
{
"operation": "plan",
"language": "en"
}
Finalize call:
{
"operation": "finalize",
"sessionId": "<session-id-from-plan>",
"articlesWritten": [
"Alembic/wiki/network-client.md",
"Alembic/wiki/routing.md"
]
}
If the workspace is in Ghost mode, replace those paths with the actual external wiki paths returned or implied by the Alembic workspace.
Use "en" for English documentation and "zh" for Chinese documentation.
Submit new Alembic knowledge candidates from Codex. Covers `alembic_submit_knowledge`, required V3 fields, batch rules, and review boundaries.
Check code against Alembic Recipe standards with `alembic_guard`. Trigger for audits, lint-like review, diff checks, compliance checks, and "does this follow our conventions?" questions.
Use Alembic Recipes as the project's curated source of truth for conventions, code patterns, facts, and Guard standards. Trigger when answering questions about project standards or when implementation should follow local knowledge.
Use Alembic from Codex. Start here for status, initialization, project priming, Guard checks, bootstrap/rescan jobs, Dashboard handoff, and permission boundaries.
Discover Alembic project structure, targets, files, metadata, dependency relationships, and Recipe graph context.
Use when: generating source-derived chain maps and long-chain execution plans, validating long-chain workflow behavior node by node, reviewing benchmark coverage, applying optional domain overlays, or repairing Alembic cold-start/rescan/bootstrap/delivery/skill-generation flows with explicit evidence and write boundaries.