Skip to content
Skillv1.0.0

Homeword_day5

DACS_Food Project Guide

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

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

See reviews

About

Imported from Tindaptrai/Homework_day_5 (Homeword_day5/AGENTS.md). Install upstream with npx skills add Tindaptrai/Homework_day_5 --skill Homeword_day5. Copyright stays with the author.

DACS_Food Project Guide

Project type

ASP.NET Core MVC project.

Structure

  • Controllers/HomeController.cs controls page navigation.
  • Models/FoodItem.cs is prepared for future database work.
  • Views/Shared/_Layout.cshtml contains header, footer, cart panel, food detail modal, golden hour banner, and floating chatbot.
  • Views/Home contains the actual pages.
  • wwwroot/assets/css/style.css contains frontend styling.
  • wwwroot/assets/js/main.js contains frontend behavior and temporary menu data.

Important rules for Codex

  • Keep Vietnamese text.
  • Do not remove floating chatbot.
  • Do not remove golden hour banner.
  • Do not remove food detail popup.
  • Preserve responsive design.
  • Prefer small, targeted changes.

Run

Use Visual Studio Run button, or: dotnet run

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/tindaptrai-homework-day-5-homeword-day5/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.

tindaptrai-homework-day-5-homeword-day5.ocm.jsonjson
{
  "ocm": "1",
  "id": "tindaptrai-homework-day-5-homeword-day5",
  "kind": "skill",
  "name": "Homeword_day5",
  "description": "DACS_Food Project Guide",
  "publisher": "Tindaptrai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "DACS_Food Project Guide"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Tindaptrai/Homework_day_5",
      "path": "Homeword_day5/AGENTS.md",
      "ref": "9149573e530b1b2c271a7b733e40898c32c82945",
      "url": "https://github.com/Tindaptrai/Homework_day_5/blob/9149573e530b1b2c271a7b733e40898c32c82945/Homeword_day5/AGENTS.md",
      "key": "Tindaptrai/Homework_day_5/Homeword_day5/AGENTS.md"
    }
  },
  "instructions": "# DACS_Food Project Guide\n\n## Project type\nASP.NET Core MVC project.\n\n## Structure\n- Controllers/HomeController.cs controls page navigation.\n- Models/FoodItem.cs is prepared for future database work.\n- Views/Shared/_Layout.cshtml contains header, footer, cart panel, food detail modal, golden hour banner, and floating chatbot.\n- Views/Home contains the actual pages.\n- wwwroot/assets/css/style.css contains frontend styling.\n- wwwroot/assets/js/main.js contains frontend behavior and temporary menu data.\n\n## Important rules for Codex\n- Keep Vietnamese text.\n- Do not remove floating chatbot.\n- Do n",
  "cost": {
    "context_tokens": 195
  }
}

Fetch it by URL: GET /api/v1/registry/tindaptrai-homework-day-5-homeword-day5/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.