[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-jaganpro-sf-testing-de":3,"guides-for-jaganpro-sf-testing":2023,"similar-k17epd0hx1fhhjnqktzwsswkw986mdcf-de":2024},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":260,"isFallback":242,"parentExtension":265,"providers":266,"relations":271,"repo":273,"tags":2020,"workflow":2021},1778691254636.7363,"k17epd0hx1fhhjnqktzwsswkw986mdcf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Apex test execution, coverage analysis, and test-fix loops with 120-point scoring. TRIGGER when: user runs Apex tests, checks code coverage, fixes failing tests, or touches *Test.cls / *_Test.cls files. DO NOT TRIGGER when: writing Apex production code (use sf-apex), Agentforce agent testing (use sf-ai-agentforce-testing), or Jest/LWC tests (use sf-lwc).\n",{"claudeCode":12},"jaganpro/sf-skills","sf-testing","https://github.com/jaganpro/sf-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":240,"workflow":258},1778692082852.5037,"kn7djdhwgwak2vrbep5j6k5vfn86nqgn","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"practices":206,"prerequisites":211,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":227,"tier":228,"useCases":229,"workflow":234},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,125,129,132,135,138,141,144,147,151,154,156,158,160,162,166,169,172,175,178,182,185,188,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the user problem of Apex test execution, coverage analysis, and test-fix loops, along with specific triggers and non-goals.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a comprehensive test-fix loop with scoring and specific guidance beyond basic test execution, providing significant value over a simple prompt.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of Apex testing, from execution and analysis to fixing and coverage improvement, and includes clear recommendations and integration points.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill's scope is tightly focused on Apex testing within the Salesforce ecosystem, with clear boundaries defined against related skills.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, including its triggers and non-goals, and is concise and readable.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill operates as a single unit and does not expose multiple discrete tools with verb-noun actions; therefore, this check is not applicable.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill does not appear to have explicit configurable parameters beyond user-provided prompts and context, making a parameter reference check not applicable.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This skill does not expose individual tools with names, functioning as a single cohesive unit. Therefore, tool naming is not applicable.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","As this skill is prompt-based and does not expose specific tools with parameter schemas, the check for minimal I/O surface is not applicable.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license, and this is clearly stated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The latest commit was on April 27, 2026, which is within the last 90 days.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill does not appear to have external dependencies that require management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill operates on Salesforce CLI commands and organization credentials, but there is no indication of secrets being echoed to stdout or committed.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill appears to execute Salesforce CLI commands and process their output, but does not appear to load or execute arbitrary third-party code or data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on the Salesforce CLI and bundled scripts; there is no evidence of runtime downloads of code or data that is not committed to the bundle.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill interacts with the Salesforce CLI and does not appear to modify files outside of the project folder or specific Salesforce org configurations.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There is no evidence of detached process spawns or deny-retry loops in the provided scripts or documentation.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill interacts with Salesforce orgs but has no documented outbound calls to submit confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation do not contain any hidden steering tricks, invisible characters, or obfuscated instructions.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's scripts are written in plain Apex and do not appear to use obfuscation techniques like base64 encoding or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes a Salesforce project structure and requires the SF CLI, but these are standard for its domain and clearly stated as prerequisites.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 1 issue was opened and 23 were closed, indicating active maintenance and issue resolution.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill declares a semver version (1.1.0) in its frontmatter, indicating clear versioning.",{"category":104,"check":105,"severity":42,"summary":106},"Execution","Pinned dependencies","The skill does not appear to use third-party dependencies that require pinning or lockfiles, beyond the Salesforce CLI itself.",{"category":33,"check":108,"severity":42,"summary":109},"Dry-run preview","This skill's primary function is analysis and execution of tests, which are not state-changing operations in a way that requires a dry-run preview.",{"category":111,"check":112,"severity":42,"summary":113},"Protocol","Idempotent retry & timeouts","The skill orchestrates Salesforce CLI commands and does not expose handlers with remote calls that would require explicit idempotency or timeouts.",{"category":66,"check":115,"severity":24,"summary":116},"Unguarded Destructive Operations","The skill primarily performs test execution and analysis. While it interacts with a Salesforce org, it does not perform destructive operations without clear user intent.",{"category":118,"check":119,"severity":24,"summary":120},"Errors","Error Handling","The skill's documentation outlines expected outputs and failure modes, and the Salesforce CLI itself provides structured error reporting.",{"category":122,"check":123,"severity":42,"summary":124},"Code Execution","Logging","The skill relies on the Salesforce CLI for logging and output, and does not implement its own separate audit log.",{"category":126,"check":127,"severity":42,"summary":128},"Compliance","GDPR","The skill operates on code and test results, not personal data, making GDPR compliance not applicable.",{"category":126,"check":130,"severity":24,"summary":131},"Target market","The skill is designed for Salesforce development globally and does not contain regional or jurisdiction-specific logic, setting targetMarket to 'global'.",{"category":92,"check":133,"severity":24,"summary":134},"Runtime stability","The skill requires the Salesforce CLI and Apex, which are standard development tools and environments, with no specific OS or shell assumptions beyond typical POSIX compatibility.",{"category":45,"check":136,"severity":24,"summary":137},"README","The README file is comprehensive, clearly states the extension's purpose, features, installation, and usage.",{"category":33,"check":139,"severity":42,"summary":140},"Tool surface size","As this is a single skill and not a collection of distinct tools, the tool surface size check is not applicable.",{"category":40,"check":142,"severity":42,"summary":143},"Overlapping near-synonym tools","This skill functions as a single unit and does not expose multiple tools with overlapping synonyms.",{"category":45,"check":145,"severity":24,"summary":146},"Phantom features","All advertised features in the README and SKILL.md have corresponding implementations or are clearly linked to external CLI commands.",{"category":148,"check":149,"severity":24,"summary":150},"Install","Installation instruction","The README provides clear installation instructions using npx and includes copy-pasteable examples for invocation.",{"category":118,"check":152,"severity":24,"summary":153},"Actionable error messages","The skill relies on Salesforce CLI error messages, which are generally actionable and provide context for failure.",{"category":104,"check":105,"severity":42,"summary":155},"No third-party dependencies are used by the skill itself, beyond the Salesforce CLI, making this check not applicable.",{"category":33,"check":108,"severity":42,"summary":157},"The skill does not perform destructive operations and therefore does not require a dry-run preview.",{"category":111,"check":112,"severity":42,"summary":159},"The skill orchestrates CLI commands and does not have custom handlers with network calls or state-changing operations requiring specific protocol handling.",{"category":66,"check":115,"severity":24,"summary":161},"The skill's operations are focused on testing and analysis and do not involve destructive commands that would require guarding.",{"category":163,"check":164,"severity":24,"summary":165},"Safety","Halt on unexpected state","The skill's instructions and workflow emphasize running tests in isolation and provide clear delegation paths, implying a halt on unexpected states.",{"category":92,"check":167,"severity":24,"summary":168},"Cross-skill coupling","The skill clearly defines its scope and delegates to other skills (`sf-apex`, `sf-data`, etc.) explicitly via cross-links, rather than implicitly relying on them.",{"category":40,"check":170,"severity":24,"summary":171},"Precise Purpose","The purpose is precisely defined with clear triggers and non-goals, operating on Apex tests and coverage analysis.",{"category":40,"check":173,"severity":24,"summary":174},"Concise Frontmatter","The frontmatter is concise and self-contained, summarizing the core capability and triggers effectively within the character limit.",{"category":45,"check":176,"severity":24,"summary":177},"Concise Body","The SKILL.md body is well-structured, concise, and delegates deeper material to reference files, adhering to progressive disclosure.",{"category":179,"check":180,"severity":24,"summary":181},"Context","Progressive Disclosure","The SKILL.md effectively uses relative paths to link to detailed information in `references/` files, such as CLI commands and best practices.",{"category":179,"check":183,"severity":42,"summary":184},"Forked exploration","This skill is not primarily an exploration or deep audit skill, so the `context: fork` setting is not applicable.",{"category":22,"check":186,"severity":24,"summary":187},"Usage examples","The README and SKILL.md provide sufficient end-to-end examples for key operations like running tests, coverage analysis, and the test-fix loop.",{"category":22,"check":189,"severity":24,"summary":190},"Edge cases","The documentation mentions failure modes and recovery steps, such as handling Apex exceptions and governor limits, with clear instructions for the test-fix loop.",{"category":122,"check":192,"severity":42,"summary":193},"Tool Fallback","The skill relies on the Salesforce CLI, which is a fundamental tool, and does not appear to have optional tool dependencies with fallback paths.",1778692082047,"This skill provides advanced capabilities for running Apex tests, analyzing code coverage, identifying and fixing test failures, and improving overall test quality within a Salesforce development environment.",[197,198,199,200,201],"Execute Apex tests with detailed reporting","Analyze code coverage and identify gaps","Automate test-fix loops for failing tests","Provide guidance on Apex testing best practices","Score tests against production-grade criteria",[203,204,205],"Writing or refactoring Apex production code (use sf-apex)","Testing Agentforce agents (use sf-ai-agentforce-testing)","Testing LWC with Jest (use sf-lwc)",[207,208,209,210],"Test execution","Coverage analysis","Test-fix loop","Testing best practices",[212,213,214],"sf CLI v2","Target Salesforce org","Test classes in org or local project","3.0.0","4.4.0","To enable developers to efficiently execute Apex tests, analyze coverage, and automate the process of fixing failing tests and improving code quality.","The skill is highly polished with excellent documentation, clear scope, and robust implementation for its specific domain of Apex testing. No critical or warning findings were observed.",98,"A comprehensive and expert-level skill for Salesforce Apex test execution, coverage analysis, and automated test-fix loops.",[222,223,224,225,226],"salesforce","apex","testing","ci","developer-tool","global","verified",[230,231,232,233],"When running Apex unit tests and encountering failures","When needing to check code coverage for Apex classes","When improving the quality and reliability of Apex test suites","When aiming for higher Apex test coverage thresholds before deployment",[235,236,237,238,239],"Discover test scope","Run the smallest useful test set","Analyze results","Run a disciplined fix loop","Improve coverage intentionally",{"codeQuality":241,"collectedAt":243,"documentation":244,"maintenance":247,"security":255,"testCoverage":257},{"hasLockfile":242},true,1778692036391,{"descriptionLength":245,"readmeSize":246},357,39365,{"closedIssues90d":248,"forks":249,"hasChangelog":250,"manifestVersion":251,"openIssues90d":252,"pushedAt":253,"stars":254},23,93,false,"1.1.0",1,1777303894000,409,{"hasNpmPackage":250,"license":256,"smitheryVerified":250},"MIT",{"hasCi":242,"hasTests":242},{"updatedAt":259},1778692082852,{"basePath":261,"githubOwner":262,"githubRepo":263,"locale":18,"slug":13,"type":264},"skills/sf-testing","jaganpro","sf-skills","skill",null,{"evaluate":267,"extract":269},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":268,"targetMarket":227,"tier":228},[222,223,224,225,226],{"commitSha":270,"license":256},"HEAD",{"repoId":272},"kd782v4gw3ygzhx6crkvary1xx86nkgy",{"_creationTime":274,"_id":272,"identity":275,"providers":276,"workflow":2016},1778690017215.3635,{"githubOwner":262,"githubRepo":263,"sourceUrl":14},{"classify":277,"discover":2010,"github":2013},{"commitSha":270,"extensions":278},[279,314,344,413,436,529,690,756,792,890,941,952,975,986,1003,1018,1029,1061,1087,1167,1207,1222,1254,1360,1498,1536,1556,1571,1590,1608,1622,1707,1809,1885,1926,1959,1988],{"basePath":280,"description":281,"displayName":282,"installMethods":283,"rationale":284,"selectedPaths":285,"source":313,"sourceLanguage":18,"type":264},"skills/sf-ai-agentforce","Agentforce Builder metadata path for Builder-managed topics/actions, Prompt Builder templates, GenAiFunction/GenAiPlugin, Models API, and custom Lightning types. TRIGGER when: user maintains or configures Builder metadata agents, creates topics/actions, works with Prompt Builder templates, or touches .genAiFunction, .genAiPlugin, or .genAiPromptTemplate metadata XML files. DO NOT TRIGGER when: Agent Script DSL .agent files (use sf-ai-agentscript), agent testing (use sf-ai-agentforce-testing), or persona design (use sf-ai-agentforce-persona).\n","sf-ai-agentforce",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-ai-agentforce/SKILL.md",[286,289,292,294,297,299,301,303,305,307,309,311],{"path":287,"priority":288},"SKILL.md","mandatory",{"path":290,"priority":291},"README.md","high",{"path":293,"priority":291},"LICENSE",{"path":295,"priority":296},"CREDITS.md","medium",{"path":298,"priority":296},"references/builder-workflow.md",{"path":300,"priority":296},"references/cli-commands.md",{"path":302,"priority":296},"references/custom-lightning-types.md",{"path":304,"priority":296},"references/genaiprompttemplate.md",{"path":306,"priority":296},"references/metadata-reference.md",{"path":308,"priority":296},"references/models-api.md",{"path":310,"priority":296},"references/prompt-templates.md",{"path":312,"priority":296},"references/scoring-rubric.md","rule",{"basePath":315,"description":316,"displayName":317,"installMethods":318,"rationale":319,"selectedPaths":320,"source":313,"sourceLanguage":18,"type":264},"skills/sf-ai-agentforce-grid","Use this skill whenever users want to build, inspect, debug, automate, or publish workflows in Agentforce Grid (AI Workbench) using Salesforce plus the Grid MCP or direct Grid REST calls. Trigger it for Grid workbook creation, worksheet setup, Object/Reference/AI/Agent/AgentTest/Evaluation/PromptTemplate/InvocableAction column design, prompt drafting inside Grid, worksheet execution troubleshooting, Grid YAML `apply_grid` specs, and Windows-specific Grid setup issues. Also use it when users mention AI Workbench, Grid Studio, workbook IDs, worksheet IDs, Grid Connect, or ask for recipes like \"top opportunities with AI email drafts\", \"agent test suite in Grid\", or \"build this worksheet from YAML\". Do not use it for generic Salesforce work unrelated to Agentforce Grid.","sf-ai-agentforce-grid",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-ai-agentforce-grid/SKILL.md",[321,322,323,324,325,327,329,331,333,335,338,340,342],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":326,"priority":296},"references/apply-grid-examples.md",{"path":328,"priority":296},"references/grid-recipes.md",{"path":330,"priority":296},"references/limitations-and-findings.md",{"path":332,"priority":296},"references/mcp-tool-map.md",{"path":334,"priority":296},"references/windows-and-auth.md",{"path":336,"priority":337},"scripts/grid_api_request.mjs","low",{"path":339,"priority":337},"scripts/grid_rest_utils.mjs",{"path":341,"priority":337},"scripts/grid_smoke_test.mjs",{"path":343,"priority":337},"scripts/worksheet_to_rows.mjs",{"basePath":345,"description":346,"displayName":347,"installMethods":348,"rationale":349,"selectedPaths":350,"source":313,"sourceLanguage":18,"type":264},"skills/sf-ai-agentforce-observability","Agentforce session tracing extraction and analysis. TRIGGER when: user extracts STDM data from Data Cloud, analyzes agent session traces, debugs agent conversations via telemetry, or works with .parquet files from Agentforce. DO NOT TRIGGER when: testing agents (use sf-ai-agentforce-testing), Apex debug logs (use sf-debug), or building agents (use sf-ai-agentforce).\n","sf-ai-agentforce-observability",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-ai-agentforce-observability/SKILL.md",[351,352,353,354,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":356,"priority":337},"assets/analysis/message-timeline.py",{"path":358,"priority":337},"assets/analysis/session-summary.py",{"path":360,"priority":337},"assets/analysis/step-distribution.py",{"path":362,"priority":337},"assets/queries/interactions.sql",{"path":364,"priority":337},"assets/queries/messages.sql",{"path":366,"priority":337},"assets/queries/sessions.sql",{"path":368,"priority":337},"assets/queries/steps.sql",{"path":370,"priority":296},"references/agent-execution-lifecycle.md",{"path":372,"priority":296},"references/analysis-cookbook.md",{"path":374,"priority":296},"references/analysis-examples.md",{"path":376,"priority":296},"references/auth-setup.md",{"path":378,"priority":296},"references/basic-extraction.md",{"path":380,"priority":296},"references/billing-and-troubleshooting.md",{"path":382,"priority":296},"references/builder-trace-api.md",{"path":384,"priority":296},"references/cli-reference.md",{"path":386,"priority":296},"references/client-demo-queries.md",{"path":388,"priority":296},"references/data-model-reference.md",{"path":390,"priority":296},"references/debugging-sessions.md",{"path":392,"priority":296},"references/filtered-extraction.md",{"path":394,"priority":296},"references/polars-cheatsheet.md",{"path":396,"priority":296},"references/query-patterns.md",{"path":398,"priority":296},"references/troubleshooting.md",{"path":400,"priority":337},"scripts/__init__.py",{"path":402,"priority":337},"scripts/analyzer.py",{"path":404,"priority":337},"scripts/auth.py",{"path":406,"priority":337},"scripts/cli.py",{"path":408,"priority":337},"scripts/datacloud_client.py",{"path":410,"priority":337},"scripts/extractor.py",{"path":412,"priority":337},"scripts/models.py",{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":313,"sourceLanguage":18,"type":264},"skills/sf-ai-agentforce-persona","Deep persona design for Agentforce agents with 50-point scoring. TRIGGER when: user designs agent personas, defines agent personality/identity, creates persona documents, encodes persona into Agentforce Builder fields or Agent Script, translates brand guidelines to agent voice, or asks about agent tone/voice/register. DO NOT TRIGGER when: building agent metadata (use sf-ai-agentforce), testing agents (use sf-ai-agentforce-testing), or Agent Script DSL (use sf-ai-agentscript).\n","sf-ai-agentforce-persona",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-ai-agentforce-persona/SKILL.md",[420,421,422,423,424,426,428,430,432,434],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":425,"priority":337},"assets/persona-encoding-template.md",{"path":427,"priority":337},"assets/persona-template.md",{"path":429,"priority":337},"assets/sample-dialog-template.md",{"path":431,"priority":296},"references/persona-encoding-guide-voice.md",{"path":433,"priority":296},"references/persona-encoding-guide.md",{"path":435,"priority":296},"references/persona-framework.md",{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":313,"sourceLanguage":18,"type":264},"skills/sf-ai-agentforce-testing","Agentforce agent testing with dual-track workflow and 100-point scoring. TRIGGER when: user tests Agentforce agents, runs sf agent test commands, creates test specs, validates topic routing, or analyzes agent test coverage. DO NOT TRIGGER when: Apex unit tests (use sf-testing), building agents (use sf-ai-agentforce), or Agent Script DSL (use sf-ai-agentscript).\n","sf-ai-agentforce-testing",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-ai-agentforce-testing/SKILL.md",[443,444,445,446,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,490,492,494,496,498,500,502,504,506,508,510,512,514,516,517,519,521,523,525,527],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":448,"priority":337},"assets/agentscript-test-spec.yaml",{"path":450,"priority":337},"assets/basic-test-spec.yaml",{"path":452,"priority":337},"assets/cli-auth-guardrail-tests.yaml",{"path":454,"priority":337},"assets/cli-deep-history-tests.yaml",{"path":456,"priority":337},"assets/comprehensive-test-spec.yaml",{"path":458,"priority":337},"assets/context-vars-test-spec.yaml",{"path":460,"priority":337},"assets/custom-eval-test-spec.yaml",{"path":462,"priority":337},"assets/escalation-tests.yaml",{"path":464,"priority":337},"assets/guardrail-tests.yaml",{"path":466,"priority":337},"assets/multi-turn-agentscript-comprehensive.yaml",{"path":468,"priority":337},"assets/multi-turn-comprehensive.yaml",{"path":470,"priority":337},"assets/multi-turn-context-preservation.yaml",{"path":472,"priority":337},"assets/multi-turn-escalation-flows.yaml",{"path":474,"priority":337},"assets/multi-turn-topic-routing.yaml",{"path":476,"priority":337},"assets/standard-test-spec.yaml",{"path":478,"priority":337},"assets/test-plan-template.yaml",{"path":480,"priority":296},"references/agent-api-reference.md",{"path":482,"priority":296},"references/agentic-fix-loops.md",{"path":484,"priority":296},"references/agentscript-agents.md",{"path":486,"priority":296},"references/agentscript-testing-patterns.md",{"path":488,"priority":296},"references/automated-testing.md",{"path":300,"priority":296},{"path":491,"priority":296},"references/cli-testing-details.md",{"path":493,"priority":296},"references/connected-app-setup.md",{"path":495,"priority":296},"references/coverage-analysis.md",{"path":497,"priority":296},"references/credential-convention.md",{"path":499,"priority":296},"references/deep-conversation-history-patterns.md",{"path":501,"priority":296},"references/eca-setup-guide.md",{"path":503,"priority":296},"references/execution-protocol.md",{"path":505,"priority":296},"references/interview-wizard.md",{"path":507,"priority":296},"references/key-insights.md",{"path":509,"priority":296},"references/known-issues.md",{"path":511,"priority":296},"references/multi-turn-execution.md",{"path":513,"priority":296},"references/multi-turn-testing.md",{"path":515,"priority":296},"references/results-scoring.md",{"path":312,"priority":296},{"path":518,"priority":296},"references/swarm-execution.md",{"path":520,"priority":296},"references/test-plan-format.md",{"path":522,"priority":296},"references/test-spec-reference.md",{"path":524,"priority":296},"references/test-templates.md",{"path":526,"priority":296},"references/topic-name-resolution.md",{"path":528,"priority":296},"references/trace-analysis.md",{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":313,"sourceLanguage":18,"type":264},"skills/sf-ai-agentscript","Agent Script DSL for deterministic Agentforce agents. TRIGGER when: user writes or edits .agent files, builds FSM-based agents, uses Agent Script CLI (sf agent generate authoring-bundle, sf agent validate authoring-bundle, sf agent preview, sf agent publish authoring-bundle, sf agent activate), or asks about deterministic agent patterns, slot filling, or instruction resolution. DO NOT TRIGGER when: Builder metadata work (use sf-ai-agentforce), agent testing (use sf-ai-agentforce-testing), or persona design (use sf-ai-agentforce-persona).\n","sf-ai-agentscript",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-ai-agentscript/SKILL.md",[536,537,538,539,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,659,661,663,665,667,669,671,673,674,676,678,680,682,684,686,688],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":541,"priority":296},"VALIDATION.md",{"path":543,"priority":337},"assets/README.md",{"path":545,"priority":337},"assets/agents/README.md",{"path":547,"priority":337},"assets/agents/hello-world-employee.agent",{"path":549,"priority":337},"assets/agents/hello-world.agent",{"path":551,"priority":337},"assets/agents/multi-topic.agent",{"path":553,"priority":337},"assets/agents/production-faq.agent",{"path":555,"priority":337},"assets/agents/production-faq.bundle-meta.xml",{"path":557,"priority":337},"assets/agents/simple-qa.agent",{"path":559,"priority":337},"assets/apex/models-api-queueable.cls",{"path":561,"priority":337},"assets/bundle-meta.xml",{"path":563,"priority":337},"assets/components/apex-action.agent",{"path":565,"priority":337},"assets/components/error-handling.agent",{"path":567,"priority":337},"assets/components/escalation-setup.agent",{"path":569,"priority":337},"assets/components/flow-action.agent",{"path":571,"priority":337},"assets/components/n-ary-conditions.agent",{"path":573,"priority":337},"assets/components/topic-with-actions.agent",{"path":575,"priority":337},"assets/deterministic-routing.agent",{"path":577,"priority":337},"assets/escalation-pattern.agent",{"path":579,"priority":337},"assets/flow-action-lookup.agent",{"path":581,"priority":337},"assets/hub-and-spoke.agent",{"path":583,"priority":337},"assets/metadata/basic-genai-prompt-template.genAiPromptTemplate-meta.xml",{"path":585,"priority":337},"assets/metadata/genai-function-apex.xml",{"path":587,"priority":337},"assets/metadata/genai-function-flow.xml",{"path":589,"priority":337},"assets/metadata/genai-plugin.xml",{"path":591,"priority":337},"assets/metadata/http-callout-flow.flow-meta.xml",{"path":593,"priority":337},"assets/metadata/record-grounded-genai-prompt-template.genAiPromptTemplate-meta.xml",{"path":595,"priority":337},"assets/minimal-starter.agent",{"path":597,"priority":337},"assets/patterns/README.md",{"path":599,"priority":337},"assets/patterns/action-callbacks.agent",{"path":601,"priority":337},"assets/patterns/advanced-input-bindings.agent",{"path":603,"priority":337},"assets/patterns/bidirectional-routing.agent",{"path":605,"priority":337},"assets/patterns/critical-input-collection.agent",{"path":607,"priority":337},"assets/patterns/delegation-routing.agent",{"path":609,"priority":337},"assets/patterns/lifecycle-events.agent",{"path":611,"priority":337},"assets/patterns/llm-controlled-actions.agent",{"path":613,"priority":337},"assets/patterns/multi-step-workflow.agent",{"path":615,"priority":337},"assets/patterns/open-gate-routing.agent",{"path":617,"priority":337},"assets/patterns/procedural-instructions.agent",{"path":619,"priority":337},"assets/patterns/prompt-template-action.agent",{"path":621,"priority":337},"assets/patterns/system-instruction-overrides.agent",{"path":623,"priority":337},"assets/prompt-rag-search.agent",{"path":625,"priority":337},"assets/validation-profiles.json",{"path":627,"priority":337},"assets/verification-gate.agent",{"path":629,"priority":296},"references/action-patterns.md",{"path":631,"priority":296},"references/action-prompt-templates.md",{"path":633,"priority":296},"references/actions-reference.md",{"path":635,"priority":296},"references/activation-checklist.md",{"path":637,"priority":296},"references/agent-user-setup.md",{"path":639,"priority":296},"references/architecture-patterns.md",{"path":641,"priority":296},"references/asset-validation-profiles.md",{"path":643,"priority":296},"references/cli-guide.md",{"path":645,"priority":296},"references/complex-data-types.md",{"path":647,"priority":296},"references/customer-web-client.md",{"path":649,"priority":296},"references/debugging-guide.md",{"path":651,"priority":296},"references/feature-validity.md",{"path":653,"priority":296},"references/fsm-architecture.md",{"path":655,"priority":296},"references/grounding-multiagent.md",{"path":657,"priority":296},"references/instruction-resolution.md",{"path":509,"priority":296},{"path":660,"priority":296},"references/metadata-lifecycle.md",{"path":662,"priority":296},"references/migration-guide.md",{"path":664,"priority":296},"references/minimal-examples.md",{"path":666,"priority":296},"references/official-sources.md",{"path":668,"priority":296},"references/patterns-quick-ref.md",{"path":670,"priority":296},"references/preview-test-loop.md",{"path":672,"priority":296},"references/production-gotchas.md",{"path":312,"priority":296},{"path":675,"priority":296},"references/sources.md",{"path":677,"priority":296},"references/syntax-reference.md",{"path":679,"priority":296},"references/testing-guide.md",{"path":681,"priority":296},"references/upstream-recipes-audit.md",{"path":683,"priority":296},"references/validator-rule-catalog.md",{"path":685,"priority":296},"references/validator-test-matrix.md",{"path":687,"priority":296},"references/version-history.md",{"path":689,"priority":337},"scripts/validate-asset-profiles.py",{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":313,"sourceLanguage":18,"type":264},"skills/sf-apex","Generates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.\n","sf-apex",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-apex/SKILL.md",[697,698,699,700,702,704,706,708,710,712,714,716,718,720,722,724,726,728,730,732,734,736,738,740,742,744,746,748,749,751,753,755],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":701,"priority":337},"assets/apex-class.cls",{"path":703,"priority":337},"assets/batch.cls",{"path":705,"priority":337},"assets/invocable-method.cls",{"path":707,"priority":337},"assets/queueable.cls",{"path":709,"priority":337},"assets/selector.cls",{"path":711,"priority":337},"assets/service.cls",{"path":713,"priority":337},"assets/test-class.cls",{"path":715,"priority":337},"assets/test-data-factory.cls",{"path":717,"priority":337},"assets/trigger-action.cls",{"path":719,"priority":337},"assets/trigger.trigger",{"path":721,"priority":296},"references/anti-patterns.md",{"path":723,"priority":296},"references/automation-density-guide.md",{"path":725,"priority":296},"references/best-practices.md",{"path":727,"priority":296},"references/bulkification-guide.md",{"path":729,"priority":296},"references/code-review-checklist.md",{"path":731,"priority":296},"references/code-smells-guide.md",{"path":733,"priority":296},"references/design-patterns.md",{"path":735,"priority":296},"references/flow-integration.md",{"path":737,"priority":296},"references/llm-anti-patterns.md",{"path":739,"priority":296},"references/naming-conventions.md",{"path":741,"priority":296},"references/patterns-deep-dive.md",{"path":743,"priority":296},"references/security-guide.md",{"path":745,"priority":296},"references/security-quick-reference.md",{"path":747,"priority":296},"references/solid-principles.md",{"path":679,"priority":296},{"path":750,"priority":296},"references/testing-patterns.md",{"path":752,"priority":296},"references/triangle-pattern.md",{"path":754,"priority":296},"references/trigger-actions-framework.md",{"path":398,"priority":296},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":313,"sourceLanguage":18,"type":264},"skills/sf-connected-apps","Salesforce Connected Apps and OAuth configuration with 120-point scoring. TRIGGER when: user configures OAuth flows, JWT bearer auth, Connected Apps, or touches .connectedApp-meta.xml / .eca-meta.xml files. DO NOT TRIGGER when: Named Credentials for callouts (use sf-integration), permission policies (use sf-permissions), or API endpoint code (use sf-apex).\n","sf-connected-apps",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-connected-apps/SKILL.md",[763,764,765,766,767,769,771,773,775,777,779,781,783,785,786,788,790],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":768,"priority":337},"assets/connected-app-basic.xml",{"path":770,"priority":337},"assets/connected-app-canvas.xml",{"path":772,"priority":337},"assets/connected-app-jwt.xml",{"path":774,"priority":337},"assets/connected-app-oauth.xml",{"path":776,"priority":337},"assets/eca-global-oauth.xml",{"path":778,"priority":337},"assets/eca-oauth-settings.xml",{"path":780,"priority":337},"assets/eca-policies.xml",{"path":782,"priority":337},"assets/external-client-app.xml",{"path":784,"priority":296},"references/example-usage.md",{"path":662,"priority":296},{"path":787,"priority":296},"references/oauth-flows-reference.md",{"path":789,"priority":296},"references/security-checklist.md",{"path":791,"priority":296},"references/testing-validation-guide.md",{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":313,"sourceLanguage":18,"type":264},"skills/sf-data","Salesforce data operations with 130-point scoring. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, or needs data factory patterns for Apex tests. DO NOT TRIGGER when: SOQL query writing only (use sf-soql), Apex test execution (use sf-testing), or metadata deployment (use sf-deploy).\n","sf-data",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-data/SKILL.md",[799,800,801,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880,882,884,886,888],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":803,"priority":337},"assets/bulk/bulk-insert-10000.apex",{"path":805,"priority":337},"assets/bulk/bulk-insert-200.apex",{"path":807,"priority":337},"assets/bulk/bulk-insert-500.apex",{"path":809,"priority":337},"assets/bulk/bulk-upsert-external-id.apex",{"path":811,"priority":337},"assets/cleanup/delete-by-created-date.apex",{"path":813,"priority":337},"assets/cleanup/delete-by-name.apex",{"path":815,"priority":337},"assets/cleanup/delete-test-data.apex",{"path":817,"priority":337},"assets/cleanup/rollback-transaction.apex",{"path":819,"priority":337},"assets/csv/account-import.csv",{"path":821,"priority":337},"assets/csv/contact-import.csv",{"path":823,"priority":337},"assets/csv/custom-object-import.csv",{"path":825,"priority":337},"assets/csv/opportunity-import.csv",{"path":827,"priority":337},"assets/factories/account-factory.apex",{"path":829,"priority":337},"assets/factories/case-factory.apex",{"path":831,"priority":337},"assets/factories/contact-factory.apex",{"path":833,"priority":337},"assets/factories/custom-object-factory.apex",{"path":835,"priority":337},"assets/factories/event-factory.apex",{"path":837,"priority":337},"assets/factories/hierarchy-factory.apex",{"path":839,"priority":337},"assets/factories/lead-factory.apex",{"path":841,"priority":337},"assets/factories/opportunity-factory.apex",{"path":843,"priority":337},"assets/factories/task-factory.apex",{"path":845,"priority":337},"assets/factories/user-factory.apex",{"path":847,"priority":337},"assets/json/account-contact-tree.json",{"path":849,"priority":337},"assets/json/account-opportunity-tree.json",{"path":851,"priority":337},"assets/json/full-hierarchy-tree.json",{"path":853,"priority":337},"assets/soql/aggregate.soql",{"path":855,"priority":337},"assets/soql/child-to-parent.soql",{"path":857,"priority":337},"assets/soql/parent-to-child.soql",{"path":859,"priority":337},"assets/soql/polymorphic.soql",{"path":861,"priority":337},"assets/soql/subquery.soql",{"path":863,"priority":296},"references/anonymous-apex-guide.md",{"path":865,"priority":296},"references/bulk-operations-guide.md",{"path":867,"priority":296},"references/bulk-testing-example.md",{"path":869,"priority":296},"references/cleanup-rollback-example.md",{"path":871,"priority":296},"references/cleanup-rollback-guide.md",{"path":873,"priority":296},"references/crud-workflow-example.md",{"path":875,"priority":296},"references/governor-limits-reference.md",{"path":877,"priority":296},"references/orchestration.md",{"path":879,"priority":296},"references/relationship-query-examples.md",{"path":881,"priority":296},"references/sf-cli-data-commands.md",{"path":883,"priority":296},"references/soql-relationship-guide.md",{"path":885,"priority":296},"references/test-data-best-practices.md",{"path":887,"priority":296},"references/test-data-factory-usage.md",{"path":889,"priority":296},"references/test-data-patterns.md",{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":313,"sourceLanguage":18,"type":264},"skills/sf-datacloud","Salesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).\n","sf-datacloud",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-datacloud/SKILL.md",[897,898,899,900,901,903,905,907,909,911,913,915,917,919,921,923,925,927,929,931,933,935,937,939],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":902,"priority":296},"UPSTREAM.md",{"path":904,"priority":337},"assets/definitions/activation-target.template.json",{"path":906,"priority":337},"assets/definitions/activation.template.json",{"path":908,"priority":337},"assets/definitions/calculated-insight.template.json",{"path":910,"priority":337},"assets/definitions/data-action-target.template.json",{"path":912,"priority":337},"assets/definitions/data-action.template.json",{"path":914,"priority":337},"assets/definitions/data-graph.template.json",{"path":916,"priority":337},"assets/definitions/data-stream.template.json",{"path":918,"priority":337},"assets/definitions/dmo.template.json",{"path":920,"priority":337},"assets/definitions/identity-resolution.template.json",{"path":922,"priority":337},"assets/definitions/mapping.template.json",{"path":924,"priority":337},"assets/definitions/relationship.template.json",{"path":926,"priority":337},"assets/definitions/search-index.template.json",{"path":928,"priority":337},"assets/definitions/segment.template.json",{"path":930,"priority":296},"references/feature-readiness.md",{"path":932,"priority":296},"references/plugin-setup.md",{"path":934,"priority":337},"scripts/bootstrap-plugin.sh",{"path":936,"priority":337},"scripts/diagnose-org.mjs",{"path":938,"priority":337},"scripts/generate-manifest.mjs",{"path":940,"priority":337},"scripts/verify-plugin.sh",{"basePath":942,"description":943,"displayName":944,"installMethods":945,"rationale":946,"selectedPaths":947,"source":313,"sourceLanguage":18,"type":264},"skills/sf-datacloud-act","Salesforce Data Cloud Act phase. TRIGGER when: user manages activations, activation targets, data actions, or downstream delivery of Data Cloud audiences and data. DO NOT TRIGGER when: the task is segment creation (use sf-datacloud-segment), data retrieval/search work (use sf-datacloud-retrieve), or STDM/session tracing (use sf-ai-agentforce-observability).\n","sf-datacloud-act",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-datacloud-act/SKILL.md",[948,949,950,951],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":313,"sourceLanguage":18,"type":264},"skills/sf-datacloud-connect","Salesforce Data Cloud Connect phase. TRIGGER when: user manages Data Cloud connections, connectors, connector metadata, tests a connection, browses source objects or databases, or sets up a new source system. DO NOT TRIGGER when: the task is about data streams or DLOs (use sf-datacloud-prepare), DMOs or identity resolution (use sf-datacloud-harmonize), retrieval/search (use sf-datacloud-retrieve), or STDM telemetry (use sf-ai-agentforce-observability).\n","sf-datacloud-connect",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-datacloud-connect/SKILL.md",[959,960,961,962,963,965,967,969,971,973],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":964,"priority":337},"examples/connections/heroku-postgres.json",{"path":966,"priority":337},"examples/connections/ingest-api-connection.json",{"path":968,"priority":337},"examples/connections/ingest-api-schema.json",{"path":970,"priority":337},"examples/connections/redshift.json",{"path":972,"priority":337},"examples/connections/sharepoint-unstructured.json",{"path":974,"priority":337},"examples/connections/snowflake-connection.json",{"basePath":976,"description":977,"displayName":978,"installMethods":979,"rationale":980,"selectedPaths":981,"source":313,"sourceLanguage":18,"type":264},"skills/sf-datacloud-harmonize","Salesforce Data Cloud Harmonize phase. TRIGGER when: user works with DMOs, mappings, relationships, identity resolution, unified profiles, data graphs, or universal IDs. DO NOT TRIGGER when: the task is only about streams/DLOs (use sf-datacloud-prepare), segments/insights (use sf-datacloud-segment), retrieval/search (use sf-datacloud-retrieve), or STDM/session tracing (use sf-ai-agentforce-observability).\n","sf-datacloud-harmonize",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-datacloud-harmonize/SKILL.md",[982,983,984,985],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":313,"sourceLanguage":18,"type":264},"skills/sf-datacloud-prepare","Salesforce Data Cloud Prepare phase. TRIGGER when: user creates or manages Data Cloud data streams, DLOs, transforms, or Document AI configurations, or asks about ingestion into Data Cloud. DO NOT TRIGGER when: the task is connection setup only (use sf-datacloud-connect), DMOs and identity resolution (use sf-datacloud-harmonize), or query/search work (use sf-datacloud-retrieve).\n","sf-datacloud-prepare",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-datacloud-prepare/SKILL.md",[993,994,995,996,997,999,1001],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":998,"priority":337},"examples/ingestion-api/.env.example",{"path":1000,"priority":337},"examples/ingestion-api/README.md",{"path":1002,"priority":337},"examples/ingestion-api/send-data.py",{"basePath":1004,"description":1005,"displayName":1006,"installMethods":1007,"rationale":1008,"selectedPaths":1009,"source":313,"sourceLanguage":18,"type":264},"skills/sf-datacloud-retrieve","Salesforce Data Cloud Retrieve phase. TRIGGER when: user runs Data Cloud SQL, describe, async queries, vector search, search-index workflows, or metadata introspection for Data Cloud objects. DO NOT TRIGGER when: the task is standard CRM SOQL (use sf-soql), segment creation or calculated insight design (use sf-datacloud-segment), or STDM/session tracing/parquet analysis (use sf-ai-agentforce-observability).\n","sf-datacloud-retrieve",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-datacloud-retrieve/SKILL.md",[1010,1011,1012,1013,1014,1016],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1015,"priority":337},"examples/search-indexes/hybrid-structured.json",{"path":1017,"priority":337},"examples/search-indexes/vector-knowledge.json",{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":313,"sourceLanguage":18,"type":264},"skills/sf-datacloud-segment","Salesforce Data Cloud Segment phase. TRIGGER when: user creates or publishes segments, manages calculated insights, inspects segment counts or membership, or troubleshoots audience SQL in Data Cloud. DO NOT TRIGGER when: the task is DMO/mapping/identity-resolution work (use sf-datacloud-harmonize), activation work (use sf-datacloud-act), query/search-index work (use sf-datacloud-retrieve), or STDM/session tracing (use sf-ai-agentforce-observability).\n","sf-datacloud-segment",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-datacloud-segment/SKILL.md",[1025,1026,1027,1028],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"basePath":1030,"description":1031,"displayName":1032,"installMethods":1033,"rationale":1034,"selectedPaths":1035,"source":313,"sourceLanguage":18,"type":264},"skills/sf-debug","Salesforce debug log analysis and troubleshooting with 100-point scoring. TRIGGER when: user analyzes debug logs, hits governor limits, reads stack traces, or touches .log files from Salesforce orgs. DO NOT TRIGGER when: running Apex tests (use sf-testing), fixing Apex code (use sf-apex), or Agentforce session tracing (use sf-ai-agentforce-observability).\n","sf-debug",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-debug/SKILL.md",[1036,1037,1038,1039,1041,1043,1045,1047,1049,1051,1053,1054,1056,1058,1060],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1040,"priority":337},"assets/benchmarking-template.cls",{"path":1042,"priority":337},"assets/cpu-heap-optimization.cls",{"path":1044,"priority":337},"assets/dml-in-loop-fix.cls",{"path":1046,"priority":337},"assets/null-pointer-fix.cls",{"path":1048,"priority":337},"assets/soql-in-loop-fix.cls",{"path":1050,"priority":296},"references/analysis-playbook.md",{"path":1052,"priority":296},"references/benchmarking-guide.md",{"path":300,"priority":296},{"path":1055,"priority":296},"references/common-issues.md",{"path":1057,"priority":296},"references/debug-log-reference.md",{"path":1059,"priority":296},"references/log-analysis-tools.md",{"path":312,"priority":296},{"basePath":1062,"description":1063,"displayName":1064,"installMethods":1065,"rationale":1066,"selectedPaths":1067,"source":313,"sourceLanguage":18,"type":264},"skills/sf-deploy","Salesforce DevOps automation using sf CLI v2. TRIGGER when: user deploys metadata, creates/manages scratch orgs or sandboxes, sets up CI/CD pipelines, or troubleshoots deployment errors with sf project deploy. DO NOT TRIGGER when: writing Apex/LWC code (use sf-apex/sf-lwc), creating metadata XML (use sf-metadata), or querying org data (use sf-data).\n","sf-deploy",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-deploy/SKILL.md",[1068,1069,1070,1071,1072,1074,1076,1078,1080,1082,1084,1085],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1073,"priority":337},"assets/destructiveChanges.xml",{"path":1075,"priority":337},"assets/package.xml",{"path":1077,"priority":296},"references/agent-deployment-guide.md",{"path":1079,"priority":296},"references/deploy.sh",{"path":1081,"priority":296},"references/deployment-report-template.md",{"path":1083,"priority":296},"references/deployment-workflows.md",{"path":877,"priority":296},{"path":1086,"priority":296},"references/trigger-deployment-safety.md",{"basePath":1088,"description":1089,"displayName":1090,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":313,"sourceLanguage":18,"type":264},"skills/sf-diagram-mermaid","Salesforce architecture diagrams using Mermaid with ASCII fallback. TRIGGER when: user says \"diagram\", \"visualize\", \"ERD\", or asks for sequence diagrams, flowcharts, class diagrams, or architecture visualizations in Mermaid. DO NOT TRIGGER when: user wants PNG/SVG image output (use sf-diagram-nanobananapro), or asks about non-Salesforce systems.\n","sf-diagram-mermaid",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-diagram-mermaid/SKILL.md",[1094,1095,1096,1097,1099,1101,1103,1105,1107,1109,1111,1113,1115,1117,1119,1121,1123,1125,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151,1153,1155,1157,1159,1161,1163,1165],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1098,"priority":337},"assets/agentforce/agent-flow.md",{"path":1100,"priority":337},"assets/architecture/system-landscape.md",{"path":1102,"priority":337},"assets/datamodel/b2b-commerce-erd.md",{"path":1104,"priority":337},"assets/datamodel/campaigns-erd.md",{"path":1106,"priority":337},"assets/datamodel/consent-erd.md",{"path":1108,"priority":337},"assets/datamodel/files-erd.md",{"path":1110,"priority":337},"assets/datamodel/forecasting-erd.md",{"path":1112,"priority":337},"assets/datamodel/fsl-erd.md",{"path":1114,"priority":337},"assets/datamodel/party-model-erd.md",{"path":1116,"priority":337},"assets/datamodel/quote-order-erd.md",{"path":1118,"priority":337},"assets/datamodel/revenue-cloud-erd.md",{"path":1120,"priority":337},"assets/datamodel/sales-cloud-erd.md",{"path":1122,"priority":337},"assets/datamodel/salesforce-erd.md",{"path":1124,"priority":337},"assets/datamodel/scheduler-erd.md",{"path":1126,"priority":337},"assets/datamodel/service-cloud-erd.md",{"path":1128,"priority":337},"assets/datamodel/territory-management-erd.md",{"path":1130,"priority":337},"assets/integration/api-sequence.md",{"path":1132,"priority":337},"assets/oauth/authorization-code-pkce.md",{"path":1134,"priority":337},"assets/oauth/authorization-code.md",{"path":1136,"priority":337},"assets/oauth/client-credentials.md",{"path":1138,"priority":337},"assets/oauth/device-authorization.md",{"path":1140,"priority":337},"assets/oauth/jwt-bearer.md",{"path":1142,"priority":337},"assets/oauth/refresh-token.md",{"path":1144,"priority":337},"assets/oauth/user-agent-social-sign-on.md",{"path":1146,"priority":337},"assets/role-hierarchy/user-hierarchy.md",{"path":1148,"priority":296},"references/color-palette.md",{"path":1150,"priority":296},"references/diagram-conventions.md",{"path":1152,"priority":296},"references/erd-conventions.md",{"path":1154,"priority":296},"references/mermaid-reference.md",{"path":1156,"priority":296},"references/mermaid-styling.md",{"path":1158,"priority":296},"references/preview-guide.md",{"path":1160,"priority":296},"references/usage-examples.md",{"path":1162,"priority":337},"scripts/README.md",{"path":1164,"priority":337},"scripts/mermaid_preview.py",{"path":1166,"priority":337},"scripts/query-org-metadata.py",{"basePath":1168,"description":1169,"displayName":1170,"installMethods":1171,"rationale":1172,"selectedPaths":1173,"source":313,"sourceLanguage":18,"type":264},"skills/sf-diagram-nanobananapro","AI-powered image generation for Salesforce visuals via Nano Banana Pro. TRIGGER when: user asks for PNG/SVG output, UI mockups, wireframes, visual ERDs, or says \"generate image\" / \"create mockup\". DO NOT TRIGGER when: text-based Mermaid diagrams (use sf-diagram-mermaid), or non-visual documentation tasks.\n","sf-diagram-nanobananapro",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-diagram-nanobananapro/SKILL.md",[1174,1175,1176,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1178,"priority":337},"assets/architecture/integration-flow.md",{"path":1180,"priority":337},"assets/erd/core-objects.md",{"path":1182,"priority":337},"assets/erd/custom-objects.md",{"path":1184,"priority":337},"assets/lwc/dashboard-card.md",{"path":1186,"priority":337},"assets/lwc/data-table.md",{"path":1188,"priority":337},"assets/lwc/record-form.md",{"path":1190,"priority":337},"assets/review/apex-review.md",{"path":1192,"priority":337},"assets/review/lwc-review.md",{"path":1194,"priority":296},"references/architect-aesthetic-guide.md",{"path":1196,"priority":296},"references/examples-index.md",{"path":1198,"priority":296},"references/gemini-cli-setup.md",{"path":1200,"priority":296},"references/interview-questions.md",{"path":1202,"priority":296},"references/iteration-workflow.md",{"path":1204,"priority":337},"scripts/check-prerequisites.sh",{"path":1206,"priority":337},"scripts/generate_image.py",{"basePath":1208,"description":1209,"displayName":1210,"installMethods":1211,"rationale":1212,"selectedPaths":1213,"source":313,"sourceLanguage":18,"type":264},"skills/sf-docs","Official Salesforce documentation retrieval guidance. Use when you need authoritative Salesforce docs from developer.salesforce.com or help.salesforce.com, especially when pages are JS-heavy, shell-rendered, or hard to extract with naive fetching.\n","sf-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-docs/SKILL.md",[1214,1215,1216,1218,1220],{"path":287,"priority":288},{"path":290,"priority":291},{"path":1217,"priority":337},"scripts/extract_help_salesforce.py",{"path":1219,"priority":337},"scripts/extract_salesforce_doc.py",{"path":1221,"priority":337},"scripts/runtime_bootstrap.py",{"basePath":1223,"description":1224,"displayName":1225,"installMethods":1226,"rationale":1227,"selectedPaths":1228,"source":313,"sourceLanguage":18,"type":264},"skills/sf-flex-estimator","Salesforce Flex Credit estimation for Agentforce and Data Cloud workloads. TRIGGER when: user needs cost projections, scenario planning, budget sizing, or architecture tradeoff analysis for Agentforce prompts/actions, Data Cloud meters, or monthly Flex Credit usage. DO NOT TRIGGER when: user is building Agentforce metadata or .agent files themselves (use sf-ai-agentforce or sf-ai-agentscript), implementing Data Cloud assets (use sf-datacloud-*), or asking for contract-specific commercial approval that depends on non-public pricing terms.\n","sf-flex-estimator",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-flex-estimator/SKILL.md",[1229,1230,1231,1232,1233,1235,1237,1239,1241,1243,1245,1247,1249,1251,1253],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1234,"priority":337},"assets/calculators/flex_calculator.py",{"path":1236,"priority":337},"assets/calculators/tier_multiplier.py",{"path":1238,"priority":337},"assets/templates/basic-agent-template.json",{"path":1240,"priority":337},"assets/templates/data-cloud-template.json",{"path":1242,"priority":337},"assets/templates/hybrid-agent-template.json",{"path":1244,"priority":296},"references/agentforce-pricing.md",{"path":1246,"priority":296},"references/calculation-methodology.md",{"path":1248,"priority":296},"references/common-use-cases.md",{"path":1250,"priority":296},"references/data-cloud-pricing.md",{"path":1252,"priority":296},"references/edge-cases.md",{"path":312,"priority":296},{"basePath":1255,"description":1256,"displayName":1257,"installMethods":1258,"rationale":1259,"selectedPaths":1260,"source":313,"sourceLanguage":18,"type":264},"skills/sf-flow","Creates and validates Salesforce Flows with 110-point scoring. TRIGGER when: user builds or edits record-triggered, screen, autolaunched, or scheduled flows, or touches .flow-meta.xml files. DO NOT TRIGGER when: Apex automation (use sf-apex), process builder migration questions only, or non-Flow declarative config (use sf-metadata).\n","sf-flow",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-flow/SKILL.md",[1261,1262,1263,1264,1265,1267,1269,1271,1273,1275,1277,1279,1281,1283,1285,1287,1289,1291,1293,1295,1297,1299,1301,1303,1305,1307,1309,1311,1313,1315,1317,1319,1321,1323,1325,1327,1329,1331,1333,1335,1337,1339,1341,1342,1344,1346,1348,1350,1351,1353,1354,1356,1358],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1266,"priority":337},"assets/ai-decision-template.xml",{"path":1268,"priority":337},"assets/apex-action-template.xml",{"path":1270,"priority":337},"assets/architecture-review-template.md",{"path":1272,"priority":337},"assets/autolaunched-flow-template.xml",{"path":1274,"priority":337},"assets/bypass-check-decision.xml",{"path":1276,"priority":337},"assets/elements/get-records-pattern.xml",{"path":1278,"priority":337},"assets/elements/loop-pattern.xml",{"path":1280,"priority":337},"assets/elements/record-delete-pattern.xml",{"path":1282,"priority":337},"assets/elements/transform-pattern.xml",{"path":1284,"priority":337},"assets/flow-documentation-template.md",{"path":1286,"priority":337},"assets/platform-event-flow-template.xml",{"path":1288,"priority":337},"assets/record-triggered-after-save.xml",{"path":1290,"priority":337},"assets/record-triggered-before-delete.xml",{"path":1292,"priority":337},"assets/record-triggered-before-save.xml",{"path":1294,"priority":337},"assets/scheduled-flow-template.xml",{"path":1296,"priority":337},"assets/screen-flow-template.xml",{"path":1298,"priority":337},"assets/screen-flow-with-lwc.xml",{"path":1300,"priority":337},"assets/subflows/subflow-bulk-updater.xml",{"path":1302,"priority":337},"assets/subflows/subflow-dml-rollback.xml",{"path":1304,"priority":337},"assets/subflows/subflow-email-alert.xml",{"path":1306,"priority":337},"assets/subflows/subflow-error-logger.xml",{"path":1308,"priority":337},"assets/subflows/subflow-query-with-retry.xml",{"path":1310,"priority":337},"assets/subflows/subflow-record-validator.xml",{"path":1312,"priority":337},"assets/wait-template.xml",{"path":1314,"priority":296},"references/agentforce-flow-integration.md",{"path":1316,"priority":296},"references/ai-decision-guide.md",{"path":1318,"priority":296},"references/error-logging-example.md",{"path":1320,"priority":296},"references/flow-best-practices.md",{"path":1322,"priority":296},"references/flow-quick-reference.md",{"path":1324,"priority":296},"references/form-building-guide.md",{"path":1326,"priority":296},"references/governance-checklist.md",{"path":1328,"priority":296},"references/integration-patterns.md",{"path":1330,"priority":296},"references/lwc-integration-guide.md",{"path":1332,"priority":296},"references/multi-step-dml-rollback-example.md",{"path":1334,"priority":296},"references/orchestration-conditional.md",{"path":1336,"priority":296},"references/orchestration-guide.md",{"path":1338,"priority":296},"references/orchestration-parent-child.md",{"path":1340,"priority":296},"references/orchestration-sequential.md",{"path":877,"priority":296},{"path":1343,"priority":296},"references/record-trigger-example.md",{"path":1345,"priority":296},"references/screen-flow-example.md",{"path":1347,"priority":296},"references/subflow-library.md",{"path":1349,"priority":296},"references/testing-checklist.md",{"path":679,"priority":296},{"path":1352,"priority":296},"references/transform-vs-loop-guide.md",{"path":752,"priority":296},{"path":1355,"priority":296},"references/wait-patterns.md",{"path":1357,"priority":296},"references/xml-gotchas.md",{"path":1359,"priority":337},"scripts/doc_generator.py",{"basePath":1361,"description":1362,"displayName":1363,"installMethods":1364,"rationale":1365,"selectedPaths":1366,"source":313,"sourceLanguage":18,"type":264},"skills/sf-industry-cme-epc-model","Salesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use sf-industry-commoncore-* skills), implementing Apex business logic (use sf-apex), or troubleshooting deployment pipelines (use sf-deploy).\n","sf-industry-cme-epc-model",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-industry-cme-epc-model/SKILL.md",[1367,1368,1369,1370,1371,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409,1411,1413,1415,1417,1419,1421,1423,1425,1427,1429,1431,1433,1435,1437,1439,1441,1443,1445,1447,1449,1451,1453,1455,1457,1459,1461,1463,1465,1467,1469,1471,1473,1475,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1372,"priority":337},"assets/attribute-assignment-template.json",{"path":1374,"priority":337},"assets/compiled-attribute-overrides-template.json",{"path":1376,"priority":337},"assets/decomposition-relationships-template.json",{"path":1378,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_AttributeAssignments.json",{"path":1380,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_CompiledAttributeOverrides.json",{"path":1382,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_DataPack.json",{"path":1384,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_DecompositionRelationships.json",{"path":1386,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ObjectFieldAttributes.json",{"path":1388,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_OrchestrationScenarios.json",{"path":1390,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_OverrideDefinitions.json",{"path":1392,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ParentKeys.json",{"path":1394,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_PriceListEntries.json",{"path":1396,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_PricebookEntries.json",{"path":1398,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ProductChildItems.json",{"path":1400,"priority":337},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_RuleAssignments.json",{"path":1402,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_AttributeAssignments.json",{"path":1404,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_DataPack.json",{"path":1406,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_DecompositionRelationships.json",{"path":1408,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ObjectFieldAttributes.json",{"path":1410,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_OrchestrationScenarios.json",{"path":1412,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ParentKeys.json",{"path":1414,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_PriceListEntries.json",{"path":1416,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_PricebookEntries.json",{"path":1418,"priority":337},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ProductChildItems.json",{"path":1420,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_AttributeAssignments.json",{"path":1422,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_DataPack.json",{"path":1424,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_DecompositionRelationships.json",{"path":1426,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ObjectFieldAttributes.json",{"path":1428,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_OrchestrationScenarios.json",{"path":1430,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ParentKeys.json",{"path":1432,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_PriceListEntries.json",{"path":1434,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_PricebookEntries.json",{"path":1436,"priority":337},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ProductChildItems.json",{"path":1438,"priority":337},"assets/examples/static-ip-simple-offer/Static-IP_AttributeAssignments.json",{"path":1440,"priority":337},"assets/examples/static-ip-simple-offer/Static-IP_DataPack.json",{"path":1442,"priority":337},"assets/examples/static-ip-simple-offer/Static-IP_DecompositionRelationships.json",{"path":1444,"priority":337},"assets/examples/static-ip-simple-offer/Static-IP_ObjectFieldAttributes.json",{"path":1446,"priority":337},"assets/examples/static-ip-simple-offer/Static-IP_ParentKeys.json",{"path":1448,"priority":337},"assets/examples/static-ip-simple-offer/Static-IP_PriceListEntries.json",{"path":1450,"priority":337},"assets/examples/static-ip-simple-offer/Static-IP_PricebookEntries.json",{"path":1452,"priority":337},"assets/examples/static-ip-simple-offer/Static-IP_ProductChildItems.json",{"path":1454,"priority":337},"assets/object-field-attributes-template.json",{"path":1456,"priority":337},"assets/orchestration-scenarios-template.json",{"path":1458,"priority":337},"assets/override-definitions-template.json",{"path":1460,"priority":337},"assets/parent-keys-template.json",{"path":1462,"priority":337},"assets/price-list-entries-template.json",{"path":1464,"priority":337},"assets/pricebook-entries-template.json",{"path":1466,"priority":337},"assets/product-child-item-template.json",{"path":1468,"priority":337},"assets/product2-offer-template.json",{"path":1470,"priority":337},"examples/.gitkeep",{"path":1472,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_AttributeAssignments.json",{"path":1474,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_CompiledAttributeOverrides.json",{"path":1476,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_DataPack.json",{"path":1478,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_DecompositionRelationships.json",{"path":1480,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_ObjectFieldAttributes.json",{"path":1482,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_OrchestrationScenarios.json",{"path":1484,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_OverrideDefinitions.json",{"path":1486,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_ParentKeys.json",{"path":1488,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_PriceListEntries.json",{"path":1490,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_PricebookEntries.json",{"path":1492,"priority":337},"examples/business-internet-plus-bundle/Business-Internet-Plus_ProductChildItems.json",{"path":1494,"priority":337},"examples/business-internet-plus-bundle/TRANSCRIPT.md",{"path":1496,"priority":296},"references/epc-field-guide.md",{"path":739,"priority":296},{"basePath":1499,"description":1500,"displayName":1501,"installMethods":1502,"rationale":1503,"selectedPaths":1504,"source":313,"sourceLanguage":18,"type":264},"skills/sf-industry-commoncore-callable-apex","Salesforce Industries Common Core (OmniStudio/Vlocity) Apex callable generation and review with 120-point scoring. TRIGGER when: user creates or reviews System.Callable classes, migrates `VlocityOpenInterface` / `VlocityOpenInterface2`, or builds Industries callable extensions used by OmniStudio, Integration Procedures, or DataRaptors. DO NOT TRIGGER when: generic Apex classes/triggers (use sf-apex), building Integration Procedures (use sf-industry-commoncore-integration-procedure), authoring OmniScripts (use sf-industry-commoncore-omniscript), configuring Data Mappers (use sf-industry-commoncore-datamapper), or analyzing namespace/dependency issues (use sf-industry-commoncore-omnistudio-analyze).\n","sf-industry-commoncore-callable-apex",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-industry-commoncore-callable-apex/SKILL.md",[1505,1506,1507,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1509,"priority":337},"examples/Test_QuoteByProductCallable/IndustriesCallableException.cls",{"path":1511,"priority":337},"examples/Test_QuoteByProductCallable/Industries_QuoteByProductCallable.cls",{"path":1513,"priority":337},"examples/Test_QuoteByProductCallable/Industries_QuoteByProductCallableTest.cls",{"path":1515,"priority":337},"examples/Test_QuoteByProductCallable/TRANSCRIPT.md",{"path":1517,"priority":337},"examples/Test_VlocityOpenInterface2Conversion/IndustriesCallableException.cls",{"path":1519,"priority":337},"examples/Test_VlocityOpenInterface2Conversion/MyCustomCallable.cls",{"path":1521,"priority":337},"examples/Test_VlocityOpenInterface2Conversion/MyCustomCallableTest.cls",{"path":1523,"priority":337},"examples/Test_VlocityOpenInterface2Conversion/MyCustomRemoteClass.cls",{"path":1525,"priority":337},"examples/Test_VlocityOpenInterface2Conversion/TRANSCRIPT.md",{"path":1527,"priority":337},"examples/Test_VlocityOpenInterfaceConversion/IndustriesCallableException.cls",{"path":1529,"priority":337},"examples/Test_VlocityOpenInterfaceConversion/MyCustomCallable.cls",{"path":1531,"priority":337},"examples/Test_VlocityOpenInterfaceConversion/MyCustomCallableTest.cls",{"path":1533,"priority":337},"examples/Test_VlocityOpenInterfaceConversion/MyCustomVlocityOpenInterface2.cls",{"path":1535,"priority":337},"examples/Test_VlocityOpenInterfaceConversion/TRANSCRIPT.md",{"basePath":1537,"description":1538,"displayName":1539,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":313,"sourceLanguage":18,"type":264},"skills/sf-industry-commoncore-datamapper","OmniStudio Data Mapper (formerly DataRaptor) creation and validation with 100-point scoring. Use when building Extract, Transform, Load, or Turbo Extract Data Mappers, mapping Salesforce object fields, or reviewing existing Data Mapper configurations. TRIGGER when: user creates Data Mappers, configures field mappings, works with OmniDataTransform metadata, or asks about DataRaptor/Data Mapper patterns. DO NOT TRIGGER when: building Integration Procedures (use sf-industry-commoncore-integration-procedure), authoring OmniScripts (use sf-industry-commoncore-omniscript), or analyzing cross-component dependencies (use sf-industry-commoncore-omnistudio-analyze).\n","sf-industry-commoncore-datamapper",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-industry-commoncore-datamapper/SKILL.md",[1543,1544,1545,1546,1548,1550,1552,1554,1555],{"path":287,"priority":288},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1547,"priority":337},"assets/omni-data-transform-extract.json",{"path":1549,"priority":337},"assets/omni-data-transform-item.json",{"path":1551,"priority":337},"assets/omni-data-transform-load.json",{"path":1553,"priority":337},"assets/omni-data-transform-transform.json",{"path":725,"priority":296},{"path":739,"priority":296},{"basePath":1557,"description":1558,"displayName":1559,"installMethods":1560,"rationale":1561,"selectedPaths":1562,"source":313,"sourceLanguage":18,"type":264},"skills/sf-industry-commoncore-flexcard","OmniStudio FlexCard creation and validation with 130-point scoring. Use when building at-a-glance UI cards, configuring data source bindings to Integration Procedures, or reviewing existing FlexCard definitions for accessibility and performance. TRIGGER when: user creates FlexCards, configures data sources, designs card layouts, or asks about OmniUiCard metadata. DO NOT TRIGGER when: building OmniScripts (use sf-industry-commoncore-omniscript), creating Integration Procedures (use sf-industry-commoncore-integration-procedure), or analyzing dependencies (use sf-industry-commoncore-omnistudio-analyze).\n","sf-industry-commoncore-flexcard",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-industry-commoncore-flexcard/SKILL.md",[1563,1564,1565,1566,1568,1569],{"path":287,"priority":288},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1567,"priority":337},"assets/omni-ui-card.json",{"path":725,"priority":296},{"path":1570,"priority":296},"references/data-binding-guide.md",{"basePath":1572,"description":1573,"displayName":1574,"installMethods":1575,"rationale":1576,"selectedPaths":1577,"source":313,"sourceLanguage":18,"type":264},"skills/sf-industry-commoncore-integration-procedure","OmniStudio Integration Procedure creation and validation with 110-point scoring. Use when building server-side process orchestrations that combine Data Mapper actions, Apex Remote Actions, HTTP callouts, and conditional logic. TRIGGER when: user creates Integration Procedures, adds Data Mapper steps, configures Remote Actions, or reviews existing IP configurations. DO NOT TRIGGER when: building OmniScripts (use sf-industry-commoncore-omniscript), creating Data Mappers directly (use sf-industry-commoncore-datamapper), or analyzing cross-component dependencies (use sf-industry-commoncore-omnistudio-analyze).\n","sf-industry-commoncore-integration-procedure",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-industry-commoncore-integration-procedure/SKILL.md",[1578,1579,1580,1581,1583,1585,1587,1588],{"path":287,"priority":288},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1582,"priority":337},"assets/omni-process-element-dr-extract.json",{"path":1584,"priority":337},"assets/omni-process-element-set-values.json",{"path":1586,"priority":337},"assets/omni-process-ip.json",{"path":725,"priority":296},{"path":1589,"priority":296},"references/element-types.md",{"basePath":1591,"description":1592,"displayName":1593,"installMethods":1594,"rationale":1595,"selectedPaths":1596,"source":313,"sourceLanguage":18,"type":264},"skills/sf-industry-commoncore-omniscript","OmniStudio OmniScript creation and validation with 120-point scoring. Use when building guided digital experiences, multi-step forms, or interactive processes that orchestrate Integration Procedures and Data Mappers. TRIGGER when: user creates OmniScripts, designs step flows, configures element types, or reviews existing OmniScript configurations. DO NOT TRIGGER when: building FlexCards (use sf-industry-commoncore-flexcard), creating Integration Procedures directly (use sf-industry-commoncore-integration-procedure), or analyzing dependencies (use sf-industry-commoncore-omnistudio-analyze).\n","sf-industry-commoncore-omniscript",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-industry-commoncore-omniscript/SKILL.md",[1597,1598,1599,1600,1602,1604,1606,1607],{"path":287,"priority":288},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1601,"priority":337},"assets/omni-process-element-step.json",{"path":1603,"priority":337},"assets/omni-process-element-text-block.json",{"path":1605,"priority":337},"assets/omni-process-omniscript.json",{"path":725,"priority":296},{"path":1589,"priority":296},{"basePath":1609,"description":1610,"displayName":1611,"installMethods":1612,"rationale":1613,"selectedPaths":1614,"source":313,"sourceLanguage":18,"type":264},"skills/sf-industry-commoncore-omnistudio-analyze","Cross-cutting OmniStudio analysis skill for namespace detection, dependency visualization, and impact analysis across OmniScripts, FlexCards, Integration Procedures, and Data Mappers. TRIGGER when: user asks about OmniStudio dependencies, wants namespace detection (Core vs vlocity_cmt vs vlocity_ins), needs impact analysis, or requests dependency diagrams. DO NOT TRIGGER when: authoring OmniScripts (use sf-industry-commoncore-omniscript), building FlexCards (use sf-industry-commoncore-flexcard), creating Integration Procedures (use sf-industry-commoncore-integration-procedure), or configuring Data Mappers (use sf-industry-commoncore-datamapper).\n","sf-industry-commoncore-omnistudio-analyze",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-industry-commoncore-omnistudio-analyze/SKILL.md",[1615,1616,1617,1618,1620],{"path":287,"priority":288},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1619,"priority":296},"references/dependency-patterns.md",{"path":1621,"priority":296},"references/namespace-guide.md",{"basePath":1623,"description":1624,"displayName":1625,"installMethods":1626,"rationale":1627,"selectedPaths":1628,"source":313,"sourceLanguage":18,"type":264},"skills/sf-integration","Salesforce integration architecture with 120-point scoring. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use sf-connected-apps), Apex-only logic (use sf-apex), or data import/export (use sf-data).\n","sf-integration",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-integration/SKILL.md",[1629,1630,1631,1632,1634,1636,1638,1640,1642,1644,1646,1648,1650,1652,1654,1656,1658,1660,1662,1664,1666,1668,1670,1672,1674,1676,1678,1680,1681,1683,1685,1687,1689,1691,1693,1695,1697,1698,1700,1701,1703,1705],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1633,"priority":337},"assets/callouts/callout-retry-handler.cls",{"path":1635,"priority":337},"assets/callouts/http-response-handler.cls",{"path":1637,"priority":337},"assets/callouts/rest-queueable-callout.cls",{"path":1639,"priority":337},"assets/callouts/rest-sync-callout.cls",{"path":1641,"priority":337},"assets/cdc/cdc-handler.cls",{"path":1643,"priority":337},"assets/cdc/cdc-subscriber-trigger.trigger",{"path":1645,"priority":337},"assets/endpoint-security/example.cspTrustedSite-meta.xml",{"path":1647,"priority":337},"assets/endpoint-security/example.remoteSite-meta.xml",{"path":1649,"priority":337},"assets/external-credentials/jwt-external-credential.externalCredential-meta.xml",{"path":1651,"priority":337},"assets/external-credentials/oauth-external-credential.externalCredential-meta.xml",{"path":1653,"priority":337},"assets/external-services/external-service-operations.md",{"path":1655,"priority":337},"assets/external-services/openapi-registration.externalServiceRegistration-meta.xml",{"path":1657,"priority":337},"assets/named-credentials/certificate-auth.namedCredential-meta.xml",{"path":1659,"priority":337},"assets/named-credentials/custom-auth.namedCredential-meta.xml",{"path":1661,"priority":337},"assets/named-credentials/oauth-client-credentials.namedCredential-meta.xml",{"path":1663,"priority":337},"assets/named-credentials/oauth-jwt-bearer.namedCredential-meta.xml",{"path":1665,"priority":337},"assets/platform-events/event-publisher.cls",{"path":1667,"priority":337},"assets/platform-events/event-subscriber-action.cls",{"path":1669,"priority":337},"assets/platform-events/event-subscriber-trigger.trigger",{"path":1671,"priority":337},"assets/platform-events/platform-event-definition.object-meta.xml",{"path":1673,"priority":337},"assets/soap/soap-callout-service.cls",{"path":1675,"priority":337},"assets/soap/wsdl2apex-guide.md",{"path":1677,"priority":296},"references/callout-patterns.md",{"path":1679,"priority":296},"references/cdc-guide.md",{"path":384,"priority":296},{"path":1682,"priority":296},"references/event-driven-architecture-guide.md",{"path":1684,"priority":296},"references/event-patterns.md",{"path":1686,"priority":296},"references/external-services-guide.md",{"path":1688,"priority":296},"references/messaging-api-v2.md",{"path":1690,"priority":296},"references/named-credentials-automation.md",{"path":1692,"priority":296},"references/named-credentials-guide.md",{"path":1694,"priority":296},"references/platform-events-guide.md",{"path":1696,"priority":296},"references/rest-callout-patterns.md",{"path":312,"priority":296},{"path":1699,"priority":296},"references/security-best-practices.md",{"path":1162,"priority":337},{"path":1702,"priority":337},"scripts/configure-named-credential.sh",{"path":1704,"priority":337},"scripts/set-api-credential.sh",{"path":1706,"priority":337},"scripts/templates/setup-credentials-with-csp.sh",{"basePath":1708,"description":1709,"displayName":1710,"installMethods":1711,"rationale":1712,"selectedPaths":1713,"source":313,"sourceLanguage":18,"type":264},"skills/sf-lwc","Lightning Web Components with PICKLES methodology and 165-point scoring. TRIGGER when: user creates/edits LWC components, touches lwc/**/*.js, .html, .css, .js-meta.xml files, or asks about wire service, SLDS, or Jest LWC tests. DO NOT TRIGGER when: Apex classes (use sf-apex), Aura components, or Visualforce.\n","sf-lwc",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-lwc/SKILL.md",[1714,1715,1716,1717,1719,1721,1723,1725,1727,1729,1731,1733,1735,1737,1739,1741,1743,1745,1747,1749,1751,1753,1755,1757,1759,1761,1763,1765,1767,1769,1771,1773,1775,1777,1779,1781,1783,1785,1786,1788,1790,1792,1794,1796,1798,1800,1802,1804,1806,1808],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1718,"priority":337},"assets/apex-controller/LwcController.cls",{"path":1720,"priority":337},"assets/basic-component/basicComponent.css",{"path":1722,"priority":337},"assets/basic-component/basicComponent.html",{"path":1724,"priority":337},"assets/basic-component/basicComponent.js",{"path":1726,"priority":337},"assets/basic-component/basicComponent.js-meta.xml",{"path":1728,"priority":337},"assets/datatable-component/datatableComponent.html",{"path":1730,"priority":337},"assets/datatable-component/datatableComponent.js",{"path":1732,"priority":337},"assets/flow-screen-component/flowScreenComponent.css",{"path":1734,"priority":337},"assets/flow-screen-component/flowScreenComponent.html",{"path":1736,"priority":337},"assets/flow-screen-component/flowScreenComponent.js",{"path":1738,"priority":337},"assets/flow-screen-component/flowScreenComponent.js-meta.xml",{"path":1740,"priority":337},"assets/form-component/formComponent.html",{"path":1742,"priority":337},"assets/form-component/formComponent.js",{"path":1744,"priority":337},"assets/graphql-component/graphqlComponent.html",{"path":1746,"priority":337},"assets/graphql-component/graphqlComponent.js",{"path":1748,"priority":337},"assets/jest-test/componentName.test.js.example",{"path":1750,"priority":337},"assets/message-channel/RecordSelected.messageChannel-meta.xml",{"path":1752,"priority":337},"assets/message-channel/lmsPublisher.js",{"path":1754,"priority":337},"assets/message-channel/lmsSubscriber.js",{"path":1756,"priority":337},"assets/modal-component/modalComponent.html",{"path":1758,"priority":337},"assets/modal-component/modalComponent.js",{"path":1760,"priority":337},"assets/record-picker/recordPicker.html",{"path":1762,"priority":337},"assets/record-picker/recordPicker.js",{"path":1764,"priority":337},"assets/state-store/store.js",{"path":1766,"priority":337},"assets/typescript-component/typescriptComponent.css",{"path":1768,"priority":337},"assets/typescript-component/typescriptComponent.html",{"path":1770,"priority":337},"assets/typescript-component/typescriptComponent.js-meta.xml",{"path":1772,"priority":337},"assets/typescript-component/typescriptComponent.test.ts.example",{"path":1774,"priority":337},"assets/typescript-component/typescriptComponent.ts",{"path":1776,"priority":337},"assets/workspace-api/workspaceComponent.html",{"path":1778,"priority":337},"assets/workspace-api/workspaceComponent.js",{"path":1780,"priority":296},"references/accessibility-guide.md",{"path":1782,"priority":296},"references/advanced-features.md",{"path":1784,"priority":296},"references/async-notification-patterns.md",{"path":300,"priority":296},{"path":1787,"priority":296},"references/component-patterns.md",{"path":1789,"priority":296},"references/flow-integration-guide.md",{"path":1791,"priority":296},"references/jest-testing.md",{"path":1793,"priority":296},"references/lms-guide.md",{"path":1795,"priority":296},"references/lwc-best-practices.md",{"path":1797,"priority":296},"references/performance-guide.md",{"path":1799,"priority":296},"references/scoring-and-testing.md",{"path":1801,"priority":296},"references/slds-blueprints.json",{"path":1803,"priority":296},"references/slds-design-guide.md",{"path":1805,"priority":296},"references/state-management.md",{"path":1807,"priority":296},"references/template-anti-patterns.md",{"path":752,"priority":296},{"basePath":1810,"description":1811,"displayName":1812,"installMethods":1813,"rationale":1814,"selectedPaths":1815,"source":313,"sourceLanguage":18,"type":264},"skills/sf-metadata","Salesforce metadata generation and querying with 120-point scoring. TRIGGER when: user creates custom objects, fields, validation rules, or touches .object-meta.xml, .field-meta.xml, .profile-meta.xml files. DO NOT TRIGGER when: permission set analysis (use sf-permissions), deploying metadata (use sf-deploy), or Flow XML (use sf-flow).\n","sf-metadata",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-metadata/SKILL.md",[1816,1817,1818,1819,1821,1823,1825,1827,1829,1831,1833,1835,1837,1839,1841,1843,1845,1847,1849,1851,1853,1855,1857,1859,1861,1863,1865,1867,1869,1871,1873,1875,1876,1877,1879,1881,1883],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1820,"priority":337},"assets/fields/checkbox-field.xml",{"path":1822,"priority":337},"assets/fields/currency-field.xml",{"path":1824,"priority":337},"assets/fields/date-field.xml",{"path":1826,"priority":337},"assets/fields/email-field.xml",{"path":1828,"priority":337},"assets/fields/formula-field.xml",{"path":1830,"priority":337},"assets/fields/lookup-field.xml",{"path":1832,"priority":337},"assets/fields/master-detail-field.xml",{"path":1834,"priority":337},"assets/fields/multi-select-picklist.xml",{"path":1836,"priority":337},"assets/fields/number-field.xml",{"path":1838,"priority":337},"assets/fields/phone-field.xml",{"path":1840,"priority":337},"assets/fields/picklist-field.xml",{"path":1842,"priority":337},"assets/fields/rollup-summary-field.xml",{"path":1844,"priority":337},"assets/fields/text-field.xml",{"path":1846,"priority":337},"assets/fields/textarea-field.xml",{"path":1848,"priority":337},"assets/fields/url-field.xml",{"path":1850,"priority":337},"assets/layouts/page-layout.xml",{"path":1852,"priority":337},"assets/objects/custom-object.xml",{"path":1854,"priority":337},"assets/permission-sets/permission-set.xml",{"path":1856,"priority":337},"assets/profiles/profile.xml",{"path":1858,"priority":337},"assets/record-types/record-type.xml",{"path":1860,"priority":337},"assets/validation-rules/validation-rule.xml",{"path":1862,"priority":296},"references/best-practices-scoring.md",{"path":1864,"priority":296},"references/custom-object-example.md",{"path":1866,"priority":296},"references/field-and-cli-reference.md",{"path":1868,"priority":296},"references/field-types-example.md",{"path":1870,"priority":296},"references/field-types-guide.md",{"path":1872,"priority":296},"references/fls-best-practices.md",{"path":1874,"priority":296},"references/metadata-types-reference.md",{"path":739,"priority":296},{"path":877,"priority":296},{"path":1878,"priority":296},"references/permission-set-example.md",{"path":1880,"priority":296},"references/permset-auto-generation.md",{"path":1882,"priority":296},"references/profile-permission-guide.md",{"path":1884,"priority":296},"references/sf-cli-commands.md",{"basePath":1886,"description":1887,"displayName":1888,"installMethods":1889,"rationale":1890,"selectedPaths":1891,"source":313,"sourceLanguage":18,"type":264},"skills/sf-permissions","Permission Set analysis, hierarchy viewer, and access auditing. TRIGGER when: user asks \"who has access to X?\", analyzes permission sets/groups, or touches .permissionset-meta.xml / .permissionsetgroup-meta.xml files. DO NOT TRIGGER when: creating new metadata (use sf-metadata), deploying permission sets (use sf-deploy), or Apex sharing logic (use sf-apex).\n","sf-permissions",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-permissions/SKILL.md",[1892,1893,1894,1895,1896,1898,1900,1902,1903,1905,1906,1907,1908,1910,1912,1914,1916,1918,1920,1922,1924],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1897,"priority":296},"references/agent-access-guide.md",{"path":1899,"priority":296},"references/permission-model.md",{"path":1901,"priority":296},"references/soql-reference.md",{"path":1160,"priority":296},{"path":1904,"priority":296},"references/workflow-examples.md",{"path":400,"priority":337},{"path":404,"priority":337},{"path":406,"priority":337},{"path":1909,"priority":337},"scripts/hierarchy_viewer.py",{"path":1911,"priority":337},"scripts/metadata_fetcher.py",{"path":1913,"priority":337},"scripts/permission_detector.py",{"path":1915,"priority":337},"scripts/permission_exporter.py",{"path":1917,"priority":337},"scripts/renderers/__init__.py",{"path":1919,"priority":337},"scripts/renderers/ascii_tree.py",{"path":1921,"priority":337},"scripts/renderers/mermaid.py",{"path":1923,"priority":337},"scripts/tooling_api.py",{"path":1925,"priority":337},"scripts/user_analyzer.py",{"basePath":1927,"description":1928,"displayName":1929,"installMethods":1930,"rationale":1931,"selectedPaths":1932,"source":313,"sourceLanguage":18,"type":264},"skills/sf-soql","SOQL query generation, optimization, and analysis with 100-point scoring. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use sf-data), Apex DML logic (use sf-apex), or report/dashboard queries.\n","sf-soql",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-soql/SKILL.md",[1933,1934,1935,1936,1938,1940,1942,1944,1946,1948,1949,1950,1952,1954,1956,1957],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1937,"priority":337},"assets/aggregate-queries.soql",{"path":1939,"priority":337},"assets/basic-queries.soql",{"path":1941,"priority":337},"assets/bulkified-query-pattern.cls",{"path":1943,"priority":337},"assets/optimization-patterns.soql",{"path":1945,"priority":337},"assets/relationship-queries.soql",{"path":1947,"priority":337},"assets/selector-class.cls",{"path":721,"priority":296},{"path":300,"priority":296},{"path":1951,"priority":296},"references/field-coverage-rules.md",{"path":1953,"priority":296},"references/query-optimization.md",{"path":1955,"priority":296},"references/selector-patterns.md",{"path":1901,"priority":296},{"path":1958,"priority":296},"references/soql-syntax-reference.md",{"basePath":261,"description":10,"displayName":13,"installMethods":1960,"rationale":1961,"selectedPaths":1962,"source":313,"sourceLanguage":18,"type":264},{"claudeCode":12},"SKILL.md frontmatter at skills/sf-testing/SKILL.md",[1963,1964,1965,1966,1968,1970,1972,1974,1976,1977,1978,1980,1982,1984,1986],{"path":287,"priority":288},{"path":290,"priority":291},{"path":295,"priority":296},{"path":1967,"priority":337},"assets/basic-test.cls",{"path":1969,"priority":337},"assets/bulk-test.cls",{"path":1971,"priority":337},"assets/dml-mock.cls",{"path":1973,"priority":337},"assets/mock-callout-test.cls",{"path":1975,"priority":337},"assets/stub-provider-example.cls",{"path":715,"priority":337},{"path":300,"priority":296},{"path":1979,"priority":296},"references/mocking-patterns.md",{"path":1981,"priority":296},"references/performance-optimization.md",{"path":1983,"priority":296},"references/test-fix-loop.md",{"path":1985,"priority":296},"references/test-patterns.md",{"path":1987,"priority":296},"references/testing-best-practices.md",{"basePath":1989,"description":1990,"displayName":1991,"installMethods":1992,"rationale":1993,"selectedPaths":1994,"source":313,"sourceLanguage":18,"type":264},"skills/sf-vlocity-build-deploy","Salesforce Industries DataPack deployment automation using Vlocity Build. TRIGGER when: user deploys or validates OmniStudio/Vlocity DataPacks with vlocity commands (packDeploy/packRetry/packExport/packGetDiffs), sets up DataPack CI/CD pipelines, or troubleshoots DataPack migration errors. DO NOT TRIGGER when: deploying Salesforce metadata with sf project deploy (use sf-deploy), authoring OmniStudio artifacts (use sf-industry-commoncore-*), or writing Apex/LWC business logic (use sf-apex/sf-lwc).\n","sf-vlocity-build-deploy",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-vlocity-build-deploy/SKILL.md",[1995,1996,1997,1998,1999,2000,2002,2004,2006,2008],{"path":287,"priority":288},{"path":290,"priority":291},{"path":293,"priority":291},{"path":295,"priority":296},{"path":1494,"priority":337},{"path":2001,"priority":337},"examples/business-internet-plus-bundle/deploy-business-internet-plus-bundle.yaml",{"path":2003,"priority":337},"examples/business-internet-plus-bundle-deploy/TRANSCRIPT.md",{"path":2005,"priority":337},"examples/business-internet-plus-bundle-deploy/deploy-business-internet-plus-bundle.yaml",{"path":2007,"priority":296},"references/job-file-template.md",{"path":2009,"priority":296},"references/troubleshooting-matrix.md",{"sources":2011},[2012],"manual",{"closedIssues90d":248,"description":2014,"forks":249,"license":256,"openIssues90d":252,"pushedAt":253,"readmeSize":246,"stars":254,"topics":2015},"[ARCHIVED — migrated to forcedotcom/afv-library] Salesforce Skills for Agentic Coding Tools — Apex, Flow, LWC, SOQL, Agentforce, Data Cloud, OmniStudio. Read-only archive; active development continues at github.com/forcedotcom/afv-library.",[],{"classifiedAt":2017,"discoverAt":2018,"extractAt":2019,"githubAt":2019,"updatedAt":2017},1778691254232,1778690017215,1778691252149,[223,225,226,222,224],{"evaluatedAt":259,"extractAt":2022,"updatedAt":259},1778691254636,[],[2025,2057,2084,2106,2124,2145],{"_creationTime":2026,"_id":2027,"community":2028,"display":2029,"identity":2035,"providers":2040,"relations":2050,"tags":2053,"workflow":2054},1778691344230.1372,"k17a4zxggvvh0nqzpj96av49rn86ne09",{"reviewCount":8},{"description":2030,"installMethods":2031,"name":2033,"sourceUrl":2034},"Writes and debugs Apex code, builds Lightning Web Components, optimizes SOQL queries, implements triggers, batch jobs, platform events, and integrations on the Salesforce platform. Use when developing Salesforce applications, customizing CRM workflows, managing governor limits, bulk processing, or setting up Salesforce DX and CI/CD pipelines.",{"claudeCode":2032},"jeffallan/claude-skills","Salesforce Developer","https://github.com/jeffallan/claude-skills",{"basePath":2036,"githubOwner":2037,"githubRepo":2038,"locale":18,"slug":2039,"type":264},"skills/salesforce-developer","jeffallan","claude-skills","salesforce-developer",{"evaluate":2041,"extract":2049},{"promptVersionExtension":215,"promptVersionScoring":216,"score":2042,"tags":2043,"targetMarket":227,"tier":228},100,[222,223,2044,2045,2046,2047,2048],"lwc","soql","crm","devops","integration",{"commitSha":270,"license":256},{"parentExtensionId":2051,"repoId":2052},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[223,2046,2047,2048,2044,222,2045],{"evaluatedAt":2055,"extractAt":2056,"updatedAt":2055},1778692548131,1778691344230,{"_creationTime":2058,"_id":2059,"community":2060,"display":2061,"identity":2067,"providers":2071,"relations":2078,"tags":2080,"workflow":2081},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":2062,"installMethods":2063,"name":2065,"sourceUrl":2066},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":2064},"steipete/clawdis","openclaw-testing","https://github.com/steipete/clawdis",{"basePath":2068,"githubOwner":2069,"githubRepo":2070,"locale":18,"slug":2065,"type":264},".agents/skills/openclaw-testing","steipete","clawdis",{"evaluate":2072,"extract":2077},{"promptVersionExtension":215,"promptVersionScoring":216,"score":2042,"tags":2073,"targetMarket":227,"tier":228},[224,225,2074,2075,2076],"validation","automation","developer-tools",{"commitSha":270},{"repoId":2079},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[2075,225,2076,224,2074],{"evaluatedAt":2082,"extractAt":2083,"updatedAt":2082},1778697962962,1778697652123,{"_creationTime":2085,"_id":2086,"community":2087,"display":2088,"identity":2092,"providers":2094,"relations":2102,"tags":2103,"workflow":2104},1778697652123.8806,"k17e99n8cb55vm23m26vec6r1586mrwe",{"reviewCount":8},{"description":2089,"installMethods":2090,"name":2091,"sourceUrl":2066},"Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.",{"claudeCode":2064},"crabbox",{"basePath":2093,"githubOwner":2069,"githubRepo":2070,"locale":18,"slug":2091,"type":264},".agents/skills/crabbox",{"evaluate":2095,"extract":2101},{"promptVersionExtension":215,"promptVersionScoring":216,"score":2042,"tags":2096,"targetMarket":227,"tier":228},[224,225,2097,2074,2098,2099,2100],"remote-execution","linux","macos","windows",{"commitSha":270},{"repoId":2079},[225,2098,2099,2097,224,2074,2100],{"evaluatedAt":2105,"extractAt":2083,"updatedAt":2105},1778697705804,{"_creationTime":2107,"_id":2108,"community":2109,"display":2110,"identity":2112,"providers":2113,"relations":2120,"tags":2121,"workflow":2122},1778691254636.7297,"k176trkx5fgmwhyv6ny4vkkfv186myzy",{"reviewCount":8},{"description":794,"installMethods":2111,"name":795,"sourceUrl":14},{"claudeCode":12},{"basePath":793,"githubOwner":262,"githubRepo":263,"locale":18,"slug":795,"type":264},{"evaluate":2114,"extract":2119},{"promptVersionExtension":215,"promptVersionScoring":216,"score":2115,"tags":2116,"targetMarket":227,"tier":228},99,[222,2117,2118,223,224,2075],"data","cli",{"commitSha":270,"license":256},{"repoId":272},[223,2075,2118,2117,222,224],{"evaluatedAt":2123,"extractAt":2022,"updatedAt":2123},1778691440145,{"_creationTime":2125,"_id":2126,"community":2127,"display":2128,"identity":2130,"providers":2131,"relations":2141,"tags":2142,"workflow":2143},1778691254636.735,"k178s9q7ayvpfzzez60rxax3j186m0ft",{"reviewCount":8},{"description":1624,"installMethods":2129,"name":1625,"sourceUrl":14},{"claudeCode":12},{"basePath":1623,"githubOwner":262,"githubRepo":263,"locale":18,"slug":1625,"type":264},{"evaluate":2132,"extract":2140},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":2133,"targetMarket":227,"tier":228},[222,2048,223,2134,2075,2135,2136,2137,2138,2139],"api","platform-events","named-credentials","rest","soap","cdc",{"commitSha":270},{"repoId":272},[223,2134,2075,2139,2048,2136,2135,2137,222,2138],{"evaluatedAt":2144,"extractAt":2022,"updatedAt":2144},1778691932331,{"_creationTime":2146,"_id":2147,"community":2148,"display":2149,"identity":2151,"providers":2152,"relations":2158,"tags":2159,"workflow":2160},1778691254636.7336,"k170npcxrx0m1jz5gr8zxc0he586nqts",{"reviewCount":8},{"description":1500,"installMethods":2150,"name":1501,"sourceUrl":14},{"claudeCode":12},{"basePath":1499,"githubOwner":262,"githubRepo":263,"locale":18,"slug":1501,"type":264},{"evaluate":2153,"extract":2157},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":2154,"targetMarket":227,"tier":228},[222,223,2075,2155,2156],"code-generation","migration",{"commitSha":270},{"repoId":272},[223,2075,2155,2156,222],{"evaluatedAt":2161,"extractAt":2022,"updatedAt":2161},1778691764589]