Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add joe-qai/qa-skills --skill dev-environment-setupgit clone --depth 1 https://github.com/joe-qai/qa-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/joe-qai/qa-skills/dev-environment-setup)<a href="https://agentmods.dev/skills/joe-qai/qa-skills/dev-environment-setup"><img src="https://agentmods.dev/badge/skills/joe-qai/qa-skills/dev-environment-setup/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/joe-qai/qa-skills/dev-environment-setup"><img src="https://agentmods.dev/badge/skills/joe-qai/qa-skills/dev-environment-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00212 | $0.06083 |
| Opus 5 | $0.00106 | $0.03041 |
| Sonnet 5 | $0.00042 | $0.01217 |
| Haiku 4.5 | $0.00021 | $0.00608 |
Grade A, and why
dev-environment-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
20 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/env_catalog.md 16 KB
- references/installation-guide.md 4.7 KB
- references/project-templates.md 4.9 KB
- scripts/add_new_env.py 7.3 KB runs code
- scripts/build_plan.py 19 KB runs code
- scripts/check_packages.py 7.8 KB runs code
- scripts/detect_env.py 11 KB runs code
- scripts/installer.py 20 KB runs code
- scripts/logging.py 4.4 KB runs code
- scripts/report.py 18 KB runs code
- scripts/resolve_versions.py 10.0 KB runs code
- scripts/scaffold_django.py 9.0 KB runs code
- scripts/scaffold_fastapi.py 7.4 KB runs code
- scripts/scaffold_go.py 6.0 KB runs code
- scripts/scaffold_java.py 8.5 KB runs code
- scripts/scaffold_node.py 6.6 KB runs code
- scripts/scaffold_vue.py 7.2 KB runs code
- scripts/setup_env.py 35 KB runs code
- scripts/uninstall_env.py 13 KB runs code
- scripts/verify_env.py 10 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 581 lines · 212 tokens per session scan A aa87222e51bd
dev-environment-setup is a skill published in the GitHub repository joe-qai/qa-skills (23 stars, last pushed 5d ago), with no licence file. It adds 212 tokens to every session and 6,083 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other skills, from other repositories
functions-development
Build serverless Go or Python functions for Falcon Foundry apps. TRIGGER when user asks to "create a function", "write a serverless function", "build backend logic", runs foundry functions create, or needs help with FDK handler patterns, function testing, or collection integration from functions. Also TRIGGER when…
language-python
Python idioms — PEP 8, context managers, generators, asyncio, and testing. Auto-load when working with .py files, pyproject.toml, requirements.txt, or when the user mentions Python, pytest, asyncio, dataclass, type hints, or virtualenv.
copilot-sdk
Build applications powered by GitHub Copilot using the Copilot SDK — session management, custom tools, streaming, hooks, MCP servers, BYOK, deployment patterns.
python-script
Create robust Python automation with full logging and safety checks. Use when tasks need complex data processing, authenticated API work, conditional file operations, or error handling beyond simple shell commands.
learning-plan
A Chinese-language planning tool for creating or adjusting short, practical learning routes for Python, Go, mixed-language, or goal-focused programming study.
concept-teaching
A guided teaching workflow for learning one programming concept at a time in Python, Go, or the code you are working on. TDD means test-driven development, but this description does not say that the add-on teaches TDD.