Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@
"category": "Development & Workflow",
"description": "DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions."
},
{
"name": "agenttrace",
"displayName": "agenttrace",
"source": {
"source": "local",
"path": "./plugins/luoyuctl/agenttrace"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Development & Workflow",
"description": "Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.",
"icon": "./plugins/luoyuctl/agenttrace/assets/plugin-icon.svg"
},
{
"name": "antigravity",
"displayName": "Antigravity Workspace Template",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
- [Aegis](https://github.com/GanyuanRan/Aegis) - An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.
- [Agentizer](https://github.com/Humiris/wwa-transform) - Turn any website into an AI-powered agentfront with split-pane
- [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions.
- [agenttrace](https://github.com/luoyuctl/agenttrace) - Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.
- [Antigravity Workspace Template](https://github.com/study8677/antigravity-workspace-template) - Multi-agent codebase knowledge graph generator with context-aware planning and automatic scope management — turns codebases into coherent agent workspaces.
- [Archcore](https://github.com/archcore-ai/plugin) - 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.
- [Bring Your AI Migration Auditor](https://github.com/unitedideas/bringyour-mcp) - Read-only Codex plugin for auditing Claude Code to Codex migrations before Codex edits code. Checks AGENTS.md/CLAUDE.md scope, hooks, MCP config, skills, secret references, and validation notes.
Expand Down
14 changes: 12 additions & 2 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"name": "awesome-codex-plugins",
"version": "1.0.0",
"last_updated": "2026-05-18",
"total": 80,
"last_updated": "2026-05-20",
"total": 81,
"categories": [
"Development & Workflow",
"Tools & Integrations"
Expand Down Expand Up @@ -39,6 +39,16 @@
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/boshu2/agentops/HEAD/.codex-plugin/plugin.json"
},
{
"name": "agenttrace",
"url": "https://github.com/luoyuctl/agenttrace",
"owner": "luoyuctl",
"repo": "agenttrace",
"description": "Audit local AI coding-agent sessions for costs, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/luoyuctl/agenttrace/HEAD/.codex-plugin/plugin.json"
},
{
"name": "Antigravity Workspace Template",
"url": "https://github.com/study8677/antigravity-workspace-template",
Expand Down
4 changes: 2 additions & 2 deletions plugins/luoyuctl/agenttrace/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"Create a Markdown overview report for agent sessions."
],
"brandColor": "#54FF00",
"composerIcon": "./assets/logo-icon.png",
"logo": "./assets/logo-icon.png",
"composerIcon": "./assets/plugin-icon.svg",
"logo": "./assets/plugin-icon.svg",
"screenshots": [
"./assets/tui-preview.png",
"./assets/terminal-demo.png"
Expand Down
8 changes: 8 additions & 0 deletions plugins/luoyuctl/agenttrace/assets/plugin-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading