Small repo for two things:
- Codex plugins under
plugins/ - installable Pi resources under
extensions/
This repo is also a minimal Pi package, so you can install it directly from git:
pi install git:github.com/matixlol/agentsOr try it without installing:
pi -e git:github.com/matixlol/agentsFor the Codex fast extension specifically:
pi -e git:github.com/matixlol/agents --codex-fast --model openai-codex/gpt-5.4-mini
# or, after installing the package once:
pi --model openai-codex/gpt-5.4-miniCurrently included Pi extension:
codex-fast-mode: experimentalopenai-codexrequest patch that injectsservice_tier: "priority", remembers the last enabled/tier state across Pi runs, and showsfast:priorityin Pi's footer
Currently included local plugins:
plugins/ahrefs-mcp/plugins/observablehq-mcp/
Extension docs:
docs/codex-fast-mode/README.md
Currently included:
ahrefs-mcp: a minimal Codex plugin that exposes Ahrefs' hosted MCP server and a small Ahrefs skillobservablehq-mcp: a local Codex plugin with a small MCP server for reading and editing Observable notebooks
package.json: Pi package manifest for git installsextensions/: Pi extensions loaded by the packagedocs/: extension docs.agents/plugins/marketplace.json: repo-local marketplace entry for Codexplugins/ahrefs-mcp/: the Ahrefs Codex plugin itself
The Ahrefs plugin is intentionally narrow:
- hosted Ahrefs MCP server URL only
- one small Ahrefs skill
- no extra apps, hooks, or compatibility shims
- OpenAI Docs MCP guide: https://developers.openai.com/learn/docs-mcp
- Ahrefs MCP introduction: https://docs.ahrefs.com/mcp/docs/introduction
- Ahrefs Claude Code setup: https://docs.ahrefs.com/mcp/docs/claude-code