Imported from dayinji/sen-3d-resume (AGENTS.md). Install upstream with npx skills add dayinji/sen-3d-resume. 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 webnpm installnpm 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/dayinji-sen-3d-resume-sen-3d-resume/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.
dayinji-sen-3d-resume-sen-3d-resume.ocm.jsonjson
{
"ocm": "1",
"id": "dayinji-sen-3d-resume-sen-3d-resume",
"kind": "skill",
"name": "sen-3d-resume",
"description": "Project conventions and architecture notes for AI coding assistants live in **[CLAUDE.md](CLAUDE.md)** — read it first.",
"publisher": "dayinji",
"version": "1.0.0",
"capabilities": {
"domains": [
"hr"
],
"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/dayinji/sen-3d-resume",
"path": "AGENTS.md",
"ref": "c9a9fe373cde72c77ff7f2dabde17fb79dce89b3",
"url": "https://github.com/dayinji/sen-3d-resume/blob/c9a9fe373cde72c77ff7f2dabde17fb79dce89b3/AGENTS.md",
"key": "dayinji/sen-3d-resume/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/dayinji-sen-3d-resume-sen-3d-resume/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.