osouthgate

40 mods across 2 repositories, 6 stars between them.

agent-plus

01

osouthgate/agent-plus

Plugin Claude Code

Plugin marketplace listing 5 plugins: agent-plus-meta, repo-analyze, diff-summary, skill-feedback, skill-plus.

4 1mo ago B tokens not measured original MIT

SessionStart

02

osouthgate/agent-plus

Hook Claude Code

Runs when a session starts, executing agent-plus-context.py via python3. From osouthgate/agent-plus.

4 1mo ago A tokens not measured original MIT

Stop

03

osouthgate/agent-plus

Hook Claude Code

Runs when the agent finishes a response, executing check-readme-drift.sh via bash. From osouthgate/agent-plus.

4 1mo ago A tokens not measured copy · 45% MIT

UserPromptSubmit

04

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.

4 1mo ago A tokens not measured original MIT

agent-plus

05

osouthgate/agent-plus

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, Stop, UserPromptSubmit).

4 1mo ago A tokens not measured original MIT

code-reviewer

06

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

07

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

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).

4 1mo ago D 2,436 tokens original MIT

agent-plus-meta

09

osouthgate/agent-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.

4 1mo ago A tokens not measured 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

11

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

12

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

13

osouthgate/agent-plus

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…

4 1mo ago A tokens not measured original MIT

diff-summary

14

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

15

osouthgate/agent-plus

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.

4 1mo ago A tokens not measured original MIT

repo-analyze

16

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

17

osouthgate/agent-plus

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.

4 1mo ago A tokens not measured original MIT

skill-feedback

18

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

19

osouthgate/agent-plus

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.

4 1mo ago A tokens not measured original MIT

skill-plus

20

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

21

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

agent-plus-skills

22

osouthgate/agent-plus-skills

Plugin Claude Code

Plugin marketplace listing 10 plugins: coolify-remote, github-remote, hcloud-remote, hermes-remote, langfuse-remote.

2 3mo ago A tokens not measured original MIT

coolify-remote

23

osouthgate/agent-plus-skills

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.

2 3mo ago D 69 tokens original MIT

github-remote

24

osouthgate/agent-plus-skills

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.

2 3mo ago A tokens not measured original MIT