A curated collection of Claude Code skills by Shahar Polak and the community
npx claudepluginhub shahar84/awesome-skillsA curated collection of Claude Code skills by Shahar Polak and the community
A curated collection of Claude Code skills by Shahar Polak and the community.
Claude Code skills are markdown files that teach Claude how to approach specific tasks — like a reusable prompt template that gets invoked automatically based on context.
| Skill | Description |
|---|---|
| nano-banana-prompt-creator | Create high-quality image generation prompts optimized for Nano Banana Pro (Google Gemini image generation) |
claude plugin install https://github.com/shahar84/awesome-skills
Copy any SKILL.md directly into your project's .claude/skills/ directory, or into ~/.claude/skills/ for global access.
skills/<skill-name>/SKILL.md./validate.sh <skill-name> to verify it passes validationSkills follow the standard Claude Code skill format with a frontmatter block:
---
name: my-skill-name
description: When to trigger this skill...
---
# Skill content here
Skills can also include a references/ folder alongside SKILL.md for supporting files (templates, patterns, examples) that the skill reads at runtime.
MIT — see LICENSE