Reusable agent plugins and skills following AGENTS/skills conventions.
- AGENTS.md: https://agents.md/
- skills format: https://skills.sh/docs
| Plugin | Description |
|---|---|
| vault | Zettelkasten-style vault workflows for Obsidian notes |
| development | Agent context, PR fixups, CLI design, OSS readiness and marketing, session log audits, and self-hosted runners |
.agents/plugins/marketplace.json- local plugin marketplace for Codex*/.codex-plugin/plugin.json- plugin manifests*/skills/*/SKILL.md- skill implementations, the source of truthskills/- generated flat mirror for skills.sh, written bynpm run sync.codex/agents/*.toml- project-scoped Codex subagentsAGENTS.md- repository-level agent instructionsmise.toml- pinned tool versions, used by local development and CI
- Open this repo in Codex.
- Restart Codex so plugin discovery refreshes.
- Install from the Plugin Directory (marketplace:
.agents/plugins/marketplace.json).
This repo also provides top-level installable skills under skills/.
npx skills add markphelps/agent-plugins --skill cli-designTool versions are pinned in mise.toml and managed with
mise. Install mise, then let it install the toolchain:
mise installWith mise activated in your shell, node and npm resolve to the pinned
version automatically. Without it, prefix commands with mise exec --.
npm install
npm run format
npm run validate
npm run sync
actionlintCI runs the same checks: npm run format:check, npm run validate, and
actionlint.