Imported from eclipse-lmos/adl (adl-server/src/main/kotlin/inbound/AGENTS.md). Install upstream with npx skills add eclipse-lmos/adl --skill inbound. Copyright stays with the author.
ADL Server Inbound Endpoints
Coding Guidelines
Each query and mutation MUST have a KDoc comment explaining its purpose.
Each query and mutation MUST have unit tests covering at least 80% of its functionality.
Each query and mutation MUST start with a info log statement indicating the start of the operation.
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/eclipse-lmos-adl-inbound/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.
eclipse-lmos-adl-inbound.ocm.jsonjson
{
"ocm": "1",
"id": "eclipse-lmos-adl-inbound",
"kind": "skill",
"name": "inbound",
"description": "SPDX-License-Identifier: CC-BY-4.0 --> # ADL Server Inbound Endpoints",
"publisher": "eclipse-lmos",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"SPDX-License-Identifier: CC-BY-4.0 --> # ADL Server Inbound Endpoints"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/eclipse-lmos/adl",
"path": "adl-server/src/main/kotlin/inbound/AGENTS.md",
"ref": "b4c7e449e5dd8b39a89e5028b0f68e3af813f30d",
"url": "https://github.com/eclipse-lmos/adl/blob/b4c7e449e5dd8b39a89e5028b0f68e3af813f30d/adl-server/src/main/kotlin/inbound/AGENTS.md",
"key": "eclipse-lmos/adl/adl-server/src/main/kotlin/inbound/AGENTS.md"
}
},
"instructions": "<!--\nSPDX-FileCopyrightText: 2025 Deutsche Telekom AG and others\n\nSPDX-License-Identifier: CC-BY-4.0\n-->\n# ADL Server Inbound Endpoints\n\n## Coding Guidelines \n- Each query and mutation MUST have a KDoc comment explaining its purpose.\n- Each query and mutation MUST have unit tests covering at least 80% of its functionality.\n- Each query and mutation MUST start with a info log statement indicating the start of the operation.",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/eclipse-lmos-adl-inbound/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.