Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

orkait/unified-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

unified-skill

The AI skill that pairs with unified-mcp.

MIT Requires unified-mcp 9 plugins Stars

React Flow Motion Lenis React Tailwind Echo Go Rust UI/UX


A Claude Code skill that teaches your AI assistant when and how to use unified-mcp tools. The skill handles judgment, gotchas, and decisions. The MCP server provides the actual data.


🧩 How they fit together

unified-skill  →  tells the AI which MCP tools to call and when
unified-mcp    →  serves API refs, examples, patterns, and code generation

Neither is useful without the other. Install both.


📦 What's in this skill

Covers 9 libraries and domains through a single skill file:

Domain Library What this skill teaches
Flow UIs @xyflow/react v12 Critical gotchas, state decisions, layout choices, custom node/edge patterns
Animation Motion for React v12 Import rules, AnimatePresence traps, scroll/gesture/spring decisions
Smooth scroll Lenis GSAP integration, data-lenis-prevent, accessibility, modal locking
Frontend React 19 + Next.js App Router RSC vs client decisions, state hierarchy, data fetching rules
Design system Tailwind v4 + OKLCH tokens Three-layer token architecture, @theme vs @theme inline, color ramp rules
Web framework Echo Go Middleware order, routing, auth, graceful shutdown
Backend Go best practices + design patterns Error wrapping, goroutine lifecycle, context, concurrency patterns
Systems Rust best practices Borrow vs clone, error handling, iterator patterns, ownership decisions
Design UI/UX principles Typography, color, spacing, elevation, motion, accessibility checklists

The skill does not duplicate API docs - it tells the AI to call the right MCP tool instead, keeping the skill lean and the data always current.


🚀 Setup

1. Install unified-mcp

Follow the setup guide at orkait/unified-mcp. You need the MCP server running before this skill does anything useful.

2. Install this skill

Claude Code - drop into your skills directory:

git clone https://github.com/orkait/unified-skill.git ~/.claude/skills/unified-skill

The skill is picked up automatically on next session start - no config changes needed.


🗂 Structure

unified-skill/
└── SKILL.md    # The full skill - frontmatter triggers + behavioral guidance

The skill has no code. All executable content lives in unified-mcp.


✏️ Contributing

Edit SKILL.md directly. The frontmatter triggers list controls when Claude auto-activates the skill - add terms there if you want it to fire on more keywords.

If you find a gotcha that should be documented, open a PR against this repo. If you find missing API data, open it against unified-mcp.


📄 License

MIT © Orkait

About

Claude Code skill that pairs with unified-mcp — judgment, gotchas, and decisions for React Flow and Motion for React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors