원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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": []
}