By gokulkrishh
Reusable Agent Skills for AI coding agents — model council, code review, and commits.
Run the Commit skill. $ARGUMENTS
Run the Model Council skill on the following query: $ARGUMENTS
Run the Motion Base UI skill on the following: $ARGUMENTS
Run the No useEffect skill. $ARGUMENTS
$skills/plan/SKILL.md
Reviews code for security (OWASP), performance, accessibility, and quality. Outputs findings by severity (Critical, Warning, Suggestion, Good) with a verdict. Use when reviewing code, diffs, or PRs.
Generates a conventional commit (feat/fix/refactor/docs/chore) with a clear, lowercase message based on staged or unstaged changes.
Multi-agent debate system for complex queries. Four agents (Scholar, Logician, Contrarian, Captain) analyze independently, debate, and synthesize a consensus. Use for deeper analysis, second opinions, or stress-testing decisions.
Animating Base UI components with Motion for React. Use this skill when implementing animations on Base UI components (Menu, Dialog, Popover, Tooltip, Switch, etc.) with the Motion library. Triggers on: motion animation, base-ui animate, animate dropdown, animate dialog, animate popover, exit animation, spring animation, render prop animation, AnimatePresence base-ui.
Enforce the no-useEffect rule when writing or reviewing React code. ACTIVATE when writing React components, refactoring existing useEffect calls, reviewing PRs with useEffect, or when an agent adds useEffect "just in case." Provides the five replacement patterns and the useMountEffect escape hatch.
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.
A collection of custom Agent Skills for AI coding agents. Works with Claude Code, GitHub Copilot, Cursor, Cline, and more.
| 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. |
npx skills add https://github.com/gokulkrishh/skills
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
/plugin marketplace add gokulkrishh/skills
/plugin install skills@gokulkrishh-skills
skills/ with a SKILL.md filename and description (spec)commands/ for Claude CodeMIT
npx claudepluginhub gokulkrishh/skills --plugin skillsPortable skills library with output styles: documentation lookup, GitHub operations, dependency intelligence, UI/UX patterns, and skill crafting
4つの専門エージェント(アーキテクト・リサーチャー・ライター・レビュアー)がチームで高品質なスキルを設計・作成する
Agents for UI/UX design, accessibility, and user experience optimization
AI artifact engineering: prompts, skills, subagents, and output styles
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.