Skip to content

growgami/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Growgami Skills

Claude Code skills built from real operational experience.

Install

One skill:

git clone https://github.com/growgami/growgami-skills-compendium.git
cp -r growgami-skills-compendium/skills/org-map ~/.claude/skills/

All skills:

git clone https://github.com/growgami/growgami-skills-compendium.git
cp -r growgami-skills-compendium/skills/* ~/.claude/skills/

With the install script:

git clone https://github.com/growgami/growgami-skills-compendium.git
cd growgami-skills-compendium
./install.sh              # interactive picker
./install.sh org-map      # specific skill
./install.sh --all        # everything

Skills

Skill What it does
org-map Map your org's real operating model into a structured YAML ontology
brand-guidelines Brand color and typography standards
competitive-ads-extractor Competitive ad intelligence extraction
editor Content editing
frontend-design Frontend UI/UX design
investor-materials Investor decks and materials
lead-research-assistant Lead research and qualification
market-research-reports Market research generation
memory-management Claude memory management
neobank-lifecycle-sequence-generator Neobank lifecycle sequences
skill-creator Scaffold new Claude skills

Structure

skills/
  skill-name/
    SKILL.md        # skill definition (YAML frontmatter + prompt)
    references/     # optional supporting files

Compatible with vanilla Claude Code (~/.claude/skills/) and skills.ws.

About

A collection of what we consider some of the most useful skills out there.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors