You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A world-class, vendor-neutral library of agent skills. Each skill is a directory with a SKILL.md — plain YAML frontmatter (name + description) per the agentskills.io spec, no framework lock-in, usable with any AI agent.
Agent-Agnostic by Design
Skills are not tied to Claude Code or any specific agent. The installer shim links this repo into whatever agent toolchains you use — one canonical source, many consumers.
Install with bin/skills
./bin/skills list # list every skill
./bin/skills install # symlink → Claude Code + Codex (default)
./bin/skills install --claude # just ~/.claude/skills
./bin/skills install --codex # just ~/.agents/skills
./bin/skills install --target ~/.cursor/skills # any agent / Cursor / custom dir
./bin/skills install --all # every known target
./bin/skills install --all --copy # copy instead of symlink (sandboxes)
./bin/skills install --dry-run # preview, change nothing
./bin/skills uninstall --codex # remove from a specific target
./bin/skills manifest # (re)generate skills.json
Default targets: ~/.claude/skills (Claude Code) and ~/.agents/skills (Codex).
Override with CLAUDE_SKILLS_DIR / CODEX_SKILLS_DIR env vars.
Symlinks mean edits here are live everywhere; re-run install only after adding new skill dirs.
skills.json — a generated, agent-neutral index (name · path · description). Regenerate with ./bin/skills manifest.
Splunk — Log Analysis, Detections & Dashboards
A deep, interlocking suite. Foundation skills (authoring, optimization, CIM) are referenced by the rest.
Folder prefix: person's last name (e.g. beck-, fowler-, karpathy-). Philosophy as operating principles — not biography, actionable technique. Skills that are also productivity tools appear in both this section and the Productivity section.
Early-stage decisions: hiring bar, fundraising timing, focus vs optionality.
100k+ Repo Design Philosophies
Folder prefix: 100k- (e.g. 100k-react, 100k-linux). What the teams behind famous repos decided and why — design principles, not usage guides. Duplicates with language skills are intentional (different angle).
DORA metrics, small PRs, fast feedback loops, async communication, toil automation.
Productivity & Learning Modes
Interactive modes and session tools. Skills from famous engineers appear in both this section and their personality suite — same skill, different discovery path.
Compressing a CLAUDE.md or memory file to save input tokens.
Loop Engineering
Agent loops — the paradigm Boris Cherny described as the next wave after prompt engineering. Skills that appear in the personality section (cherny-*) are mirrored here for discoverability.