Skip to content

genericService/claude-skills

Repository files navigation

claude-skills

Portable AI agent skill distribution. Skills are framework-agnostic instruction sets that extend agent capabilities for specialized tasks — usable by both Claude and Gemini.

Skills

Skill Description
cloudflare-pages Cloudflare Pages deployment and configuration
deep-research Structured deep research methodology
design-lookup Design system discovery and reference
kitchen-sink-design-system Framework-agnostic Kitchen Sink design system workflow — component inventory, tiered checklists, CVA patterns, voice/tone, image reinterpretation, motion tokens
nextjs-tinacms Next.js 16 + React 19 + TinaCMS — scaffolding through production, 247-task day 0–2 checklist
omni-image OpenAI image generation, editing, vision, batch processing, and transforms

Structure

skills/          ← Source (edit here)
dist/            ← Packaged .skill ZIPs (auto-generated on commit)
hooks/pre-commit ← Auto-packages modified skills into dist/
scripts/         ← Repository maintenance scripts (e.g. audit_skills.py)
tests/           ← Tests for repository maintenance scripts

Installing a Skill

Claude

# From a project repo:
npx skills add kitchen-sink-design-system
# Or manually:
cp -r skills/<name> /path/to/project/.agent/skills/<name>

Gemini / Antigravity

./scripts/install-skills.sh

(Note: Do not symlink directly to ~/.gemini/antigravity/skills/ as Gemini reads ~/.gemini/skills/ globally and doing so causes duplicate install warnings.)

Authoring a Skill

  1. Create skills/<name>/SKILL.md with YAML frontmatter:
    ---
    name: my-skill
    description: What the skill does and when to trigger it.
    ---
  2. Add supporting files in references/, templates/, examples/, scripts/ as needed
  3. Verify — Run python3 scripts/audit_skills.py skills to ensure compliance (SKILL.md exists, valid frontmatter, no loose files).
  4. Commit — the pre-commit hook packages it into dist/<name>.skill

Distribution

.skill files in dist/ are standard ZIP archives. Share them directly or install from the skills/ source directories.

About

Claude Code skills: design-lookup and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors