Skip to content
Skillv1.0.0

baobao

This is a `pnpm` workspace for my function collection. it's mainly written in `typescript`.

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

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

See reviews

About

Imported from GongT/baobao (AGENTS.md). Install upstream with npx skills add GongT/baobao. Copyright stays with the author.

"BAOBAO" Project

This is a pnpm workspace for my function collection. it's mainly written in typescript.

Must read guidelines before anything else.

Then read when needed:

When write a helper program

.agent/helper.md

When write commit message

commit message rules.

When write documentation

.agent/documentation.md

Memory

This is not a forced rule.

you can reconstruct rules files in .agent into memory storage, for better and faster access.

also be careful don't mix different job's rules together, writing code and create commit message may have different rules.

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/gongt-baobao-baobao/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.

gongt-baobao-baobao.ocm.jsonjson
{
  "ocm": "1",
  "id": "gongt-baobao-baobao",
  "kind": "skill",
  "name": "baobao",
  "description": "This is a `pnpm` workspace for my function collection. it's mainly written in `typescript`.",
  "publisher": "GongT",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This is a `pnpm` workspace for my function collection. it's mainly written in `typescript`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/GongT/baobao",
      "path": "AGENTS.md",
      "ref": "77b971b682c9e7b5eda14b8f12d37d7b2877cada",
      "url": "https://github.com/GongT/baobao/blob/77b971b682c9e7b5eda14b8f12d37d7b2877cada/AGENTS.md",
      "key": "GongT/baobao/AGENTS.md"
    }
  },
  "instructions": "# \"BAOBAO\" Project\n\nThis is a `pnpm` workspace for my function collection. it's mainly written in `typescript`.\n\nMust read [guidelines](./.agent/guidelines.md) before anything else.\n\nThen read when needed:\n\n## When write a helper program\n\n[.agent/helper.md](.agent/helper.md)\n\n## When write commit message\n\n[commit message rules](.agent/commit-message.md).\n\n## When write documentation\n\n[.agent/documentation.md](.agent/documentation.md)\n\n# Memory\n\n*This is not a forced rule.*\n\nyou can reconstruct rules files in `.agent` into memory storage, for better and faster access.\n\nalso be careful don't mix",
  "cost": {
    "context_tokens": 174
  }
}

Fetch it by URL: GET /api/v1/registry/gongt-baobao-baobao/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.