Skip to content

monocloud/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Who is this for?

  • 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.

Documentation

Skills in this repo

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

Installing

Claude Code

From inside a Claude Code session:

/plugin marketplace add monocloud/agent-skills
/plugin install monocloud@monocloud-agent-skills

Cursor

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.

Everything else (Codex CLI, Gemini CLI, Antigravity, Windsurf, …)

Use the universal skills CLI:

npx skills add monocloud/agent-skills

Add --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.

🤝 Contributing & Support

Issues & Feedback

  • GitHub Issues for bug reports and feature requests on the skill content.
  • For MonoCloud product or tenant questions, contact MonoCloud Support through your dashboard.

Security

Do not report security issues publicly. Please follow the contact instructions at: https://www.monocloud.com/contact

📄 License

Licensed under the MIT License. See the included LICENSE file.

About

Official MonoCloud Agent Skills repository.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors