Imported from alexindima/food-diary (Modules/DailyAdvices/Application/Abstractions/AGENTS.md). Install upstream with npx skills add alexindima/food-diary --skill Abstractions. Copyright stays with the author.
Daily Advices Application Abstractions Guidelines
Own module-internal repository ports and persistence projections.
Own DailyAdviceErrors; consumers call it directly using shared Results. The central Errors.DailyAdvice facade is retired; preserve codes/messages/kinds and locale semantics.
Preserve legacy namespaces.
Do not reference EF Core, hosts, presentation, or central Infrastructure.
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-abstractions/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-abstractions.ocm.jsonjson
{
"ocm": "1",
"id": "alexindima-food-diary-abstractions",
"kind": "skill",
"name": "Abstractions",
"description": "Daily Advices Application Abstractions Guidelines",
"publisher": "alexindima",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Daily Advices Application Abstractions Guidelines"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/alexindima/food-diary",
"path": "Modules/DailyAdvices/Application/Abstractions/AGENTS.md",
"ref": "cac2cc87722cb077c6f534446b5c3fc1a2fad959",
"url": "https://github.com/alexindima/food-diary/blob/cac2cc87722cb077c6f534446b5c3fc1a2fad959/Modules/DailyAdvices/Application/Abstractions/AGENTS.md",
"key": "alexindima/food-diary/Modules/DailyAdvices/Application/Abstractions/AGENTS.md"
}
},
"instructions": "# Daily Advices Application Abstractions Guidelines\n\n- Own module-internal repository ports and persistence projections.\n- Own DailyAdviceErrors; consumers call it directly using shared Results. The central Errors.DailyAdvice facade is retired; preserve codes/messages/kinds and locale semantics.\n- Preserve legacy namespaces.\n- Do not reference EF Core, hosts, presentation, or central Infrastructure.",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/alexindima-food-diary-abstractions/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.