Reusable Codex skills, project maintainer skills, optional repo-local plugins, and MCP install helpers.
This repository is organized around reusable installable skills:
- Reusable skills under
skills/, which can be linked locally or installed into Codex.
Project-only maintainer workflows live under .agents/skills/, optional repo-local plugin discovery lives under .agents/plugins/, and global MCP setup helpers live under mcps/.
| Path | Purpose |
|---|---|
skills/ |
Reusable skills, each with a SKILL.md entrypoint and agents/openai.yaml metadata. |
plugins/ |
Optional repo-local Codex plugins, each with .codex-plugin/plugin.json and optional bundled skills. |
.agents/skills/ |
Project-local maintainer skills for working on this repository. |
.agents/plugins/marketplace.json |
Local plugin discovery surface for this checkout. |
mcps/ |
Helpers for installing global Codex MCP server entries not bundled with Codex itself. |
skills-link.sh |
Local development helper that links reusable skills into ~/.agents/skills. |
There are currently no repo-local plugins registered in .agents/plugins/marketplace.json.
| Skill | Purpose |
|---|---|
autoreview |
Run Codex-only structured closeout review before final, commit, PR, or ship. |
code-wiki |
Generate an evidence-backed linked HTML wiki for a local repository or git URL. |
crusty |
Direct-only skeptical critique for work decisions, plans, architecture, naming, and tradeoffs. |
domain-modeling |
Build and maintain project domain language and durable decisions while work is being clarified. |
git-commit |
Handle commit and push-only requests with direct git commands and explicit staging. |
github-ci |
Inspect GitHub Actions checks and failing PR logs with direct gh reads or the focused ci-inspect CLI. |
github-deep-review |
Review GitHub issues, PRs, and fixes by tracing root cause, provenance, proof, and fix quality. |
github-issues |
Manage GitHub issues with direct gh commands for creation, edits, labels, types, comments, closure, relationships, and dry-runs. |
github-portfolio-triage |
Scan multiple GitHub repos read-only for queue, PR, issue, CI, release, blocker, and next-action summaries. |
github-releases |
Check, plan, draft, publish, and validate GitHub releases, tags, release notes, and packages. |
github-review-threads |
Inspect PR review threads, draft or post replies, and manage conversation comments. |
github-stars |
Manage authenticated-user GitHub stars and star lists with a focused stars CLI. |
github-triage |
Inspect current-repo GitHub issue and PR queues read-only; route mutations to github-issues. |
okf |
Write, scaffold, inspect, and validate Open Knowledge Format markdown bundles with the shipped OKF CLI. |
triage |
Triage GitHub or local markdown issues into typed workflow states and agent-ready queues. |
grill-me-with-context |
Stress-test repo-backed plans with project context and capture docs or ADRs. |
improve-codebase-architecture |
Find evidence-backed architecture candidates, then pressure-test the selected refactor before implementation. |
skill-cli-creator |
Build host-aware embedded CLIs that live inside a skill or plugin under scripts/. |
tanstack |
Review or build TanStack apps across Query, Router, Start, Form, Table, Virtual, Store, DB, AI, CLI, and integrations. |
codex-changelog |
Print installed Codex CLI and Codex App changelogs from GitHub Releases and the OpenAI Codex changelog page. |
xcode-changelog |
Resolve active Xcode notes, include latest notes when behind, look up a version, or list Apple Xcode release notes. |
plan-harder |
Create higher-rigor implementation plans or harden single issues before coding. |
plan-feature |
Manual feature planning into PRDs and agent-ready issues, including prd-only and issues-from-existing-prd modes. |
grill-me |
Stress-test plans, decisions, drafts, workflows, and coding approaches on explicit request. |
learn |
Capture confirmed durable corrections or preferences and write them only to AGENTS.md. |
project-memory |
Configure tracker, delivery, context, and localization memory. |
codex-orchestrator |
Coordinate PRD-backed or queue-driven work with Goal mode, gates, workers, ledgers, Codex PR review, and authorized merge-ready closeout. |
postgres |
Connect to Postgres, run SQL/diagnostics, inspect schemas/migrations, and review query, PostGIS, or pgvector patterns. |
skill-audit |
Audit installed Codex skills, plugin packages, and bundled plugin skills using repo, memory, session, and portfolio-health evidence. |
swift-api-design |
Design or review Swift APIs using local summaries and the bundled official Swift API Design Guidelines. |
swift-docc |
Write, structure, review, and publish Swift-DocC docs using local summaries and bundled DocC sources. |
yeet |
Publish local work as a branch and draft PR by composing standalone git and GitHub skills. |
The reusable tanstack skill covers TanStack AI, CLI, Config, DB, Devtools, Form, Pacer, Query, Ranger, Router, Start, Store, Table, Virtual, and cross-stack integration from one $tanstack invocation surface.
- Product references live under
skills/tanstack/references/:ai.md,cli.md,config.md,db.md,devtools.md,form.md,integration.md,pacer.md,query.md,ranger.md,router.md,start.md,store.md,table.md,virtual.md. - Router references include
router-routing-structure.md,router-navigation-and-search.md,router-data-loading-and-ssr.md,router-auth-and-failures.md, androuter-plugin-and-splitting.md. - Start references include
start-framework-and-execution.md,start-server-functions-and-routes.md,start-middlewares-and-server-core.md,start-server-components-and-migrations.md, andstart-deployments.md. - CLI references include
cli-scaffolding.md,cli-addons-existing-app.md,cli-ecosystem-integrations.md,cli-custom-addons-dev-watch.md, andcli-docs-and-library-metadata.md.
This repository ships one broad reusable tanstack skill rather than separate upstream-style product plugins, narrow focused skills, or bundle aliases such as tanstack-all. For TanStack application work, install the reusable TanStack skill instead of copying advice from mixed community sources.
code-wikirequires$imagegenwhen generating raster overview or conceptual images for a wiki.codex-orchestratorrequires$autoreviewand the relevant standalone Git/GitHub skills for GitHub-backed triage, issue lifecycle, CI, review, release, commit, or publish work:$github-triage,$github-issues,$github-portfolio-triage,$github-ci,$github-deep-review,$github-review-threads,$github-releases,$git-commit, and$yeet. It routes rough new feature intent and existing PRDs without generated implementation issues through$plan-featurebefore scheduling implementation work.grill-me-with-contextrequires$grill-meand$domain-modelingso it can run the questioning loop and update project context docs or ADRs inline.improve-codebase-architecturerequires$grill-me-with-contextto pressure-test the selected architecture candidate before implementation.plan-featurerequires$project-memory,$grill-me-with-context, and$plan-harderso it can run setup, repo-backed clarification, PRD writing, and configured agent-ready issue generation. It uses$github-issuesfor GitHub PRD or issue publishing, issue type and label handling, parent/sub-issue relationships, and dry-run command mechanics.project-memoryrequires$domain-modelingwhen seeding or enrichingCONTEXT.mdor ADRs from repo, workspace, session evidence, or project context moved out ofAGENTS.md.triagerequires$project-memoryfor tracker setup when project memory is missing, uses$grill-me-with-contextwhen issue intent needs repo-backed clarification, requires$plan-harderbefore marking an issueready-for-agent, and uses$github-issuesfor GitHub issue mutations.yeetrequires$git-commit; it may route to$github-triage,$github-issues,$github-deep-review,$github-ci, or$github-review-threadsfor focused GitHub follow-up work.
| Skill | Path | Purpose |
|---|---|---|
| Maintainer | .agents/skills/Maintainer/ |
Maintain repo skills and plugins through metadata, description, consistency, and refresh workflows. |
Project-local skills are repository-specific and are not included in reusable install commands.
Repo-local plugins are exposed through .agents/plugins/marketplace.json; they are not installed by skills-link.sh.
No repo-local plugins are currently registered. Use the standalone reusable git and GitHub skills for git authoring, GitHub triage, CI, reviews, releases, and publishing.
Run this from the repository root to link skills/ into ~/.agents/skills:
./skills-link.shThis helper only links reusable skills. It does not install, mirror, or rewrite plugin marketplace entries.
Inside Codex, install all reusable skills with:
Use $skill-installer to install skills from alemar11/dotagents --path skills/autoreview skills/code-wiki skills/crusty skills/domain-modeling skills/git-commit skills/github-ci skills/github-deep-review skills/github-issues skills/github-portfolio-triage skills/github-releases skills/github-review-threads skills/github-stars skills/github-triage skills/okf skills/triage skills/grill-me-with-context skills/improve-codebase-architecture skills/skill-cli-creator skills/tanstack skills/codex-changelog skills/xcode-changelog skills/plan-harder skills/plan-feature skills/grill-me skills/learn skills/project-memory skills/codex-orchestrator skills/postgres skills/skill-audit skills/swift-api-design skills/swift-docc skills/yeet
Install one reusable skill by passing only its path:
Use $skill-installer to install skills from alemar11/dotagents --path skills/code-wiki
Replace skills/code-wiki with any path listed in the reusable skills table.
These commands use the vercel-labs/skills CLI and target Codex directly.
List the skills available in this repository:
npx skills add alemar11/dotagents --listInstall all reusable skills globally for Codex:
npx skills add alemar11/dotagents -a codex -g -y \
--skill autoreview \
--skill code-wiki \
--skill crusty \
--skill domain-modeling \
--skill git-commit \
--skill github-ci \
--skill github-deep-review \
--skill github-issues \
--skill github-portfolio-triage \
--skill github-releases \
--skill github-review-threads \
--skill github-stars \
--skill github-triage \
--skill okf \
--skill triage \
--skill grill-me-with-context \
--skill improve-codebase-architecture \
--skill skill-cli-creator \
--skill tanstack \
--skill codex-changelog \
--skill xcode-changelog \
--skill plan-harder \
--skill plan-feature \
--skill grill-me \
--skill learn \
--skill project-memory \
--skill codex-orchestrator \
--skill postgres \
--skill skill-audit \
--skill swift-api-design \
--skill swift-docc \
--skill yeetInstall one reusable skill globally for Codex:
npx skills add alemar11/dotagents -a codex -g -y --skill code-wikiReplace code-wiki with any skill name from the reusable skills table. Omit -g to install into the current project's .agents/skills/ instead of your global ~/.codex/skills/.
Restart Codex after installing or updating skills.