Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
dart - Skill - OpenSmartRoute
Skillv1.0.0
dart
Document package-facing public declarations with Dartdoc `///` comments. Dart declarations are public by default, but application-local types and members are not automatically package API.
Instruction file imported from ncosentino/NexusLabs.Framework (.github/instructions/genesis/public-api-documentation/dart.instructions.md). Copyright stays with the author.
Dart Public API Documentation
Document package-facing public declarations with Dartdoc /// comments. Dart declarations are
public by default, but application-local types and members are not automatically package API.
Explain parameters, return values, thrown errors, state changes, and non-obvious lifecycle,
nullability, concurrency, or ownership constraints where applicable.
Document reusable widget and callback contracts when callers need behavior that the type
signature cannot express.
Do not mechanically restate names and types already evident from the declaration.
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/ncosentino-nexuslabs-framework-dart-instructions/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.
{
"ocm": "1",
"id": "ncosentino-nexuslabs-framework-dart-instructions",
"kind": "skill",
"name": "dart",
"description": "Document package-facing public declarations with Dartdoc `///` comments. Dart declarations are public by default, but application-local types and members are not automatically package API.",
"publisher": "ncosentino",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Document package-facing public declarations with Dartdoc `///` comments. Dart declarations are public by default, but application-local types and members are not automatically package API."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ncosentino/NexusLabs.Framework",
"path": ".github/instructions/genesis/public-api-documentation/dart.instructions.md",
"ref": "1dc309c07643c0be95c202b4cf135487ce9a17d4",
"url": "https://github.com/ncosentino/NexusLabs.Framework/blob/1dc309c07643c0be95c202b4cf135487ce9a17d4/.github/instructions/genesis/public-api-documentation/dart.instructions.md",
"key": "ncosentino/NexusLabs.Framework/.github/instructions/genesis/public-api-documentation/dart.instructions.md"
},
"applies_to": "**/*.dart"
},
"instructions": "# Dart Public API Documentation\n\nDocument package-facing public declarations with Dartdoc `///` comments. Dart declarations are\npublic by default, but application-local types and members are not automatically package API.\n\n- Explain parameters, return values, thrown errors, state changes, and non-obvious lifecycle,\n nullability, concurrency, or ownership constraints where applicable.\n- Document reusable widget and callback contracts when callers need behavior that the type\n signature cannot express.\n- Do not mechanically restate names and types already evident from the declaration.",
"cost": {
"context_tokens": 147
}
}
Fetch it by URL: GET /api/v1/registry/ncosentino-nexuslabs-framework-dart-instructions/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.