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.
Instruction file imported from willvelida/support-agent-hack (.github/instructions/readme-files.instructions.md). Copyright stays with the author.
README Structure Standards
When creating or editing README files:
Start with the project name as H1 followed by a one-line description
Include a badges section for build status, coverage, and license
Provide a "Getting Started" or "Quick Start" section within the first screenful
Include installation instructions with copy-pasteable commands
Add usage examples that demonstrate the most common workflows
Document prerequisites and system requirements
Include a "Contributing" section or link to CONTRIBUTING.md
Add a license section or link to LICENSE file
Keep the README focused — link to detailed docs rather than duplicating them
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/willvelida-support-agent-hack-readme-files-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": "willvelida-support-agent-hack-readme-files-instructions",
"kind": "skill",
"name": "readme-files",
"description": "README file structure and content standards",
"publisher": "willvelida",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"README file structure and content standards"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/willvelida/support-agent-hack",
"path": ".github/instructions/readme-files.instructions.md",
"ref": "f46b0bce44b9a43d12e832ba61cdfd18aab566d0",
"url": "https://github.com/willvelida/support-agent-hack/blob/f46b0bce44b9a43d12e832ba61cdfd18aab566d0/.github/instructions/readme-files.instructions.md",
"key": "willvelida/support-agent-hack/.github/instructions/readme-files.instructions.md"
},
"applies_to": "**/README.md"
},
"instructions": "# README Structure Standards\n\nWhen creating or editing README files:\n\n- Start with the project name as H1 followed by a one-line description\n- Include a badges section for build status, coverage, and license\n- Provide a \"Getting Started\" or \"Quick Start\" section within the first screenful\n- Include installation instructions with copy-pasteable commands\n- Add usage examples that demonstrate the most common workflows\n- Document prerequisites and system requirements\n- Include a \"Contributing\" section or link to CONTRIBUTING.md\n- Add a license section or link to LICENSE file\n- Keep the README focu",
"cost": {
"context_tokens": 164
}
}
Fetch it by URL: GET /api/v1/registry/willvelida-support-agent-hack-readme-files-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.