This repository is the official registry for NitroStack Agent Skills. These skills provide instructions, guidelines, and domain knowledge for AI coding assistants (like Cursor, Claude Code, Gemini CLI, etc.) to help developers build and manage production-ready Model Context Protocol (MCP) servers using the NitroStack SDK.
All agent skills are stored within the skills/ directory:
- mcp-app-architecture: App initialization, modules, dependency injection, and lifecycles.
- tools-resources-prompts: Defining type-safe
@Tool,@Resource, and@Promptannotations. - middleware-pipeline: Custom and built-in guards, interceptors, pipes, and filters.
- ui-widgets: Rendering React components inside tool outputs via
@Widget. - auth-security: Caching, JWT, OAuth 2.1, and API key authentication.