By rnagrodzki
Skills, commands, and hooks for creating and maintaining AI-ready project configurations. Provides scaffolding for CLAUDE.md, .claude/ directory structure, skills, commands, and hooks.
Use this skill when you need a deep read-only review of .claude/ content accuracy. Triggers: audit AI configuration, review skills accuracy, check principle compliance, find outdated code examples, identify coverage gaps, validate skill specificity. Reports HEALTHY / NEEDS_ATTENTION / CRITICAL.
Manage .claude/cache/ snapshots for incremental scanning — supports rebuild, status, and invalidate sub-commands. Reduces token consumption by 60-80% by skipping unchanged content. Run after any sync cycle or manually to refresh.
Promote ACTIVE learnings from .claude/learnings/log.md into skill gotchas, new skills, and documentation — marks entries as PROMOTED or STALE. Run when learning log has 10+ ACTIVE entries.
Use this skill when initializing or rebuilding AI-assisted development configuration for a project. Scans the project tech stack and generates a complete .claude/ setup (CLAUDE.md, skills, agents, learnings, cache) from scratch.
Quick read-only drift check — runs snapshot + drift audit phases only, auto-fixes only CRITICAL issues with approval. Use weekly or before sprints.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace that ships the ai-setup-automation plugin for creating and maintaining AI-ready project configurations.
.claude/ directory with CLAUDE.md, skills, agents, and settings| Requirement | Version | Notes |
|---|---|---|
| Claude Code | — | This is a Claude Code plugin marketplace |
| Node.js | >= 16 | For cache-snapshot.js and verify-setup.js scripts. Uses built-in modules, no npm install needed |
| git | — | Assumed for most features |
/pluginrnagrodzki/ai-setup-automationaisa → Install/plugin marketplace add rnagrodzki/ai-setup-automation
/plugin install aisa@ai-setup-automation
See docs/getting-started.md for a full first-use walkthrough.
Open /plugin, go to the Marketplaces tab, and toggle auto-update for ai-setup-automation.
/plugin marketplace update ai-setup-automation
/plugin update aisa@ai-setup-automation
If you installed the plugin before this naming fix, uninstall the old entry and reinstall:
/plugin uninstall ai-setup-automation@ai-setup-automation
/plugin install aisa@ai-setup-automation
/aisa-initThe skill detects your tech stack, presents a setup plan for your approval, and scaffolds the full .claude/ directory.
| Skill | Description |
|---|---|
/aisa-init | Scaffold a new .claude/ directory — detects tech stack, generates CLAUDE.md, skills, agents, learnings journal, and cache. One-time setup for new projects |
/aisa-sync | Full maintenance cycle — runs drift detection, harvests learnings, identifies expansion needs, applies prioritized updates to .claude/ skills and agents |
/aisa-postmortem | Incident-to-prevention pipeline — gathers context from conversation or git history, maps root causes to skill gaps, encodes lessons into .claude/ skills and learnings log |
| Skill | Description |
|---|---|
/aisa-audit | Deep read-only review of .claude/ content accuracy — mechanical validation, outdated code example detection, skill specificity check, coverage gap analysis. Reports HEALTHY / NEEDS_ATTENTION / CRITICAL |
/aisa-inspect | Quick read-only drift scan — compares .claude/ skills and agents against current codebase state, reports CURRENT / OUTDATED / STALE / CRITICAL per file. Run weekly |
/aisa-lint | Validate skill and agent structure against architectural principles (P1-P3, A1-A6) — checks frontmatter, self-learning directives, PCIDCI pattern. Does not verify codebase accuracy |
/aisa-update | Targeted skill/agent update after a specific code change — uses git diff to scope impact, updates only affected .claude/ files, flags out-of-scope drift without fixing it |
| Skill | Description |
|---|---|
/aisa-harvest | Promote ACTIVE entries from .claude/learnings/log.md into skill gotchas, new skills, and documentation. Run when log has 10+ entries or oldest entry exceeds 2 weeks |
/aisa-cache | Manage the .claude/cache/ snapshot used by inspect and sync — sub-commands: rebuild (default), status, invalidate. Reduces token use by 60-80% |
/aisa-spec-check | Check openspec CLI availability, project initialization status, and version currency — suggests install/init/update with user confirmation |
Behavioral regression tests use promptfoo to validate plugin skills against expected outputs. Tests require Task and gum for interactive selection.
npx claudepluginhub rnagrodzki/ai-setup-automation --plugin aisaSkills and commands for software development lifecycle workflows: pull requests, code reviews, release management.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.