agent-plugins

agent
Security Audit
Fail
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in scripts/sync-skills.sh
  • fs module — File system access in scripts/validate-plugins.js
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

My AI Agent Plugins. There are many like these but these are mine.

README.md

Agent Plugins

Reusable agent plugins and skills following AGENTS/skills conventions.

Standards

Plugins

Plugin Description
vault Zettelkasten-style vault workflows for Obsidian notes
development Agent context, PR fixups, CLI design, OSS readiness and marketing, session log audits, decision records, and self-hosted runners

Layout

  • .agents/plugins/marketplace.json - local plugin marketplace for Codex
  • */.codex-plugin/plugin.json - plugin manifests
  • */skills/*/SKILL.md - skill implementations, the source of truth
  • skills/ - generated flat mirror for skills.sh, written by npm run sync
  • .codex/agents/*.toml - project-scoped Codex subagents
  • AGENTS.md - repository-level agent instructions
  • mise.toml - pinned tool versions, used by local development and CI

Using With Codex

  1. Open this repo in Codex.
  2. Restart Codex so plugin discovery refreshes.
  3. Install from the Plugin Directory (marketplace:
    .agents/plugins/marketplace.json).

Using With skills.sh

This repo also provides top-level installable skills under skills/.

npx skills add markphelps/agent-plugins --skill cli-design

Development

Tool versions are pinned in mise.toml and managed with
mise. Install mise, then let it install the toolchain:

mise install

With 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
actionlint

CI runs the same checks: npm run format:check, npm run validate, and
actionlint.

License

MIT

Reviews (0)

No results found