lukasrepublic

67 mods across 1 repository, 1 stars between them.

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

No artifact. This skill emits prescriptive guidance inline. The implementing agent writes the OpenTofu/Terraform files in the assigned IaC worktree.

1 yesterday A 0 tokens original MIT

origin-mtls-wiring

26

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Skill "origin-mtls-wiring" from lukasrepublic/agentic-foundry, covering when to trigger, the load-bearing rollout ordering (and its rollback), the dns trap (masquerades as an mtls failure), custody extras (before a signer/custody service is public) and anti-patterns.

1 yesterday A 0 tokens original MIT

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Skill "tenant-network-isolation" from lukasrepublic/agentic-foundry, covering when to trigger, the verification recipe — prove the deny, don't assume it, cluster prerequisites (the fragment is inert without them) and anti-patterns.

1 yesterday A 0 tokens original MIT

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Additionally, namespace test-generated data to prevent bleed between parallel runs: prefix email addresses with the test-file slug, prefix IP addresses with a test-run ID, and prefix queue job IDs where applicable.

1 yesterday A 0 tokens original MIT

bullmq-jobs

29

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Skill "bullmq-jobs" from lukasrepublic/agentic-foundry, covering when to trigger, procedure, inputs, outputs and quality bar.

1 yesterday A 0 tokens original MIT

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Default command for population on a fresh worktree or after a git pull that includes a lockfile change: npm ci — lockfile-respecting, deterministic install. Run from the project root. This is the form CI workflows and Dockerfiles use. The bare npm install form is acceptable only when the lockfile is known-stale or for…

1 yesterday A 0 tokens original MIT

nextjs-ssr-patterns

31

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Default command for population on a fresh worktree or after a git pull that includes a lockfile change: npm ci — lockfile-respecting, deterministic install. Run from the project root. This is the form CI workflows and Dockerfiles use. The bare npm install form is acceptable only when the lockfile is known-stale or for…

1 yesterday A 0 tokens original MIT

playwright-e2e

32

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Skill "playwright-e2e" from lukasrepublic/agentic-foundry, covering when to trigger, procedure, inputs, outputs and quality bar.

1 yesterday A 0 tokens original MIT

vite-spa-patterns

33

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Default command for population on a fresh worktree or after a git pull that includes a lockfile change: npm ci — lockfile-respecting, deterministic install. Run from the project root. This is the form CI workflows and Dockerfiles use. The bare npm install form is acceptable only when the lockfile is known-stale or for…

1 yesterday A 0 tokens original MIT

vitest-unit

34

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

No artifact. This skill emits prescriptive guidance inline. The implementing agent writes test files in the assigned worktree.

1 yesterday A 0 tokens original MIT

audit

35

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

