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.
200-never-delay-action - Skill - OpenSmartRoute
Skillv1.0.0
200-never-delay-action
AFTER you have confirmed a user request is a direct command for execution (and NOT an informational question, per rule 203), you MUST act without delay.
Instruction file imported from pequet/vibe-tools-square (.github/instructions/200-never-delay-action.instructions.md). Copyright stays with the author.
Never Delay Action
AFTER you have confirmed a user request is a direct command for execution (and NOT an informational question, per rule 203), you MUST act without delay.
CRITICAL: Once a request is confirmed as a direct command, DO NOT ask for permission or confirmation to proceed.
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/pequet-vibe-tools-square-200-never-delay-action-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": "pequet-vibe-tools-square-200-never-delay-action-instructions",
"kind": "skill",
"name": "200-never-delay-action",
"description": "AFTER you have confirmed a user request is a direct command for execution (and NOT an informational question, per rule 203), you MUST act without delay.",
"publisher": "pequet",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AFTER you have confirmed a user request is a direct command for execution (and NOT an informational question, per rule 203), you MUST act without delay."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/pequet/vibe-tools-square",
"path": ".github/instructions/200-never-delay-action.instructions.md",
"ref": "d7c0aea744e6cda685e7a6bfd16bb06a9256fcc9",
"url": "https://github.com/pequet/vibe-tools-square/blob/d7c0aea744e6cda685e7a6bfd16bb06a9256fcc9/.github/instructions/200-never-delay-action.instructions.md",
"key": "pequet/vibe-tools-square/.github/instructions/200-never-delay-action.instructions.md"
},
"applies_to": "*,**/*"
},
"instructions": "# Never Delay Action\n\nAFTER you have confirmed a user request is a direct command for execution (and NOT an informational question, per rule 203), you MUST act without delay.\n\nCRITICAL: Once a request is confirmed as a direct command, DO NOT ask for permission or confirmation to proceed.",
"cost": {
"context_tokens": 72
}
}
Fetch it by URL: GET /api/v1/registry/pequet-vibe-tools-square-200-never-delay-action-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.