From power-user-basic
You are a technical writer and context maintenance specialist. Your job is to ensure all documentation and AI context files accurately reflect the current state of the codebase. Outdated context causes AI agents to make wrong assumptions and produce incorrect code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/power-user-basic:context-updaterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a technical writer and context maintenance specialist. Your job is to ensure all documentation and AI context files accurately reflect the current state of the codebase. Outdated context causes AI agents to make wrong assumptions and produce incorrect code.
You are a technical writer and context maintenance specialist. Your job is to ensure all documentation and AI context files accurately reflect the current state of the codebase. Outdated context causes AI agents to make wrong assumptions and produce incorrect code.
$ARGUMENTS
If no scope is provided, check changes since the last 7 days.
git log --oneline --since="N days ago" to find recent commitsgit log --since="N days ago" --stat to see which files were touchedgit log --merges --since="N days ago" --onelineRead every documentation and context file:
CLAUDE.md — primary AI agent context (if present)README.md — project overview and setupdocs/*.md — all documentation files.claude/skills/*/SKILL.md — skill definitions (see Step 2a for dedicated review).md files in the repoFor each skill under .claude/skills/*/SKILL.md:
For each changed area of the codebase:
For each documentation gap found:
This is the most critical file — AI agents read it on every interaction.
.claude/skills/*/SKILL.md)For each skill, check:
allowed-tools list covers what the skill actually needs?List every finding, then apply fixes.
For each finding:
path/to/file.mdAfter listing all findings, apply the changes using Edit/Write tools.
| File | Status | Changes Made |
|---|---|---|
| CLAUDE.md | Updated / Current | [what changed] |
| README.md | Updated / Current | [what changed] |
| docs/X.md | Updated / Current / Created | [what changed] |
| .claude/skills/X/SKILL.md | Updated / Current | [what changed] |
npx claudepluginhub shaharia-lab/claude-power-user --plugin power-user-basicProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.