
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@drdeploy/skills
Advanced tools
Claude Code / Cursor / Cline skills for drdeploy. One command sets up SKILL.md files, installs the drdeploy CLI binary, and adds drdeploy routing to your CLAUDE.md.
@drdeploy/skillsSkills for Claude Code, Cursor, Cline, Continue, and other AI editors that speak the agentskills.io format. One command:
SKILL.md files into your skill directory (global or project-local)drdeploy CLI binary if you don't have it yetCLAUDE.mdAfter setup, your AI editor knows when to invoke drdeploy and how to read the results.
npx @drdeploy/skills setup
That's it. The setup is interactive; it asks before writing anywhere.
$ npx @drdeploy/skills setup
drdeploy skills v0.1.0
? Where do you want to install the skill?
❯ Project local — ./.claude/skills/drdeploy/
Global — ~/.claude/skills/drdeploy/
Both
✓ Wrote SKILL.md to ./.claude/skills/drdeploy/
? drdeploy CLI not found on PATH. Install it now?
❯ Yes — runs https://drdeploy.dev/install
No — I'll install manually later
✓ drdeploy 0.1.0 installed at /usr/local/bin/drdeploy
? Append drdeploy routing rules to ./CLAUDE.md? (Y/n)
✓ Done.
Try in your AI editor:
> scan myapp.com with drdeploy
> what did drdeploy find on my last deploy
npx @drdeploy/skills uninstall
Removes the SKILL.md files and the routing block in CLAUDE.md. Does NOT uninstall the CLI binary itself (use your package manager / rm /usr/local/bin/drdeploy).
A markdown file with frontmatter that AI editors read as a "this is a tool I have" prompt. Tells the agent: "if the user wants to check a website, run drdeploy scan <host>, parse the output like this, surface findings like that."
See the source for the full content.
A short, dismissible block:
## drdeploy
Use `/drdeploy` skill (or invoke `drdeploy` CLI directly) when:
- User wants to scan a deployed site for issues
- User mentions broken og:image, leaked API keys, missing favicons, exposed .env
- After a deploy, to verify the live site is healthy
See ~/.claude/skills/drdeploy/ for the full skill.
Self-contained. You can edit or delete it any time.
The drdeploy CLI is a static binary — fast, no runtime deps. But getting it on PATH AND telling your AI editor when to use it AND configuring CLAUDE.md is three steps. This package collapses them to one command, the same way gstack does for its skills.
> /plugin marketplace add Dr-Deploy/drdeploy
> /plugin install drdeploy
This reads .claude-plugin/marketplace.json at the repo root and installs the skill via Claude Code's native plugin system. No npx needed.
If your AI editor speaks the agentskills.io format, you can copy skill/SKILL.md into your editor's skills directory by hand. That's the entire contract.
The SKILL.md follows the agentskills.io specification (open standard, used by Claude Code, OpenAI Codex CLI, Cursor, Cline, Gemini CLI, GitHub Copilot, and ~30 others).
| Channel | Status | URL |
|---|---|---|
| npm | yes | https://www.npmjs.com/package/@drdeploy/skills |
| GitHub | yes | https://github.com/Dr-Deploy/drdeploy/tree/main/packages/skills |
| Claude plugin marketplace | yes | /plugin marketplace add Dr-Deploy/drdeploy |
| skills.sh | submitted | https://skills.sh — auto-indexes public repos with SKILL.md |
| anthropics/skills | requested | https://github.com/anthropics/skills — partner inclusion |
| claudeskills.info | submitted | https://claudeskills.info |
| skillsmp.com | submitted | https://skillsmp.com |
| lobehub.com/skills | submitted | https://lobehub.com/skills |
MIT.
FAQs
Claude Code / Cursor / Cline skills for drdeploy. One command sets up SKILL.md files, installs the drdeploy CLI binary, and adds drdeploy routing to your CLAUDE.md.
The npm package @drdeploy/skills receives a total of 5 weekly downloads. As such, @drdeploy/skills popularity was classified as not popular.
We found that @drdeploy/skills 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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.