Skip to content
Skillv1.0.0

modforge-manager

AGENTS

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

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

See reviews

About

Imported from lavenzaP/modforge-manager (AGENTS.md). Install upstream with npx skills add lavenzaP/modforge-manager. Copyright stays with the author.

AGENTS

  • Default to Korean for user-facing replies.
  • This repo is now a Windows-first C# WinForms launcher.
  • Keep the backend inside desktop/ModForge.Launcher unless a real need appears.
  • Do not reintroduce Python, WinUI, WPF, Rust, or new dependencies without explicit approval.
  • Use scripts\smoke_launcher.ps1 as the default check.
  • Never commit real mod/game payloads, crash dumps, DLLs, or EXEs.
  • For multi-agent work, follow docs/agent-pipeline.md.
  • Every UI/import/apply/path change should get the Beginner Gamer Reviewer pass.
  • Every write/delete/extract/launch change should get the Safety Reviewer pass.

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/lavenzap-modforge-manager-modforge-manager/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.

lavenzap-modforge-manager-modforge-manager.ocm.jsonjson
{
  "ocm": "1",
  "id": "lavenzap-modforge-manager-modforge-manager",
  "kind": "skill",
  "name": "modforge-manager",
  "description": "AGENTS",
  "publisher": "lavenzaP",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/lavenzaP/modforge-manager",
      "path": "AGENTS.md",
      "ref": "73383c087f49ae761ca17c5c2022f8acdea835eb",
      "url": "https://github.com/lavenzaP/modforge-manager/blob/73383c087f49ae761ca17c5c2022f8acdea835eb/AGENTS.md",
      "key": "lavenzaP/modforge-manager/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n- Default to Korean for user-facing replies.\n- This repo is now a Windows-first C# WinForms launcher.\n- Keep the backend inside `desktop/ModForge.Launcher` unless a real need appears.\n- Do not reintroduce Python, WinUI, WPF, Rust, or new dependencies without explicit approval.\n- Use `scripts\\smoke_launcher.ps1` as the default check.\n- Never commit real mod/game payloads, crash dumps, DLLs, or EXEs.\n- For multi-agent work, follow `docs/agent-pipeline.md`.\n- Every UI/import/apply/path change should get the Beginner Gamer Reviewer pass.\n- Every write/delete/extract/launch change should ",
  "cost": {
    "context_tokens": 157
  }
}

Fetch it by URL: GET /api/v1/registry/lavenzap-modforge-manager-modforge-manager/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.