jord0.skills
14 production-grade skills for Claude Code to enhance your AI development experience.
██╗ ██████╗ ██████╗ ██████╗ ██████╗
██║██╔═══██╗██╔══██╗██╔══██╗██╔═████╗
██║██║ ██║██████╔╝██║ ██║██║██╔██║
██ ██║██║ ██║██╔══██╗██║ ██║████╔╝██║
╚█████╔╝╚██████╔╝██║ ██║██████╔╝╚██████╔╝
╚════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝
C:\> jord0.skills
14 production skills for Claude Code
jord0.skills
14 production-grade skills for Claude Code. Copy a folder, get a superpower.
By jord0.cmd
📖 Documentation
jord0-cmd.github.io/jord0.skills
The full docs site has everything you need to get the most out of these skills:
- Getting Started — Install guide, your first skill walkthrough, how skills work under the hood
- Skill Guides — Deep dive on every skill with usage examples, advanced tricks, and tips
- Recipes — Multi-skill workflows: session preservation, cross-machine portals, decision audit trails, the full-stack daily ritual
- Architecture — How the skill system works, data flow diagrams, design principles for building your own
Install
git clone https://github.com/jord0-cmd/jord0.skills.git
cp -r jord0.skills/skills/* ~/.claude/skills/
All 14 skills are installed. No build step, no configuration. Start a Claude Code session and use them immediately.
Note: Most skills are zero-dependency. OPTIC requires Python + a Gemini API key, LOCUS requires a React environment, REGTRAX requires Python 3 for its local server, and NOTIFY requires platform-specific notification tools. Everything else works out of the box.
See the full install guide for alternative install methods including the plugin marketplace.
The Skills
| Skill | What It Does | Prerequisites |
|---|---|---|
| REGTRAX | Regex railroad visualizer — animated diagrams, photon traversal, live testing | Python 3 |
| REFRAX | Visual code comprehension — interactive logic spines, risk dashboards, diff views | Python 3 |
| OPTIC | AI image generation pipeline — prompts, multi-pass, inpainting | Python 3.10+, Gemini API key |
| LOCUS | Make static images interactive — hover states, warps, hotspots | React 18+ |
| PORTAL | Save and restore session context across sessions and machines | None |
| STRICT | Non-negotiable coding standards — 11 critical rules | None |
| FORGE | Onboard any codebase — generates CLAUDE.md automatically | None |
| CONCLAVE | Multi-perspective structured debate (9 voices) | None |
| ECHO | Capture decision reasoning — queryable ADR system | None |
| MIRROR | Force counterarguments against your own recommendations | None |
| SPARK | Divergent thinking — break out of conventional solutions | None |
| RECON | Deep research that persists to a knowledge base | WebSearch access |
| RECALL | Search your knowledge base before searching the web | Knowledge base |
| NOTIFY | Cross-platform desktop notifications with interactive buttons | See below |
NOTIFY Prerequisites
NOTIFY is the only skill with external dependencies. It sends real desktop notifications from your Claude Code session.
| Platform | Requirement | Install |
|---|---|---|
| WSL | BurntToast PowerShell module | Install-Module -Name BurntToast -Force (in PowerShell) |
| Linux | libnotify | sudo apt install libnotify-bin |
| macOS | None | Built-in osascript |
All other skills are zero-dependency.
How Skills Work
Claude Code skills are markdown files that extend Claude's capabilities. When you invoke a skill (e.g., /portal create my-project), Claude reads the skill's SKILL.md and follows its instructions.
Each skill in this repo is a self-contained folder:
skills/
PORTAL/
SKILL.md # The skill definition
NOTIFY/
SKILL.md # The skill definition
scripts/ # Supporting scripts (if any)
toast.py
notify.sh
Skills live in ~/.claude/skills/ and are automatically available in all Claude Code sessions.
Compatibility
- Claude Code v1.0+
- Models: Works with all Claude models (Opus, Sonnet, Haiku). Best results with Opus/Sonnet.
- Platforms: Linux, macOS, WSL (Windows Subsystem for Linux)
Philosophy
These skills were extracted from a production AI development environment. They've been used daily for months, refined through real work, and stress-tested on real projects.
The design principles:
- Self-contained — each skill works by copying one folder
- No lock-in — standard markdown, standard JSON, no proprietary formats
- Prerequisites are documented — if a skill needs something, it tells you
- Quality over quantity — 13 skills that work perfectly > 100 that kinda work
Contributing
See CONTRIBUTING.md for guidelines on submitting new skills or improvements.
License
MIT — see LICENSE
<sub>Build something weird.</sub>