ワンクリックで
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": []
}