Plugin Claude Code
Governed, spec-driven delivery for agent-built software: operator-authorized acceptance contracts, an honestly-tiered merge floor on your own branch protection + CI, deploy-once certification, and a citation-graph MCP.
Plugin Claude Code
Governed, spec-driven delivery for agent-built software: operator-authorized acceptance contracts, an honestly-tiered merge floor on your own branch protection + CI, deploy-once certification, and a citation-graph MCP.
Plugin Claude Code
Governed, spec-driven delivery for agent-built software: spec → operator authorization → governed build → an honestly-tiered merge floor → certification against the running app → human sign-off.
MCP server Claude CodeCodexCursor
MCP server "foundry-graph" as configured in lukasrepublic/agentic-foundry. Runs ${CLAUDE_PLUGIN_ROOT}/scripts/foundry-graph-mcp.py with python3. Needs 1 environment variable to run.
Instructions file CodexOpenCode
AGENTS.md instructions for lukasrepublic/agentic-foundry, covering ground rules and where to learn more.
Agent
Application implementer persona. Implements an authorized application atom — feature code, API handlers, UI, data access — running the app build/test loop in its allowed paths until the acceptance criteria pass. Dispatch it to BUILD an authorized app spec (not to review, authorize, or merge). Writes code and runs…
Agent
Framework / self-host implementer persona. Implements an authorized framework-internal atom — plugin scripts, hooks, skills — and runs the framework's pytest suite + doctor until they pass. Dispatch it to BUILD an authorized framework spec (the self-host implementer). It writes plugin code and runs the tests; it never…
Agent
Infrastructure / IaC implementer persona. Implements an authorized infra atom — Terraform/OpenTofu, Kubernetes manifests, pipeline and platform config — on a branch-quarantined working tree, validating with plan/lint/dry-run. Dispatch it to BUILD an authorized infra spec. It NEVER applies — every mutation routes…
Agent
Read-only, separate-context general code reviewer. It reviews a changed diff for correctness, regressions, maintainability, test coverage, and API/contract hygiene, and emits categorized findings (Block / Risk / Nit) for the operator to act on. Use it when an atom changes code and you want a fresh review pass the…
Agent
Test author / runner persona. Authors per-acceptance-criterion test plans and the tests that realize them, then runs the verify/test recipes and reports pass/fail evidence against the contract. Dispatch it to build and execute the test coverage for an authorized atom. It writes and runs tests in a confined tree; it…
Agent
Read-only, separate-context security reviewer. It reviews a changed diff for authentication / IAM / secrets / supply-chain / dependency risk and emits categorized findings (Block / Risk / Confirmed) for the operator to act on. Use it when an atom touches auth, identity/IAM, credentials or secrets, dependency…
Agent
Spec / contract authoring persona. Drafts atomic specs and their acceptance contracts from an intake brief — stable AC IDs, a delimited normative region, checkpoints — without executing anything. Dispatch it to AUTHOR or refine a spec/contract pair (a no-execution, write-only-to-specs persona). It writes spec prose…
Agent
Read-only, separate-context spec reviewer. It audits an atomic spec + its acceptance contract for SHAPE and requirement quality against the industry-grounded template — EARS-phrased singular/measurable acceptance criteria, the Requirement (triggered) vs Invariant (always-true) split, prior-art grounding…
Hook
Runs before the agent uses a tool for Bash, Edit, Write, MultiEdit and NotebookEdit tool calls, executing foundry-harvest-learnings.sh, foundry-git-discipline.sh, foundry-cloud-cli-exec-guard.sh and foundry-cwd-enforce.sh with --protected (4 commands). From lukasrepublic/agentic-foundry.
Hook
Runs after a tool call finishes for Agent and Workflow tool calls, executing foundry-harvest-learnings.sh and foundry-run-metrics.sh (2 commands). From lukasrepublic/agentic-foundry.
Hook
Runs when a session starts on compact, executing foundry-doctor.py, foundry-native-todo-discipline.py and foundry-compact-reinject.sh with --heal and --session-start (4 commands). From lukasrepublic/agentic-foundry.
Hook
Runs when the agent finishes a response, executing foundry-session-learnings.sh. From lukasrepublic/agentic-foundry.
Hook
Runs when a session ends, executing foundry-env-reap.sh. From lukasrepublic/agentic-foundry.
Hook
Runs before the context is compacted, executing foundry-session-learnings.sh. From lukasrepublic/agentic-foundry.
Hook
Runs when a git worktree is created, executing foundry-worktree-create.sh. From lukasrepublic/agentic-foundry.
Hook
Runs when a git worktree is removed, executing foundry-worktree-remove.sh. From lukasrepublic/agentic-foundry.
Skill Claude CodeCodex
Skill "cicd-gitops-pipeline" from lukasrepublic/agentic-foundry, covering when to trigger, the pipeline shape (six parts, one contract), both build origins, one downstream contract and anti-patterns.
Skill Claude CodeCodex
/ branch ENI) so the data tier admits ONLY the dedicated pod SG.
Skill Claude CodeCodex
No artifact. This skill emits prescriptive guidance inline. The implementing agent writes the chart and values files in the assigned IaC worktree.
Skill Claude CodeCodex
Skill "legacy-app-containerize" from lukasrepublic/agentic-foundry, covering when to trigger and anti-patterns.