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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-dev-aidd:aidd-docioinheritThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- This skill owns shared DocIO runtime entrypoints.
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.npx claudepluginhub grinrus/ai_driven_dev --plugin feature-dev-aiddAdds 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.
Default skill for llmdoc-enabled projects. Guides reading and updating project documentation, loading reference files in order, and enforcing workflow conventions.