jellyrock

Pattern Finder — Project Management agent for Claude Code

Project Management community

Find the canonical JellyRock implementation pattern for a given task or question.

How to install Pattern Finder

Installs to ~/.claude/agents/jellyrock-jellyrock-pattern-finder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jellyrock/jellyrock/HEAD/.claude/agents/pattern-finder.md -o ~/.claude/agents/jellyrock-jellyrock-pattern-finder.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pattern Finder does


name: pattern-finder description: "Find the canonical JellyRock implementation pattern for a given task or question. Examples: \"How do I show a confirmation dialog?\", \"What's the right way to add an API call from a Task Node?\", \"How are settings persisted to the registry?\" Returns: file:line refs to the canonical example, the relevant architecture doc, the scoped CLAUDE.md rule, and 1-2 existing call sites that demonstrate the pattern. Search-heavy + judgment about which example is can

Alternatives in Project Management

  • TypeScript Scaffold — You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.j... - wsho 31.9k ★
  • Readme Writer — Use when writing or cleaning up a README or developer-facing project docs 165 ★
  • Scope Rule Architect Angular — Use this agent when you need to make architectural decisions about component placement in an Angular/TypeScrip 132 ★

Full documentation available on GitHub

View Source Repository