feat: default agent skills, AI SEO, and Context7 indexing - #54
Merged
Conversation
Make AI discovery the default path: init now writes the UseClassy skill, always-on Cursor project rule, scoped rules, and AGENTS.md unless --no-skills is passed. Broaden the skill description triggers so agents match UseClassy authoring and Tailwind variant refactors more reliably. Co-authored-by: Jeremy Butler <jrmybtlr@users.noreply.github.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
useclassy-com | 1c717e2 | Commit Preview URL Branch Preview URL |
Sep 05 2026, 08:51 PM |
Enrich llms.txt with when-to-use guidance and syntax, publish the agent skill at /skill.md, add .well-known/llms.txt plus sitemap.xml, and strengthen npm/README/SEO metadata so models can discover UseClassy. Co-authored-by: Jeremy Butler <jrmybtlr@users.noreply.github.com>
Add context7.json so Context7 indexes README/skill docs (not demos), documents agent authoring rules, and records the one-time submit steps for the GitHub repo plus public llms.txt. Co-authored-by: Jeremy Butler <jrmybtlr@users.noreply.github.com>
Add a workflow that refreshes Context7 after every main push, and auto-submits the GitHub repo plus llms.txt when the library is missing. Co-authored-by: Jeremy Butler <jrmybtlr@users.noreply.github.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.
Summary
Layers so coding agents actually pick up UseClassy:
init— skills/rules/AGENTS.mdunless--no-skillscontext7.json+ CI that auto-submits once, then refreshes on everymainpushAgent install
npx vite-plugin-useclassy initinstalls agent resources by default--no-skillsAI SEO
/llms.txt,/skill.md,/.well-known/llms.txt,/sitemap.xmlContext7
context7.json(excludes demos/build noise, ships agentrules).github/workflows/context7-refresh.yml:mainpushllms.txt, then refreshCONTEXT7_API_KEYis missingAfter merge (manual)
CONTEXT7_API_KEYfrom https://context7.com/dashboardTest plan
vitest run src/tests(262 passed)llms.txt,/skill.md,/.well-known/llms.txt,/sitemap.xmlmain