osouthgate/agent-plus

A framework for building deterministic CLI tools that Claude Code shells out to. Universal primitives + a marketplace convention for service wrappers.

4Stars on the repository
21Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-reviewer

01

osouthgate/agent-plus

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.

4 1mo ago A 42 tokens original MIT

test-writer

02

osouthgate/agent-plus

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.

4 1mo ago A 71 tokens original MIT

osouthgate/agent-plus

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.

4 1mo ago C 110 tokens original MIT

agent-plus-meta

04

osouthgate/agent-plus

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.

4 1mo ago A 103 tokens original MIT

agent-plus-upgrade

05

osouthgate/agent-plus

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…

4 1mo ago A 127 tokens original MIT

diff-summary

06

osouthgate/agent-plus

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.

4 1mo ago A 109 tokens original MIT

repo-analyze

07

osouthgate/agent-plus

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.

4 1mo ago A 94 tokens original MIT

skill-feedback

08

osouthgate/agent-plus

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.

4 1mo ago B 121 tokens original MIT

skill-plus

09

osouthgate/agent-plus

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.

4 1mo ago B 104 tokens original MIT

sample

10

osouthgate/agent-plus

Skill Claude CodeCodex

A sample skill fixture used by inquire's skill-target detection tests.

4 1mo ago A 15 tokens original MIT