internet-development
- 7 skills
- 0 followers
- 10 hours ago last updated
- ▌ Build App Page · internet-developmentConstruct a new app page from scratch using this repo's component system. Use when the user says "build a new page for X", "create a settings page", "add a dashboard for Y", "scaffold an app screen", or otherwise wants a Next.js page assembled from the project's elements/components/patterns. Produces a route under pages/, picks the right Page shell + chrome + layout, wires up modals if needed, and (if it's a gallery showcase) registers it in common/constants.ts.
- ▌ Export Component To Other Repo · internet-developmentPort a component from nextjs-css-agent-components into a different repo without losing the design-system precision. Use when the user says "copy this component to <repo>", "lift Button into <repo>", "bring the Thin layout over", or otherwise wants a faithful transplant of one or more components from this codebase. Carries over the CSS Module, the theme tokens it depends on, the typography scale, the spacing/transition conventions, and the path-alias plumbing required for it to compile.
- ▌ Fast Typescript Check · internet-developmentKeep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus the zero-dependency Simulacrum CLI framework.
- ▌
- ▌ Port Sacred Terminal UI To Typescript CLI · internet-developmentSkill: Port Sacred Terminal UI to TypeScript CLI
- ▌ Port Sacred Terminal UI To Hostile React Codebase · internet-developmentSkill: Port Sacred Terminal UI to a Hostile React Codebase
- ▌ Port Sacred Terminal UI To React Using Same Conventions · internet-developmentSkill: Port Sacred Terminal UI to React Using Same Conventions