Skip to content

atarico/skills-pills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

4 production-grade skills for Claude Code, OpenCode, Cursor, VS Code Copilot, and Gemini CLI.

Designed to work standalone or as a complement to the gentle-ai SDD stack.


Skills

Skill Description
code-review Deep PR review using 5 parallel agents with confidence-based scoring
security-check Non-blocking security analysis — reports vulnerabilities, never interrupts your workflow
frontend-design Production-grade UI with intentional aesthetic direction, zero generic AI aesthetics
design-patterns Detects code smells, proposes the right GoF pattern with tradeoffs, implements on confirmation

Installation

All skills, all detected tools (recommended)

git clone https://github.com/atarico/skills.git
cd skills
bash install.sh

The script detects which AI tools you have installed and creates symlinks automatically. Supported: Claude Code, OpenCode, Cursor, VS Code Copilot, Gemini CLI.

Individual skill

ln -s "$(pwd)/design-patterns" ~/.claude/skills/design-patterns

Manual copy (no symlinks)

cp -r design-patterns ~/.claude/skills/

gentle-ai Integration

If you use the gentle-ai SDD stack, run this after installing to register the skills with the orchestrator:

/skill-registry

The SDD orchestrator will then automatically inject the relevant skills into sub-agents:

  • security-check → injected into sdd-verify
  • code-review → injected into sdd-verify after branch-pr
  • frontend-design → injected into sdd-apply for UI/frontend tasks
  • design-patterns → available on demand in any phase

Uninstall

bash uninstall.sh

Credits

code-review, security-check, and frontend-design are adapted from Anthropic's official Claude Code plugins, which are licensed under Apache 2.0. The logic has been converted from commands/hooks to skills for better integration with multi-agent SDD workflows.

design-patterns is an original skill.


License

Apache 2.0 — see LICENSE.

About

Drop-in skills for your AI coding tools — code review, security checks, frontend design, and GoF design patterns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages