Skip to content

Commit 041d3a9

Browse files
committed
docs: add Claude Code integration roadmap
1 parent d5cb292 commit 041d3a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,12 @@ nc.dns.builder().a("www", "192.0.2.1", ttl=1800) # Shows as "30 min"
501501
| `namecheap.domains.ns.*` | 🚧 Planned | Glue records — only needed if you run your own nameservers and need to register them with the registry |
502502
| `namecheap.domains.*` | 🚧 Planned | `reactivate` — restore expired domains within the redemption grace period |
503503
504+
## 🤖 Claude Code Integration
505+
506+
The CLI works in [Claude Code](https://docs.anthropic.com/en/docs/claude-code) today — Claude can call `namecheap-cli` commands via Bash tool calls. A dedicated **Claude Code skill** is planned that will teach Claude the available commands, flag destructive operations for confirmation, and encode common workflows (GitHub Pages setup, Vercel nameservers, Cloudflare migration).
507+
508+
The goal: tell Claude "set up mycoolproject.dev for Vercel" and it handles registration, DNS, and privacy without leaving the conversation.
509+
504510
## 🛠️ Development
505511
506512
See [CONTRIBUTING.md](CONTRIBUTING.md) for setup and development guidelines.

0 commit comments

Comments
 (0)