Agent Skill
2/7/2026

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

T
tjmgregory
0GitHub Stars
1Views
npx skills add tjmgregory/.dotfiles

SKILL.md

Nameskill-creator
DescriptionGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

.dotfiles

Symlink things:

# General
ln -s ~/.dotfiles/helix ~/.config/helix
ln -s ~/.dotfiles/karabiner ~/.config/karabiner

# Claude Code
ln -s ~/.dotfiles/claude/CLAUDE.md ~/.claude/CLAUDE.md
ln -s ~/.dotfiles/claude/settings.json ~/.claude/settings.json
ln -s ~/.dotfiles/agents/skills ~/.claude/skills

# Cursor
ln -s ~/.dotfiles/agents/skills ~/.cursor/skills

Skills are consolidated in agents/skills/ following the agentskills.io standard and shared between Claude and Cursor.

Worktree Management

This dotfiles setup includes a comprehensive worktree management system using Git worktrees for parallel development.

Quick Reference

The wt script provides worktree management:

# Create and switch to a worktree
wt cd my-repo feature-branch

# List all worktrees
wt list

# Remove a worktree
wt remove my-repo feature-branch

# Clean up orphaned worktrees
wt clean

Documentation

Skills Info
Original Name:skill-creatorAuthor:tjmgregory