By travcjohnson
Battle-tested Claude Code skills from Travis Johnson (Anthropic Claude Ambassador, AuraPath AI). Includes resume-claude-session: recover lost sessions when claude --resume fails with 'No conversation found'.
Free, open-source Agent Skills for Claude Code — battle-tested in daily use running an AI consultancy (AuraPath AI). Each skill is a single self-contained SKILL.md you can install in under a minute.
| Skill | What it does |
|---|---|
resume-claude-session | Recover a lost Claude Code session when claude --resume fails with "No conversation found with session ID" — finds the session file across all project directories, extracts the real working directory, and gives you the corrected resume command. |
claude --resume <id> only looks in ~/.claude/projects/<encoded-cwd>/ for the directory you're currently in. If the session started in a different directory — a git worktree, a temp folder, or a path another tool recorded incorrectly — the session file exists but Claude Code can't see it from where you're standing. Your conversation is not lost. This skill finds the .jsonl session file wherever it actually lives, reads the true cwd from inside it, and hands you a resume command that works.
Option 1 — as a plugin (recommended, gets updates):
/plugin marketplace add travcjohnson/claude-skills
/plugin install resume-claude-session@travcjohnson-claude-skills
Option 2 — copy the skill manually:
mkdir -p ~/.claude/skills/resume-claude-session
curl -o ~/.claude/skills/resume-claude-session/SKILL.md \
https://raw.githubusercontent.com/travcjohnson/claude-skills/main/skills/resume-claude-session/SKILL.md
Then start a new Claude Code session and paste your failing claude --resume command — the skill triggers automatically.
Option 3 — let Claude install it for you: give Claude the raw SKILL.md URL and say "set this up." The setup instructions are in the skill itself.
Skills here follow the open Agent Skills standard (SKILL.md with name + description frontmatter), so they also work in other tools that support the format (Cursor, GitHub Copilot, Gemini CLI, Codex, and more). They require only standard Unix tools — no extra dependencies.
Built by Travis Johnson — Anthropic Claude Ambassador and co-founder of AuraPath AI, where we train teams and build AI systems for real businesses. These skills come straight out of that daily work.
Want help putting Claude to work in your business? Get in touch.
MIT — use them, fork them, ship them.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub travcjohnson/claude-skills --plugin resume-claude-sessionGated, evidence-first market research: market-corpus builds a sourced company-dossier corpus (live search only, confidence labels, human-approved gates); market-lens runs cheap repeatable analysis passes (pricing, ICP/GTM) over it — descriptive map before synthesis, one editorial author per lens, no AI slop.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development