ss-page

Featured

Scaffold a new product page or screen from the compiled StyleSeed output grammar, surface adapter, brand recipe, and project lock.

Web & Frontend 950 stars 88 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
99
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Product Page Scaffolder ## Registry-first artifact boundary When `.styleseed/project.json` and `.styleseed/artifacts/index.json` exist, resolve the requested artifact ID first, then read only `.styleseed/bundles/<artifact-id>.md` and `.styleseed/manifests/<artifact-id>.json`. Never fall back to the global legacy bundle for a registry project. Legacy projects may use `.styleseed/effective-rules.md` only when no registry exists. ## 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={/* o...

Details

Author
bitjaru
Repository
bitjaru/styleseed
Created
5 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category