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.
task-implementation - Skill - OpenSmartRoute
Skillv1.0.0
task-implementation
1. **Plan Analysis**: Read and understand the task requirements before writing code. 2. **Reference Gathering**: Check existing code for patterns to follow. 3. **Systematic Implementation**: Implement
Instruction file imported from KGorham05/demo-site-factory (.github/instructions/task-implementation.instructions.md). Copyright stays with the author.
Task Implementation Instructions
Core Implementation Process
Plan Analysis: Read and understand the task requirements before writing code.
Reference Gathering: Check existing code for patterns to follow.
Systematic Implementation: Implement changes file by file, following established patterns.
Quality Check: Run tests and lint after changes.
Progress Tracking: Update task status as you work.
Implementation Workflow
Read the task description thoroughly.
Identify all files that need to change.
Implement each change, following existing patterns in the codebase.
Write tests for new logic.
Run pnpm test && pnpm lint to verify.
Mark task as complete.
Success Criteria
All acceptance criteria from the task are met.
Tests pass and cover new logic.
Code follows project conventions (see CLAUDE.md).
No unnecessary changes beyond the task scope.
When Stuck
Check existing code for similar patterns.
Re-read the task description for missed details.
Ask the user for clarification rather than guessing.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
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": "kgorham05-demo-site-factory-task-implementation-instructions",
"kind": "skill",
"name": "task-implementation",
"description": "1. **Plan Analysis**: Read and understand the task requirements before writing code. 2. **Reference Gathering**: Check existing code for patterns to follow. 3. **Systematic Implementation**: Implement changes file by file, following established patterns. 4. **Quality Check**: Run tests and lint after changes. 5. **Progress Tracking**: Update task status as you work.",
"publisher": "KGorham05",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"1. **Plan Analysis**: Read and understand the task requirements before writing code. 2. **Reference Gathering**: Check existing code for patterns to follow. 3. **Systematic Implementation**: Implement changes file by file, following established patterns. 4. **Quality Check**: Run tests and lint after changes. 5. **Progress Tracking**: Update task status as you work."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/KGorham05/demo-site-factory",
"path": ".github/instructions/task-implementation.instructions.md",
"ref": "675581b576187f83ed02eaa82fd90f9c6c329442",
"url": "https://github.com/KGorham05/demo-site-factory/blob/675581b576187f83ed02eaa82fd90f9c6c329442/.github/instructions/task-implementation.instructions.md",
"key": "KGorham05/demo-site-factory/.github/instructions/task-implementation.instructions.md"
}
},
"instructions": "# Task Implementation Instructions\n\n## Core Implementation Process\n\n1. **Plan Analysis**: Read and understand the task requirements before writing code.\n2. **Reference Gathering**: Check existing code for patterns to follow.\n3. **Systematic Implementation**: Implement changes file by file, following established patterns.\n4. **Quality Check**: Run tests and lint after changes.\n5. **Progress Tracking**: Update task status as you work.\n\n## Implementation Workflow\n\n1. Read the task description thoroughly.\n2. Identify all files that need to change.\n3. Implement each change, following existing patte",
"cost": {
"context_tokens": 272
}
}
Fetch it by URL: GET /api/v1/registry/kgorham05-demo-site-factory-task-implementation-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.