browser-automation
Browser automation for rendered UI exploration, validation, screenshots,
Audit AI coding-agent configuration with local evidence first and current vendor docs second. Default to review-only. Apply fixes only after explicit approval.
$ npx -y skills add alexei-led/cc-thingz --skill evolving-config --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/evolving-configContext preview
The summary Claude sees to decide when to auto-load this skill.
Audit AI coding-agent configuration with local evidence first and current vendor docs second. Default to review-only. Apply fixes only after explicit approval.
description: Audit and improve AI coding-agent configuration. Use when reviewing or changing Claude Code, Pi, Codex, skill, agent, hook, MCP, permission, package, or generated-export setup. Default is review-only; fixes require explicit user approval or --fix. NOT for score-only instruction review or prompt lint; use reviewing-instructions. NOT for application config, git hygiene, code bugs, ordinary docs, or generated files without their source. name: evolving-config
Audit AI coding-agent configuration with local evidence first and current vendor docs second. Default to review-only. Apply fixes only after explicit approval.
For installed cc-thingz resource/version diagnostics, use `installation-doctor` first. Continue here for broader configuration review or authorized changes.
Review-only is the default for prompts such as "review my config", "audit config", "check setup", or "what should I improve".
Fix mode starts only when the user explicitly asks for changes or passes `--fix`. Even in fix mode, ask before risky changes: permissions, sandbox policy, hooks, MCP servers, model routing, deletes, moves, broad rewrites, or private config.
Review these AI-agent configuration surfaces:
Do not review:
1. Identify the requested platform, config root, and mode. 2. If ambiguous, list detected config surfaces and ask which to audit. 3. Inventory relevant files with paths, sizes, and source/generated status. 4. Read current files before recommending changes. 5. Use the platform reference and shared rubric to check expected structure, high-risk settings, invocation fit, and always-loaded context cost. 6. When the audit touches skills, agents, prompts, or package manifests, inspect thin-router risk, weak pointers to must-read support files, and whether plugin grouping forces unrelated instructions into startup context. 7. Use official docs or changelogs when syntax, feature availability, or deprecation status is uncertain. 8. Use broad web research only for gaps or ecosystem comparisons; do not recommend changes from uncited blogs alone. 9. Classify findings by impact and disruption. 10. In fix mode, apply only approved changes and verify with available validation commands.
Flag these first:
Use optional finding tags such as `routing/thin-router`, `context/weak-pointer`, or `invocation/over-model-invoked` when they sharpen the issue.
## Config Audit Scope: <platforms/files> Mode: review-only | fix-approved Sources: <local files and docs checked> Confidence: high | medium | low ### Summary - Files reviewed: N - Generated files skipped: N - Main risk: <one sentence> ### Critical - `path:line` — <category[/subtype]>: <issue>. Evidence: <fact>. Fix: <action>. ### Important - `path:line` — <category[/subtype]>: <issue>. Evidence: <fact>. Fix: <action>. ### Suggested - `path:line` — <category[/subtype]>: <issue>. Evidence: <fact>. Fix: <action>. ### Working Well - <config that should stay as-is> ### Verification - <command run or recommended>
Omit empty severity sections. If no findings are confirmed, say `No confirmed findings.`
Portable skills, agents, hooks, and Pi-native extensions for Claude Code, Codex CLI, GitHub Copilot, Cursor, Grok, and Pi. Gemini is retired.
Repo: alexei-led/cc-thingz
Browser automation for rendered UI exploration, validation, screenshots,
Support-only Playwright runtime/reference for browser-automation — dev-server
Create normal git commits with logical grouping. Use when committing,
Create or update human-facing docs, agent-facing instructions, architecture
Fix code defects with a reproducible feedback loop, root-cause diagnosis,
Improve test design, speed, and coverage with behavior-focused tests,