Noma
AI coding agents

Integration guide · Last reviewed April 2026

nomacms-agent-skills

Noma agent skills

Markdown skill packs teach agents how to use @nomacms/js-sdk idiomatically, avoid auth footguns, and align framework code with Noma’s APIs. Install them with the skills CLI alongside MCP for the best results.

Documentation: Get started with AI code editors

Repository

Open source on GitHub

All skills live in nomacms/nomacms-agent-skills. Each package includes SKILL.md with YAML front matter plus optional reference.md and examples.md files.

Install

skills CLI quick start

List everything available:

npx skills add nomacms/nomacms-agent-skills --list

Install a tailored bundle:

npx skills add nomacms/nomacms-agent-skills --skill noma-sdk-setup --skill noma-content

Pass -a cursor (or another host) to limit installers, and -g when you truly need a global copy—project-local installs are the default.

Catalog

Skills included

SkillFocus
noma-sdk-setupClient bootstrap, tokens, env, locales
noma-contentCRUD, filters, singleton vs list responses
noma-assetsUploads, metadata, bulk asset operations
noma-user-authSign-in flows, refresh, user API keys
noma-auth-contractCanonical frontend auth checklist
noma-nextjs-authNext.js / NextAuth guardrails
noma-auth-reviewAudit existing auth implementations
noma-collections-fieldsSchema management deep dive
noma-mcp-content-structureSchema-first sites with MCP + any framework
noma-errorsError types and handling patterns
noma-nextjsRSC, caching, server actions
noma-nuxtServer routes, Pinia, Nitro
noma-astroStatic, SSR, content layer
When to combine

MCP + skills

MCP excels at live operations against your project (schema inspection, entry edits, uploads). Skills excel at teaching the agent patterns, error handling, and framework-specific file layout. Pair noma-mcp-content-structure with MCP when you want schema-first workflows without static placeholder sections.

Need the server details? Jump to Noma MCP server or the per-agent guides: Cursor, Claude Code, Codex.

Now available

Start building with Noma

Create a free account, spin up a project, and ship structured content with our API, SDK, and AI tools.