By linder3hs
AI-powered project creation and improvement system. Guides web project creation through a conversational decision tree — stack, services, UI style. Use /new-project to start from scratch or /project-health to analyze an existing project.
Main orchestrator for Hermes. Use this agent when the user wants to start a new project or needs help with an existing one and hasn't specified a more specific agent. Routes to web-architect (new projects) or project-doctor (existing projects). Examples: <example> Context: User is in an empty directory user: "I want to build a SaaS app" assistant: "I'll use the hermes agent to guide you through the setup" <commentary>Empty dir + project intent = hermes orchestrator entry point</commentary> </example> <example> Context: User has an existing Next.js project user: "Help me add Stripe to this project" assistant: "I'll use the hermes agent to analyze your project and add Stripe" <commentary>Existing project + add service = hermes routes to project-doctor</commentary> </example>
Existing project analysis agent for Hermes. Use when the user wants to improve, audit, or add features to an existing project. Infers stack from code — never asks what it can read. Examples: <example> Context: User has an existing Next.js project user: "Add Stripe to my project" assistant: "I'll use project-doctor to analyze your project and wire up Stripe" <commentary>Existing project + add service = project-doctor</commentary> </example> <example> user: "My project doesn't have dark mode, add it" assistant: "I'll use project-doctor to check your current setup and add dark mode" <commentary>Existing project + UI improvement = project-doctor</commentary> </example> <example> user: "Generate a CLAUDE.md for this project" assistant: "I'll use project-doctor to analyze the codebase and generate CLAUDE.md" <commentary>CLAUDE.md generation = project-doctor</commentary> </example>
UI style decisions agent for Hermes. Use after web-architect has decided the stack. Covers component library, color theme, dark mode, fonts, and icons. Examples: <example> Context: web-architect just finished stack decisions user: [stack decisions complete] assistant: "Now I'll use ui-stylist to configure the visual style" <commentary>Always runs after web-architect for new projects</commentary> </example> <example> user: "I want dark mode with a slate theme and Inter font" assistant: "I'll use ui-stylist with those preferences" <commentary>Direct style preferences = ui-stylist</commentary> </example>
Web stack and services decision agent for Hermes. Use when the user wants to create a new web project and needs to choose their stack, services, and deployment. Always runs before ui-stylist. Examples: <example> Context: User wants a SaaS app user: "I want to build a SaaS with auth and payments" assistant: "I'll use web-architect to guide your stack and service choices" <commentary>New project + specific features mentioned = web-architect</commentary> </example> <example> user: "Give me the saas preset" assistant: "I'll use web-architect with the saas preset" <commentary>Named preset = web-architect with preset mode</commentary> </example>
This skill should be used when the user wants to create a new web project from scratch. Guides through stack, services, and UI decisions, then scaffolds a complete production-ready app — layout, navigation, fonts, animations, DX tools, testing, security, and observability. Supports presets. Examples: "create a new project", "start a new SaaS app", "/new-project saas", "build me a dashboard", "create an AI chat app".
This skill should be used when the user wants to analyze, audit, or improve an existing project. Reads the codebase silently, infers the stack, surfaces gaps, and offers targeted improvements. Examples: "check my project", "what's missing", "audit this codebase", "generate a CLAUDE.md", "add dark mode", "add Stripe to my project", "add AI chat", "/project-health".
Uses power tools
Uses Bash, Write, or Edit tools
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.
AI-powered project creation system for Claude Code. Guides you from zero to a production-ready web app — complete layout, navigation, theme, fonts, and service integrations — through a conversational decision tree. No stale templates, always delegates to official CLIs.
curl -fsSL https://raw.githubusercontent.com/linder3hs/hermes/main/install.sh | bash
Then restart Claude Code (Ctrl+C → claude).
Manual install: Add to
~/.claude/settings.json:{ "extraKnownMarketplaces": { "hermes": { "source": { "source": "github", "repo": "linder3hs/hermes" } } }, "enabledPlugins": { "hermes@hermes": true } }
/new-project # Full guided flow
/new-project saas # Skip tree, use a preset
/project-health # Analyze and improve an existing project
On session start, Hermes auto-detects your context and surfaces the right command.
Every generated project includes:
next/fontCLAUDE.md with stack decisions documented| Preset | Stack |
|---|---|
minimal | Next.js + Tailwind + shadcn/ui |
saas | + Clerk + Neon/Drizzle + Stripe + Resend |
ai-app | + Vercel AI SDK + Neon/Drizzle + Clerk |
dashboard | + TanStack Query + tRPC + Neon/Drizzle + Clerk |
marketing | Astro + Tailwind + shadcn/ui + Resend |
Each preset still asks for your UI preferences (theme color, dark mode, font).
| Layer | Options |
|---|---|
| Framework | Next.js 15 App Router, Remix, Astro |
| Data | TanStack Query + tRPC, Server Actions |
| UI | shadcn/ui, Radix UI, Mantine, Chakra UI |
| Auth | Clerk, NextAuth v5, Lucia |
| DB | Neon, Supabase, Turso |
| ORM | Drizzle, Prisma |
| Payments | Stripe (checkout + webhooks + portal) |
| Resend, Sendgrid | |
| Storage | Vercel Blob, S3/R2 |
| AI | Vercel AI SDK + AI Gateway |
| Deploy | Vercel, Railway |
/project-health)For existing projects:
package.json and infers your stack — no interrogationCLAUDE.mdcurl -fsSL https://raw.githubusercontent.com/linder3hs/hermes/main/uninstall.sh | bash
@latestnpx claudepluginhub linder3hs/hermes --plugin hermesReusable AI coding harness: planner, code-reviewer, security-reviewer, test-engineer and scaffolder agents, with matching skills and slash commands.
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 startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications