Skip to content

matixlol/agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agents

Small repo for two things:

  • Codex plugins under plugins/
  • installable Pi resources under extensions/

Pi package

This repo is also a minimal Pi package, so you can install it directly from git:

pi install git:github.com/matixlol/agents

Or try it without installing:

pi -e git:github.com/matixlol/agents

For 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-mini

Currently included Pi extension:

  • codex-fast-mode: experimental openai-codex request patch that injects service_tier: "priority", remembers the last enabled/tier state across Pi runs, and shows fast:priority in Pi's footer

Currently included local plugins:

  • plugins/ahrefs-mcp/
  • plugins/observablehq-mcp/

Extension docs:

  • docs/codex-fast-mode/README.md

Codex plugins

Currently included:

  • ahrefs-mcp: a minimal Codex plugin that exposes Ahrefs' hosted MCP server and a small Ahrefs skill
  • observablehq-mcp: a local Codex plugin with a small MCP server for reading and editing Observable notebooks

Layout

  • package.json: Pi package manifest for git installs
  • extensions/: Pi extensions loaded by the package
  • docs/: extension docs
  • .agents/plugins/marketplace.json: repo-local marketplace entry for Codex
  • plugins/ahrefs-mcp/: the Ahrefs Codex plugin itself

Included plugin

The Ahrefs plugin is intentionally narrow:

  • hosted Ahrefs MCP server URL only
  • one small Ahrefs skill
  • no extra apps, hooks, or compatibility shims

Sources

About

Minimal Codex plugins and skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors