Skip to content
Skillv1.0.0

mia-3d-portfolio

Project conventions and architecture notes for AI coding assistants live in **[CLAUDE.md](CLAUDE.md)** — read it first.

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

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

See reviews

About

Imported from dracome376/mia-3d-portfolio (AGENTS.md). Install upstream with npx skills add dracome376/mia-3d-portfolio. Copyright stays with the author.

AGENTS.md

Project conventions and architecture notes for AI coding assistants live in CLAUDE.md — read it first.

The repo has three parts: the front-end app in web/, the 3D source files in blender/, and the tutorials in tutor/. All front-end code paths are relative to web/, and npm commands run inside web/.

Quick start:

cd web
npm install
npm run dev   # http://localhost:5173

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/dracome376-mia-3d-portfolio-mia-3d-portfolio/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.

dracome376-mia-3d-portfolio-mia-3d-portfolio.ocm.jsonjson
{
  "ocm": "1",
  "id": "dracome376-mia-3d-portfolio-mia-3d-portfolio",
  "kind": "skill",
  "name": "mia-3d-portfolio",
  "description": "Project conventions and architecture notes for AI coding assistants live in **[CLAUDE.md](CLAUDE.md)** — read it first.",
  "publisher": "dracome376",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "finance"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project conventions and architecture notes for AI coding assistants live in **[CLAUDE.md](CLAUDE.md)** — read it first."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/dracome376/mia-3d-portfolio",
      "path": "AGENTS.md",
      "ref": "42e333419283986fd36820c39c9a6e1e2692f758",
      "url": "https://github.com/dracome376/mia-3d-portfolio/blob/42e333419283986fd36820c39c9a6e1e2692f758/AGENTS.md",
      "key": "dracome376/mia-3d-portfolio/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nProject conventions and architecture notes for AI coding assistants live in **[CLAUDE.md](CLAUDE.md)** — read it first.\n\nThe repo has three parts: the front-end app in [`web/`](web), the 3D source files in [`blender/`](blender), and the tutorials in [`tutor/`](tutor). **All front-end code paths are relative to `web/`**, and npm commands run inside `web/`.\n\nQuick start:\n\n```bash\ncd web\nnpm install\nnpm run dev   # http://localhost:5173\n```",
  "cost": {
    "context_tokens": 113
  }
}

Fetch it by URL: GET /api/v1/registry/dracome376-mia-3d-portfolio-mia-3d-portfolio/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.