A collection of agent skills for Claude Code, built on a structured framework.
npx claudepluginhub eliias/skillsAgent skills for code review and refactoring, built on the Canon-Heuristics-Procedure-Artifacts-Gates framework.
A plugin marketplace of agent skills for Claude Code, built on a structured framework.
Install from the marketplace:
/plugin marketplace add eliias/skills
/plugin install great-code
Each skill follows the Canon - Heuristics - Procedure - Artifacts - Gates pattern:
See CONTRIBUTING.md for the full template and guidelines.
Skills activate automatically via a session-start hook. When the plugin loads, the using-great-code meta-skill is injected into the session. It checks each user message against skill triggers and invokes the matching skill without requiring an explicit slash command.
You can still invoke skills manually:
/simplicity-review
/clean-code-review
/refactoring
| Skill | Description |
|---|---|
| simplicity-review | Evaluate code clarity, question abstractions, and investigate overengineering concerns |
| clean-code-review | Review code structure, design smells, error handling, and test quality at module level |
| refactoring | Disciplined two-hat development: alternate between adding function and refactoring |
| using-great-code | Meta-skill that auto-invokes other skills when relevant (injected at session start) |
MIT