Open-source Agent Skills
for integrating, operating, and debugging ostr.io services.
Compatible with Cursor, Claude Code
and claude.ai, Codex CLI,
Google Antigravity, and any other agent that
reads the Agent Skills SKILL.md format.
| Skill | Description | Install one-liner | Docs |
|---|---|---|---|
ostrio-prerendering |
Integrate, operate, debug, purge, and maintain ostr.io pre-rendering (HTML CDN + crawler / social-preview / AI-agent pre-rendering) on Next.js, Node, Meteor, Nginx, Apache, Caddy, Cloudflare Workers, Netlify, Vercel, Supabase Edge, Shopify, WordPress, and any SPA/PWA/SSR/static site. | npx skills add ostr-io/ostrio-agent-skills -s ostrio-prerendering |
README · SKILL.md |
More
ostr.ioskills will be added here over time.
Each skill is a self-contained directory under skills/ with its
own README.md (install + publish instructions) and SKILL.md (the skill
body the agent reads).
.
├── AGENTS.md # agent-agnostic repo-level guidance
├── CLAUDE.md # Claude Code / claude.ai pointer
├── LICENSE # BSD-3-Clause
├── README.md # this file — index of skills
└── skills/
└── ostrio-prerendering/
├── README.md # install + publish instructions for this skill
├── SKILL.md # skill body (agent entry point)
├── checklists.md
├── troubleshooting.md
├── validation.md
├── templates/
└── examples/
Recommended: use the open skills
CLI — it supports Cursor, Claude Code, Codex, Antigravity, OpenCode, GitHub
Copilot, Gemini CLI, Warp, Windsurf, Goose, Cline, and 35+ more agents.
# Install a specific skill into the detected agent
npx skills add ostr-io/ostrio-agent-skills --skill ostrio-prerendering
# List every skill in this repo
npx skills add ostr-io/ostrio-agent-skills --list
# Install globally (available across projects)
npx skills add ostr-io/ostrio-agent-skills --skill ostrio-prerendering -g
# Target specific agents
npx skills add ostr-io/ostrio-agent-skills -s ostrio-prerendering \
-a cursor -a claude-code -a codex -y
# Install all skills from this repo
npx skills add ostr-io/ostrio-agent-skills --allManual install (tarball / git sparse-checkout) and full per-agent install path tables:
ostrio-prerendering→ full install instructions
See AGENTS.md for repository-level rules (regex sync, new-skill
structure, secret hygiene).
New skills should follow the layout of ostrio-prerendering/:
SKILL.mdwith YAML frontmatter (name,description, optionaldisable-model-invocation: true).README.mdwith install + publish instructions for that skill.checklists.md,troubleshooting.md,validation.mdas supporting files.templates/for copy-paste-ready code / config.examples/for cookbooks and common workflows.
Open a PR with the new skill directory and add a row to the Skills table above.
BSD-3-Clause — see LICENSE.
- ostr.io: https://ostr.io/support
- Issue tracker: https://github.com/ostr-io/ostrio-agent-skills/issues