EndogenAI/dogma

Values ingrained, sovereignty sustained — governance framework for endogenous AI workflows

2Stars on the repository
62Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

EndogenAI/dogma

Skill Claude CodeCodex

Encodes the conventions for authoring .agent.md files in .github/agents/: YAML frontmatter requirements, required section headings, relative path rules, cross-reference density, and CI validation. USE FOR: creating or modifying .agent.md role files (VS Code: Custom Agents); diagnosing validateagentfiles.py CI…

2 8d ago A 120 tokens original Apache-2.0

conventional-commit

02

EndogenAI/dogma

Skill Claude CodeCodex

Enforces Conventional Commits format for the EndogenAI Workflows repository. USE FOR: composing commit messages (type(scope): description format); reviewing commit message format before push; understanding allowed types (feat/fix/docs/chore/test/refactor/ci/perf) and scopes…

2 8d ago A 94 tokens original Apache-2.0

corpus-sweep

03

EndogenAI/dogma

Skill Claude CodeCodex

Orchestrates a large-corpus scouting pass (≥20 docs) using batched reads and compressed return. USE FOR: scanning research/, docs/, agent fleet for cross-cutting patterns before a synthesis phase; producing a compressed ≤2000-token findings summary. DO NOT USE FOR: single-doc reads; live web fetches (use…

2 8d ago A 78 tokens original Apache-2.0

EndogenAI/dogma

Skill Claude CodeCodex

Orchestrates the full research sprint: fetch-before-act source warming, Research Scout → Synthesizer → Reviewer → Archivist → Orchestrator commit pipeline. USE FOR: starting a research topic with a formal synthesis deliverable; coordinating the research fleet end-to-end; producing D4 docs/research/.md files with YAML…

2 8d ago A 118 tokens original Apache-2.0

delegation-routing

05

EndogenAI/dogma

Skill Claude CodeCodex

Encodes the Delegation Decision Gate routing table for executive-tier agents: which specialist agent handles each task domain, and when an agent may act directly instead of delegating. USE FOR: deciding which agent to delegate a phase to before execution begins; verifying a planned direct action is on the "act…

2 8d ago A 118 tokens original Apache-2.0

phase-gate-sequence

06

EndogenAI/dogma

Skill Claude CodeCodex

Encodes the mandatory 6-step inter-phase checkpoint sequence that executive-tier agents run after every domain phase and before delegating the next. Includes the context window alert trigger conditions and session handoff prompt template. USE FOR: running the post-phase prune → checkpoint → commit → grep sweep →…

2 8d ago A 131 tokens original Apache-2.0

pr-review-reply

07

EndogenAI/dogma

Skill Claude CodeCodex

Encodes the post-review response loop using scripts/prreviewreply.py: reply to inline PR comments referencing the fix commit, then resolve threads. USE FOR: responding to GitHub PR review comments after fixing the raised issues; batch-reply-and-resolve in one pass; obtaining comment IDs and thread node IDs from the…

2 8d ago A 104 tokens original Apache-2.0

pr-review-triage

08

EndogenAI/dogma

Skill Claude CodeCodex

Mandatory pre-merge gate. Encodes the PR review triage workflow: retrieve all automated and human reviews (Copilot review is auto-triggered on PR open), classify actionable vs. advisory comments, prioritise by blocking/suggestion/nit, batch fixes by file, phase them efficiently, and use scripts/prreviewreply.py to…

2 8d ago A 179 tokens original Apache-2.0

prompt-archaeology

09

EndogenAI/dogma

Skill Claude CodeCodex

Defines the prompt archaeology ritual: systematically mining prior session scratchpads, commit messages, and issue comments to surface decision rationale, failed approaches, and discovered constraints that should be encoded into the substrate. USE FOR: post-sprint review of older session artifacts (.tmp/ scratchpads…

2 8d ago A 131 tokens original Apache-2.0

EndogenAI/dogma

Skill Claude CodeCodex

Pre-delegation rate-limit gate workflow with circuit-breaker, provider-aware policies, and audit logging. Implements safe budget checks before orchestration phases.

2 8d ago A 35 tokens original Apache-2.0

EndogenAI/dogma

Skill Claude CodeCodex

Orchestrates the full research epic planning workflow: scope analysis, dependency mapping, phased workplan authoring, commit, and orientation prompt generation. USE FOR: creating a phased, multi-issue research workplan doc for any milestone or epic with ≥3 issues; producing a committed docs/plans/ doc that future…

2 8d ago A 132 tokens original Apache-2.0

EndogenAI/dogma

Skill Claude CodeCodex

5-step workflow for enriching and executing secondary research sprints on bare-bones GitHub issues (title + URL). Runs Endogenous-First: corpus check before web scouting. Produces a D4 synthesis doc and closes the issue.

2 8d ago A 55 tokens original Apache-2.0

session-management

13

EndogenAI/dogma

Skill Claude CodeCodex

Governs the full agent session lifecycle: scratchpad init/close, encoding checkpoint at session start, compaction guard, phase gate protocol, and session summary. USE FOR: starting a new session (prunescratchpad.py --init); writing ## Session Start with governing axiom; managing cross-agent context in .tmp/ / .md…

2 8d ago A 134 tokens original Apache-2.0

EndogenAI/dogma

Skill Claude CodeCodex

Formalises the post-phase insight harvest and substrate encoding loop: articulate lessons learned, gap-analyse which are already encoded, route encoding gaps to the correct fleet agents, and commit the result. USE FOR: closing a phase with ≥2 novel patterns observed; ending a session where new techniques outperformed…

2 8d ago A 136 tokens original Apache-2.0

skill-authoring

15

EndogenAI/dogma

Skill Claude CodeCodex

Encodes conventions for authoring SKILL.md files in .github/skills/ /: YAML frontmatter, required headings, issue linkage, governance metadata, and CI validation. USE FOR: creating or modifying reusable domain-specific skills; understanding skill vs agent distinction; packaging procedural knowledge for cross-agent…

2 8d ago A 97 tokens original Apache-2.0

source-caching

16

EndogenAI/dogma

Skill Claude CodeCodex

Encodes the fetch-before-act protocol for research sessions: check .cache/sources/ before fetching any URL, use scripts/fetchsource.py to cache external pages as distilled Markdown, then read from disk with readfile instead of re-fetching. USE FOR: pre-warming the source cache at the start of any research session…

2 8d ago A 121 tokens original Apache-2.0

sprint-planning

17

EndogenAI/dogma

Skill Claude CodeCodex

Reviews all open GitHub issues, clusters them by theme and priority, proposes a coherent next sprint with selected issues, creates or updates the sprint milestone, and scaffolds a workplan in docs/plans/. USE FOR: end-of-sprint planning sessions; when the backlog has grown and needs a structured next-sprint proposal…

2 8d ago A 124 tokens original Apache-2.0

EndogenAI/dogma

Skill Claude CodeCodex

Encodes the protocol for extracting and cleaning transcripts from video sources (primarily YouTube) during research sessions. USE FOR: pulling closed captions or auto-generated transcripts when a video is a primary research source; cleaning timestamps and speaker markers for better LLM readability; populating…

2 8d ago A 95 tokens original Apache-2.0

EndogenAI/dogma

Skill Claude CodeCodex

Encodes the full pre-commit guardrail sequence from AGENTS.md as a reusable checklist for any agent before git commit or git push. USE FOR: running lint, format, tests, and compliance checks before every commit; determining which checks apply based on which file types changed; installing pre-commit hooks once per…

2 8d ago A 102 tokens original Apache-2.0

workplan-scaffold

20

EndogenAI/dogma

Skill Claude CodeCodex

Encodes the pre-planning protocol from AGENTS.md: create a workplan doc before any multi-phase session execution, scaffold it with scripts/scaffoldworkplan.py, and commit it before Phase 1 runs. USE FOR: any session with ≥3 phases or ≥2 agent delegations; any session spanning more than one day; creating an auditable…

2 8d ago A 104 tokens original Apache-2.0