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-datagit 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-data)<a href="https://agentmods.dev/skills/kugamon/salesforce-core-skills/sf-data"><img src="https://agentmods.dev/badge/skills/kugamon/salesforce-core-skills/sf-data.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.1 | $0.00135 | $0.08299 |
| Opus 5 | $0.00068 | $0.04150 |
| Sonnet 5 | $0.00027 | $0.01660 |
| Haiku 4.5 | $0.00014 | $0.00830 |
Grade A, and why
sf-data 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 7d 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
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
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.
- assets/bulk-testing-example.md 5.7 KB
- assets/bulk/bulk-insert-10000.apex 12 KB
- assets/bulk/bulk-insert-200.apex 12 KB
- assets/bulk/bulk-insert-500.apex 13 KB
- assets/bulk/bulk-upsert-external-id.apex 13 KB
- assets/cleanup-rollback-example.md 8.3 KB
- assets/cleanup/delete-by-created-date.apex 16 KB
- assets/cleanup/delete-by-name.apex 13 KB
- assets/cleanup/delete-test-data.apex 17 KB
- assets/cleanup/rollback-transaction.apex 12 KB
- assets/crud-workflow-example.md 4.1 KB
- assets/csv/account-import.csv 1.8 KB
- assets/csv/contact-import.csv 1.9 KB
- assets/csv/custom-object-import.csv 1.1 KB
- assets/csv/opportunity-import.csv 1.6 KB
- assets/factories/account-factory.apex 5.6 KB
- assets/factories/case-factory.apex 8.1 KB
- assets/factories/contact-factory.apex 5.9 KB
- assets/factories/custom-object-factory.apex 11 KB
- assets/factories/event-factory.apex 9.6 KB
- assets/factories/hierarchy-factory.apex 16 KB
- assets/factories/lead-factory.apex 6.4 KB
- assets/factories/opportunity-factory.apex 7.3 KB
- assets/factories/task-factory.apex 8.1 KB
- assets/factories/user-factory.apex 8.8 KB
- assets/json/account-contact-tree.json 3.6 KB
- assets/json/account-opportunity-tree.json 3.3 KB
- assets/json/full-hierarchy-tree.json 5.8 KB
- assets/mcp-validation/example-sobject-dml-insert.json 991 B
- assets/mcp-validation/example-soql-query.json 407 B
- assets/relationship-query-examples.md 5.8 KB
- assets/soql/aggregate.soql 12 KB
- assets/soql/basic-queries.soql 7.4 KB
- assets/soql/child-to-parent.soql 9.8 KB
- assets/soql/optimization-patterns.soql 11 KB
- assets/soql/parent-to-child.soql 8.6 KB
- assets/soql/polymorphic.soql 11 KB
- assets/soql/subquery.soql 16 KB
- assets/test-data-factory-usage.md 7.6 KB
- CREDITS.md 3.6 KB
- LICENSE 1.1 KB
- README.md 7.0 KB
- references/anonymous-apex-guide.md 2.2 KB
- references/bulk-operations-guide.md 2.3 KB
- references/cleanup-rollback-guide.md 1.6 KB
- references/execution-modes.md 7.3 KB
- references/field-coverage-rules.md 16 KB
- references/governor-limits-reference.md 2.0 KB
- references/mcp-pagination.md 3.1 KB
- references/orchestration.md 7.2 KB
- references/query-optimization.md 3.3 KB
- references/soql-anti-patterns.md 8.8 KB
- references/soql-reference.md 7.4 KB
- references/soql-relationship-guide.md 2.1 KB
- references/soql-syntax-reference.md 5.2 KB
- references/test-data-patterns.md 2.5 KB
- scripts/mcp_validator_cli.py 3.5 KB runs code
- scripts/mcp_validator.py 11 KB runs code
- scripts/post-write-validate.py 5.7 KB runs code
- scripts/pre-mcp-validate.py 3.0 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.
- 7d ago First seen · 847 lines · 135 tokens per session scan A 424ec0f33897
sf-data is a skill published in the GitHub repository kugamon/salesforce-core-skills (0 stars, last pushed 8d ago), with no licence file. It adds 135 tokens to every session and 8,299 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-31.
Other skills, from other repositories
sf-schema
Scaffold custom objects, fields, validation rules, permission sets, and other schema metadata as SFDX source XML. Use when asked to create objects, custom fields, permission sets, validation rules, or generate metadata XML. Activate on mentions of "custom object", "custom field", "permission set", "validation rule"…
sf-soql
Build and optimize SOQL queries including relationship queries, aggregate functions, polymorphic TYPEOF, and selective filters. Use when asked to write queries, debug slow queries, optimize existing SOQL, or enforce query security. Activate on mentions of "SOQL", "query", "SELECT", "WHERE", "aggregate", "relationship…
supabase
Use this skill when developing applications with Supabase, running the Supabase CLI, designing migrations and RLS policies, testing database behavior, generating client types, deploying the official self-hosted Docker stack, or administering its Postgres, Auth, Storage, Realtime, Functions, API gateway, backups…
advanced-alchemy
Auto-activate for advancedalchemy imports, alembic/, SQLAlchemyAsyncRepositoryService, SQLAlchemyAsyncConfig, repositorytype, serviceclass, filters, or storage. Not for raw SQLAlchemy without Advanced Alchemy — use SQLAlchemy guidance.
sqlspec
Auto-activate for sqlspec, SQLSpec, SQLFileLoader, drivers, query builders, named SQL, filters, pagination, Arrow, framework extensions, ADK stores, data dictionary, or observers. Not for ORM repositories -- use advanced-alchemy.
notion
Read, create, and update Notion pages and databases via the Notion REST API.