Skills
A collection of custom Agent Skills for AI coding agents. Works with Claude Code, GitHub Copilot, Cursor, Cline, and more.
Skills
| Skill | Command | Description | | ------------------------------------------------ | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | | Model Council | /council | 4-agent debate system inspired by Grok 4.20's council. Agents (Captain, Scholar, Logician, Contrarian) analyze, debate, and synthesize answers. | | Code Review | /review | Code review for security (OWASP), performance, accessibility, and code quality with severity-based findings. | | Commit | /commit | Analyzes changes and creates a conventional commit with a clear title and description. | | UX Writing | /ux-writing | Write, review, and improve UX copy — error messages, button labels, empty states, tooltips, and all interface microcopy. | | Web Animation Design | /web-animation-design | Design and implement web animations that feel natural and purposeful, covering easing, springs, transitions, and accessibility. | | Motion Base UI | /motion-base-ui | Animate Base UI components (Menu, Dialog, Popover, Tooltip, Switch, etc.) with Motion for React. | | No useEffect | /no-use-effect | Enforce the no-useEffect rule — use derived state, event handlers, data-fetching libraries, or useMountEffect instead. | | Plan | /plan | Iterative deep planning with critiques and alternatives for complex design decisions and architecture choices. |
Install
Via skills.sh
npx skills add https://github.com/gokulkrishh/skills
Via Claude Code (Commands)
Clone this repo and the commands are available via commands/:
/council Should I use RSC or client-side rendering for my app?
/review https://github.com/user/repo/pull/42
Via Claude Code (Plugin)
/plugin marketplace add gokulkrishh/skills
/plugin install skills@gokulkrishh-skills
Creating a Skill
1. Create a new directory in skills/ with a SKILL.md file 2. Add YAML frontmatter with name and description (spec) 3. Add a command file in commands/ for Claude Code
License
MIT





