brand-landingpage
Guides developers from brand discovery through iterative design to deployment-ready HTML via Stitch.
pinned to #d7cf7dcupdated 2 weeks ago
Ask your AI client: “install plugins/brand-landingpage”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/brand-landingpagemetahub onboarded this repo on the author's behalf.
If you own github.com/wshobson/agents on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
37,769
Last commit
2 weeks ago
Latest release
published
- #agent-skills
- #agentic-ai
- #agents
- #ai-agents
- #anthropic
- #automation
- #claude-code
- #claude-code-plugins
- #codex-cli
- #copilot
- #cursor
- #cursor-rules
- #developer-tools
- #gemini-cli
- #mcp
- #multi-agent
- #opencode
- #orchestration
- #prompt-engineering
- #workflows
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.d7cf7dc· 2 weeks ago
Kind-specific
31Plugin: manifest fields complete
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrentd7cf7dcwarn2 weeks ago
Contents
A Claude Code skill that runs a structured brand discovery interview, generates iterative landing pages via Stitch, and delivers a deployment-ready HTML bundle.
Turn brand decisions you haven't made yet into a landing page you'd actually ship.
When To Use
You have a product, side project, or service that needs a landing page. You can build the product but haven't established a brand direction — color palette, font pairing, visual hierarchy, or page structure. This skill handles the design decisions you'd otherwise skip or guess at.
Just ask Claude to create a landing page for your project. The skill takes it from there.
What It Does
- Brand discovery interview — 10 questions across 3 phases (Product & Purpose, Brand Feel, Visual Preferences) with follow-up triggers for vague or contradictory answers
- Design system translation — maps brand adjectives to Stitch parameters: color palette, font pairing, shape direction, color mode
- Visual feedback loop — generates landing pages, opens them in your browser, translates feedback ("it looks too corporate") into targeted Stitch operations
- Iteration — edit specific sections, explore variants across layout/color/typography, roll back to earlier versions
- Image handling — extracts style cues from logos or screenshots you provide, saves originals for developer handoff
- Delivery bundle — final HTML, design tokens (JSON), brand documentation, and deployment checklist as a zip
Setup
Stitch's free tier (350 standard + 200 experimental generations/month) covers all skill functionality — no paid plan required.
The skill walks you through Stitch setup the first time you use it: it'll point you to the Stitch web app for an API key and handle the SDK installation.
Requires Node.js 18+.
File Structure
brand-landingpage/
.claude-plugin/
plugin.json
skills/
brand-landingpage/
SKILL.md # Main skill instructions
references/
interview-framework.md # Brand discovery question bank and feedback guide
stitch-architecture.md # Font/color/prompt/section reference
state-and-pitfalls.md # State schema, pitfalls, DEPLOY.md template
README.md
Limitations
- Stitch generates static HTML (no JS interactivity, no forms, no animations)
- No image upload via Stitch API — logos and images are saved in the bundle for manual integration
- You'll need to replace placeholder images, wire up the CTA link, and add analytics after deployment
Reviews
No reviews yet. Be the first.
Related
before-you-build
Production-ready workflow orchestration with 91 marketplace plugins, 199 local specialized agents, and 162 local skills - optimized for granular installation and minimal token usage
youtube-transcribe-skill
Extract subtitles/transcripts from YouTube videos via CLI or browser automation
cursor
Delegate implementation, web research, and codebase exploration to the Cursor CLI (headless agent -p). Part of cc-multi-cli-plugin. Requires the `multi` plugin.
mh install plugins/brand-landingpage