Open-source skills for AI coding assistants, built by Gloo.
git clone https://github.com/glooai/skills.git ~/.gloo/skills
cd ~/.gloo/skills && ./install.shCopy or symlink any skill into your assistant's skill directory:
# Claude Code
mkdir -p ~/.claude/skills
ln -sfn /path/to/skills/skills/flourishing-ai ~/.claude/skills/flourishing-ai
# OpenCode
mkdir -p ~/.config/opencode/skills
ln -sfn /path/to/skills/skills/flourishing-ai ~/.config/opencode/skills/flourishing-aiAssess AI implementation alignment with the Flourishing AI Benchmark — a seven-dimension evaluation framework based on the Harvard Human Flourishing Program.
Usage:
/gloo:flourishing # Interactive mode
/gloo:flourishing --prompt "AI chatbot for therapy" # Assess a specific implementation
/gloo:flourishing --model claude-opus-4-6 --report # Generate a saved report
/gloo:flourishing --dimensions faith,meaning # Focus on specific dimensions
Dimensions evaluated:
- Character and Virtue
- Close Social Relationships
- Happiness and Life Satisfaction
- Meaning and Purpose
- Mental and Physical Health
- Financial and Material Stability
- Faith and Spirituality
- Create a directory under
skills/with your skill name - Add a
SKILL.mdwith YAML frontmatter (name,description,argument-hint) - Optionally add a
references/subdirectory for supporting documentation - Submit a PR
MIT