agentculture

98 mods across 6 repositories, 40 stars between them.

agent-config

01

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Show a Culture agent's full configuration in one read-only view: its system-prompt file (CLAUDE.md / AGENTS.md / GEMINI.md), the parallel culture.yaml, and the agent's local .claude/skills index. Use when an operator says "show agent ", "what does look like", or before teaching/onboarding an agent and you need to see…

31 1mo ago A 124 tokens original MIT

ask-colleague

02

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Ask colleague — a different backend/model than you (e.g. a local vLLM Qwen) — to take a scoped repo task off your plate, then fold its answer back. The point isn't a stronger model; it's a second, independent mind, and that diversity is the value: ask-colleague review gets a candid second opinion on a diff…

31 1mo ago A 378 tokens original MIT

assign-to-workforce

03

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Fan out a converged devague plan's dependency waves to parallel agents in isolated git worktrees, one agent per task per wave, with TDD-gated merges by the main agent. Human gates: the exported spec, the implementation split plan (task map + per-task agent/model proposal + go/no-go), and the final PR. The devague CLI…

31 1mo ago A 188 tokens original MIT

challenge

04

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Run a risk-scaled blind-spot discovery pass over a converged, exported frame BETWEEN /think and /spec-to-plan (the seventh origin skill, third leg in flow order): pressure-test the spec through structured lenses, route every finding back through the existing deterministic moves as proposed-only content the human…

31 1mo ago A 183 tokens original MIT

cicd

05

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Skill "cicd" from agentculture/reachy-mini-mcp, covering ci/cd — reachy-mini-mcp edition, the devex inversion (upstream-as-consumer), prerequisites, how to run and long waits (background polling).

31 1mo ago C 148 tokens original MIT

communicate

