Skip to content

support a new auth0 agent skills install command - #1555

Merged
ramya18101 merged 35 commits into
mainfrom
DXCDT-1557/skills-internal
Aug 18, 2026
Merged

support a new auth0 agent skills install command#1555
ramya18101 merged 35 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>
@ramya18101 ramya18101 changed the title feat : skills-internal support a new auth0 agent skills install command Aug 13, 2026
@ramya18101

Copy link
Copy Markdown
Contributor

Agent skills directory — sources

Legend: ✅ confirmed · ◐ partial (skills supported, path not fully verifiable) · ❓ unverified

Agent Skills dir Status Source
claude-code ~/.claude/skills code.claude.com/docs/en/skills
github-copilot ~/.copilot/skills docs.github.com/en/copilot/concepts/agents/about-agent-skills
gemini-cli ~/.gemini/skills github.com/google-gemini/gemini-cli — docs/cli/using-agent-skills.md
antigravity ~/.gemini/config/skills antigravity.google/docs/skills
roo ~/.roo/skills roocodeinc.github.io/Roo-Code/features/skills
goose ~/.agents/skills github.com/block/goose — using-skills.md
opencode ~/.config/opencode/skills opencode.ai/docs/skills
amp ~/.config/agents/skills ampcode.com/manual
junie ~/.junie/skills junie.jetbrains.com/docs/agent-skills.html
kiro-cli ~/.kiro/skills kiro.dev/docs/skills
cline ~/.cline/skills docs.cline.bot/customization/skills
augment ~/.augment/skills docs.augmentcode.com/using-augment/skills
aider-desk ~/.aider-desk/skills aiderdesk.hotovo.com/docs/features/skills
warp ~/.agents/skills docs.warp.dev/agents/capabilities/skills
openhands ~/.agents/skills docs.openhands.dev/usage/prompting/microagents-overview
mistral-vibe $VIBE_HOME/skills github.com/mistralai/mistral-vibe
universal ~/.agents/skills de-facto cross-tool location (read by copilot, gemini, goose, warp, openhands…)
codex ~/.codex/skills (+CODEX_HOME) developers.openai.com/codex/skills — back-compat; standard is ~/.agents/skills
cursor ~/.cursor/skills cursor.com/docs/context/skills (via agentskills.io showcase)
trae ~/.trae/skills docs.trae.ai/ide/skills (Wayback CDX)
mux ~/.mux/skills mux.coder.com/agent-skills (single source)
windsurf ~/.windsurf/skills no reachable source (closed-source, docs blocked)
devin ~/.config/devin/skills docs.devin.ai/product-guides/skills — repo-scoped only, no global dir

The ◐/❓ paths (cursor, trae, mux, windsurf, devin) are protected by a parent-exists guard: the skill is written only if the tool's directory already exists, so a wrong path is skipped, never created.

@developerkunal developerkunal left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ramya18101
ramya18101 merged commit 51fc89a into main Aug 18, 2026
6 checks passed
@ramya18101
ramya18101 deleted the DXCDT-1557/skills-internal branch August 18, 2026 05:46
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.

3 participants