claude-skills packages real-world agent workflows into installable plugins — Second Wind keeps long runs alive across the 5-hour limit, prompt-craft turns rough asks into deterministic specs, and an iOS loop builds, previews, and ships apps from chat. Plus Linear project management and commit helpers. Install one in Claude Code, or port the skills into Codex, Copilot CLI, and any AGENTS.md agent.
A quick look at every plugin — open any card for the full guide: what it solves, how to install, a complete usability walkthrough, and how it works under the hood.
Set-and-forget orchestrator. Detects the 5-hour limit, waits for reset, resumes every session — overnight, untouched.
init · up · add · watch · resume · dashTurn rough prompts into deterministic specs and surface the right next step. Zero config; guardrails off by default.
/improve-prompt (ask → spec) · /plan (decompose) · /refreshdebug · refactor · reviewBuild, preview, and ship iOS apps from chat — sim screenshots delivered to your phone, device builds, App Store release.
/preview & /fix → screenshot to your iPhonerelease: archive, validate, TestFlight/App StoreMake Linear the operational center: file issues, pick up agent-ready work, open PRs, keep status in sync.
/linear-pick implements agent-ready issues end to endThe invisible workflow layer: conventional commits, skill contribution, team orchestration, and two worker agents.
commit · contributeimage-parser · web-researchershellcheck-on-edit lints shell on saveSearch and filter all 48 skills, 17 commands, agents, hooks, and the CLI in one place.
Each plugin started as a daily annoyance worth automating away — not a demo.
/improve-prompt turns the ask into a deterministic spec, /plan decomposes it, and debug/refactor/review lenses keep execution honest.One marketplace.json feeds five plugins. Second Wind ships as a standalone CLI. Adapters port the skills everywhere else.
Full detail: the architecture overview.
Pick the surface you work on. Everything is shell + stdlib Python — no build step.
From inside Claude Code, register this repo and install any plugin.
/plugin marketplace add abhijitbansal/claude-skills/plugin install prompt-craft@claude-skillsStandalone — works with or without the plugins.
bash tools/second-wind/install.shwind init # pick reposwind up && wind watch # run + auto-resumeWire the same skills into Codex, Copilot CLI, or any AGENTS.md agent.
bash adapters/install.sh codexbash adapters/install.sh all # every targetSeeding a whole machine instead? Run setup/setup.sh — see the
machine-setup runbook.
Start your sessions, then walk away. Wind polls each tmux pane, recognises the usage-limit message, and schedules a resume the moment the window reopens.
wind init
wind up
wind add
wind watch
wind dash
Per-feature guides cover usability and internals. These cross-cutting docs cover the rest.
One searchable, filterable index of all 48 skills, 17 commands, both agents, every hook, and the CLI — grouped by type.
Open the catalog →Rebuild a full Claude Code environment on a new machine from one TOML manifest — capture.sh snapshots, setup.sh restores, contribute.sh round-trips changes back.
The full wind guide: every command, the live dashboard, how limit detection parses the reset time, the config schema and security model.
Also: the architecture overview and the project usage & how-to guide.