Landing page outline skills for small and local businesses
npx claudepluginhub cyranob/smb-skillLanding page outline generator for small and local businesses — interview-driven, archetype-aware
A skill for Claude Code, OpenCode, and Nanobot that helps small business owners create a landing page outline through a short interview.
The outline is a planning document you can hand to a web designer, use in a website builder, or iterate on with Claude.
/plugin marketplace add CyranoB/smb-skill
/plugin install small-biz-landing-page@small-biz-landing-page-marketplace
OpenCode reads from ~/.claude/skills/ natively, so the skill installs the same way:
git clone https://github.com/CyranoB/smb-skill.git
mkdir -p ~/.config/opencode/skills/small-biz-landing-page
cp -r smb-skill/skills/small-biz-landing-page/* ~/.config/opencode/skills/small-biz-landing-page/
Nanobot reads Claude-compatible skills from ~/.claude/skills/:
git clone https://github.com/CyranoB/smb-skill.git
mkdir -p ~/.claude/skills/small-biz-landing-page
cp -r smb-skill/skills/small-biz-landing-page/* ~/.claude/skills/small-biz-landing-page/
git clone https://github.com/CyranoB/smb-skill.git
mkdir -p ~/.claude/skills/small-biz-landing-page
cp -r smb-skill/skills/small-biz-landing-page/* ~/.claude/skills/small-biz-landing-page/
Ask Claude anything related to creating a small business website:
.claude-plugin/
├── plugin.json # Plugin metadata
└── marketplace.json # Marketplace manifest
skills/
└── small-biz-landing-page/
├── SKILL.md # Two-phase workflow: interview → outline, with section refs per phase
└── references/
└── prompts.md # Archetype detection, interview questions, 11 section specs, adaptation table