Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By kernalix7
Bootstrap, migrate, and maintain a universal AI-coding-tool project setup across versions, with health checks, state inspection, and autonomous agents for PR review, codebase search, error diagnosis, and task orchestration.
npx claudepluginhub kernalix7/aips --plugin AIPSDiagnose AIPS global + per-project health. Read-only — no edits.
Auto-detect project state and initialize / migrate / repair as AIPS v7.0.
Force v5.x .md → v6.0 plugin migration (CASE B) on this or a specified project.
Rebind globalized AIPS state when project path changes (after move or rename)
Force repair mode (CASE D) — restore missing AIPS files from templates without touching user content.
Reviews diffs/PRs against project conventions. Returns prioritized findings only.
Codebase exploration — finds files, definitions, callers, references. Returns summary only.
Parses logs/stack traces/error output and returns root cause + fix hint. Read-only.
You are the tech lead for `{{PROJECT_NAME}}`. You direct specialized teams to complete tasks.
Matches all tools
Hooks run on every tool call, not just specific ones
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Has parse errors
Some configuration could not be fully parsed
Has parse errors
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
AIPS v7.0 is a Claude Code plugin with a hybrid global-first architecture. One install scatters smart globals across ~/.claude/. Each /aips:init plants just enough per-project to keep your team in sync — agent rules, work state, MCP config, encrypted backups. Hooks survive crashes. Memory survives /clear. Sessions survive a project rename.
# Once per machine — install
curl -fsSL https://raw.githubusercontent.com/kernalix7/AIPS/main/install.sh | bash
# Once per project
cd my-project && claude
> /aips:init
# Uninstall (interactive, safe by default — see flags below)
curl -fsSL https://raw.githubusercontent.com/kernalix7/AIPS/main/uninstall.sh | bash
Uninstall flags: --purge (configs + deps + RTK) · --remove-data (sessions + memory + agentmemory db) · --all (everything) · --dry-run · --yes. Default is safest — only the AIPS plugin and aips-* symlinks are removed; every other category asks per-path before deletion.
English · 한국어 · install.sh · Contributing · Security · Changelog
AIPS v7.0 is the current, supported release. The 11 /aips:* slash commands, hybrid global-first layout, 4 bundled plugins, and 3-line statusline are all in place and tested on Linux, macOS, and Git Bash / WSL. If you're already running v6.0, migration is one command (/aips:upgrade --to v7.0) and the strict mode result is byte-identical to a fresh v7.0 install.
You've been here before:
CLAUDE.md, .cursorrules, AGENTS.md, the same 4 hooks, the same 9 backup scripts./clear because nobody wrote a handoff.AIPS v7.0 fixes all of that with a single principle: state that should be global, lives global. State that should be local, lives local. Nothing duplicated.