Skip to content
Skillv1.0.0

nn-calculator

Build a clean financial calculator web app for NN Capital.

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

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

See reviews

About

Imported from AndreyBerezyanskiy/nn-calculator (AGENTS.md). Install upstream with npx skills add AndreyBerezyanskiy/nn-calculator. Copyright stays with the author.

NN Capital Calculator Instructions

Project Goal

Build a clean financial calculator web app for NN Capital.

Stack

  • Next.js
  • TypeScript
  • Tailwind CSS
  • App Router

Rules For Codex

  • Before editing Next.js-specific files, check local Next.js docs in node_modules/next/dist/docs/.
  • Do not overwrite user changes.
  • Prefer simple, readable code.
  • Keep business logic separate from UI when possible.
  • Use responsive layouts.
  • Run npm run lint after code changes.
  • Not over engeenering code. As simple as possilbe code should be!

Project Structure

  • Pages and routes: src/app
  • Components: src/components
  • Calculation logic: src/lib
  • Types: src/types

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/andreyberezyanskiy-nn-calculator-nn-calculator/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.

andreyberezyanskiy-nn-calculator-nn-calculator.ocm.jsonjson
{
  "ocm": "1",
  "id": "andreyberezyanskiy-nn-calculator-nn-calculator",
  "kind": "skill",
  "name": "nn-calculator",
  "description": "Build a clean financial calculator web app for NN Capital.",
  "publisher": "AndreyBerezyanskiy",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Build a clean financial calculator web app for NN Capital."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AndreyBerezyanskiy/nn-calculator",
      "path": "AGENTS.md",
      "ref": "1aced30b859df6421efd006a387ee63b09e4b3e2",
      "url": "https://github.com/AndreyBerezyanskiy/nn-calculator/blob/1aced30b859df6421efd006a387ee63b09e4b3e2/AGENTS.md",
      "key": "AndreyBerezyanskiy/nn-calculator/AGENTS.md"
    }
  },
  "instructions": "# NN Capital Calculator Instructions\n\n## Project Goal\n\nBuild a clean financial calculator web app for NN Capital.\n\n## Stack\n\n- Next.js\n- TypeScript\n- Tailwind CSS\n- App Router\n\n## Rules For Codex\n\n- Before editing Next.js-specific files, check local Next.js docs in `node_modules/next/dist/docs/`.\n- Do not overwrite user changes.\n- Prefer simple, readable code.\n- Keep business logic separate from UI when possible.\n- Use responsive layouts.\n- Run `npm run lint` after code changes.\n- Not over engeenering code. As simple as possilbe code should be! \n\n## Project Structure\n\n- Pages and routes: `src/",
  "cost": {
    "context_tokens": 171
  }
}

Fetch it by URL: GET /api/v1/registry/andreyberezyanskiy-nn-calculator-nn-calculator/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.

nn-calculator - Skill - OpenSmartRoute