Skip to content
Skillv1.0.0

quickstart

This project uses Roo Code with custom rules stored in `.roo/rules/`. Read these files for initial context:

by harmony-ai-solutions(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from harmony-ai-solutions/quickstart (AGENTS.md). Install upstream with npx skills add harmony-ai-solutions/quickstart. Copyright stays with the author.

AGENTS.md

This project uses Roo Code with custom rules stored in .roo/rules/. Read these files for initial context:

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/harmony-ai-solutions-quickstart-quickstart/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.

harmony-ai-solutions-quickstart-quickstart.ocm.jsonjson
{
  "ocm": "1",
  "id": "harmony-ai-solutions-quickstart-quickstart",
  "kind": "skill",
  "name": "quickstart",
  "description": "This project uses Roo Code with custom rules stored in `.roo/rules/`. Read these files for initial context:",
  "publisher": "harmony-ai-solutions",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This project uses Roo Code with custom rules stored in `.roo/rules/`. Read these files for initial context:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/harmony-ai-solutions/quickstart",
      "path": "AGENTS.md",
      "ref": "004703d0a431c42554e0807cb458ab4f456fb1bc",
      "url": "https://github.com/harmony-ai-solutions/quickstart/blob/004703d0a431c42554e0807cb458ab4f456fb1bc/AGENTS.md",
      "key": "harmony-ai-solutions/quickstart/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nThis project uses Roo Code with custom rules stored in `.roo/rules/`. Read these files for initial context:\n\n- **[workspace-rules.md](.roo/rules/workspace-rules.md)** - CLI usage, workspace navigation, memory bank and codebase mapping conventions\n- **[memory-bank.md](.roo/rules/memory-bank.md)** - How to use the Memory Bank system for project context\n- **[implementation-plans.md](.roo/rules/implementation-plans.md)** - Creating and managing implementation plans (manual plans only, not GSD)\n- **[gsd-validation-notes.md](.roo/rules/gsd-validation-notes.md)** - Notes on GSD frontmatt",
  "cost": {
    "context_tokens": 155
  }
}

Fetch it by URL: GET /api/v1/registry/harmony-ai-solutions-quickstart-quickstart/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.