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 maxime-tremblay/APEXLang-Project-Template --skill apexlanggit 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/skills/maxime-tremblay/apexlang-project-template/apexlang)<a href="https://agentmods.dev/skills/maxime-tremblay/apexlang-project-template/apexlang"><img src="https://agentmods.dev/badge/skills/maxime-tremblay/apexlang-project-template/apexlang/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/maxime-tremblay/apexlang-project-template/apexlang"><img src="https://agentmods.dev/badge/skills/maxime-tremblay/apexlang-project-template/apexlang.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.00020 | $0.02241 |
| Opus 5 | $0.00010 | $0.01120 |
| Sonnet 5 | $0.00004 | $0.00448 |
| Haiku 4.5 | $0.00002 | $0.00224 |
Grade A, and why
apexlang 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 10d 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 — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill — APEXlang
SKILL.md is the north-star source of truth and main routing entry point for packaged APEXlang generation. Read compact JSON assets before broader prose.
Start Order
assets/routing-catalog-main.jsonassets/routing-load-policy.jsonassets/apexlang/domains-catalog.jsonassets/workspace-intelligence.json- Run
node tools/apexctl.mjs workspace probefrom the packaged skill root. - The temp-runtime
context-resolution.jsonreport underAPEXLANG_OUTPUT_ROOT, when present
Only the package-root asset names above are valid for the public package. Do not substitute legacy router or load-policy aliases from copied prompts.
Local Context Contract
- Discovery boundary is the current local AI tooling session directory only.
- Prefer authoritative offline context from metadata definitions, data models, or API contracts.
- Treat
specs/andrequirements/as hints and disambiguation only. - Do not infer schema or API shape from prose, names, or headings.
- Treat
artifacts/as optional runtime output only. Do not require it before generation starts and do not use it as source context. - Treat any
apex-exportspath segment as backup/export material only. Ignore it for app resolution, metadata discovery, bounded scans, template/source selection, and generation unless the user explicitly asks for read-only export inspection, migration, or recovery analysis. - All
node tools/apexctl.mjs ...commands are package-root relative: run them from the packaged skill root, or invoke that script by explicit path. - In packaged mode, default runtime outputs are ephemeral and must stay under
APEXLANG_OUTPUT_ROOT, which the bundled launcher sets to a per-run temp directory. - When app or page scope appears with translation, localization, target-language,
messages.apx, orAPP_TEXT$wording, route first to the shared-components translation guidance before generic page/app generation references. - Plain app/page localization requests must be satisfied by text-message conversion plus
&APP_TEXT$...consumption rewiring. Do not satisfy them by inserting direct translated literals into component attributes.
What ships with it
60 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.
- agents/openai.yaml 5.5 KB
- assets/apex-generation/components.registry.json 61 KB
- assets/apexlang/domains-catalog.json 3.3 KB
- assets/component-attributes.json 32 KB
- assets/component-policies.json 13 KB
- assets/context-adapters.json 2.1 KB
- assets/context-schema.json 532 B
- assets/domains/business-logic/computations-prompt.md 1.1 KB
- assets/domains/business-logic/validations-prompt.md 1.7 KB
- assets/domains/page-components/buttons/button-actions.md 1.3 KB
- assets/domains/page-components/buttons/buttons.md 780 B
- assets/domains/page-components/page-patterns/server-side-conditions-prompt.md 5.3 KB
- assets/domains/shared-components/translations/default-config.json 845 B
- assets/domains/shared-components/translations/languages.json 2.3 KB
- assets/domains/shared-components/translations/prompts.json 1.2 KB
- assets/domains/template-components/button-actions-prompt.md 1.1 KB
- assets/domains/template-components/help-text-prompt.md 3.2 KB
- assets/domains/universal-attr-config/help_text.md 3.2 KB
- assets/domains/universal-attr-config/translations.prompts.json 1021 B
- assets/orchestration.manifest.json 360 B
- assets/routing-assets-index.json 860 B
- assets/routing-catalog-main.json 7.3 KB
- assets/routing-load-policy.json 2.8 KB
- assets/rules-mapping.json 18 KB
- assets/workspace-intelligence.json 5.2 KB
- manifest.json 147 KB
- README.md 5.5 KB
- references/domains/business-logic/computations/workflow-computations-batch.md 2.4 KB
- references/domains/business-logic/dynamic-actions/workflow-dynamic-actions-batch.md 3.2 KB
- references/domains/business-logic/dynamic-actions/workflow-dynamic-actions-plsql-batch.md 2.2 KB
- references/domains/business-logic/dynamic-actions/workflow-dynamic-actions.md 3.4 KB
- references/domains/business-logic/processes/workflow-page-processes-batch.md 2.7 KB
- references/domains/business-logic/registry.md 555 B
- references/domains/business-logic/reusable-prompts/computations.md 880 B
- references/domains/business-logic/reusable-prompts/validations.md 1.7 KB
- references/domains/business-logic/templates.md 1008 B
- references/domains/business-logic/validations/README.md 1014 B
- references/domains/debugging/apex-debug-messages.md 6.3 KB
- references/domains/debugging/checks-and-commands.md 6.9 KB
- references/domains/debugging/example-scenarios.md 7.0 KB
- references/domains/debugging/failure-map.md 7.2 KB
- references/domains/debugging/fix-patterns.md 4.7 KB
- references/domains/debugging/owning-surfaces.md 4.0 KB
- references/domains/debugging/runtime-ui-verification.md 3.1 KB
- references/domains/page-components/business-logic.md 204 B
- references/domains/page-components/buttons.md 3.8 KB
- references/domains/page-components/buttons/registry.md 1.3 KB
- references/domains/page-components/buttons/reusable-prompts.md 524 B
- references/domains/page-components/buttons/templates.md 1.1 KB
- references/domains/page-components/buttons/workflow-button-actions-batch.md 3.1 KB
- references/domains/page-components/buttons/workflow-button-batch.md 4.6 KB
- references/domains/page-components/page-items.md 3.6 KB
- references/domains/page-components/page-items/registry.md 1.7 KB
- references/domains/page-components/page-items/templates.md 1.9 KB
- references/domains/page-components/page-patterns.md 6.3 KB
- references/domains/page-components/page-patterns/registry.md 659 B
- references/domains/page-components/page-patterns/templates.md 2.0 KB
- references/domains/page-components/regions.md 11 KB
- references/domains/page-components/regions/calendar/workflow-calendar-link-targets.md 2.3 KB
- references/domains/page-components/regions/chart/workflow-charts.md 1.7 KB
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.
- 10d ago First seen · 76 lines · 20 tokens per session scan A 11fa649c42ca
apexlang is a skill published in the GitHub repository maxime-tremblay/APEXLang-Project-Template (2 stars, last pushed 3mo ago), licensed MIT. It adds 20 tokens to every session and 2,241 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 skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…