بنقرة واحدة
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": []
}