Skip to content

ctxswitch/skills

Repository files navigation

Skills

My personal skills for Codex and Claude Code.

I use this repo to keep the skills I care about versioned, installable, and consistent across machines. Most of them are working notes for engineering, architecture, planning, reviews, and writing.

Install

Install everything for both agents:

make install

That copies the skills into:

  • ~/.codex/skills
  • ~/.claude/skills

Install for just one agent:

make install-codex
make install-claude

Or point either target somewhere else:

make install-codex CODEX_SKILLS_DIR=/path/to/codex/skills
make install-claude CLAUDE_SKILLS_DIR=/path/to/claude/skills

The install targets replace matching skill directories in the destination and leave unrelated directories alone.

Claude Code can invoke installed skills directly with /skill-name, and can also infer them when their descriptions match the task.

Recent Claude Code builds use a small skill listing budget, currently 1% of context by default. That budget appears to be calculated against an effective 128k context, even for models that support larger context windows. When the installed skills exceed the budget, Claude may warn, truncate descriptions, or silently drop some descriptions from the inferred skill list. This set keeps the always-loaded listing compact by using role-level engineering skills with language-specific references loaded on demand.

Skills

Engineering:

  • engineer
  • reviewer
  • tdd

Architecture, planning, and project work:

  • diagnose
  • distributed-systems-planner
  • drill-me
  • grill-me
  • improve-codebase-architecture
  • setup-project
  • to-issues
  • to-prd
  • triage
  • zoom-out

Writing:

  • humanize
  • marketing-copywriter

Credits

Some of these skills are adapted from Matt Pocock's Skills For Real Engineers, especially diagnose, grill-me, improve-codebase-architecture, setup-project, to-issues, to-prd, and triage.

Matt's skills repo is MIT licensed. See THIRD_PARTY_NOTICES.md for the upstream notice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors