Jarroslav/agentic-os

A governed, portable engineering platform for coding agents: the governance layer (agentic-os), the SDLC pipeline that runs on it (agentic-sdlc), and a Quality Engineering blueprint catalog (agentic-qe).

0Stars on the repository
41Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

agentic-doctor

01

Jarroslav/agentic-os

Skill Claude CodeCodex

Standalone verifier for an agentic-os install — checks the file manifest against the install journal, py-compiles AND imports every hook it owns (a badly-rendered scalar compiles but raises on load), dry-runs the enforcement hooks with canned events (block hooks must exit 2 on a synthetic violation, 0 on clean), runs…

0 1mo ago C 184 tokens original Apache-2.0

agentic-init

02

Jarroslav/agentic-os

Skill Claude CodeCodex

Install the agentic-os process layer into the current repo — interview (role presets, HITL dial, autonomy matrix, stack confirm, adapters), dependency registration, template scaffold, stack-specific agent generation with instruction-quality audit, then doctor verification. Journaled and resumable. Use when the user…

0 1mo ago A 127 tokens original Apache-2.0

agentic-uninstall

03

Jarroslav/agentic-os

Skill Claude CodeCodex

Remove one or more role presets from a repo's scaffolded agentic-os layer, or the whole layer with --all — not by deleting a role's files, but by recomputing the desired state for the remaining preset union and converging the repo to it, so the result equals a fresh install of the roles that stay. Set-difference over…

0 1mo ago A 203 tokens original Apache-2.0

agentic-upgrade

04

Jarroslav/agentic-os

Skill Claude CodeCodex

