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 commands/maxime-tremblay/apexlang-project-template/exportgit clone --depth 1 https://github.com/maxime-tremblay/APEXLang-Project-TemplateWrote 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/commands/maxime-tremblay/apexlang-project-template/export)<a href="https://agentmods.dev/commands/maxime-tremblay/apexlang-project-template/export"><img src="https://agentmods.dev/badge/commands/maxime-tremblay/apexlang-project-template/export.svg" alt="Measured on agentmods" 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 | $0.00014 | $0.00339 |
| Opus 5 | $0.00007 | $0.00169 |
| Sonnet 5 | $0.00003 | $0.00068 |
| Haiku 4.5 | $0.00001 | $0.00034 |
Grade A, and why
export 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 5d 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.
What it actually says
Export one or more APEX applications to APEXLang format.
Usage:
/export— exports the default app ($APEX_APP_ID) toapex/app{id}//export 101— exports app 101 toapex/app101//export 100 101 102— exports each app to its ownapex/app{id}/subfolder
Steps:
- Resolve the list of app IDs:
- If
$ARGUMENTSis provided, treat it as a space-separated list of app IDs - Otherwise, use
$APEX_APP_IDas the single app ID
- If
- For each app ID, check whether
apex/app{id}/contains uncommitted changes. If so, flag it and ask the developer to confirm before overwriting. - Open a SQLcl session and connect using the saved connection:
sql /nolog connect -name "$SQLCL_CONNECTION" - For each app ID, run the export:
apex export -applicationid {id} -exptype APEXLANG -dir ./apex/app{id} - Confirm each export completed successfully
- List the top-level files and folders created (per app) so the developer can see what changed
- Remind the developer to review the diff in Git before making any changes
Note: exporting overwrites existing files in apex/app{id}/. Always check for uncommitted changes first (step 2).
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.
- 5d ago First seen · 32 lines · 14 tokens per session scan A e9ae31ec23d9
export is a command published in the GitHub repository maxime-tremblay/APEXLang-Project-Template (2 stars, last pushed 3mo ago), licensed MIT. It adds 14 tokens to every session and 339 once invoked, about $0.0001 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-31.
Other commands, from other repositories
pwa-checklist
Walks the production deploy checklist, reporting pass, fail or N/A per category against the codebase and an optional URL. TRIGGER WHEN: checking PWA launch readiness, or walking a deterministic go/no-go list before deploying. DO NOT TRIGGER WHEN: an open-ended adversarial audit fits better (use /pwa-expert:pwa-audit).
fastapi
FastAPI application design and implementation conventions. Use this skill when building, updating, or reviewing FastAPI services, routers, dependencies, request/response schemas, streaming endpoints, or API tests. Trigger on FastAPI-specific work such as path operation design, dependency injection, response models…
add-test-fixture-and-go-test-for-langgraph-js-rule
Workflow command scaffold for add-test-fixture-and-go-test-for-langgraph-js-rule in shingan.
azure-graph-dotnet:deploy-azure
Deploy a C# Azure Functions or Container Job project to Azure — provision infrastructure with Bicep, push image to ACR, assign Managed Identity Graph permissions, and generate or update GitHub Actions or Azure DevOps CI/CD pipelines.
go-review
Go code review for idiomatic patterns.
review
Review a change against the repository's rule-driven modern C++ contract.