Skip to content

dwarvesf/claude-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-skills

Shared Claude Code skills for the Dwarves team. Packaged as a plugin for remote install, also works with local symlinks.

Install

Option 1: Plugin marketplace (recommended)

/plugin marketplace add dwarvesf/claude-skills
/plugin install claude-skills@dwarvesf-claude-skills

Option 2: Local clone with claude-context sync

git clone git@github.com:dwarvesf/claude-skills.git ~/claude-skills

Then in your claude-context/.env:

SKILLS_DIR=~/claude-skills/skills

Run ./sync-claude-context.sh to symlink skills into ~/.claude/skills/.

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

Adding a new skill

  1. Create skills/<skill-name>/SKILL.md
  2. Add YAML frontmatter with name and description
  3. Write the skill instructions in markdown
  4. Update the table above
  5. Commit and push

Skill format:

---
name: skill-name
description: When and how this skill should trigger.
---

# Skill Name

Instructions for Claude...

Architecture

This repo is the skills companion to dwarvesf/claude-context (config/identity). See that repo for the full sync architecture.

About

Reusable Claude Code skills plugin for the Dwarves team

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages