Agent
Identify repeated interactive tasks and encode them as committed scripts. Audit scripts/ for gaps, propose new scripts, and extend existing ones — enforcing the programmatic-first principle.
Agent
Identify repeated interactive tasks and encode them as committed scripts. Audit scripts/ for gaps, propose new scripts, and extend existing ones — enforcing the programmatic-first principle.
Agent
Executive-tier agent owning all git and GitHub API write operations — commits, pushes, PR creation, issue updates, label management. Receives approved changes from any executive after Review APPROVED. The sole executor of remote writes in the fleet.
Agent
First-pass triage on new issues — suggest labels, priority, effort; flag duplicates; draft clarifying comments. Does not close or merge without human confirmation.
Agent
Build and maintain a model selection decision table (capability × cost × latency) and recommend model tiers per task type to minimize token spend.
Agent
Survey local inference stacks (Ollama, LM Studio, llama.cpp), benchmark models, document hardware prereqs, and maintain a local model registry for this project.
Agent
Values ingrained, sovereignty sustained — governance framework for endogenous AI workflows.
Agent
Design locally-distributed MCP framework topologies, evaluate server composition patterns, and define MCP deployment conventions for this project.
Agent
Facilitates GitHub community presence, monitors GitHub discussions, identifies speaker opportunities, and co-hosts events. Operates with community facilitation scope in Month 1; expands to outreach + advocacy in Month 2–3. All public statements require Conor oversight in Phase 1.
Agent
Orchestrate versioning, CHANGELOG entries, and GitHub Releases — manage SemVer decisions, tag commits, and ensure every release has a correlated milestone.
Agent
Finalise reviewed research drafts — update status, commit to docs/research/, and close the corresponding GitHub issue.
Agent
Validate research synthesis drafts against endogenic methodology standards — flag gaps, unsupported claims, and contradictions before archiving.
Agent
Conduct mandatory web searches and survey external authoritative sources for a given research topic. Catalogue raw findings in the session scratchpad — do not synthesize. Web sourcing is non-negotiable for all research sprints.
Agent
Transform raw Scout findings into structured, opinionated synthesis documents in docs/research/ following the expansion→contraction pattern.
Agent
Review changed files against AGENTS.md constraints and project standards before any commit. Read-only — flags issues and returns control to the originating agent.
Agent
Threat-model agentic workflows and identify attack surfaces — survey OWASP, evaluate CIA-triad exposure in agent designs, and produce security synthesis docs.
Agent
Map pytest markers to CI phases, identify untested scripts, and recommend which tests gate which PR merge stage to keep the test suite fast and meaningful.
Agent
Synthesize closed GitHub issues, PRs, and Discussions into JTBD summaries and friction reports for quarterly OSS user research.
Agent
Investigate verbally encoding values in agent instructions — survey philosophy-of-language, alignment literature, and prior art to ground endogenic axiom authoring.
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…
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…
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…
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…
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…
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 →…