Skip to content
Production Architecture, Not Persona Prompts

Teach Your AI
How to Build

AI skills built from twenty years of shipping production software. Real architecture patterns, proven at scale — not “you are a senior dev, never make mistakes.”

npx skills add jackmcpickle/eliteskills
See What's Inside

Crafted by Jack McNicol — 20 years shipping code

Scroll

How It Works

What Are Skills?

Markdown files that teach your AI how to write code the way you want. Drop them in, and every generation follows your architecture.

Drop-in Instructions

Skills are .md files in .claude/skills/. Your AI reads them before writing code.

Tool-Agnostic

Works with Claude Code, Codex, Cursor, Antigravity. Same file, any tool.

Architecture, Not Vibes

Encodes real patterns — component structures, state machines, error handling — not generic prompts.

.claude/skills/react/SKILL.md
# React Component Skill

## Component Structure
- Use named exports, never default
- One component per file, PascalCase filename
- Props interface above component declaration

## Patterns
- Compound components with slot-based APIs
- forwardRef on all interactive elements
- Error boundaries at route level

## Accessibility
- Semantic HTML first, ARIA only when needed
- Keyboard navigation on all interactive elements
- Focus management on route transitions

2,400+

Skills Installed

850+

Builders

47%

Fewer Revision Cycles

3.2x

Faster to Deploy

Wall of Proof

Builders Love It

Completely changed how I prompt my AI tools. The react skill alone saved me hours of back-and-forth on component architecture.

S

Sarah Chen

Senior Frontend Engineer

I was skeptical about using structured AI skills, but the code review skill caught issues my linter never would. Incredibly valuable.

M

Marcus Rivera

Full-Stack Developer

The app bootstrap skill got my SaaS from idea to deployed MVP in a single afternoon. I’m never going back to raw prompting.

A

Aisha Patel

Indie Hacker

We rolled these skills out to our entire team. The consistency in AI output quality is night and day compared to before.

T

Tom Eriksson

Tech Lead

As someone who codes primarily through AI, these skills are a game-changer. My projects actually look and feel professional now.

L

Luna Zhang

Vibe Coder

The backend skill understands proper API patterns better than most junior devs I’ve worked with. Incredibly well-crafted prompts.

J

James O'Brien

Backend Engineer

Completely changed how I prompt my AI tools. The react skill alone saved me hours of back-and-forth on component architecture.

S

Sarah Chen

Senior Frontend Engineer

I was skeptical about using structured AI skills, but the code review skill caught issues my linter never would. Incredibly valuable.

M

Marcus Rivera

Full-Stack Developer

The app bootstrap skill got my SaaS from idea to deployed MVP in a single afternoon. I’m never going back to raw prompting.

A

Aisha Patel

Indie Hacker

We rolled these skills out to our entire team. The consistency in AI output quality is night and day compared to before.

T

Tom Eriksson

Tech Lead

As someone who codes primarily through AI, these skills are a game-changer. My projects actually look and feel professional now.

L

Luna Zhang

Vibe Coder

The backend skill understands proper API patterns better than most junior devs I’ve worked with. Incredibly well-crafted prompts.

J

James O'Brien

Backend Engineer

Why Elite

Not Just Another Skill Pack

Every skill is precision-engineered with constraints that matter.

Low Context Size

Engineered for minimal token usage. Each skill packs maximum instruction density without bloating your context window.

Regular Security Audits

Every skill is audited for prompt injection vulnerabilities and unsafe patterns. Your codebase stays protected.

Proven in the Wild

Battle-tested across hundreds of real-world projects. Not theoretical — these skills ship production code daily.

The Difference

Patterns, Not Pep Talks

Open-source skills assign a persona. Ours encode the architecture decisions that hold up at scale.

Generic Open Source Skills

  • "You are a senior frontend developer. Never make mistakes."
  • "Always write clean, maintainable code with best practices."
  • "Use TypeScript strictly and handle all edge cases."
  • "Follow SOLID principles. Write comprehensive tests."

Elite Skills

  • Compound component patterns with slot APIs and composition boundaries
  • Query key factories, stale-time hierarchies, and cache invalidation strategies
  • Form state machines: idle → validating → submitting → success | error → retry
  • Optimistic mutations with rollback, error boundaries, and retry policies

Proven architecture from production-scale apps. Not roleplay.

Compatible With

Works With Your AI Tools

Drop skills into any AI coding tool. Instant upgrade, zero lock‑in.

Recommended
Claude Code
OpenAI Codex
Cursor
Google Antigravity
& more

AI Agent Integration

Built for Bots, Used by Humans

Install elite agent skills into any supported coding assistant with a single command.

CLI Installation

Install skills directly into your project with a single command. Works with Claude Code, Cursor, Codex, and 40+ more agents.

Open Source

All skills are MIT licensed and available on GitHub. Browse, fork, and contribute improvements back to the community.

Agent-Ready Skills

Skills are structured for machine consumption. Your AI agents parse, apply, and chain them without manual setup.

terminal
# Install all skills
npx skills add jackmcpickle/eliteskills

# Install specific skills
npx skills add jackmcpickle/eliteskills --skill elite-react
npx skills add jackmcpickle/eliteskills --skill elite-testing

# List available skills
npx skills add jackmcpickle/eliteskills --list

Tell your agent:

Search for elite skills that can help with my current task and install them.