feat : skills-internal - #1555
Open
KartikJha wants to merge 27 commits into
Open
Conversation
…tallspecific skills for specific agents
… special char handling in ref URL
…ored zip download to use exisiting unzip util, created a copyFile util
* feat: ai skills post-install-hook init, fastInstall implemented * fix: post install hook code review agent fixes * docs: generated docs * fix: lint fixes * fix: invalid refs fixed * fix: updated the install hook menu, lint fixes * fix: add tip to caveats, fixed count bugs * fix: update post-install hook to install Auth0 skill for AI agents and update branch to the latest * fix lint --------- Co-authored-by: ramya18101 <anusriankisetty@gmail.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.
🔧 Changes
Adds a new auth0 agent skills install command that brings Auth0-specific guidance to AI coding assistants.
Running it detects the AI agents installed on your machine (Claude Code, Cursor, Copilot, Gemini, and ~20 others), downloads the official Auth0 skill from the auth0/agent-skills repo, and makes it available to each of them. The skill is stored once locally and shared across every agent, so a single install keeps them all in sync. Re-running only re-downloads when the upstream skill has actually changed.
Also wires the install tip into the Homebrew/Scoop/install.sh post-install output so users know the command exists.
📚 References
🔬 Testing
The new package ships with comprehensive unit tests covering:
Unit tests cover download (including the skip-if-unchanged path), agent detection, skill linking, and install-state persistence.
Manual: run auth0 agent skills install, confirm each detected agent picks up the Auth0 skill; re-run to confirm it skips a redundant download.
📝 Checklist