Ray's Skills for AI Agents, starting with Claude Skills.
npx claudepluginhub rawwerks/raygent-skillsRay's Skills for AI Agents, starting with Claude Skills.
Ray's Skills for AI Agents, starting with Claude Skills.
Use OpenRouter's unified API to call different LLM models with cost and performance tracking.
Features:
:nitro (fastest) and :online (web search)Installation: See Installation below.
You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
/plugin marketplace add rawwerks/raygent-skills
Then, to install the skills:
openrouter.zip from the releases or directly from the repositoryunzip openrouter.zip -d ~/.claude/skills/
jq (for bash scripts)After cloning this repository, run the setup script to install git hooks:
bash scripts/setup_hooks.sh
This installs a pre-commit hook that automatically packages skills when committing.
This repository uses a pre-commit hook to automatically package skills when committing. This ensures .zip files are always up-to-date with source changes.
How it works:
git commit, the hook automatically runsSKILL.md) are packaged.zip files are staged and included in the commitManual packaging:
# Package all skills
bash scripts/package_all_skills.sh
# Package a specific skill
python3 ~/.claude/plugins/marketplaces/anthropic-agent-skills/skill-creator/scripts/package_skill.py ./openrouter .
SKILL.md.claude-plugin/marketplace.json to include the new skillImportant: Never commit API keys or secrets!
.env files are gitignored.gitignore before committing sensitive filesContributions welcome! Please ensure:
package_skill.py validates automatically)MIT
Raymond Weitekamp (@raygent)
Matt Pocock's skills for real engineering, as an installable Claude Code plugin.
Plugins by Alex Newman (thedotmack)
Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens (measured) while keeping full technical accuracy.