By valetivivek
A growing collection of reusable Claude Code skills. Starts with handoff (durable session handoff docs with copy-pasteable resume prompts) and grows as new skills are added.
Create a timestamped handoff document that captures what was done, what's left, known issues, key decisions, and a copy-pasteable resume prompt so work can continue cleanly in a new session or with a different AI agent (Claude Code, Codex, another Claude chat, etc.). Use this skill whenever the user says "handoff", "create a handoff", "handoff this session", "/handoff", "wrap up", "end of session", "pause here", or any variation about saving session state for later. Also trigger proactively near the end of a working session when significant progress has been made and the user signals they're stopping (phrases like "I'm done for today", "let's pick this up tomorrow", "I need to step away"). The output is a markdown file saved at `./handoff/YYYY-MM-DD-HHMM-slug.md` at the repo root, plus an inline summary with the resume prompt block shown in chat for quick copy-paste.
Remove signs of AI-generated writing from text to make it sound more natural and human-written. Use this skill whenever the user asks to: humanize text, remove AI writing patterns, make writing sound less robotic or AI-generated, edit text for naturalness, clean up AI slop, fix AI-sounding prose, or review writing for AI tells. Also trigger when the user says things like "this sounds too AI", "make this more human", "de-AI this", "remove AI patterns", or pastes a block of text and asks why it sounds off. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes: inflated significance language, promotional tone, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, excessive conjunctive phrases, sycophantic openers, and more. Always apply this skill -- even for short rewrites or single paragraphs.
A curated set of Claude Code skills, installable as a single plugin.
/plugin marketplace add valetivivek/skill-pack
/plugin install skill-pack@skill-pack
Starts small and grows. Every skill here is one I actually use. If a skill stops earning its slot, it gets cut.
| Skill | Triggers on | What you get |
|---|---|---|
handoff | "handoff", "wrap up", "end of session", "pause here", "I'm done for today" | A timestamped markdown file at ./handoff/YYYY-MM-DD-HHMM-slug.md capturing what was done, what's left, known issues, key decisions, and a copy-pasteable resume prompt for the next session (same agent or different). |
humanizer | "humanize this", "de-AI this", "make this sound more human", "remove AI patterns", "this sounds too AI" | A rewrite of your text with the common AI tells stripped out: inflated significance, em dash overuse, rule-of-three padding, sycophantic openers, hedging, promotional vocabulary, and the rest of the patterns from Wikipedia's "Signs of AI writing" guide. |
More skills land as they get written. See Roadmap below.
Tested against Claude Code as of April 2026. Skills are plain markdown, so forward compatibility should be fine.
A Claude Code skill is a markdown file with YAML frontmatter. The frontmatter tells the model when to trigger (the description field) and the body tells it what to do. Installing this plugin drops the skills into Claude Code's skill registry. No binaries, no runtime, no background process. The model reads the SKILL.md when the trigger phrase shows up in your conversation, and follows its instructions.
/plugin marketplace add valetivivek/skill-pack
/plugin install skill-pack@skill-pack
Verify the install by asking Claude Code to list available skills, or by typing one of the trigger phrases (e.g. "handoff this session") and watching it fire.
/plugin marketplace update skill-pack
/plugin uninstall skill-pack@skill-pack
/plugin marketplace remove skill-pack
If you're developing a skill in this repo (or want to try changes before pushing), install the plugin from your local clone instead of GitHub:
/plugin marketplace add /absolute/path/to/skill-pack
/plugin install skill-pack@skill-pack
Edit the SKILL.md, reload Claude Code, retrigger. No rebuild step.
Skills currently on the shortlist (no promises on order):
pr-review-prep — scan a branch and draft a self-review before opening the PRdaily-log — append a dated entry to a project journal with what changed todayunstuck — structured "I'm stuck" prompt to reset a session without losing contextrepo-snapshot — one-page summary of a repo for pasting into an external chatOpen an issue if you want to add to this list or vote one up.
skill-pack follows semver. Skill additions are minor bumps, skill removals or breaking trigger changes are major bumps, fixes are patches. The full version history lives in git tags.
Inspired by everything-claude-code and superpowers, which set a high bar for what a Claude Code skill pack can be.
MIT. See LICENSE.
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 valetivivek/skill-pack --plugin skill-packWrite and update project markdown (README, PR template, CONTRIBUTING, CHANGELOG, docs) that matches the project's existing tone. Picks a project-type archetype (library, cli, app, framework, side-project, showcase), reads CLAUDE.md and git context, supports animated and visually-striking showcase READMEs for profiles and portfolios, remembers style choices in .md-craft.json so later runs skip the style question, and shows a diff plan before writing.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation