Skip to content
Skillv1.0.0

next-ssr

Next.js SSR Template

by seanmcquaid(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from seanmcquaid/scaffolding-templates (templates/next-ssr/AGENTS.md). Install upstream with npx skills add seanmcquaid/scaffolding-templates --skill next-ssr. Copyright stays with the author.

Next.js SSR Template

Commands

# Install dependencies
pnpm install

# Start development server (with Turbopack)
pnpm dev

# Build for production
pnpm build

# Start production server
pnpm start

# Run unit tests
pnpm test

# Run tests in watch mode
pnpm test:watch

# Run tests with coverage
pnpm test:coverage

# Run linting
pnpm lint

# Fix lint errors
pnpm lint:fix

# Run Playwright E2E tests
pnpm playwright:run-e2e

# Run Playwright integration tests
pnpm playwright:run-integration

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/seanmcquaid-scaffolding-templates-next-ssr/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

seanmcquaid-scaffolding-templates-next-ssr.ocm.jsonjson
{
  "ocm": "1",
  "id": "seanmcquaid-scaffolding-templates-next-ssr",
  "kind": "skill",
  "name": "next-ssr",
  "description": "Next.js SSR Template",
  "publisher": "seanmcquaid",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Next.js SSR Template"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/seanmcquaid/scaffolding-templates",
      "path": "templates/next-ssr/AGENTS.md",
      "ref": "db98d7bdbf3db3d0793f21e4b519846bc6dadab0",
      "url": "https://github.com/seanmcquaid/scaffolding-templates/blob/db98d7bdbf3db3d0793f21e4b519846bc6dadab0/templates/next-ssr/AGENTS.md",
      "key": "seanmcquaid/scaffolding-templates/templates/next-ssr/AGENTS.md"
    }
  },
  "instructions": "# Next.js SSR Template\n\n## Commands\n\n```bash\n# Install dependencies\npnpm install\n\n# Start development server (with Turbopack)\npnpm dev\n\n# Build for production\npnpm build\n\n# Start production server\npnpm start\n\n# Run unit tests\npnpm test\n\n# Run tests in watch mode\npnpm test:watch\n\n# Run tests with coverage\npnpm test:coverage\n\n# Run linting\npnpm lint\n\n# Fix lint errors\npnpm lint:fix\n\n# Run Playwright E2E tests\npnpm playwright:run-e2e\n\n# Run Playwright integration tests\npnpm playwright:run-integration\n```",
  "cost": {
    "context_tokens": 126
  }
}

Fetch it by URL: GET /api/v1/registry/seanmcquaid-scaffolding-templates-next-ssr/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

next-ssr - Skill - OpenSmartRoute