Skip to content
Skillv1.0.0

mini-projects

Use **bun** (not npm). All projects in `projects/` are independent.

by ramiro-c(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from ramiro-c/mini-projects (AGENTS.md). Install upstream with npx skills add ramiro-c/mini-projects. Copyright stays with the author.

Project conventions

Package manager

Use bun (not npm). All projects in projects/ are independent.

cd projects/<name>
bun install
bun run dev
bun run test

Lockfiles are bun.lock (not package-lock.json).

New project scaffold

cd projects
mkdir <name> && cd "$_"
bun init

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/ramiro-c-mini-projects-mini-projects/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.

ramiro-c-mini-projects-mini-projects.ocm.jsonjson
{
  "ocm": "1",
  "id": "ramiro-c-mini-projects-mini-projects",
  "kind": "skill",
  "name": "mini-projects",
  "description": "Use **bun** (not npm). All projects in `projects/` are independent.",
  "publisher": "ramiro-c",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use **bun** (not npm). All projects in `projects/` are independent."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ramiro-c/mini-projects",
      "path": "AGENTS.md",
      "ref": "227a8b595c3968de95948e4e070e72f5be278b24",
      "url": "https://github.com/ramiro-c/mini-projects/blob/227a8b595c3968de95948e4e070e72f5be278b24/AGENTS.md",
      "key": "ramiro-c/mini-projects/AGENTS.md"
    }
  },
  "instructions": "# Project conventions\n\n## Package manager\n\nUse **bun** (not npm). All projects in `projects/` are independent.\n\n```bash\ncd projects/<name>\nbun install\nbun run dev\nbun run test\n```\n\nLockfiles are `bun.lock` (not `package-lock.json`).\n\n## New project scaffold\n\n```bash\ncd projects\nmkdir <name> && cd \"$_\"\nbun init\n```",
  "cost": {
    "context_tokens": 78
  }
}

Fetch it by URL: GET /api/v1/registry/ramiro-c-mini-projects-mini-projects/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.