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.
styles - Skill - OpenSmartRoute
Skillv1.0.0
styles
Describe when these instructions should be loaded by the agent based on task context
{
"ocm": "1",
"id": "dragonegor-crs-dev-tool-styles-instructions",
"kind": "skill",
"name": "styles",
"description": "Describe when these instructions should be loaded by the agent based on task context",
"publisher": "dragonegor",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Describe when these instructions should be loaded by the agent based on task context"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/dragonegor/crs_dev_tool",
"path": ".github/instructions/styles.instructions.md",
"ref": "afbf738e2cba54088a5350e0c6a505ca5da58efd",
"url": "https://github.com/dragonegor/crs_dev_tool/blob/afbf738e2cba54088a5350e0c6a505ca5da58efd/.github/instructions/styles.instructions.md",
"key": "dragonegor/crs_dev_tool/.github/instructions/styles.instructions.md"
},
"applies_to": "**/*.scss"
},
"instructions": "- Write all styles only in SCSS.\n- For large blocks, styles can be extracted into separate files and imported into the main file.\n- Use `max-width` to limit content width (for example, on desktop) without adding paddings.\n- Always use the `w768` mixin for mobile media queries and `w769` for desktop media queries.\n\n```scss\n@mixin w768 {\n @media (max-width: 768px) {\n @content;\n }\n}\n```\n\n```scss\n@mixin w769 {\n @media (min-width: 769px) {\n @content;\n }\n}\n```\n\n- use the query mixins inside a selector\n\n```scss\n.section {\n font-size: 16px;\n @include w768 {\n font-size: 14px;\n }\n}\n```",
"cost": {
"context_tokens": 149
}
}
Fetch it by URL: GET /api/v1/registry/dragonegor-crs-dev-tool-styles-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.