@cloudtools/skills
v0.2.0
Published
Agent Skills for CloudTools — AWS, GCP, Azure, and MCP
Downloads
77
Readme
@cloudtools/skills
Agent Skills for CloudTools — search-first AWS, GCP, and Azure tools for AI agents.
Install
npm install @cloudtools/skillsActivate in your agent
Skills ship inside this npm package under skills/. Use skills-npm to symlink them for Cursor, Claude Code, and other agents:
npx skills-npmOr add a prepare script so skills link on every npm install:
{
"scripts": {
"prepare": "skills-npm"
},
"devDependencies": {
"skills-npm": "^1.1.1"
}
}Add skills/npm-* to .gitignore (skills-npm creates symlinks there).
Included skills
| Skill | Use when |
|-------|----------|
| cloudtools | Overview of CloudTools packages and search-first workflow |
| cloudtools-mcp | Configuring and using the @cloudtools/mcp server |
| cloudtools-aws | Programmatic @cloudtools/aws SDK usage |
| cloudtools-gcp | Programmatic @cloudtools/gcp SDK usage |
| cloudtools-azure | Programmatic @cloudtools/azure SDK usage |
License
MIT
