Skip to content
Skillv1.0.0

singcompress

This project uses SingCompress — Singlish-based token compression for LLM output.

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

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

See reviews

About

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

SingCompress

This project uses SingCompress — Singlish-based token compression for LLM output.

Skills

The full compression rules are in skills/singcompress/SKILL.md. Read and follow them.

Levels

  • light (siudai) — Professional compression. Drop articles, copulas, filler.
  • medium (default) — Full Singlish grammar: got, liao, PRO-drop, abbreviations.
  • heavy (gau) — Maximum compression with SG particles, vocab, symbols.

Default to medium unless the user specifies otherwise.

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/dljw-singcompress-singcompress/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.

dljw-singcompress-singcompress.ocm.jsonjson
{
  "ocm": "1",
  "id": "dljw-singcompress-singcompress",
  "kind": "skill",
  "name": "singcompress",
  "description": "This project uses SingCompress — Singlish-based token compression for LLM output.",
  "publisher": "dljw",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This project uses SingCompress — Singlish-based token compression for LLM output."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/dljw/singcompress",
      "path": "AGENTS.md",
      "ref": "773f480f1e9abf2d0e19c86183d8ddc69cac95f7",
      "url": "https://github.com/dljw/singcompress/blob/773f480f1e9abf2d0e19c86183d8ddc69cac95f7/AGENTS.md",
      "key": "dljw/singcompress/AGENTS.md"
    }
  },
  "instructions": "# SingCompress\n\nThis project uses SingCompress — Singlish-based token compression for LLM output.\n\n## Skills\n\nThe full compression rules are in `skills/singcompress/SKILL.md`. Read and follow them.\n\n## Levels\n\n- **light** (siudai) — Professional compression. Drop articles, copulas, filler.\n- **medium** (default) — Full Singlish grammar: got, liao, PRO-drop, abbreviations.\n- **heavy** (gau) — Maximum compression with SG particles, vocab, symbols.\n\nDefault to **medium** unless the user specifies otherwise.",
  "cost": {
    "context_tokens": 127
  }
}

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