Skip to content

feat : skills-internal - #1555

Open
KartikJha wants to merge 27 commits into
mainfrom
DXCDT-1557/skills-internal
Open

feat : skills-internal#1555
KartikJha wants to merge 27 commits into
mainfrom
DXCDT-1557/skills-internal

Conversation

@KartikJha

@KartikJha KartikJha commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

🔧 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

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

KartikJha added 26 commits June 16, 2026 23:36
…ored zip download to use exisiting unzip util, created a copyFile util
@KartikJha
KartikJha requested a review from a team as a code owner June 17, 2026 09:39
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant