By RayAllenInc
Grilling, onboarding/provisioning, and PRD-to-triage workflow skills for the RAI AI-native workflow.
Grill a product manager about a feature idea in plain, outcome-focused language to turn it into sharp product requirements — capturing the shared glossary and decisions (CONTEXT.md, ADRs) inline, and parking deeper build questions for a later architect grill. Use when a PM — or anyone steering product direction — wants to pressure-test a feature idea or firm up requirements before it becomes a PRD.
Onboard a teammate to the rai-skills toolkit — verify prerequisites (git, GitHub CLI, Node) and install the critical RAI and community skills every RAI machine should have. Use when someone is setting up rai-skills for the first time, onboarding a new teammate, or mentions rai setup or onboarding.
Ray Allen Inc's shared Agent Skills for AI-native development — one neutral source of truth that works in Claude Code today and any skills-compatible agent (Codex, Gemini CLI, Cursor, …) tomorrow.
Skills follow the open Agent Skills standard (SKILL.md folders), so they're portable by construction. This repo adds a thin Claude Code plugin marketplace wrapper for one-command install — other tools read the same SKILL.md folders directly.
| Skill | What it does |
|---|---|
rai-grill-requirement | Grills a product manager on a feature idea in plain, outcome-focused language, turning it into sharp requirements plus a shared glossary and decisions, then hands off to to-prd. Builds on the community grill-with-docs skill (installed by rai-setup-skills). |
rai-setup-skills | Onboarding check for a new teammate (today: GitHub CLI installed + authenticated). |
The canonical skill folders live under plugins/rai-skills/skills/.
/plugin marketplace add RayAllenInc/RAI-Skills
/plugin install rai-skills@rai
Skills are then available in every project, namespaced — e.g. /rai-skills:rai-grill-requirement.
Commit this to a repo your team already opens, in .claude/settings.json:
{
"extraKnownMarketplaces": {
"rai": { "source": { "source": "github", "repo": "RayAllenInc/RAI-Skills" } }
},
"enabledPlugins": { "rai-skills@rai": true }
}
Teammates get prompted to install automatically when they trust the project folder.
The folders under plugins/rai-skills/skills/ are standard Agent Skills — no edits required. To use them in OpenAI Codex, point its skills directory at them by cloning this repo and symlinking (or copying) the skill folders into:
~/.agents/skills/ (personal), or<your-repo>/.agents/skills/ (per project)Codex reads the same SKILL.md. The same idea works for any other tool on the Agent Skills list — drop the folders into that tool's skills directory.
Write every SKILL.md tool-neutrally: describe what to do ("explore the codebase", "capture the decision"), never a Claude-only tool or command. That single habit is what keeps these skills agnostic across agents.
rai-.plugins/rai-skills/skills/<rai-skill-name>/SKILL.md, plus any supporting files alongside it.version in plugins/rai-skills/.claude-plugin/plugin.json on each release so installs pick up changes.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rayalleninc/rai-skills --plugin rai-skillsCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer