Skip to content
Skillv1.0.0

DevBoard

DevBoard is a developer productivity platform.

by aakash-chaurasiya-dev(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from aakash-chaurasiya-dev/DevBoard (AGENTS.md). Install upstream with npx skills add aakash-chaurasiya-dev/DevBoard. Copyright stays with the author.

DevBoard Agent Instructions

DevBoard is a developer productivity platform.

Before working on a ticket:

  1. Read the relevant feature story in docs/product/feature-tickets.md.
  2. Review docs/product/PRD.md.
  3. Check docs/architecture/technical-architecture.md.
  4. Inspect the existing implementation before editing.
  5. Follow the current monorepo and package conventions.

Do not mark a ticket complete until:

  • Acceptance criteria are satisfied.
  • Type checking passes.
  • Relevant error cases are handled.
  • The endpoint or UI flow has been manually tested.
  • No secrets or sensitive fields are exposed.

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/aakash-chaurasiya-dev-devboard-devboard/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.

aakash-chaurasiya-dev-devboard-devboard.ocm.jsonjson
{
  "ocm": "1",
  "id": "aakash-chaurasiya-dev-devboard-devboard",
  "kind": "skill",
  "name": "DevBoard",
  "description": "DevBoard is a developer productivity platform.",
  "publisher": "aakash-chaurasiya-dev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "DevBoard is a developer productivity platform."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/aakash-chaurasiya-dev/DevBoard",
      "path": "AGENTS.md",
      "ref": "ce5519f4edaa03c50245fd1af9ca6caee22a21fc",
      "url": "https://github.com/aakash-chaurasiya-dev/DevBoard/blob/ce5519f4edaa03c50245fd1af9ca6caee22a21fc/AGENTS.md",
      "key": "aakash-chaurasiya-dev/DevBoard/AGENTS.md"
    }
  },
  "instructions": "# DevBoard Agent Instructions\n\nDevBoard is a developer productivity platform.\n\nBefore working on a ticket:\n\n1. Read the relevant feature story in `docs/product/feature-tickets.md`.\n2. Review `docs/product/PRD.md`.\n3. Check `docs/architecture/technical-architecture.md`.\n4. Inspect the existing implementation before editing.\n5. Follow the current monorepo and package conventions.\n\nDo not mark a ticket complete until:\n\n- Acceptance criteria are satisfied.\n- Type checking passes.\n- Relevant error cases are handled.\n- The endpoint or UI flow has been manually tested.\n- No secrets or sensitive field",
  "cost": {
    "context_tokens": 153
  }
}

Fetch it by URL: GET /api/v1/registry/aakash-chaurasiya-dev-devboard-devboard/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.