Skip to content

Commit 2a75a90

Browse files
committed
Merge 11 plugin submission PRs (#234, #232, #231, #229, #228, #227, #226, #225, #224, #221, #189)
Adds: Wingman, Agentry Observability, Clean Room, River Review, Designer Skill, RoadmapSmith, AgentPack, Honcho, SEO Dungeon, Agent Guard, ArmorCodex. Closes #234, #232, #231, #229, #228, #227, #226, #225, #224, #221, #189
1 parent b970fcf commit 2a75a90

447 files changed

Lines changed: 86938 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/plugins/marketplace.json

Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@
3333
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
3434
"icon": "./plugins/GanyuanRan/Aegis/assets/aegis-small.svg"
3535
},
36+
{
37+
"name": "agent-guard",
38+
"displayName": "Agent Guard",
39+
"source": {
40+
"source": "local",
41+
"path": "./plugins/JeongJaeSoon/agent-guard"
42+
},
43+
"policy": {
44+
"installation": "AVAILABLE",
45+
"authentication": "ON_INSTALL"
46+
},
47+
"category": "Development & Workflow",
48+
"description": "Real-time secret-leak guardrails for AI coding agents (Claude Code, Codex), Git hooks, and CI.",
49+
"icon": "./plugins/JeongJaeSoon/agent-guard/assets/icon.png"
50+
},
3651
{
3752
"name": "agent-harness-skills",
3853
"displayName": "Agent Harness Skills",
@@ -92,6 +107,36 @@
92107
"category": "Development & Workflow",
93108
"description": "DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions."
94109
},
110+
{
111+
"name": "agentpack",
112+
"displayName": "AgentPack",
113+
"source": {
114+
"source": "local",
115+
"path": "./plugins/vishal2612200/agentpack"
116+
},
117+
"policy": {
118+
"installation": "AVAILABLE",
119+
"authentication": "ON_INSTALL"
120+
},
121+
"category": "Development & Workflow",
122+
"description": "Ranks repo context for Codex with likely files, skill recommendations, agent rules, commands, warnings, and compact task-focused packs before editing.",
123+
"icon": "./plugins/vishal2612200/agentpack/assets/icon.svg"
124+
},
125+
{
126+
"name": "agentry",
127+
"displayName": "Agentry Observability",
128+
"source": {
129+
"source": "local",
130+
"path": "./plugins/fr33dr4g0n/agentry-public"
131+
},
132+
"policy": {
133+
"installation": "AVAILABLE",
134+
"authentication": "ON_INSTALL"
135+
},
136+
"category": "Development & Workflow",
137+
"description": "Agent-native product analytics, error logging, and deploy attribution for coding agents through one HTTP API.",
138+
"icon": "./plugins/fr33dr4g0n/agentry-public/assets/icon.png"
139+
},
95140
{
96141
"name": "agiflow-ai-plugin",
97142
"displayName": "AgiFlow",
@@ -166,6 +211,21 @@
166211
"description": "Gives coding agents the architecture, rules, and prior decisions of the repo via skills, hooks, and MCP — so new changes land where the project says they belong across Claude Code, Cursor, and Codex CLI.",
167212
"icon": "./plugins/archcore-ai/plugin/assets/icon.png"
168213
},
214+
{
215+
"name": "armorcodex",
216+
"displayName": "ArmorCodex",
217+
"source": {
218+
"source": "local",
219+
"path": "./plugins/armoriq/armorCodex"
220+
},
221+
"policy": {
222+
"installation": "AVAILABLE",
223+
"authentication": "ON_INSTALL"
224+
},
225+
"category": "Development & Workflow",
226+
"description": "Intent-based security for Codex with MCP plan registration, policy gating, CSRG cryptographic proofs, and audit logging on `bash` and `apply_patch`.",
227+
"icon": "./plugins/armoriq/armorCodex/assets/armoriq-logo.png"
228+
},
169229
{
170230
"name": "bringyour-migration-auditor",
171231
"displayName": "Bring Your AI Migration Auditor",
@@ -270,6 +330,21 @@
270330
"description": "Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.",
271331
"icon": "./plugins/nyldn/claude-octopus/assets/octopus-icon.svg"
272332
},
333+
{
334+
"name": "clean-room",
335+
"displayName": "Clean Room",
336+
"source": {
337+
"source": "local",
338+
"path": "./plugins/whit3rabbit/clean-room-skill"
339+
},
340+
"policy": {
341+
"installation": "AVAILABLE",
342+
"authentication": "ON_INSTALL"
343+
},
344+
"category": "Development & Workflow",
345+
"description": "Spec-first clean-room workflow for authorized source analysis, behavioral specs, role separation, and verification without replacement code.",
346+
"icon": "./plugins/whit3rabbit/clean-room-skill/assets/icon.svg"
347+
},
273348
{
274349
"name": "codebase-recon",
275350
"displayName": "Codebase Recon",
@@ -357,6 +432,20 @@
357432
"description": "Catches AI-introduced tech debt at write-time: hooks log every deferral to a registry in your repo and a review skill ranks paydown by file churn.",
358433
"icon": "./plugins/bcanfield/agentic-tech-debt/assets/icon.svg"
359434
},
435+
{
436+
"name": "designer-skill",
437+
"displayName": "Designer Skill",
438+
"source": {
439+
"source": "local",
440+
"path": "./plugins/Pythoughts-labs/designer-skill"
441+
},
442+
"policy": {
443+
"installation": "AVAILABLE",
444+
"authentication": "ON_INSTALL"
445+
},
446+
"category": "Development & Workflow",
447+
"description": "Plug-and-play MCP that gives your agent UI superpowers. One install: design skill + MCP server, zero config."
448+
},
360449
{
361450
"name": "dev-skills",
362451
"displayName": "Dev Skills",
@@ -505,6 +594,21 @@
505594
"description": "AI antivirus workflow for Codex, Claude Code, Cursor, Gemini, OpenCode, MCP servers, skills, and plugin release checks with local approvals and receipts.",
506595
"icon": "./plugins/hashgraph-online/hol-guard-plugin/assets/icon.png"
507596
},
597+
{
598+
"name": "codex-honcho",
599+
"displayName": "Honcho",
600+
"source": {
601+
"source": "local",
602+
"path": "./plugins/plastic-labs/codex-honcho"
603+
},
604+
"policy": {
605+
"installation": "AVAILABLE",
606+
"authentication": "ON_INSTALL"
607+
},
608+
"category": "Development & Workflow",
609+
"description": "Persistent cross-session memory for Codex powered by Honcho — lifecycle hooks capture each session and inject relevant context back at session start, so Codex remembers your preferences, projects, and decisions across restarts.",
610+
"icon": "./plugins/plastic-labs/codex-honcho/assets/icon.svg"
611+
},
508612
{
509613
"name": "hotl",
510614
"displayName": "HOTL Plugin",
@@ -610,6 +714,35 @@
610714
"description": "Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.",
611715
"icon": "./plugins/hashgraph-online/registry-broker-codex-plugin/assets/icon.png"
612716
},
717+
{
718+
"name": "river-review",
719+
"displayName": "River Review",
720+
"source": {
721+
"source": "local",
722+
"path": "./plugins/s977043/river-review"
723+
},
724+
"policy": {
725+
"installation": "AVAILABLE",
726+
"authentication": "ON_INSTALL"
727+
},
728+
"category": "Development & Workflow",
729+
"description": "Versioned Skill Registry of code-review skills driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff."
730+
},
731+
{
732+
"name": "roadmapsmith",
733+
"displayName": "RoadmapSmith",
734+
"source": {
735+
"source": "local",
736+
"path": "./plugins/PapiScholz/roadmapsmith"
737+
},
738+
"policy": {
739+
"installation": "AVAILABLE",
740+
"authentication": "ON_INSTALL"
741+
},
742+
"category": "Development & Workflow",
743+
"description": "Evidence-backed ROADMAP.md workflows for AI coding agents with validation, sync, and roadmap generation across any tech stack.",
744+
"icon": "./plugins/PapiScholz/roadmapsmith/assets/palette.png"
745+
},
613746
{
614747
"name": "runtype-skills",
615748
"displayName": "Runtype Skills",
@@ -860,6 +993,21 @@
860993
"description": "Skills for VillageSQL including building extensions from scratch and porting PostgreSQL extensions to VillageSQL.",
861994
"icon": "./plugins/villagesql/villagesql-skills/assets/icon.svg"
862995
},
996+
{
997+
"name": "wingman",
998+
"displayName": "Wingman",
999+
"source": {
1000+
"source": "local",
1001+
"path": "./plugins/lsshym/wingman.ai"
1002+
},
1003+
"policy": {
1004+
"installation": "AVAILABLE",
1005+
"authentication": "ON_INSTALL"
1006+
},
1007+
"category": "Development & Workflow",
1008+
"description": "Cross-platform AI coding plugin for project memory, data-contract alignment, and project-map discovery across Codex, Claude Code, Cursor, and Gemini.",
1009+
"icon": "./plugins/lsshym/wingman.ai/assets/icon.svg"
1010+
},
8631011
{
8641012
"name": "workflow-kit",
8651013
"displayName": "Workflow Kit",
@@ -1564,6 +1712,21 @@
15641712
"description": "AI-powered web scraping CLI to search, scrape, extract structured JSON, crawl, and monitor web pages via the ScrapeGraph AI API.",
15651713
"icon": "./plugins/ScrapeGraphAI/just-scrape/assets/icon.svg"
15661714
},
1715+
{
1716+
"name": "seo-dungeon",
1717+
"displayName": "SEO Dungeon",
1718+
"source": {
1719+
"source": "local",
1720+
"path": "./plugins/avalonreset/seo-dungeon"
1721+
},
1722+
"policy": {
1723+
"installation": "AVAILABLE",
1724+
"authentication": "ON_INSTALL"
1725+
},
1726+
"category": "Tools & Integrations",
1727+
"description": "Gamified local SEO audits that turn website issues into 16-bit dungeon battles for Codex, Claude, and Gemini CLI workflows.",
1728+
"icon": "./plugins/avalonreset/seo-dungeon/assets/icon.svg"
1729+
},
15671730
{
15681731
"name": "sitemd",
15691732
"displayName": "sitemd",

0 commit comments

Comments
 (0)