Shared Claude Code skills for the Dwarves team. Packaged as a plugin for remote install, also works with local symlinks.
/plugin marketplace add dwarvesf/claude-skills
/plugin install claude-skills@dwarvesf-claude-skillsgit clone git@github.com:dwarvesf/claude-skills.git ~/claude-skillsThen in your claude-context/.env:
SKILLS_DIR=~/claude-skills/skillsRun ./sync-claude-context.sh to symlink skills into ~/.claude/skills/.
| Skill | Description |
|---|---|
prompt-improver |
Sharpens vague prompts before executing |
content-spec |
Enforces a spec phase before substantial content work |
knowledge-capture |
Captures learning moments and pushes to Capacities |
reel-transcript |
Extracts transcripts from short-form video URLs via Supadata or whisper |
twitter-capture |
Captures Twitter/X threads and posts into markdown knowledge notes |
youtube-capture |
Captures YouTube video transcripts into markdown knowledge notes |
skill-export |
Exports skills to repo-ready zip format |
skill-sync |
Pushes skills from Claude.ai to GitHub repo via MCP |
skill-import |
Imports skills from GitHub repo into Claude.ai |
- Create
skills/<skill-name>/SKILL.md - Add YAML frontmatter with
nameanddescription - Write the skill instructions in markdown
- Update the table above
- Commit and push
Skill format:
---
name: skill-name
description: When and how this skill should trigger.
---
# Skill Name
Instructions for Claude...This repo is the skills companion to dwarvesf/claude-context (config/identity). See that repo for the full sync architecture.