agent-plus
01Plugin Claude Code
Plugin marketplace listing 5 plugins: agent-plus-meta, repo-analyze, diff-summary, skill-feedback, skill-plus.
A framework for building deterministic CLI tools that Claude Code shells out to. Universal primitives + a marketplace convention for service wrappers.
Plugin Claude Code
Plugin marketplace listing 5 plugins: agent-plus-meta, repo-analyze, diff-summary, skill-feedback, skill-plus.
Plugin Claude Code
The meta plugin for the agent-plus framework. Workspace bootstrap, env-var readiness, identity cache, marketplace lifecycle (install/list/update/remove/search/prefer), extensions. One call to init creates .agent-plus/; envcheck reports which sibling-plugin env vars are set (names only); refresh resolves project.
Plugin Claude Code
One-call structured triage of a git diff — file-by-file role classification (source/test/config/doc/generated/build/fixture/migration), risk tier (low/medium/high) with reasons, public-API touch detection, co-changed-test detection, secret-risk path flagging, and aggregate stats. Replaces the 5–20 Read calls an agent…
Plugin Claude Code
Cold-start codebase orientation in one call. Returns a structured map of a repo — file tree (capped), language mix, framework + build-tool detection, top-level deps, entrypoints, README highlights — so an agent doesn't burn 60+ Read/Glob/Grep calls re-mining the same facts on every fresh session.
Plugin Claude Code
Local-first agent self-assessment for Claude Code skills. After using a skill, the agent appends a structured rating + friction note to /.agent-plus/skill-feedback/ .jsonl. Skill authors aggregate locally with report, or bundle entries into a GitHub issue body for the skill's source repo with submit. No SaaS.
Plugin Claude Code
The fifth universal primitive of the agent-plus framework. Mines real Claude Code session transcripts to surface repeated tool-use patterns, scaffolds them into project-scoped Claude skills (.claude/skills/ /), audits existing skills against a quality contract, and closes the loop with a cross-source feedback ag.