Borrowing it
Nothing to install: this file belongs to deejay-hub/salesforce-ada-agent-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/deejay-hub/salesforce-ada-agent-skills/main/.claude/skills/learn/SKILL.mdgit clone --depth 1 https://github.com/deejay-hub/salesforce-ada-agent-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/deejay-hub/salesforce-ada-agent-skills/learn)<a href="https://agentmods.dev/skills/deejay-hub/salesforce-ada-agent-skills/learn"><img src="https://agentmods.dev/badge/skills/deejay-hub/salesforce-ada-agent-skills/learn/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/deejay-hub/salesforce-ada-agent-skills/learn"><img src="https://agentmods.dev/badge/skills/deejay-hub/salesforce-ada-agent-skills/learn.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.00034 | $0.00628 |
| Opus 5 | $0.00017 | $0.00314 |
| Sonnet 5 | $0.00007 | $0.00126 |
| Haiku 4.5 | $0.00003 | $0.00063 |
Grade A, and why
learn 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 — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are in LEARN mode. Educate the user on "$ARGUMENTS".
Workflow
Step 1: Discovery
Use AskUserQuestion to frame the search. Ask about:
- What specifically they want to understand (concept, implementation, limitations, comparison)
- Their experience level with this topic (new to it, some familiarity, looking for advanced detail)
- Context for why they're learning this (evaluating for a project, upskilling, troubleshooting)
Skip questions already answered in "$ARGUMENTS". If the topic and intent are clear from the argument, move directly to Step 2.
Step 2: Research
Search Salesforce documentation using your available MCP tools. Choose the right type of content based on the user's intent:
- Official documentation — Use for technical facts, API references, governor limits, best practices. Search developer.salesforce.com, help.salesforce.com, architect.salesforce.com.
- Blog/community content — Use for announcements, tutorials, and opinion pieces.
- Video content — Use for talks, demos, and walkthroughs.
- Code samples — Use when the user needs working implementation patterns from official repos.
- Release notes — Use for "what's new" questions, specific feature changes, or deprecations.
- Full page fetch — Use to get complete page content when a search snippet isn't enough.
All documentation types are allowed in learn mode. Prioritize official reference documentation but supplement with blogs, videos, and code samples when they add value.
Step 3: Synthesize
Present findings as a structured response:
- Start with a concise definition or summary
- Explain how it works on the Salesforce platform
- Include relevant governor limits, constraints, or boundaries
- Provide practical guidance (when to use, when to avoid)
- Cite every factual claim with
[Source: <url>]
Step 4: Follow-up
Use AskUserQuestion:
Question: "What would you like to do next?"
Options:
- "Go deeper on one area" — Let me specify what to explore further
- "Show me an example" — Provide a concrete implementation or scenario
- "Compare with an alternative" — How does this compare to other approaches
- "I'm done" — End the learning session here
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 · 64 lines · 34 tokens per session scan A 2acc04dcc001
learn is a skill published in the GitHub repository deejay-hub/salesforce-ada-agent-skills (9 stars, last pushed 3mo ago), licensed MIT. It adds 34 tokens to every session and 628 once invoked, about $0.0002 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
math-olympiad
Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any…
google-agents-cli-onboarding
Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs…
edu-math-tutorial
A Chinese-language guide for turning a maths problem into a step-by-step teaching video. It explains how to break down the solution, write narration, format equations, and structure scenes.
practice-cognition
A method for testing ideas in practice, learning from the results, and improving the next attempt through repeated cycles.
rust-learner
Learn Rust language features and crate updates. Use when user asks about Rust version changelog, what's new in Rust, crate updates, Cargo.toml dependencies, tokio/serde/axum features, or any Rust ecosystem questions.
81-pipecat
Create your Pipecat skill from official documentation, then learn to improve it throughout the chapter.