refactor: replace npx-first onboarding with agent-native fetch flow#92
Merged
refactor: replace npx-first onboarding with agent-native fetch flow#92
Conversation
Agents are always online — they don't need CLI installs. Rewrite the entire onboarding story around WebFetch: llms.txt tells agents what to do, humans just copy one prompt or drop an AGENTS.md into their repo. Key changes: - llms.txt: pure agent instructions (fetch index, fetch skills, prefer skills over general knowledge) — no npx, no skills listing - Get Started: three tiers — paste prompt, add AGENTS.md, use CLI - Browse: single hero CTA button that copies the agent prompt - Skill pages: use SiteLayout for consistent header, remove SkillHeader - New /AGENTS.md endpoint: downloadable agent instructions file - Remove search from browse page (agents search via index.json) - Remove fetch URLs from skill cards (humans don't need them) - Mobile overflow fixes across all pages
raymondk
approved these changes
Mar 20, 2026
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
npx skills add)/AGENTS.mdendpoint — downloadable agent instructions file, ready to commit to any repoContext: dfinity/icp-cli#453, dfinity/icp-cli-templates#22