chore(skills): add components-build standard and wire into skill chain#17
Merged
chore(skills): add components-build standard and wire into skill chain#17
Conversation
Move the components.build specification (by Hayden Bleasel and shadcn) from global skills into the repo as the canonical engineering standard. Covers: composition, accessibility, types, styling, state, polymorphism, asChild, data attributes, and artifact taxonomy. 9 reference files, 1113 lines of spec-level guidance.
- AGENTS.md: reference repo-local path, MUST for all architecture decisions - jalco-component-builder: add engineering foundation section, engineering standard checklist, taxonomy classification step in workflow - jalco-shadcn-registry: add to required reading, require conformance - Remove old component-engineering references
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the components.build specification as a repo-local skill and wires it as the canonical engineering standard that all jalco ui skills build on.
What changed
New skill:
.pi/skills/components-build/The full components.build spec (by Hayden Bleasel and shadcn) distilled into a SKILL.md router + 9 reference files (1,113 lines):
composition.mdaccessibility.mdtypes.mdstyling.mdstate.mdpolymorphism.mdasprop, type-safe genericsas-child.mddata-attributes.mdtaxonomy.mdSkill dependency chain
Updated files
components-buildas MUST for all component architecture decisionscomponent-engineeringglobal skill