一键导入
docs-worker
Handles updating configuration, linter settings, and AI agent documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Handles updating configuration, linter settings, and AI agent documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Implements walkthrough-focused React UI work in the Voidpilot frontend.
Implements walkthrough features that span the FastAPI backend and React frontend.
Handles backend Python refactoring for the Voidpilot application.
Invoke when user asks you to brainstorm.
基于 SOC 职业分类
| name | docs-worker |
| description | Handles updating configuration, linter settings, and AI agent documentation. |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the WORK PROCEDURE.
For updating AGENTS.md, CLAUDE.md, README.md, setting up ruff.toml rules, or adding linters (mypy) to pyproject.toml.
{
"salientSummary": "Updated AGENTS.md and CLAUDE.md with explicit UI architecture patterns and frontend IPC guidelines. Added mypy to project dependencies.",
"whatWasImplemented": "Added shadcn and Vite notes to AGENTS.md. Included test instructions in CLAUDE.md. Added mypy to pyproject.toml.",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{
"command": "uv run ruff check src/",
"exitCode": 0,
"observation": "Ruff check works as expected."
}
],
"interactiveChecks": []
},
"tests": {
"added": []
},
"discoveredIssues": []
}