06

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Cross-repo + mesh communication from reachy-mini-mcp: file tracked GitHub issues on sibling repos, fetch issues from sibling repos to inline current state into briefs, and send live messages to Culture mesh channels. Use when the next step lives outside reachy-mini-mcp (a brief for a sibling-repo agent, a status ping…

31 1mo ago A 196 tokens original MIT

deviate

07

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Stop an in-flight assign-to-workforce run the moment execution must diverge from the confirmed plan, get explicit human approval for the divergence, and record it as a first-class, append-only deviation record via devague deviate before resuming — never fold a deviation silently into drift after the fact. Use when the…

31 1mo ago A 167 tokens original MIT

doc-test-alignment

08

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Verify that committed docs (README.md, CLAUDE.md, SKILL.md descriptions) still describe what the code and tests actually do. Use at the end of a plan, before PR creation, or when the user says "check doc-test alignment", "verify docs", or "do the docs still match the code". STUB — scripts/check.sh exits with a…

31 1mo ago A 101 tokens original MIT

outsource

09

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Hand a scoped repo task to convertible — a different engine/model than you (e.g. a local vLLM Qwen) — and fold its answer back. The point isn't a stronger model; it's a different mind, and diversity helps: outsource review gets an independent second opinion on a diff, outsource explore gets a fresh read of an area…

31 1mo ago A 161 tokens original MIT

pypi-maintainer

10

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Switch a PyPI package install between the production index, TestPyPI pre-release builds, and a local editable checkout. Use when an agent maintains a package and needs to verify a TestPyPI dev build before promoting to production, or when the user says "install from test-pypi", "switch to local", "change package…

31 1mo ago A 83 tokens original MIT

recall

11

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Search the shared eidetic memory store and get back ranked, provenanced records. Drives eidetic recall with four search modes — exact (verbatim substring), approximate (vector/semantic), keyword (BM25 lexical), and hybrid (a weighted blend of vector+keyword, the default) — each hit carrying its text, full metadata, a…

31 1mo ago A 282 tokens original MIT

remember

12

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Ingest records into the shared eidetic memory store so they can be recalled later. Drives eidetic remember: accepts one record as a JSON object, or a batch as NDJSON on stdin for bulk ingest. Upsert is idempotent by id (and dedups by content hash) — re-remembering updates in place, never duplicates. Stamps a created…

31 1mo ago A 270 tokens original MIT

run-tests

13

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Run pytest with parallel execution and coverage. Use when running tests, verifying changes, or the user says "run tests", "test", or "pytest".

31 1mo ago A 34 tokens original MIT

scope

14

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Explore the scope of a vague idea BEFORE framing it into a spec (the idea→scope leg; the optional opening move ahead of /think). Survey the surfaces the idea touches — code, docs, skills, CI, sibling repos — and seed the coming Announcement Frame with boundary, non-goal, and assumption claims that cite what was…

31 1mo ago A 190 tokens original MIT

sonarclaude

15

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Query SonarCloud API for code quality data. Use when: checking quality gate status, fetching code issues or security hotspots, reviewing metrics (coverage, bugs, code smells), or the user says "sonar", "quality gate", "code quality", "sonarclaude".

31 1mo ago A 62 tokens original MIT

spec-to-plan

16

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Turn a converged devague spec into a buildable plan by working forwards (the spec→plan leg; drives the devague plan CLI group). Seed a plan from a converged frame, add tasks that collectively cover every coverage target (the frame's confirmed claims + honesty conditions), give each task acceptance criteria and an…

31 1mo ago A 181 tokens original MIT

summarize-delivery

17

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Close the loop after an assign-to-workforce run by turning what actually happened into an accountability artifact — planned versus actual delivery, mid-work decisions, plan drift, evidence-backed delivery claims, and remaining work. The plan the user confirmed is the contract; this skill records where execution obeyed…

31 1mo ago A 199 tokens original MIT

think

18

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Think a vague feature idea into a buildable spec by working backwards (the idea→spec leg; drives the devague CLI). Start from the announcement ("pretend it shipped"), capture and classify claims, interrogate them with honesty conditions and hard questions, park open vagueness as a first-class object, and export a spec…

31 1mo ago A 191 tokens original MIT

version-bump

19

agentculture/reachy-mini-mcp

Skill Claude CodeCodex

Bump the semver version in pyproject.toml (major, minor, or patch) and prepend a Keep-a-Changelog entry to CHANGELOG.md. Use when preparing a release, before creating a PR (the version-check CI job blocks merge if you don't), or when the user says "bump version", "release", or "increment version".

31 1mo ago A 76 tokens original MIT

agentculture/reachy-mini-mcp

Instructions file

Instructions for agentculture/reachy-mini-mcp, covering claude.md, what this is, commands, manager cli (no robot deps needed) and mcp server (stdio) — requires the daemon running first.

31 1mo ago A 3,709 tokens original MIT

reachy-mini-mcp

21

agentculture/reachy-mini-mcp

MCP server Claude CodeCodexCursor +2

MCP server + manager CLI for the Reachy Mini robot. Runs locally from the reachy-mini-mcp Python package.

31 1mo ago A tokens not measured original MIT

agent-config

22

agentculture/agenda

Skill Claude CodeCodex

Show a Culture agent's full configuration in one read-only view: its system-prompt file (CLAUDE.md / AGENTS.md / GEMINI.md), the parallel culture.yaml, and the agent's local .claude/skills index. Use when an operator says "show agent ", "what does look like", or before teaching/onboarding an agent and you need to see…

2 1mo ago A 124 tokens copy · 100% MIT

assign-to-workforce

23

agentculture/agenda

Skill Claude CodeCodex

Fan out a converged devague plan's dependency waves to parallel agents in isolated git worktrees, one agent per task per wave, with TDD-gated merges by the main agent. Human gates: the exported spec, the implementation split plan (task map + per-task agent/model proposal + go/no-go), and the final PR. The devague CLI…

2 1mo ago A 188 tokens copy · 98% MIT

cicd

24

agentculture/agenda

Skill Claude CodeCodex

Skill "cicd" from agentculture/agenda, covering ci/cd — agenda edition, the agex-cli inversion (upstream-as-consumer), prerequisites, how to run and long waits (background polling).

2 1mo ago C 140 tokens original MIT