{"id":51522476,"url":"https://github.com/cedi/agent-plugins","last_synced_at":"2026-07-08T17:01:36.331Z","repository":{"id":369729128,"uuid":"1277204516","full_name":"cedi/agent-plugins","owner":"cedi","description":"Reusable AI-agent configuration shared across Claude Code, OpenCode, Codex, and Cursor.","archived":false,"fork":false,"pushed_at":"2026-07-06T17:23:15.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-06T18:06:59.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-22T17:19:20.000Z","updated_at":"2026-07-06T17:23:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cedi/agent-plugins","commit_stats":null,"previous_names":["cedi/agent-plugins"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cedi/agent-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedi%2Fagent-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedi%2Fagent-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedi%2Fagent-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedi%2Fagent-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedi","download_url":"https://codeload.github.com/cedi/agent-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedi%2Fagent-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35271852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-08T17:01:35.524Z","updated_at":"2026-07-08T17:01:36.322Z","avatar_url":"https://github.com/cedi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cedi's Agent Plugins\n\n[![validate](https://github.com/cedi/agent-plugins/actions/workflows/validate.yml/badge.svg)](https://github.com/cedi/agent-plugins/actions/workflows/validate.yml)\n[![release](https://img.shields.io/github/v/release/cedi/agent-plugins?logo=github)](https://github.com/cedi/agent-plugins/releases)\n[![Agent Skills](https://img.shields.io/badge/Agent%20Skills-standard-5865F2)](https://agentskills.io)\n\nReusable AI-agent configuration shared across **Claude Code, OpenCode, Codex, and\nCursor**.\n\n- **Skills** are authored once in the open [Agent Skills](https://agentskills.io)\n  standard (a flat `\u003cname\u003e/SKILL.md` dir) and consumed by all four tools.\n- **Agents** and **output styles** are Claude Code-only components, bundled into\n  the plugins so Claude picks them up via the marketplace.\n\n## Contents\n\n| Plugin | Skills | Agents | Output styles |\n|--------|--------|--------|---------------|\n| **git-workflows** | changelog-generator, pr-review, pull-request, sre-code-reviewer | — | — |\n| **documentation** | documentation, strategic-design-doc | design-doc | — |\n| **tpm** | jira-cli | — | — |\n| **product-design** | cognitive-load, fogg-behavior-mode, trust-psychology | — | — |\n| **mental-models** | five-why, graph-thinking, tit-for-tat | — | talk |\n| **second-brain** | vault-capture, vault-weekly-review, vault-weekly-planning, vault-curate, vault-ask, vault-link, vault-moc | — | — |\n\n## Install\n\n### Claude Code\n\n```sh\nclaude plugin marketplace add cedi/agent-plugins\nclaude plugin install git-workflows@cedi-agent-plugins\n```\n\nInstalls the skills **and** the bundled agent (`design-doc`) and output style\n(`talk`).\n\n### OpenCode / Codex / Cursor\n\n```sh\n./install.sh\n```\n\nPer-skill symlinks the skills into `~/.agents/skills/`, the one global root all\nthree read. Idempotent and additive — existing entries are left untouched.\n\n\u003e [!WARNING]\n\u003e If `~/.agents/skills` is a symlink into your dotfiles, the installer refuses to\n\u003e write through it. Convert it to a real directory first (a symlink farm\n\u003e aggregating any externally-managed skills and this repo).\n\n## Layout\n\n```\nskills/\u003cname\u003e/SKILL.md                # canonical skills — source of truth (all tools)\n\n.claude-plugin/marketplace.json       # Claude Code marketplace manifest\nplugins/\u003cplugin\u003e/\n  .claude-plugin/plugin.json          # Claude Code plugin manifest\n  skills/\u003cname\u003e -\u003e ../../../skills/\u003cname\u003e   # symlink to canonical (no duplication)\n  agents/\u003cname\u003e.md                    # Claude-only subagents\n  output-styles/\u003cname\u003e.md             # Claude-only output styles\n\ninstall.sh                            # wire skills into ~/.agents/skills\nscripts/validate.py                   # manifest + frontmatter + symlink validator\n```\n\n`plugins/*/skills/*` are symlinks into `skills/`, so each skill exists once.\nWithin a marketplace install, Claude Code dereferences these symlinks into its\nplugin cache, so they work for remote installs too.\n\n## How each tool discovers skills\n\n| Tool | Global skill roots it scans |\n|------|------|\n| Claude Code | `~/.claude/skills/`, or installed marketplace plugins |\n| OpenCode | `~/.config/opencode/skills/`, `~/.claude/skills/`, `~/.agents/skills/` |\n| Codex | `~/.agents/skills/` (follows symlinks) |\n| Cursor | `~/.agents/skills/`, `~/.cursor/skills/`, `~/.claude/skills/`, `~/.codex/skills/` |\n\n`~/.agents/skills/` is the one root Codex, OpenCode, and Cursor all read. Skills\nmust stay flat — OpenCode and Claude Code do not recurse into category subfolders.\nAgents and output styles are **not** read by OpenCode/Codex/Cursor; they work only\nin Claude Code.\n\n## Development\n\nReleases are automated with [release-please](https://github.com/googleapis/release-please)\nfrom [Conventional Commits](https://www.conventionalcommits.org/), which also\nbumps the version in the marketplace and every `plugin.json`. CI validates every\npush and PR. See [CONTRIBUTING.md](CONTRIBUTING.md).\n\n```sh\npip install pyyaml \u0026\u0026 python3 scripts/validate.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedi%2Fagent-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedi%2Fagent-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedi%2Fagent-plugins/lists"}