agent-plus
01Plugin Claude Code
Plugin marketplace listing 5 plugins: agent-plus-meta, repo-analyze, diff-summary, skill-feedback, skill-plus.
Plugin Claude Code
Plugin marketplace listing 5 plugins: agent-plus-meta, repo-analyze, diff-summary, skill-feedback, skill-plus.
Hook Claude Code
Runs when a session starts, executing agent-plus-context.py via python3. From osouthgate/agent-plus.
Hook Claude Code
Runs when the agent finishes a response, executing check-readme-drift.sh via bash. From osouthgate/agent-plus.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing suggest-repo-analyze.py via python3. From osouthgate/agent-plus.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, Stop, UserPromptSubmit).
Skill Claude CodeCodex
Reviews code for quality, bugs, security, and best practices. Use when changing code or before merge. Checks security, authentication, and validation; ensures new code follows project rules and conventions.
Skill Claude CodeCodex
Expert test writer for unit, component, E2E, and integration tests. Writes only high-value tests — branching, side effects, transactions, corner cases. Use for TDD or filling coverage gaps. Never writes tests for constants, single pass-throughs, or thin wrappers. Adapts to the project's test framework and conventions.
Instructions file CodexOpenCode
Instructions for osouthgate/agent-plus, covering agents.md, plugins in this repo, installing agent-plus, the seven design patterns and keeping plans current (read this).
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.
Skill Claude CodeCodex
A pure-markdown skill that gives Claude Code precise triggers for when to offer to install agent-plus on a user's behalf, plus the safety rails for how. No bin, no Python — the skill is the documentation; the agent is the runtime.
Skill Claude CodeCodex
The meta plugin. Eight+ subcommands across init, envcheck, refresh, list, extensions, marketplace, doctor. JSON output only. Use at session start to give the agent day-one context — installed plugin set, env-var readiness, resolved project IDs — without grep-mining the project for every fact.
Skill Claude CodeCodex
Trigger doctrine for when to check whether the agent-plus framework itself is out of date, and how to offer the fix — same shape as agent-plus-installer, but for the upgrade path instead of the install path. No new mechanism: agent-plus-meta upgrade-check and agent-plus-meta upgrade already exist, fully built, with a…
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…
Skill Claude CodeCodex
Structured triage of a git diff. One call replaces the per-file Read sweep an agent normally does to figure out which files in a diff are tests, which touch the public API, which are migrations, which need careful review.
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.
Skill Claude CodeCodex
The map, not the contents. One call replaces the cold-start dance — file-tree exploration, finding entrypoints, reading every manifest, scanning README. Session mining showed 67 grep + 60 ls ops on a typical fresh-repo session, almost all of it answerable from one structured payload.
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.
Skill Claude CodeCodex
Append-only self-assessment log for Claude Code skills. The agent rates its own use of a skill; the rating lands in /.agent-plus/skill-feedback/ .jsonl (user-global), never on a network. Skill authors run report to aggregate, or submit to bundle into a GitHub issue body for the skill's source repo.
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.
Skill Claude CodeCodex
The fifth universal primitive of agent-plus. Turns repeated Bash patterns from real Claude Code sessions into project-scoped Claude skills, audits the skills you already have, and feeds back two streams of evidence (explicit ratings + implicit failure signals) into one quality loop.
Skill Claude CodeCodex
A sample skill fixture used by inquire's skill-target detection tests.
Plugin Claude Code
Plugin marketplace listing 10 plugins: coolify-remote, github-remote, hcloud-remote, hermes-remote, langfuse-remote.
Skill Claude CodeCodex
Manage a remote Coolify PaaS instance from the CLI — list apps, set env vars with post-write verification, flip domains, enable TLS, trigger deploys and wait for them to finish. Use whenever you need to mutate a Coolify app without clicking through the UI or hand-rolling curl + polling loops.
Plugin Claude Code
Read-first wrapper around the GitHub REST API — one-call PR/branch overviews (state + checks + reviews + runs), name-resolved PRs and issues, --wait on async flows, --json on lists. Zero token leakage. One write: pr comment.