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 kugamon/salesforce-core-skills --skill sf-apexgit clone --depth 1 https://github.com/kugamon/salesforce-core-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/kugamon/salesforce-core-skills/sf-apex)<a href="https://agentmods.dev/skills/kugamon/salesforce-core-skills/sf-apex"><img src="https://agentmods.dev/badge/skills/kugamon/salesforce-core-skills/sf-apex/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/kugamon/salesforce-core-skills/sf-apex"><img src="https://agentmods.dev/badge/skills/kugamon/salesforce-core-skills/sf-apex.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.00119 | $0.10605 |
| Opus 5 | $0.00060 | $0.05303 |
| Sonnet 5 | $0.00024 | $0.02121 |
| Haiku 4.5 | $0.00012 | $0.01060 |
Grade A, and why
sf-apex scanned grade A with 1 finding 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.
Reads agent configuration directorieslowAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
find ~/.claude/plugins -name "validate_apex_cli.py" 2>/dev/null | grep sf-apex | head -1 Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
40 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.
- assets/apex-class.cls 406 B
- assets/batch.cls 3.8 KB
- assets/invocable-method.cls 9.3 KB
- assets/queueable.cls 1.8 KB
- assets/selector.cls 3.2 KB
- assets/service.cls 4.4 KB
- assets/test-class.cls 2.0 KB
- assets/test-data-factory.cls 3.4 KB
- assets/trigger-action.cls 922 B
- assets/trigger.trigger 349 B
- CREDITS.md 4.6 KB
- LICENSE 1.1 KB
- README.md 11 KB
- references/anti-patterns.md 20 KB
- references/best-practices.md 17 KB
- references/bulkification-guide.md 20 KB
- references/code-review-checklist.md 7.9 KB
- references/code-smells-guide.md 15 KB
- references/design-patterns.md 33 KB
- references/execution-modes.md 7.0 KB
- references/flow-integration.md 17 KB
- references/llm-anti-patterns.md 21 KB
- references/mcp-pagination.md 3.1 KB
- references/naming-conventions.md 6.6 KB
- references/patterns-deep-dive.md 22 KB
- references/security-guide.md 6.7 KB
- references/solid-principles.md 11 KB
- references/testing-guide.md 11 KB
- references/testing-patterns.md 23 KB
- references/triangle-pattern.md 9.9 KB
- references/trigger-actions-framework.md 8.6 KB
- references/troubleshooting.md 14 KB
- scripts/llm_pattern_validator.py 16 KB runs code
- scripts/mcp_validator_cli.py 5.5 KB runs code
- scripts/mcp_validator.py 14 KB runs code
- scripts/post-tool-validate.py 9.7 KB runs code
- scripts/post-write-validate.py 3.3 KB runs code
- scripts/pre-mcp-validate.py 4.6 KB runs code
- scripts/validate_apex_cli.py 7.7 KB runs code
- scripts/validate_apex.py 23 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.
- 10d ago First seen · 1,261 lines · 119 tokens per session scan A 39105a1f4bbf
sf-apex is a skill published in the GitHub repository kugamon/salesforce-core-skills (0 stars, last pushed 2d ago), with no licence file. It adds 119 tokens to every session and 10,605 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ship-it-or-fix-it
Oracle-frozen Builder and independent-Judge convergence cycle. Load ONLY when the operator explicitly sets Governance Dial G2 for the task, or explicitly names this skill or an active work unit already running it. Never auto-activate on task class, such as security, auth, or payments. If a task seems to warrant G2 and…
test-verification
Requires behavioral, failure-path, and durable-seam evidence for tests and review. Use when writing tests, reviewing test coverage, assessing behavioral test quality, or accepting high-risk behavior on test evidence.
tactical-ddd
Design, refactor, analyze, and review code by applying the principles and patterns of tactical domain-driven design. Triggers on: domain modeling, aggregate design, 'entity', 'value object', 'repository', 'bounded context', 'domain event', 'domain service', code touching domain/ directories, rich domain model…
review-workflow-management
This skill reviews the HTTP management endpoints (start, status, terminate, pause, resume, raise-event, purge) that an app exposes for Dapr Workflows. Use this skill when the user asks to "review workflow management", "audit workflow management API", "check workflow HTTP endpoints", or similar.
review-workflow-activity
This skill reviews Dapr Workflow activity implementations for idempotency, retries, error boundaries, and convention violations. Use this skill when the user asks to "review workflow activities", "check activity idempotency", "audit Dapr activities", or similar.
api-design-review
Review an API contract (REST or GraphQL) before or while it is implemented, checking resource naming, HTTP semantics, status codes, error shape, pagination, versioning, idempotency, and backward compatibility, and producing concrete revisions rather than abstract advice. Use when designing new endpoints, changing an…