markphelps/agent-plugins

3 stars · Last commit 2026-05-04

My AI Agent Plugins

README preview

# Agent Plugins

Reusable agent plugins and skills following AGENTS/skills conventions.

## Standards

- AGENTS.md: https://agents.md/
- skills format: https://skills.sh/docs

## Plugins

| Plugin                        | Description                                                      |
| ----------------------------- | ---------------------------------------------------------------- |
| [vault](./vault/)             | Zettelkasten-style vault workflows for Obsidian notes            |
| [development](./development/) | PR shipping workflow, worktree helpers, and declaudify migration |

## Layout

- `.agents/plugins/marketplace.json` - local plugin marketplace for Codex
- `*/.codex-plugin/plugin.json` - plugin manifests

View full repository on GitHub →