MonoCloud Agent Skills — drop-in SDK knowledge for LLM-powered coding agents (Claude Code, Cursor, Codex CLI, Gemini CLI, Google Antigravity, Windsurf, and any other agent that supports Agent Skills Specification).
MonoCloud is a modern, developer-friendly Identity & Access Management platform.
When an agent has these skills loaded, asking it to "add MonoCloud login to my Next.js app" or "list all users in our tenant using the Management API in .NET" produces correct, idiomatic code that uses the right MonoCloud package, the right environment variables, and the right patterns — instead of approximations based on stale training data.
- Developers using AI coding assistants to integrate MonoCloud into their applications.
- Teams standardizing prompts around an internal MonoCloud-powered platform.
- MonoCloud customers who want the AI to stop hallucinating non-existent SDK methods.
- MonoCloud Documentation: https://www.monocloud.com/docs
| Skill | Covers | SDK |
|---|---|---|
monocloud-quickstart |
Smart router — detects framework and points to the correct skill below | — |
monocloud-auth-nextjs |
Sign-in / sessions / route protection / components / hooks for Next.js | @monocloud/auth-nextjs |
monocloud-auth-express |
JWT / introspection token validation, scope + group enforcement | @monocloud/backend-node/express |
monocloud-auth-fastify |
Same engine as above, via a Fastify onRequest hook |
@monocloud/backend-node/fastify |
monocloud-management-js |
Programmatic API access for Node.js | @monocloud/management |
monocloud-management-dotnet |
Programmatic API access for C# with .NET DI registration | MonoCloud.Management |
From inside a Claude Code session:
/plugin marketplace add monocloud/agent-skills
/plugin install monocloud@monocloud-agent-skills
Open Cursor → Settings → Plugins, then paste https://github.com/monocloud/agent-skills into the Search or Paste Link box at the top right and confirm the suggested plugin.
Use the universal skills CLI:
npx skills add monocloud/agent-skillsAdd --agent <name> to target a specific agent or --global for a user-wide install. See the skills CLI README for the full list of agents and flags.
- GitHub Issues for bug reports and feature requests on the skill content.
- For MonoCloud product or tenant questions, contact MonoCloud Support through your dashboard.
Do not report security issues publicly. Please follow the contact instructions at: https://www.monocloud.com/contact
Licensed under the MIT License. See the included LICENSE file.