Imported from eComindo/2025-github-ur-copilot-workshop (AGENTS.md). Install upstream with npx skills add eComindo/2025-github-ur-copilot-workshop. Copyright stays with the author.
Prompt:
Always ensure that any Python command is run inside an activated virtual environment (.venv).
Before running a Python command, activate the virtual environment using:
source .venv/bin/activate
Use uv to run installations, tests, and other Python commands to ensure they are executed within the virtual environment.
For example, to install a package, use:
uv pip install <package-name>
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/ecomindo-2025-github-ur-copilot-workshop-2025-github-ur-b568a4/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": "ecomindo-2025-github-ur-copilot-workshop-2025-github-ur-b568a4",
"kind": "skill",
"name": "2025-github-ur-copilot-workshop",
"description": "Use `uv` to run installations, tests, and other Python commands to ensure they are executed within the virtual environment.",
"publisher": "eComindo",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use `uv` to run installations, tests, and other Python commands to ensure they are executed within the virtual environment."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/eComindo/2025-github-ur-copilot-workshop",
"path": "AGENTS.md",
"ref": "c501d48960337e3210e74bc70640b5a9d92e6bdc",
"url": "https://github.com/eComindo/2025-github-ur-copilot-workshop/blob/c501d48960337e3210e74bc70640b5a9d92e6bdc/AGENTS.md",
"key": "eComindo/2025-github-ur-copilot-workshop/AGENTS.md"
}
},
"instructions": "**Prompt:**\nAlways ensure that any Python command is run inside an activated virtual environment (`.venv`).\nBefore running a Python command, activate the virtual environment using:\n\n```bash\nsource .venv/bin/activate\n```\n\nUse `uv` to run installations, tests, and other Python commands to ensure they are executed within the virtual environment.\n\nFor example, to install a package, use:\n\n```bash\nuv pip install <package-name>\n```",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/ecomindo-2025-github-ur-copilot-workshop-2025-github-ur-b568a4/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.