Project manager for multi-project workflows — per-repo GitHub credentials, Linear issue lifecycle, branch naming, PR linking, and session briefings
npx claudepluginhub nthplusio/functional-claude --plugin project-managerGuided setup wizard to register the current project with the project manager. Collects repo identity, GitHub username, Linear team, and writes the project profile to ~/.claude/project-manager/projects.json.
Cache-first project status briefing -- shows what's in progress, what's next, and validates project context. Reads from local cache first, syncs only when stale. Use --refresh to force a full re-pull from the issue tracker.
Use this skill when creating a git branch for a Linear issue, writing a PR description, opening a pull request, or linking a PR to a Linear issue. Trigger phrases: "create a branch", "new branch for this issue", "open a PR", "write the PR description", "link to Linear", "push this up".
Use this skill when creating, updating, or closing a Linear issue; when the user describes untracked work that should be a Linear issue; when drafting issue content; or when the user says "create an issue", "log this in Linear", "add this to Linear", "update the issue", "close out the issue", "mark it done".
Use this skill when the user changes direction mid-feature, describes a significant scope change, says the approach isn't working, wants to abandon the current approach, or says "we need to rethink this", "let's change direction", "this isn't right", "pivot", "different approach". Also use when the user's current work no longer matches the active Linear issue.
Use this skill when the user asks "where are we", "what's in progress", "what should I work on next", "project status", "catch me up", or "what's open". Provides a cache-first session briefing with in-progress issues, next suggested work, and delta sync on demand. Supports --refresh for full re-pull. Do NOT include past session history unless the user explicitly asks.
Use this skill when the user says "project manager", "pm", "where are we", "what's in progress", "what should I work on next", "let's work on this project", "project status", "open issues", "what's next", or asks about Linear issues, GitHub PRs, or issue tracking for the current project. Also use proactively when the user describes work that doesn't appear to be tracked in Linear, when starting new work on main/master, or when branch naming suggests untracked work.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement