A collection of custom Claude Code skills for development workflows, plus a record of globally installed skills and plugins. (v0.1.4)
Skills in this repo are installable per-project or globally.
| Skill | Description |
|---|---|
| bird | Bird CLI assistant for Twitter/X - tweeting, replying, reading, searching, and managing timelines from the terminal |
| ethos | Interview-driven ethos.md that hands agents the non-obvious, project-specific context they'd otherwise get wrong - who it's really for, why it exists, the real constraints, how it tends to think. Captures the delta from default, not a rulebook of boundaries |
| mcp-sync | Keep a project's MCP servers in one MCP.md doc at the repo root, then mirror them into that project's Claude Code, opencode, and Codex configs (instructions-only, no script; strict-mirror with confirmation; auth handled per-tool via OAuth) |
| scratch-html | Where agents write HTML files — routes every .html to ~/.scratch/<cwd-relative-to-$HOME>/<slug>.html. Entry point that points at info-html for read-style HTMLs |
Personal-taste skills — encode how Zack likes things, not general capabilities.
| Skill | Description |
|---|---|
| info-html | House style for information-dense HTMLs (research, audits, specs, reports). Minimal on white paper — big bold Lexend headlines, lots of whitespace, color used sparingly, always light mode. Light steering, not a rulebook |
Install a skill from this repo into a project:
npx skills add zackbart/skills --skill <name> -yBrowse skills at skills.sh/zackbart/skills.
These skills are installed globally (~/.agents/skills/) on this machine. Codex reads them directly; Claude Code and Cursor get symlinks.
# From this repo
npx skills add -g zackbart/skills --skill bird --agent claude-code -y
npx skills add -g zackbart/skills --skill ethos --agent claude-code -y
npx skills add -g zackbart/skills --skill mcp-sync --agent claude-code -y
npx skills add -g zackbart/skills --skill info-html --agent claude-code -y
npx skills add -g zackbart/skills --skill scratch-html --agent claude-code -y
# External
npx skills add -g vercel-labs/agent-browser --skill agent-browser --agent claude-code -y
npx skills add -g kepano/obsidian-skills --skill defuddle --agent claude-code -y
npx skills add -g anthropics/claude-plugins-official --skill frontend-design --agent claude-code -y
npx skills add -g anthropics/skills --skill skill-creator --agent claude-code -y
npx skills add -g railwayapp/railway-skills --skill use-railway --agent claude-code -y