Minimal package
derive a design-system package from an existing codebase
npx -y skills add tommylower/asbuilt --skill minimal-packageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this package when extending the Tiny App example UI. It captures derived tokens, component grammar, architecture, and platform mapping from example code.
SKILL.md
1.2 KB, 211 tokens by cl100k_base, as published. Nobody here has run it
Tiny App Design System
Use this package before creating or modifying Tiny App UI.
Read First
- references/tokens.md
- references/architecture.md
- references/components.md
- references/platform-mapping.md
Thesis
Tiny App uses quiet app UI: neutral surfaces, compact spacing, direct labels, and one clear action per panel.
Hard Rules
- Use semantic tokens from
references/tokens.md. - New interactive components must name their behavior floor.
- Extend Button axes instead of creating one-off action components.
- Leave unresolved gaps visible.
Component Intake
composition: arrangement of existing partsheadless-floor: behavior exists in a proven floornovel: write the full state machine
Completion Bar
A UI change conforms only when it uses package tokens, maps to a component card, and keeps missing states in the unresolved list.