一键导入
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 职业分类
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.
| 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.