
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
@lucassantana/adtl
Advanced tools
CLI for ai-dev-toolkit-library: browse, install skills, register MCP servers with your local gateway.
CLI for ai-dev-toolkit-library — browse Skills and MCP servers, install them into Claude Code, and wire up your local MCP gateway to Claude Code, Codex, Cursor, Gemini, Windsurf, or Claude Desktop.
No install needed:
npx @lucassantana/adtl <command>
Or globally:
npm i -g @lucassantana/adtl
adtl <command>
| Command | What it does |
|---|---|
adtl list [--kind K] [--tag T] [query] | Browse the catalog. |
adtl search <query> | Alias for list. |
adtl install <skill-or-agent-id> [--force] | Copies a skill to ~/.claude/skills/<id>/ or an agent to ~/.claude/agents/<id>.md. |
adtl add-server <server-id> | Registers a catalog MCP server with your local gateway. |
adtl setup <editor> / adtl setup --all / adtl setup --list | Wire one or more editors' MCP configs to the local gateway. |
adtl doctor | Verifies catalog + gateway + editor configs are healthy. |
Every adapter also has a dedicated command — identical to adtl setup <editor>, shorter to type:
| Alias | Editor | Writes |
|---|---|---|
adtl setup-claude | Claude Code | ~/.claude/settings.json |
adtl setup-claude-desktop | Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%/Claude/… (Win) / ~/.config/Claude/… (Linux) |
adtl setup-codex | Codex CLI | ~/.codex/config.toml |
adtl setup-cursor | Cursor | ~/.cursor/mcp.json |
adtl setup-gemini | Gemini CLI | ~/.gemini/settings.json |
adtl setup-windsurf | Windsurf | ~/.codeium/windsurf/mcp_config.json |
Every setup command:
.bak of the previous file before overwriting.npx -y mcp-remote <gateway-url> inline — no wrapper script, no repo clone required.--all — install into every editor whose config directory already exists on disk (auto-detect).--gateway-url <url> — override gateway URL. Default: http://127.0.0.1:4444.--server-uuid <uuid> — skip the live gateway probe and hard-code the virtual-server UUID. Useful when running against a pinned or remote gateway.# 1. Start your local gateway (one-time)
git clone https://github.com/LucasSantana-Dev/ai-dev-toolkit-library
cd ai-dev-toolkit-library/gateway
# create gateway/.env per gateway/README.md
docker compose up -d
python seeds/seed.py
# 2. Wire every installed editor
npx @lucassantana/adtl setup --all
# 3. Browse + install
npx @lucassantana/adtl list --kind skill
npx @lucassantana/adtl install prompting-discipline
npx @lucassantana/adtl doctor
main branch on every run (cached under ~/.cache/adtl/).catalog/index.json wins.MIT.
FAQs
CLI for ai-dev-toolkit-library: browse, install skills, register MCP servers with your local gateway.
The npm package @lucassantana/adtl receives a total of 1 weekly downloads. As such, @lucassantana/adtl popularity was classified as not popular.
We found that @lucassantana/adtl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.