Upgrade a repo's scaffolded agentic-os layer to the currently installed plugin version — per-file three-way reconciliation via the install journal's recorded sha256 (unchanged managed files overwritten, user-modified files diffed and prompted, managed blocks replaced wholesale, generated agents offered regeneration…

0 1mo ago A 134 tokens original Apache-2.0

eval-harness

05

Jarroslav/agentic-os

Skill Claude CodeCodex

Scaffold a two-layer eval framework — deterministic contract checks plus optional LLM-judge behavioral cases — for every Claude Code skill (and agent file) in a repository. Invoke when the user asks to add evals, regression guards, or skill tests, to wire eval automation into hooks/CI, or to extend an existing…

0 1mo ago A 91 tokens original Apache-2.0

qe-blueprints

06

Jarroslav/agentic-os

Skill Claude CodeCodex

Invoke when the user wants to start, scaffold, bootstrap, or implement a quality-engineering blueprint or an agentic test-automation setup — interviews the user, matches intent to one of 28 bundled QE blueprints, and generates a fill-in-ready agent framework (context file, agent stubs, skill stubs) for Claude Code…

0 1mo ago A 107 tokens original Apache-2.0

acceptance-check

07

Jarroslav/agentic-os

Skill Claude CodeCodex

Required functional proof for anything user-visible, run right after gate-runner. When a change touches UI or another externally visible surface, it reuses e2e coverage that already exists, or generates a focused Playwright check when none does; either way it captures screenshots, console output, and network errors…

0 1mo ago A 100 tokens original Apache-2.0

Jarroslav/agentic-os

Skill Claude CodeCodex

Resolves the SDLC code-review gate with a multi-lens review fan-out and persists one canonical verdict JSON as the hand-off back to gate-arbiter. Invoked inline (Skill tool) by gate-arbiter at gate ids code-review.final (full multi-lens pass after implementation evidence) and code-review.check (narrow re-check of…

0 1mo ago A 151 tokens original Apache-2.0

code-review

09

Jarroslav/agentic-os

Skill Claude CodeCodex

Standalone, on-demand multi-lens code review of local git changes, outside any managed SDLC pipeline. Invoke when the user says "code review", "review my changes", "review my code", "review my branch", "review staged changes", "review this diff", or "run a code review" — and no pipeline is already driving the review.…

0 1mo ago A 149 tokens original Apache-2.0

effort-sizing

10

Jarroslav/agentic-os

Skill Claude CodeCodex

Thin gating skill that classifies a task's complexity when the caller's own heuristics cannot confidently route it. Invoke when you need to decide between going straight to detailed planning versus running a design/ideation pass first, or when a task might be too large to plan directly. Trigger phrases include "score…

0 1mo ago A 198 tokens original Apache-2.0

gate-arbiter

11

Jarroslav/agentic-os

Skill Claude CodeCodex

Invoke this skill whenever an SDLC pipeline phase reaches a judgment gate and needs a resolved, logged verdict — spec approval, plan approval, QA drift, code review (final or check round), requirements ambiguity, spec clarification, or feature verification. Trigger phrases include "resolve this gate", "route this…

0 1mo ago A 164 tokens original Apache-2.0

gate-runner

12

Jarroslav/agentic-os

Skill Claude CodeCodex

Run the host project's quality gates in a fixed order (lint -> build -> unit tests -> affected tests -> optional UI tests) and return a structured, machine-readable merge-readiness report. Runner-agnostic: detects the build tool (npm/pnpm/yarn/cargo/poetry/uv/go) from manifest files, caches a gate plan, and defers…

0 1mo ago A 187 tokens original Apache-2.0

mr-submit

13

Jarroslav/agentic-os

Skill Claude CodeCodex

Commit with a mandatory ticket reference, push, and open an MR or PR. Commit, branch, and title conventions are read from .agentic/guides/standards/git-workflow.md; the MR/PR adapter (a CLI, MCP server, or custom command) is read from the ## Review Adapter section of .agentic/guides/project.md. No source-control…

0 1mo ago A 159 tokens original Apache-2.0

mr-watch

14

Jarroslav/agentic-os

Skill Claude CodeCodex

Watch one open MR/PR and autonomously clear whatever blocks merge — CI failures, requested-change reviewer comments, and merge conflicts — on a polling loop until the request merges, closes, or the user stops it. Adapter-driven: no source-control platform is hardcoded. Invoke when the user says "watch the MR"…

0 1mo ago A 149 tokens original Apache-2.0

qa-baseline

15

Jarroslav/agentic-os

Skill Claude CodeCodex

Bootstrap the QA knowledge foundation for a repo: discover test files, coverage reports, CI test gates, and QA docs; configure adapters to external QA sources (test-case management, QA documentation, external test repos); then write two persistent guides — qa-strategy.md and qa-health.md — under…

0 1mo ago A 174 tokens original Apache-2.0

qa-case-generator

16

Jarroslav/agentic-os

Skill Claude CodeCodex

Turn one work-item id into reviewed, backend-synced functional test cases. Invoke when the user says "generate test cases for PROJ-123", "write test cases from this ticket", "qa cases for ", or hands you a single Jira / Azure DevOps / GitHub / GitLab work-item id and wants manual or API-level functional cases.…

0 1mo ago A 141 tokens original Apache-2.0

qa-e2e-generator

17

Jarroslav/agentic-os

Skill Claude CodeCodex

Turn one work-item id into executable end-to-end (UI/API) test automation. Invoke when a QA engineer hands you a ticket id and wants a full E2E suite generated, run, reviewed, and pushed for review. Triggers: "generate e2e tests for PROJ-123", "qa-e2e-generator PROJ-123", "write end-to-end tests for this ticket"…

0 1mo ago A 181 tokens original Apache-2.0

qa-scoping

18

Jarroslav/agentic-os

Skill Claude CodeCodex

Plans and reviews QA on a per-feature basis, in three modes that sdlc-engine invokes directly: --checklist (Phase 6) turns requirements and QA knowledge into qa-checklist.md before implementation starts; --review-tests (Phase 8) reviews the tests that were written for quality and completeness; --update (Phase 11)…

0 1mo ago A 118 tokens original Apache-2.0

release-manager

19

Jarroslav/agentic-os

Skill Claude CodeCodex

Audit a software release by cross-referencing git commits in a release range against tickets carrying the release's fix version, then emit a gap-analysis report in Markdown tables. Invoke when the user says "validate the release", "release audit", "check what shipped in ", "cross-reference commits and tickets", "did…

0 1mo ago A 140 tokens original Apache-2.0

repo-audit-guides

20

Jarroslav/agentic-os

Skill Claude CodeCodex

Read-only audit of a repository's documentation, structure, and agentic assistant setup, run before knowledge planting so the downstream repo-guides workflow knows how to handle every pre-existing doc and assistant surface. Invoke when the user asks to survey, audit, inspect, assess, or review repo docs, assistant…

0 1mo ago A 153 tokens original Apache-2.0

repo-guides

21

Jarroslav/agentic-os

Skill Claude CodeCodex

First-time knowledge setup for a repository: survey the stack, generate the curated guide tree under .agentic/guides/, and wire the AI entrypoint (AGENTS.md plus a CLAUDE.md shim). User-triggered only. Invoke when the user says "repo guides", "set up repo guides", "generate the guides", "bootstrap this repo for AI"…

0 1mo ago A 175 tokens original Apache-2.0

role-memory

22

Jarroslav/agentic-os

Skill Claude CodeCodex

Per-role persistent memory for agents — durable curated facts, preferences, and decisions plus an append-only episodic daily log, stored as plain markdown under .agents/memory/ /. Invoke when the user says "remember this", says "log this", or asks "what did you learn yesterday" — and whenever you observe a fact…

0 1mo ago A 159 tokens original Apache-2.0

sdlc-auto

23

Jarroslav/agentic-os

Skill Claude CodeCodex

Start an autonomous ("factory mode") SDLC run from a task description, external work-item reference, story path, or greenfield idea, on hosts that support skills but not custom slash commands. Trigger on "run autonomously", "factory mode", "ship this without asking", or a request for the legacy sdlc:autonomous…

0 1mo ago A 143 tokens original Apache-2.0

sdlc-brief

24

Jarroslav/agentic-os

Skill Claude CodeCodex

Runs a lightweight, human-in-the-loop SDLC flow for a task the user has already sized as XS/S/M: brainstorm-lite, spec, plan, inline TDD, one code-review round, and gate-runner on the current feature branch — no complexity scoring, no per-task subagents, no evidence files, no worktrees. Invoke on phrases like "run…

0 1mo ago C 210 tokens original Apache-2.0