ss-page
Scaffold a new product page or screen from the compiled StyleSeed output grammar, surface adapter, brand recipe, and project lock.
npx skills add bitjaru/styleseed --skill ss-page --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Product Page Scaffolder ## When NOT to use - For a single composed pattern within an existing page → use `/ss-pattern` - For multi-page navigation structure → use `/ss-flow` first - For tweaking an existing page — edit the file directly Create a new page: **$0** Description: $ARGUMENTS ## Instructions 1. Resolve and read the active design method: - `.styleseed/effective-rules.md` and `.styleseed/manifest.json` - If missing or stale, invoke `/ss-resolve` or `$ss-resolve` from `STYLESEED.md` - `components/patterns/page-shell.tsx` for page layout - `components/patterns/top-bar.tsx` for header pattern - `components/patterns/bottom-nav.tsx` for navigation 2. Page structure template: ```tsx import { PageShell, PageContent } from "@/components/patterns/page-shell" import { TopBar, TopBarAction } from "@/components/patterns/top-bar" import { BottomNav } from "@/components/patterns/bottom-nav" export default function PageName() { return ( <PageShell recipe="enterprise-workbench"> <TopBar logo={/* logo or page title */} subtitle={/* optional subtitle */} actions={/* optional action buttons */} /> <PageContent> {/* Compose the grammar's focal point and recipe-fit sections */} </PageContent>
- When NOT to use
- Instructions
What does the ss-page skill do?
Scaffold a new product page or screen from the compiled StyleSeed output grammar, surface adapter, brand recipe, and project lock.
How do I install it?
Run `npx skills add bitjaru/styleseed --skill ss-page --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From bitjaru/styleseed, a repository with 867 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.