Skip to content
Skillv1.0.0

d2u_news

Rules only. Short. Actionable.

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

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

See reviews

About

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

D2U News - Agent Notes

Rules only. Short. Actionable.

Core Rules

  • Namespace: TobiasKrais\D2UNews
  • PHP classes: 4 spaces. Module files: tabs
  • Comments only in English
  • Frontend labels via Sprog\Wildcard::get(), backend labels via rex_i18n::msg() with keys from lang/

When Changing

  • Keep backend translation keys in sync across all files under lang/
  • For changes under modules/40/*: check or update changelog in pages/help.changelog.php
  • Raise revision in lib/Module.php only once per release
  • If target version in changelog already has -DEV: do not raise again in same phase
  • Use real umlauts in changelog files, AGENTS.md, and README.md

Maintenance

  • Keep only recurring pitfalls, fixed conventions, and agent-relevant workflows here

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/tobiaskrais-d2u-news-d2u-news/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.

tobiaskrais-d2u-news-d2u-news.ocm.jsonjson
{
  "ocm": "1",
  "id": "tobiaskrais-d2u-news-d2u-news",
  "kind": "skill",
  "name": "d2u_news",
  "description": "Rules only. Short. Actionable.",
  "publisher": "TobiasKrais",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Rules only. Short. Actionable."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/TobiasKrais/d2u_news",
      "path": "AGENTS.md",
      "ref": "ce8875063cd9f842d3d65fb2ba031259239f0a56",
      "url": "https://github.com/TobiasKrais/d2u_news/blob/ce8875063cd9f842d3d65fb2ba031259239f0a56/AGENTS.md",
      "key": "TobiasKrais/d2u_news/AGENTS.md"
    }
  },
  "instructions": "# D2U News - Agent Notes\n\nRules only. Short. Actionable.\n\n## Core Rules\n\n- Namespace: `TobiasKrais\\D2UNews`\n- PHP classes: 4 spaces. Module files: tabs\n- Comments only in English\n- Frontend labels via `Sprog\\Wildcard::get()`, backend labels via `rex_i18n::msg()` with keys from `lang/`\n\n## When Changing\n\n- Keep backend translation keys in sync across all files under `lang/`\n- For changes under `modules/40/*`: check or update changelog in `pages/help.changelog.php`\n- Raise revision in `lib/Module.php` only once per release\n- If target version in changelog already has `-DEV`: do not raise again i",
  "cost": {
    "context_tokens": 194
  }
}

Fetch it by URL: GET /api/v1/registry/tobiaskrais-d2u-news-d2u-news/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.