Skip to content

ostr-io/ostrio-agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ostrio-agent-skills

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.

Skills

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.io skills 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).

Layout

.
├── 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/

Install

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 --all

Manual install (tarball / git sparse-checkout) and full per-agent install path tables:

Contributing

See AGENTS.md for repository-level rules (regex sync, new-skill structure, secret hygiene).

New skills should follow the layout of ostrio-prerendering/:

  • SKILL.md with YAML frontmatter (name, description, optional disable-model-invocation: true).
  • README.md with install + publish instructions for that skill.
  • checklists.md, troubleshooting.md, validation.md as 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.

License

BSD-3-Clause — see LICENSE.

Support

About

Agent skills for ostrio services, compatible with Cursor, Claude, and Codex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors