By clafollett
GitHub Issue management with intent-over-implementation templates — Epics, Stories, Tasks, Bugs with quality gates and CLI automation
Claude Code plugin marketplace for LaFollett Labs LLC. Cross-project skills, commands, and developer workflow tools that work in any repository.
| Plugin | Purpose | Details |
|---|---|---|
| context-handoff | Session state handoff and resume with prior-session deduplication | Commands |
| issue-manager | GitHub Issue management with intent-over-implementation templates | Skill |
Save and restore session working state across /clear boundaries.
/handoff-context — Serializes task goal, completed/in-progress/blocked items, decisions, constraints, modified files, and next steps to .context/context-handoff.json/resume-context — Loads the handoff, orients the session, verifies against live git statenext_steps against archived handoffs' completed arrays to flag stale items and resolved blockersCreate and manage GitHub Issues using intent-focused templates. All issues define what and why — engineers decide how.
docs/epics/, push to GitHub IssuesIn Claude Code, open the plugin manager and add this marketplace:
/plugins marketplace add https://github.com/clafollett/lafollettlabs-claude-plugins
/plugins install context-handoff
/plugins install issue-manager
If you prefer not to use the marketplace:
context-handoff (global commands):
cp plugins/context-handoff/commands/handoff-context.md ~/.claude/commands/
cp plugins/context-handoff/commands/resume-context.md ~/.claude/commands/
issue-manager (per-project skill):
# From the target project root
cp -r plugins/issue-manager/skills/issue-manager .claude/skills/
.claude-plugin/
marketplace.json # Marketplace registry
plugins/
context-handoff/ # Plugin: session handoff + resume
.claude-plugin/plugin.json
commands/
handoff-context.md
resume-context.md
issue-manager/ # Plugin: GitHub Issue management
.claude-plugin/plugin.json
skills/
issue-manager/
SKILL.md
references/ # Issue templates + quality checklist
scripts/ # gh-issues.js CLI
version in the plugin's .claude-plugin/plugin.json/plugins updateplugins/<name>/.claude-plugin/plugin.json with name, description, version, author.claude-plugin/marketplace.jsonMIT — LaFollett Labs LLC
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 clafollett/lafollettlabs-claude-plugins --plugin issue-managerSession state handoff and resume — save working context to JSON, resume in a fresh session with prior-session deduplication
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.
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.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques