ID
AI

Agent Skills (AI Integration)

Bundled Agent Skills RFC implementation for AI coding assistants.

nuxt-gsheet supports Agent Skills—a standardized way of bundling AI coding assistant instructions directly inside the npm module.

Official Documentation Website: https://nuxtgsheet.permadi.dev

Package Declaration

package.json
{
  "name": "nuxt-gsheet",
  "version": "1.1.1",
  "homepage": "https://nuxtgsheet.permadi.dev",
  "agents": {
    "skills": [
      {
        "name": "nuxt-gsheet",
        "path": "./skills/nuxt-gsheet"
      }
    ],
    "mcp": "https://nuxtgsheet.permadi.dev/mcp"
  }
}

Supported IDE Targets

  • Antigravity IDE: .agents/skills/
  • Claude Code: .claude/skills/
  • Cursor: .cursor/skills/
  • GitHub Copilot: .github/skills/