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 agentmods add skills/shopwarelabs/ai-coding-tools/dev-environment-bootstrappingnpx skills add shopwareLabs/ai-coding-tools --skill dev-environment-bootstrappinggit clone --depth 1 https://github.com/shopwareLabs/ai-coding-toolsWhat 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 | $0.00144 | $0.02876 |
| Opus 5 | $0.00072 | $0.01438 |
| Sonnet 5 | $0.00029 | $0.00575 |
| Haiku 4.5 | $0.00014 | $0.00288 |
Grade A, and why
dev-environment-bootstrapping 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 283 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Shopware Dev Environment Bootstrapping
Orchestrate the full first-run Shopware development environment setup. Detects current state, presents a numbered plan, confirms with the user, executes the plan via lifecycle MCP tools, then stops with a handoff message.
Output scope: Executes MCP lifecycle tools and Bash clone commands. Writes no config files. Invokes no dev-tooling skills. Stops after printing the handoff message.
Phase 1 — Detection (no user interaction)
Silently probe the working directory to determine what already exists and what is missing. Do not prompt the user during this phase.
Shopware Checkout State
- Check
composer.jsonexists and containsshopware/coreas a dependency — determines whether this is a Shopware project root. - Check
src/Core/directory exists — confirms a full Shopware source checkout vs. a vendor install. - Check
.envfile exists and containsDATABASE_URL— determines if the environment has been configured. - Check
var/cache/directory exists — rough indicator thatbin/console cache:clearhas run at least once.
Environment Clues
Check for these files/directories to infer the intended execution environment:
docker-compose.ymlordocker-compose.yaml— Docker Compose environment.ddev/config.yaml— DDEV environmentVagrantfile— Vagrant environment- None of the above — native environment assumed
Plugin State
- Check
custom/plugins/directory exists and list any subdirectories — these are already-present plugins. - Determine whether the user's stated intent (from their message) involves a specific plugin name.
Database State
.envwithDATABASE_URLpresent → database may be configuredvar/cache/present → system:install has likely run before
Dev Tooling Config
- Check for
.mcp-php-tooling.jsonin the project root — if present, environment args are already locked in and will be used by the lifecycle tools automatically. - Check for
.mcp-php-tooling.jsonin.claude/— same.
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.
- 3d ago First seen · 283 lines · 144 tokens per session scan A d88b74f2354f
dev-environment-bootstrapping is a skill published in the GitHub repository shopwareLabs/ai-coding-tools (42 stars, last pushed yesterday), licensed MIT. It adds 144 tokens to every session and 2,876 once invoked, about $0.0007 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-08-30.
Other skills, from other repositories
marketplace-purchase-vetting
Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.
aliexpress-connector
Use this skill when the operator asks to search AliExpress or read one of its product cards. Two tools, aliexpresssearch and aliexpresscard; prices in rubles; rating and order counts included, review TEXTS intentionally not exposed. CDP-only: without the scraping-profile Chrome this source answers nothing. Trigger on…
detmir-connector
Use this skill when the operator needs Detsky Mir data — prices and availability for kids' and baby goods, toys, strollers, nappies, kids' clothing. Trigger on Russian queries like "цена в детском мире", "детский мир наличие", "сколько стоит коляска", or English equivalents. Skip for general marketplace tasks; note…
avito-connector
Use this skill when the operator needs Avito classifieds data — search listings, item cards, or seller reputation. Trigger on Russian queries like "найди на авито", "цена avito", "объявления авито", "продавец на авито", or English mentions of Avito. Needs the operator's Chrome over CDP from a datacenter IP (IP…
marketplace
Use this skill when the operator wants every marketplace at once — compare prices across sources, or wire one MCP entry instead of twelve. Trigger on "сравни цены", "где дешевле", "все маркетплейсы", "compare prices", or when setting up the client config. Skip for single-source tasks (use that source's skill).
ozon-connector
Use this skill when the operator needs Ozon marketplace data — product details, search, prices, ratings, or reviews. Trigger on Russian queries like "найди на озоне", "цена ozon", "отзывы на озоне", or English mentions of Ozon. Tier 1 (TLS impersonation) handles most queries with no browser; Chrome CDP is only the…