Imported from ndu-bioinfo/sample-flask-app (AGENTS.md). Install upstream with npx skills add ndu-bioinfo/sample-flask-app. Copyright stays with the author.
Agent Rules
Python Environment
All Python dependencies must be installed into a local virtual environment and sourced from there:
{
"ocm": "1",
"id": "ndu-bioinfo-sample-flask-app-sample-flask-app",
"kind": "skill",
"name": "sample-flask-app",
"description": "All Python dependencies must be installed into a local virtual environment and sourced from there:",
"publisher": "ndu-bioinfo",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"All Python dependencies must be installed into a local virtual environment and sourced from there:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ndu-bioinfo/sample-flask-app",
"path": "AGENTS.md",
"ref": "f974c5e9f960157511f92c66e507dc03f70cc00f",
"url": "https://github.com/ndu-bioinfo/sample-flask-app/blob/f974c5e9f960157511f92c66e507dc03f70cc00f/AGENTS.md",
"key": "ndu-bioinfo/sample-flask-app/AGENTS.md"
}
},
"instructions": "# Agent Rules\n\n## Python Environment\n\nAll Python dependencies must be installed into a local virtual environment and sourced from there:\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\n- Always use `.venv` as the virtual environment directory name\n- Always activate the virtual environment before running any Python commands\n- Do not install packages globally or with `--user`",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/ndu-bioinfo-sample-flask-app-sample-flask-app/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.