Skip to content
Skillv1.0.0

Application

Rules for `Modules/Ai/Application/`.

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

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

See reviews

About

Imported from alexindima/food-diary (Modules/Ai/Application/AGENTS.md). Install upstream with npx skills add alexindima/food-diary --skill Application. Copyright stays with the author.

AI Application Module Guidelines

Scope

Rules for Modules/Ai/Application/.

Boundary

  • Own AI use cases, quota policy, prompt administration, usage projections, and application telemetry.
  • Consume image and user capabilities only through FoodDiary.Application.Abstractions contracts.
  • Keep provider SDKs, HTTP clients, and persistence implementations outside this project.
  • Do not reference the legacy FoodDiary.Application project.

Commands

  • Build: dotnet build FoodDiary.Application.Ai/FoodDiary.Application.Ai.csproj
  • Tests: dotnet test tests/FoodDiary.Application.Tests/FoodDiary.Application.Tests.csproj --filter FullyQualifiedName~Ai

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/alexindima-food-diary-application/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.

alexindima-food-diary-application.ocm.jsonjson
{
  "ocm": "1",
  "id": "alexindima-food-diary-application",
  "kind": "skill",
  "name": "Application",
  "description": "Rules for `Modules/Ai/Application/`.",
  "publisher": "alexindima",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Rules for `Modules/Ai/Application/`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/alexindima/food-diary",
      "path": "Modules/Ai/Application/AGENTS.md",
      "ref": "cac2cc87722cb077c6f534446b5c3fc1a2fad959",
      "url": "https://github.com/alexindima/food-diary/blob/cac2cc87722cb077c6f534446b5c3fc1a2fad959/Modules/Ai/Application/AGENTS.md",
      "key": "alexindima/food-diary/Modules/Ai/Application/AGENTS.md"
    }
  },
  "instructions": "# AI Application Module Guidelines\n\n## Scope\n\nRules for `Modules/Ai/Application/`.\n\n## Boundary\n\n- Own AI use cases, quota policy, prompt administration, usage projections, and application telemetry.\n- Consume image and user capabilities only through `FoodDiary.Application.Abstractions` contracts.\n- Keep provider SDKs, HTTP clients, and persistence implementations outside this project.\n- Do not reference the legacy `FoodDiary.Application` project.\n\n## Commands\n\n- Build: `dotnet build FoodDiary.Application.Ai/FoodDiary.Application.Ai.csproj`\n- Tests: `dotnet test tests/FoodDiary.Application.Tes",
  "cost": {
    "context_tokens": 167
  }
}

Fetch it by URL: GET /api/v1/registry/alexindima-food-diary-application/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.