Skip to content
Skillv1.0.0

Titania

Titania working agreements

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

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

See reviews

About

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

Titania working agreements

Unity workflow

  • Never manually create or edit Unity .meta files. Let Unity generate and manage them.
  • Use unity.exe for compilation, tests, builds, and further Unity validation.
  • Read .agents/unity-cli-project.md before running Unity validation or connected-editor commands.
  • unity.exe pipeline list reports Editor instances and Pipeline package status. Use unity.exe list or unity.exe command to discover the Editor tools available to this project.
  • Keep .agents/unity-cli-project.md current when the project configuration or observed Unity CLI capabilities change.

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/betairylia-titania-titania/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.

betairylia-titania-titania.ocm.jsonjson
{
  "ocm": "1",
  "id": "betairylia-titania-titania",
  "kind": "skill",
  "name": "Titania",
  "description": "Titania working agreements",
  "publisher": "betairylia",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Titania working agreements"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/betairylia/Titania",
      "path": "AGENTS.md",
      "ref": "ab291d50d68ae604fc133761d640aa0638cc35b0",
      "url": "https://github.com/betairylia/Titania/blob/ab291d50d68ae604fc133761d640aa0638cc35b0/AGENTS.md",
      "key": "betairylia/Titania/AGENTS.md"
    }
  },
  "instructions": "# Titania working agreements\n\n## Unity workflow\n\n- Never manually create or edit Unity `.meta` files. Let Unity generate and manage them.\n- Use `unity.exe` for compilation, tests, builds, and further Unity validation.\n- Read `.agents/unity-cli-project.md` before running Unity validation or connected-editor commands.\n- `unity.exe pipeline list` reports Editor instances and Pipeline package status. Use `unity.exe list` or `unity.exe command` to discover the Editor tools available to this project.\n- Keep `.agents/unity-cli-project.md` current when the project configuration or observed Unity CLI c",
  "cost": {
    "context_tokens": 154
  }
}

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