Skip to content
Skillv1.0.0

code-minions

This repository contains various coding agents and skills (minions) that assist me in my software development.

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

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

See reviews

About

Imported from willvelida/code-minions (AGENTS.md). Install upstream with npx skills add willvelida/code-minions. Copyright stays with the author.

Code minions

Purpose

This repository contains various coding agents and skills (minions) that assist me in my software development.

AI-Assisted Development

This repository has agents and skills. All agents in this repository should load the agent instructions:

See agents/AGENTS.md for agent routing and skills.

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/willvelida-code-minions-code-minions/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.

willvelida-code-minions-code-minions.ocm.jsonjson
{
  "ocm": "1",
  "id": "willvelida-code-minions-code-minions",
  "kind": "skill",
  "name": "code-minions",
  "description": "This repository contains various coding agents and skills (minions) that assist me in my software development.",
  "publisher": "willvelida",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository contains various coding agents and skills (minions) that assist me in my software development."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/willvelida/code-minions",
      "path": "AGENTS.md",
      "ref": "7890862ebad34a4c351ca84ec812bc8b495dbe63",
      "url": "https://github.com/willvelida/code-minions/blob/7890862ebad34a4c351ca84ec812bc8b495dbe63/AGENTS.md",
      "key": "willvelida/code-minions/AGENTS.md"
    }
  },
  "instructions": "# Code minions\n\n## Purpose\n\nThis repository contains various coding agents and skills (minions) that assist me in my software development.\n\n## AI-Assisted Development\n\nThis repository has agents and skills. All agents in this repository should load the agent instructions:\n\nSee [`agents/AGENTS.md`](./agents/AGENTS.md) for agent routing and skills.",
  "cost": {
    "context_tokens": 87
  }
}

Fetch it by URL: GET /api/v1/registry/willvelida-code-minions-code-minions/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.

code-minions - Skill - OpenSmartRoute