Claude Tools / Plugins / AIPS

Plugins · kernalix7/aips

AIPS

Universal AI-coding-tool bootstrap. Claude Code primary. One curl, one /aips:init.

CLEARED_STATICagent-agnosticv7.1.6

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Agent-agnostic (works beyond Claude)

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran7124 code lines / 71 files
secretsranno secret patterns matched
egressranno egress patterns matched
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraln/anot reached — prior gate did not pass

What's inside

Components found

agents/code-reviewer.md
componentmedium
agents/explorer.md
componentmedium
agents/log-analyzer.md
componentmedium
agents/tech-lead.tmpl.md
componentmedium
commands/aips-health.md
componentmedium
commands/aips-init.md
componentmedium
commands/aips-migrate-from-md.md
componentmedium
commands/aips-rebind.md
componentmedium
commands/aips-repair.md
componentmedium
commands/aips-reset.md
componentmedium
commands/aips-scope.md
componentlow
commands/aips-status.md
componentmedium
commands/aips-uninstall.md
componentmedium
commands/aips-update.md
componentmedium
commands/aips-upgrade.md
componentmedium
output-styles/terse.md
componentmedium

Coverage

Not assessed

  • behavioural execution not run

README

From the repository


# AIPS

### Stop re-doing AI setup every project.

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.

[![Status](https://img.shields.io/badge/v7.0.0-stable-2EA44F?style=for-the-badge)](CHANGELOG.md)
[![Released](https://img.shields.io/badge/released-2026--05--19-2962FF?style=for-the-badge)](CHANGELOG.md)

[![license]

← Back to Plugins