From feature-dev-aidd
Provides shared Python runtime for markdown slicing/patching, actions validation/apply, and context-map expansion. Use for canonical DocIO operations in stage skills.
npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddThis skill uses the workspace's default tool permissions.
- This skill owns shared DocIO runtime entrypoints.
Adds automated doc updater to Claude skills by creating Python sync script that downloads upstream archives, processes markdown for AI use, caches locally with cooldowns, via 5-phase workflow.
Updates READMEs, ADRs, docstrings, and docs after code changes using consolidation detection, slop scanning, accuracy verification, and quality gates.
Routes docs auditing, optimization, authoring to specialist agents via /rwr:audit, /rwr:optimize, /rwr:author. Audits docs-code drift, optimizes CLAUDE.md/SKILL.md, validates GLFM/Markdown, summarizes files/URLs/images.
Share bugs, ideas, or general feedback.
feature-dev-aidd:aidd-core and feature-dev-aidd:aidd-loop.python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-docio/runtime/md_slice.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-docio/runtime/md_patch.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-docio/runtime/actions_validate.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-docio/runtime/actions_apply.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-docio/runtime/context_map_validate.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-docio/runtime/context_expand.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-docio/runtime/md_slice.pypython3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-docio/runtime/actions_apply.py*.actions.json is available.--actions <path> with optional apply-log paths and stage context.skills/aidd-docio/runtime/*.skills/aidd-docio/runtime/* as canonical paths.