agentculture

98 mods across 6 repositories, 40 stars between them.

communicate

25

agentculture/agenda

Skill Claude CodeCodex

Cross-repo + mesh communication from agenda: 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 agenda (a brief for a sibling-repo agent, a status ping for a Culture…

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

doc-test-alignment

26

agentculture/agenda

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…

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

pypi-maintainer

27

agentculture/agenda

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…

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

recall

28

agentculture/agenda

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…

2 1mo ago A 278 tokens copy · 94% MIT

remember

29

agentculture/agenda

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…

2 1mo ago A 266 tokens copy · 84% MIT

run-tests

30

agentculture/agenda

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

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

sonarclaude

31

agentculture/agenda

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

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

spec-to-plan

32

agentculture/agenda

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…

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

think

33

agentculture/agenda

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…

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

version-bump

34

agentculture/agenda

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

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

agenda CLAUDE.md

35

agentculture/agenda

Instructions file

Instructions for agentculture/agenda, covering claude.md — seed / bootstrap placeholder, agent, description and re-init instruction.

2 1mo ago A 245 tokens original MIT

agent-config

36

agentculture/arxivist

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

37

agentculture/arxivist

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 · 100% MIT

cicd

38

agentculture/arxivist

Skill Claude CodeCodex

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

2 1mo ago C 144 tokens copy · 92% MIT

doc-test-alignment

39

agentculture/arxivist

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…

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

pypi-maintainer

40

agentculture/arxivist

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…

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

recall

41

agentculture/arxivist

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…

2 1mo ago A 280 tokens copy · 94% MIT

remember

42

agentculture/arxivist

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…

2 1mo ago A 268 tokens copy · 86% MIT

run-tests

43

agentculture/arxivist

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

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

sonarclaude

44

agentculture/arxivist

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

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

spec-to-plan

45

agentculture/arxivist

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…

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

think

46

agentculture/arxivist

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…

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

version-bump

47

agentculture/arxivist

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

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

arxivist CLAUDE.md

48

agentculture/arxivist

Instructions file

Instructions for agentculture/arxivist, covering claude.md, what this repo is (read first), commands, tests and the cli itself (two equivalent entry points).

2 1mo ago A 2,377 tokens original MIT