feat: add /describe-component skill and Alert.llm.md#46
Open
artem-desing wants to merge 1 commit intomainfrom
Open
feat: add /describe-component skill and Alert.llm.md#46artem-desing wants to merge 1 commit intomainfrom
artem-desing wants to merge 1 commit intomainfrom
Conversation
Add the describe-component skill for generating AI-consumable .llm.md knowledge files per component. The skill combines code analysis, Figma design specs, and designer interview to capture semantic context that TypeScript interfaces alone can't express. Includes: - /describe-component skill (6-phase workflow with stress testing) - Alert.llm.md — first component knowledge file, validated with 7/8 HIGH confidence stress test - .llm.md template reference and research notes - WASD LLM Excellence Framework strategic plan and workflow guide - .cursorrules for Cursor IDE integration Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Add the describe-component skill for generating AI-consumable .llm.md knowledge files per component. The skill combines code analysis, Figma design specs, and designer interview to capture semantic context that TypeScript interfaces alone can't express.
Includes:
What type of PR is this? (check all applicable)
Description
Please replace this line with a description of the changes made. You can also describe here what your PR's reviewers should pay attention to.
Related Tickets & Documents
QA Instructions
Please replace this line with instructions on how to test your changes.
Added/updated tests?
have not been included