DORMANT-INVOCABLE, non-default deep audit (/foundry:audit) via the native Workflow tool — a PHASED remediate-between-passes engine. The single-pass /foundry:spec-review (see skills/spec-review/SKILL.md) replaced this as the default review verb; this engine is kept for an EXCEPTIONAL deep audit only (operator-invoked…

1 yesterday A 191 tokens original MIT

authorize-release

36

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Batch front-authorization review over a release's N atoms (/foundry:authorize-release) — ergonomics without relaxing PER-ATOM granularity. Displays every atom's acceptance-contract checkpoints, the operator confirms, and each atom is authorized singly via the standard /foundry:authorize flow. Trigger after…

1 yesterday A 71 tokens original MIT

authorize

37

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

The Foundry front-authorization gate (/foundry:authorize). Display an atom's acceptance-contract checkpoints to the operator, get explicit confirmation, then freeze the operator-signed authorization (specsha256 + contractsha256) onto acceptance-contract.yaml. The load-bearing v1 safety action — an un-authorized spec…

1 yesterday A 101 tokens original MIT

certify-local

38

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Deploy a release ONCE locally and run its full tagged journey suite against that one instance (/foundry:certify-local , introduced in the v0.25.0 certification realignment, CONSTITUTION.md §V factory-mode tail). Resolves the release manifest + the active stack profile's boot recipe, runs plain npx playwright test…

1 yesterday A 145 tokens original MIT

certify-staging

39

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Emit the staging certification checklist for a release (/foundry:certify-staging , introduced in the v0.25.0 certification realignment, CONSTITUTION.md §V factory-mode tail). Fills context/staging-checklist-template.md from the release manifest + the staging binding in .claude/foundry-project.json, observes deploy…

1 yesterday A 141 tokens original MIT

coherence-check

40

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Advisory citation-coherence sweep over the direct-edit WORKSPACE corpus (/foundry:coherence-check). Builds the citation graph FRESH every run (no cache trust), then reports broken citations vs out-of-scope citations as deterministic JSON with a tri-state fail-closed exit. ADVISORY, NOT a merge gate — not part of the…

1 yesterday A 113 tokens original MIT

context

41

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Context lifecycle as thin seams over native primitives (/foundry:context ). WRAP of the ctx- skills — additive over native /compact, --resume, /rewind, and the context sensor; never reinvents transcript replay. Trigger to snapshot/resume a session's distilled arc-state or check context budget.

1 yesterday A 72 tokens original MIT

cut-release

42

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Cut an agentic-foundry release as a guarded playbook (/foundry:cut-release). Encodes the hand-run cut procedure as a loop whose EXIT GATE is the existing acceptance verdict — verifies the ordered preconditions (plugin.json version, CHANGELOG section; the marketplace.json catalogue bump is deferred to the re-pin commit…

1 yesterday A 165 tokens original MIT

dashboards-as-code

43

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Migrate a fleet of hand-built monitoring dashboards into version-controlled code with a MACHINE-CHECKED equivalence proof. The five-part harness: immutable golden originals → a typed emitter with a generic panel factory whose unknown-kind fallback FLAGS (never silently guesses) → a renderer back to platform JSON → a…

1 yesterday A 189 tokens original MIT

data-tier-cutover

44

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

The stateful-tier migration PROCEDURE skill — cut an app's SQL database + cache over from self-managed instances to a managed serverless target. A read-only procedure the generic agent runs alongside the id- infra-delivery steps: it drives the fail-closed cutover-mechanism DECISION TREE (snapshot-restore vs…

1 yesterday A 233 tokens original MIT

decommission-gate

45

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

The governed turn-off primitive — no legacy component is severed until its replacement has PROVEN independence and the old side is provably safe, recorded in an append-only operator-bound validation ledger the gate RE-DERIVES from live re-checks at turn-off time (fail-closed, waiver-blind). Drives…

1 yesterday A 185 tokens original MIT

deploy-status

46

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Observe-only deploy status (/foundry:deploy-status). Deploy is CD-owned (ArgoCD App-of-Apps, GitOps); Foundry OBSERVES sync + health AND cross-checks deployed-artifact identity vs the expected merged commit (STALE/NOT-ROLLED), it does not push deploys. Production deploy is operator-gated under BOTH modes. Trigger to…

1 yesterday A 100 tokens original MIT

dispatch

47

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Dispatch one authorized atom's implementation to a worker via the NATIVE Agent tool (/foundry:dispatch). The lean replacement for the bespoke dispatch-queue + dispatch-agent stack — no queue/flock/manifest for SINGLE-REPO adopters. A MULTI-REPO adopter (workspace ⟷ product-clone) adds a minimal targetrepo manifest +…

1 yesterday A 115 tokens original MIT

doctor

48

lukasrepublic/agentic-foundry

Skill Claude CodeCodex

Foundry health check (/foundry:doctor) — a thin, five-check probe (the v0.25.0 test-suite realignment shrank this from a 2,900-line drop-in-check registry to one file). Checks the plugin manifest loads, hooks.json parses with every referenced hook script present, every skills//SKILL.md frontmatter YAML-parses, the…

1 yesterday A 155 tokens original MIT