@authdeep/skills
v1.0.32
Published
Install AuthDeep AI-agent skills (portable SKILL.md packages) into any local project — works with Copilot, Cursor, Claude Code, and other AI coding assistants.
Downloads
4,485
Maintainers
Readme
@authdeep/skills
Give your AI coding assistant instant, accurate knowledge of the AuthDeep
platform — authentication, HMAC-signed service calls, mail, plans, and
self-hosted deployment — as a portable SKILL.md package it can load and
act on directly. No more copy-pasting docs into a chat window.
Works with GitHub Copilot, Cursor, Claude Code, and any other AI coding
assistant that reads a local SKILL.md file.
Usage
npx @authdeep/skills add gateway-integration
# writes to .agents/skills/gateway-integration/SKILL.md by default
npx @authdeep/skills add gateway-integration --dir .claude/skills/gateway-integrationAlternative install (no Node.js required)
curl -fsSL https://data.authdeep.com/skills/install.sh | sh -s gateway-integrationPowerShell:
iwr https://data.authdeep.com/skills/install.ps1 -useb | iex
Install-AuthDeepSkill gateway-integrationWhat this does
Fetches https://data.authdeep.com/skills/<slug>/manifest.json (the list of
files that make up the skill), then downloads each file into a target
directory. No dependencies, no telemetry, no hidden network calls beyond
those two data.authdeep.com requests per file — fully auditable in
bin/cli.mjs, one file, nothing hidden.
Browse all available skills
See data.authdeep.com/skills for the full, current list, or the full developer docs.
Source: gitlab.com/authdeep/authdeep-public, packages/skills-cli/.
Questions or issues? Open one here.
