Yesterday's PUBLIC plugin catalog for Claude Code and Cursor.
A unified marketplace + monorepo of agent skills and bundled plugins.
/plugin marketplace add Yesterday-AI/skills
/pluginThen install plugins individually:
/plugin install office@yesterday-public-plugins
/plugin install personal-agent@yesterday-public-plugins
/plugin install systems-operations@yesterday-public-plugins
# ... etcCursor reads the same marketplace catalog -- the manifest is mirrored at ./.cursor-plugin/marketplace.json. See Cursor plugin docs for the latest install flow.
git clone https://github.com/Yesterday-AI/skills
cd skills
node compile.mjs # build .compiled/ + symlinks
/plugin marketplace add ./ # add this repo as a local marketplaceNo auth required -- this catalog is public.
14 plugins total: 1 external, 4 bundles, 10 standalone skills.
| Plugin | Purpose |
|---|---|
| office | Daily-work core -- 6 generic skills (exa search, excalidraw, slack, GitHub, web/x scrapers) |
| office-extras | Daily-work extras tier -- 4 SaaS integrations (Figma, Miro, Voxtral TTS, VRR) |
| personal-agent | Agent core -- 14 generic agent skills (multi-agent, patrols, self-improvement) |
| systems-operations | Ops core -- 6 skills (opentofu, railway-deploy, butler-deploy, land-and-deploy, canary, setup-deploy) |
| Skill | Purpose |
|---|---|
| para-memory-files | PARA-method file-based agent memory |
| voxtral-tts-api | Mistral Voxtral TTS API client |
| Skill | Purpose |
|---|---|
| creative-productivity | Deliverables orchestrator (excalidraw + miro + reveal/marp + draw.io) |
| excalidraw-diagram | Hand-drawn diagrams as Excalidraw JSON |
| figma-console-mcp | Figma + FigJam + Slides via MCP |
| miro-board | Miro board content via MCP |
| web-design | Build distinctive, production-grade frontend interfaces |
| Skill | Purpose |
|---|---|
| create-shareable-skill | Author a catalog-ready skill: quality gate, placement routing, scaffold, docs, PR |
| paperclip-api | Paperclip AI REST API client (companies, agents, issues, budgets) |
| Skill | Purpose |
|---|---|
| vrr-efa-api | VRR (Verkehrsverbund Rhein-Ruhr) live transit API |
| Plugin | Source | Purpose |
|---|---|---|
| ytstack | github Yesterday-AI/ytstack |
Engineering OS for AI coding agents -- project-OS artifact discipline + curated skill wrappers |
compile.mjs discovers skills/**/SKILL.md, generates per-skill plugin scaffolds in .compiled/skill-plugins/, and produces .compiled/marketplace.json from the top-level header (./marketplace.json) merged with auto-discovered bundles + standalone.
node clean.mjs # wipe .compiled/ + root symlinks
node compile.mjs # rebuild from sourcesSee .ytstack/DECISIONS.md for the rationale (single Node script, no build infra, symlink-first strategy).
MIT. See LICENSE. Listed plugins carry their own license (mostly MIT). External plugins are fetched from their upstream repos and not redistributed.
Maintained by Yesterday.