Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By flight505
Conversation-handoff document generator. Compacts the current conversation into a markdown handoff so a fresh agent can continue. References existing artifacts (PRDs, plans, ADRs, issues, commits) by path/URL — does not duplicate them. Enhanced from Matt Pocock's MIT-licensed handoff skill (https://github.com/mattpocock/skills) with: (1) stdlib Python tools (template generator, artifact deduplicator, skill recommender), (2) 3 reference docs citing 5+ authoritative sources each (handoff structure, deduplication discipline, next-session skill matching), (3) cs-handoff-author persona agent + /cs:handoff slash command. Matt's no-duplication discipline preserved verbatim per MIT. Use when user wants to hand off the current conversation to a fresh agent or starts a new session that picks up prior work.
npx claudepluginhub flight505/claude-skills-jesper --plugin handoff-engineeringBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Personal curated marketplace of Claude Code skills, agents, personas, and commands.
Content sources:
upstream/ — vendored copy of alirezarezvani/claude-skills via git subtree (268+ skills, 33 agents, 7 personas, 54 commands)skills/ — first-party additions (21-toolkit survivors and anything I author)Install layer: forge — registered as a marketplace-local source during dev, marketplace-remote once pushed.
.claude-plugin/marketplace.json ← single merged catalog (generated)
skills/ ← first-party skills
upstream/ ← git subtree of alirezarezvani/claude-skills
scripts/
regenerate-marketplace.py ← rebuilds marketplace.json from upstream/ + skills/
sync-upstream.sh ← git subtree pull --squash + regenerate
upstream-changelog.py ← list added/removed/changed since last sync
# Pull latest upstream + regenerate marketplace
./scripts/sync-upstream.sh
# Manually regenerate without pulling
python3 scripts/regenerate-marketplace.py
# Preview what a sync would change
python3 scripts/upstream-changelog.py
forge source add claude-skills-jesper \
--kind marketplace-local \
--path ~/Projects/Dev_projects/Claude_SDK/claude-skills-jesper
forge list --type skill
forge install <name>
Harness-native ECC plugin for engineering teams - 64 agents, 261 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
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.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Complete SOTA 2026 Storybook assistant with Vision AI design-to-code, natural language generation, AI-powered accessibility remediation, React Server Components, AI visual regression testing, design token sync, usage analytics, dark mode generation, and comprehensive testing (Storybook 10, React 19, Next.js 15)
Comprehensive project planning and architecture research skills for Claude Code - generates software architecture documents, sprint plans, building blocks, service cost analysis, and implementation roadmaps backed by real research.
AI-powered image, diagram, and video generation for Claude Code - uses Nano Banana 2 (Gemini 3.1 Flash Image) for fast generation, Nano Banana Pro (Gemini 3 Pro Image) for professional diagrams, and Veo 3.1 for video generation.
Long-running agent loop for Claude Code, in the Ralph pattern — a stable prompt, a mutable plan, and a loop that runs until the plan is empty.
Helper plugin for Claude Code's autonomous primitives — /goal, /branch, worktrees, dynamic workflows. Wraps native features with opinionated defaults and safety guardrails.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimUses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification