@unseated7635/pi-roxy-seo
v0.1.2
Published
Roxy SEO extension for pi-coding-agent with an installable SEO, AEO, and GEO skill companion.
Downloads
376
Maintainers
Readme
@unseated7635/pi-roxy-seo
Companion PI extension scaffold for the public Roxy SEO skill.
What this package is
This package is a minimal, publishable PI/OMP extension scaffold that:
- proves the npm packaging shape for a PI extension
- exposes an extension entry through
omp.extensions - registers a lightweight
roxy-seo-aboutcommand - publishes compiled JavaScript and TypeScript declarations from
dist/
What this package is not
This package does not replace the full skill. Install the companion GitHub-hosted skill separately:
npx skills add 09ashishkapoor/Roxy_SEO --skill roxy-seo -a piInstall after publish
npm install @unseated7635/pi-roxy-seoLoad the extension
Examples:
omp --extension ./node_modules/@unseated7635/pi-roxy-seo/dist/index.jsOr add the path to your OMP/PI extension config.
Intended pairing
Use this package together with the public GitHub-hosted skill from:
https://github.com/09ashishkapoor/Roxy_SEO
Notes
- Version is scaffold-only until first real publish.
- This repo intentionally stops before
npm publishin the current task scope.
