mitodl

30 mods across 2 repositories, 59 stars between them.

mitodl/ol-infrastructure

Instructions file CodexOpenCode

Instructions for mitodl/ol-infrastructure, covering agent instructions for ol-infrastructure repository, quick start, environment setup (one-time), validate your changes and documentation index.

57 2d ago A 2,163 tokens original BSD-3-Clause

new-pulumi-project

02

mitodl/ol-infrastructure

Skill Claude CodeCodex

Step-by-step guide for scaffolding a new Pulumi project in ol-infrastructure. Use when creating a new infrastructure, application, or substructure Pulumi project, including stack initialization.

57 2d ago A 43 tokens original BSD-3-Clause

agent-kit AGENTS.md

03

mitodl/agent-kit

Instructions file CodexOpenCode

AGENTS.md instructions for mitodl/agent-kit, covering agents.md, project overview, repository layout, dev setup and key commands.

2 3d ago A 2,267 tokens original BSD-3-Clause

witan-code

04

mitodl/agent-kit

Skill Claude CodeCodex

Tree-sitter code graph for symbol lookups, caller graphs, change-impact analysis, and cross-repo contract tracing. Use instead of grep/Explore when you need exact symbol definitions, who-calls-what, blast radius before an edit, or which repo provides/consumes a shared env var, endpoint, package, or service.…

2 3d ago A 120 tokens original BSD-3-Clause

witan-memory

05

mitodl/agent-kit

Skill Claude CodeCodex

Read from and write to the team's shared agent memory graph. Prefer this over your private built-in/session memory for any durable, team-shareable knowledge. Use when starting work in a repository (load project facts and patterns), after solving a non-obvious problem (store a pattern), when discovering structural…

2 3d ago A 112 tokens original BSD-3-Clause

mitodl/agent-kit

Skill Claude CodeCodex

Track an end-to-end engineering project across multiple agent sessions without explicit handoffs. Use this skill when starting a multi-session project (call workflowprojectcreate then workflowsessionstart), when continuing an existing project in a new session (call workflowsessionstart with the slug injected by the…

2 3d ago A 128 tokens original BSD-3-Clause

witan-task

07

mitodl/agent-kit

Skill Claude CodeCodex

Interactive task manager for the work-coordination graph. Use to triage and claim ready work, create tasks (including epics and sub-issues), link dependencies, and close finished tasks. Also use it whenever you are about to START work on an existing tk- task from anywhere — the ready-task list in your session context…

2 3d ago A 152 tokens original BSD-3-Clause

witan-workflow

08

mitodl/agent-kit

Skill Claude CodeCodex

Interactive workflow session manager. Call at the start of any session to link it to a tracked project. Lists active WorkflowProjects for the current repo, lets the user pick one (or create a new project), then calls workflowsessionstart to register the session in the graph. Also supports ending a session…

2 3d ago A 89 tokens original BSD-3-Clause

mitodl/agent-kit

Skill Claude CodeCodex

Build Docker images for Python services following team conventions. Use this skill when writing Dockerfiles, authoring CI image build pipelines, or adding a new service — covers mitodl image naming, git short-ref tags, relocatable uv venvs, and shared library handling.

2 3d ago A 62 tokens original BSD-3-Clause

mitodl/agent-kit

Skill Claude CodeCodex

Structure and organize Dagster code locations using dg. Use this skill when creating or migrating code locations, placing assets or sensors in the correct location, scaffolding new dg projects, or setting up the dgprojects/ workspace layout.

2 3d ago A 52 tokens original BSD-3-Clause

mitodl/agent-kit

Skill Claude CodeCodex

Modify existing Pulumi infrastructure stacks safely. Use this skill when making any Pulumi IaC changes — always edit the existing stack entrypoint, never create new files, preserve assumeRole and cross-account configuration, and validate with pulumi preview before finishing.

2 3d ago A 56 tokens original BSD-3-Clause

vault-k8s-auth

12

mitodl/agent-kit

Skill Claude CodeCodex

Wire Vault Kubernetes authentication for a service using hvac. Use this skill when adding or modifying Vault auth in any Kubernetes-deployed service — always read the Vault role and mount path from environment variables, never hardcode them.

2 3d ago A 50 tokens original BSD-3-Clause

address-pr-feedback

13

mitodl/agent-kit

Skill Claude CodeCodex

Fetch, categorize, and address GitHub pull request review feedback -- inline review comments, review threads, top-level discussion comments, and failing status checks (GitHub Actions jobs plus third-party checks like pre-commit.ci, GitGuardian, and CodeQL) -- including paginating through large or long-running PRs with…

2 3d ago A 198 tokens original BSD-3-Clause

code-review

14

mitodl/agent-kit

Skill Claude CodeCodex

Review a diff, branch, path, or PR for correctness bugs and reuse/simplification/efficiency cleanups, using a verify-before-reporting pass so findings are checked against the actual code rather than pattern-matched. Portable across agent platforms (Claude Code, pi, Copilot, OpenCode) — needs only git diff and a…

2 3d ago A 148 tokens original BSD-3-Clause

mitodl/agent-kit

Skill Claude CodeCodex

Create a GitHub issue in the mitodl organization using their standard issue templates. Use this skill when asked to create a GitHub issue, open an issue, or file a bug report. Guides user through repo selection, template choice, and gh issue create.

2 3d ago A 61 tokens original BSD-3-Clause

mitodl/agent-kit

Skill Claude CodeCodex

Create a pull request in the mitodl organization using their standard PR template. Use this skill when asked to create a PR, open a pull request, or submit changes for review. Guides branch inspection, title/body population, a pre-submit audit of factual/behavioral claims in the PR body against live evidence, and gh…

2 3d ago C 75 tokens original BSD-3-Clause

mitodl/agent-kit

Skill Claude CodeCodex

Post a properly structured RFC as a GitHub Discussion in the mitodl/hq repository under the RFC category. Use this skill when asked to write or post an RFC, create a design proposal, or document an architectural decision for team review.

2 3d ago A 57 tokens original BSD-3-Clause

dependency-pruning

18

mitodl/agent-kit

Skill Claude CodeCodex

Audit a repository's dependencies to identify those that are unused (safe to remove), underused (few enough features used to vendor or rewrite), imported inefficiently (blocking tree-shaking), or deprecated/sunset (need migration). Use this skill when the user wants to slim down their dependency tree, reduce supply…

2 3d ago A 176 tokens original BSD-3-Clause

dependency-updates

19

mitodl/agent-kit

Skill Claude CodeCodex

Triage, evaluate, and apply dependency updates safely — whether from Renovate PRs, a proactive audit, or a project that has fallen behind. Use this skill when you need to discover what is outdated, decide what is safe to update in parallel, sequence updates that have ordering constraints, evaluate changelogs and blast…

2 3d ago A 137 tokens original BSD-3-Clause

deploy-verification

20

mitodl/agent-kit

Skill Claude CodeCodex

Verify that a merged infrastructure, config, or manifest change actually took effect in the deployed environment — not just that it merged. Use this skill when asked to "verify the deploy", "confirm this is live", "check the rollout", "did this actually deploy", or after any ConfigMap/Secret/env/Pulumi/Helm change…

2 3d ago A 127 tokens original BSD-3-Clause

generate-standup

21

mitodl/agent-kit

Skill Claude CodeCodex

Generates a daily standup post from GitHub activity and agent session history, and posts it to the mitodl/hq Check-ins discussion. Use when asked to write, generate, or post a daily standup — fetches PR, issue, discussion, and code-review activity via the gh CLI, queries recent agent sessions, asks clarifying…

2 3d ago B 106 tokens original BSD-3-Clause

github-issue-triage

22

mitodl/agent-kit

Skill Claude CodeCodex

Audit open GitHub issues to identify which are outdated, already completed, or superseded by newer issues — using parallel subagents to cross-reference issue descriptions against the current codebase and git history. Use this skill when asked to triage issues, find stale issues, clean up the backlog, identify what can…

2 3d ago A 82 tokens original BSD-3-Clause

github-pr-triage

23

mitodl/agent-kit

Skill Claude CodeCodex

Enumerate your open GitHub pull requests across an org (or a single repo) and categorize each by the action it actually needs: needs a first-pass bot review (Copilot/Claude/Gemini), awaiting a requested reviewer, has review feedback to address, formally has changes requested, or is approved and ready to merge. Use…

2 3d ago A 128 tokens original BSD-3-Clause

mitodl/agent-kit

Skill Claude CodeCodex

Summarize open Renovate dependency-update PRs across a GitHub org, narrowed to the repos you personally worked in recently, ranked by descending security urgency using real GitHub Advisory Database severity, CVSS and EPSS data. Use this skill when asked what dependency updates need attention, which Renovate PRs are…

2 3d ago A 157 tokens original BSD-3-Clause