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.
python - Skill - OpenSmartRoute
Skillv1.0.0
python
Python - you should test with pytest - Use snake_case as default file name and folder convention - NEVER remove or modify existing test cases unless explicitly requested - Keep all validation tests th
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/ticlaudeberube-aws-strands-agents-rag-python-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": "ticlaudeberube-aws-strands-agents-rag-python-instructions",
"kind": "skill",
"name": "python",
"description": "Python - you should test with pytest - Use snake_case as default file name and folder convention - NEVER remove or modify existing test cases unless explicitly requested - Keep all validation tests that verify current behavior - When modifying code, ensure existing tests still pass - You should pick-up Python version from ./venv environment and activate when not - Use type hints for function parameters and return values - Follow PEP 8 style guidelines for code formatting - Use f-strings for string formatting instead of .format() or % - Only use f-string when they're is some values to concatenate - Handle exceptions explicitly with try/except blocks - Use list/dict comprehensions when appropriate for readability - Import modules at the top of files, grouped: standard library, third-party, local - Use descriptive variable and function names - Keep functions small and focused on single responsibility - Use constants for magic numbers and strings - Add docstrings for classes and public methods - Use pathlib for f",
"publisher": "ticlaudeberube",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Python - you should test with pytest - Use snake_case as default file name and folder convention - NEVER remove or modify existing test cases unless explicitly requested - Keep all validation tests that verify current behavior - When modifying code, ensure existing tests still pass - You should pick-up Python version from ./venv environment and activate when not - Use type hints for function parameters and return values - Follow PEP 8 style guidelines for code formatting - Use f-strings for string formatting instead of .format() or % - Only use f-string when they're is some values to concatenate - Handle exceptions explicitly with try/except blocks - Use list/dict comprehensions when appropriate for readability - Import modules at the top of files, grouped: standard library, third-party, local - Use descriptive variable and function names - Keep functions small and focused on single responsibility - Use constants for magic numbers and strings - Add docstrings for classes and public methods - Use pathlib for f"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ticlaudeberube/aws-strands-agents-rag",
"path": ".github/instructions/python.instructions.md",
"ref": "f8f74ce108bd84b7093464240e793c6b0cadcc89",
"url": "https://github.com/ticlaudeberube/aws-strands-agents-rag/blob/f8f74ce108bd84b7093464240e793c6b0cadcc89/.github/instructions/python.instructions.md",
"key": "ticlaudeberube/aws-strands-agents-rag/.github/instructions/python.instructions.md"
}
},
"instructions": "# Python\n- you should test with pytest\n- Use snake_case as default file name and folder convention\n- NEVER remove or modify existing test cases unless explicitly requested\n- Keep all validation tests that verify current behavior\n- When modifying code, ensure existing tests still pass\n- You should pick-up Python version from ./venv environment and activate when not\n- Use type hints for function parameters and return values\n- Follow PEP 8 style guidelines for code formatting\n- Use f-strings for string formatting instead of .format() or %\n- Only use f-string when they're is some values to concate",
"cost": {
"context_tokens": 332
}
}
Fetch it by URL: GET /api/v1/registry/ticlaudeberube-aws-strands-agents-rag-python-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.