[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-jaganpro-sf-vlocity-build-deploy-en":3,"guides-for-jaganpro-sf-vlocity-build-deploy":2010,"similar-k17exa4s4nt0xmwgzw1cwcx6mh86m9cm-en":2011},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":237,"parentExtension":252,"providers":253,"relations":258,"repo":260,"tags":2007,"workflow":2008},1778691254636.7366,"k17exa4s4nt0xmwgzw1cwcx6mh86m9cm",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"jaganpro/sf-skills","sf-vlocity-build-deploy","https://github.com/jaganpro/sf-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":245},1778692109974.6943,"kn7fj60tx83h5ddtn3atk55erd86mv9c","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of automating Salesforce Industries DataPack deployments using Vlocity Build and names specific user intents like deploying, validating, CI/CD setup, and troubleshooting errors.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured workflow and specific Vlocity Build commands beyond basic agent capabilities, addressing complex DataPack deployment and retry logic.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of DataPack deployment, including validation, export, deploy, retry, and verification, with clear guidance and error handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on Salesforce Industries DataPack deployment automation using Vlocity Build, clearly defining its scope and providing explicit non-goals.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose, trigger conditions, and non-goals, providing clear guidance on its intended use.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific Vlocity Build commands like packDeploy, packRetry, etc., which are narrow verb-noun specialists for DataPack operations.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While the SKILL.md outlines critical operating rules and context, specific details on default values or precedence orders for Vlocity CLI parameters are not explicitly documented.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names are derived directly from Vlocity Build commands (e.g., packDeploy, validateLocalData), which are descriptive and domain-specific.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's interactions are based on well-defined Vlocity CLI commands with structured parameters and predictable output formats for DataPack operations.",{"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 clearly declared in a LICENSE file and the SKILL.md frontmatter.",{"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, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The extension relies on Vlocity Build and Salesforce CLI, which are standard tools, and no other third-party dependencies are explicitly managed within the skill's bundle.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill uses Salesforce CLI for authentication, which relies on secure auth tokens managed by the CLI, and does not echo secrets directly.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses command-line tools with structured arguments and does not appear to load or execute arbitrary third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on vendored Vlocity Build and Salesforce CLI, and all scripts are contained within the bundle, avoiding runtime downloads of code or data as instructions.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates by invoking CLI commands on existing Salesforce DX projects and does not appear to modify files outside of the project or user's scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the skill's scripts or documented workflow.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill focuses on DataPack deployment and does not include any instructions to read or submit confidential data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions are free of hidden steering tricks, invisible characters, or obfuscation methods.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's scripts are written in standard bash and shell commands, without obfuscation like base64 encoding, eval, or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the user has Vlocity Build and Salesforce CLI installed and configured, which is declared in prerequisites and handled via `npx`.",{"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 a healthy response rate and active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill declares a version '1.0.0' in its frontmatter, which is a meaningful semantic version.",{"category":104,"check":105,"severity":46,"summary":106},"Execution","Validation","The Vlocity CLI commands are used, but there is no explicit mention of using a schema validation library (like Zod or Pydantic) for input parameters or output parsing within the skill's code.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","DataPack deployment operations are state-changing but are performed via the Vlocity CLI, which has its own confirmation and retry mechanisms, and the skill guides towards safe deployment practices.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The skill's associated transcripts and troubleshooting matrix indicate robust error handling, with clear failure patterns, root causes, and recovery steps documented.",{"category":111,"check":115,"severity":116,"summary":117},"Logging","not_applicable","This skill primarily orchestrates CLI commands, and explicit logging to a local audit file within the skill's bundle is not a standard pattern for this type of orchestration skill.",{"category":119,"check":120,"severity":116,"summary":121},"Compliance","GDPR","The skill operates on Salesforce DataPacks and deployment configurations, which do not inherently involve personal data processing.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill's functionality is tied to Salesforce Industries and Vlocity DataPacks, which are global in scope, and no specific geographical or legal jurisdiction is implied.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard CLI tools (Vlocity, SFDX) and POSIX shell commands, ensuring cross-platform compatibility on systems where these are available.",{"category":44,"check":129,"severity":24,"summary":130},"README","A comprehensive README file is present, clearly stating the extension's purpose, features, installation, and usage instructions.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The skill orchestrates a set of well-defined Vlocity CLI commands, fitting within the target range of 3-10 tools.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The tools utilized are distinct Vlocity CLI commands (packDeploy, packRetry, validateLocalData, etc.) and do not present overlapping near-synonym functionality.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All features advertised in the README and SKILL.md, such as Vlocity command orchestration and CI/CD patterns, are directly implemented through the referenced CLI commands.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions using `npx skills add` and includes common operation examples with placeholders.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The troubleshooting matrix and SKILL.md documentation provide clear error symptoms, likely causes, and specific remediation steps for common DataPack deployment failures.",{"category":104,"check":149,"severity":24,"summary":150},"Pinned dependencies","The skill relies on globally installed CLI tools (Node.js, Vlocity Build, SFDX) which should be managed by the user's environment, and no specific third-party script dependencies are bundled and pinned.",{"category":33,"check":152,"severity":116,"summary":153},"Dry-run preview","While Vlocity commands have validation steps, a direct `--dry-run` flag for the entire DataPack deployment workflow is not explicitly exposed or documented by the skill.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The skill leverages Vlocity CLI's retry mechanisms (`packRetry`) and guides users on their appropriate use, implying an understanding of idempotent operations for retries.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The skill orchestrates CLI commands and does not appear to collect or emit any telemetry data.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description precisely names the artifact (Salesforce Industries DataPacks) and the task (deployment automation using Vlocity Build), with clear trigger and non-trigger conditions.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and trigger phrases within the recommended character limit.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and concise, effectively delegating detailed procedures and references to separate files.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md effectively uses relative links to reference detailed files like `references/job-file-template.md` and `references/troubleshooting-matrix.md` for progressive disclosure.",{"category":171,"check":175,"severity":116,"summary":176},"Forked exploration","This skill is focused on executing a defined workflow and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md and example transcripts provide clear, end-to-end examples of deployment scenarios, including inputs, invocations, and outcomes.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The troubleshooting matrix in `references/troubleshooting-matrix.md` clearly documents common failure modes, their likely causes, and recovery steps.",{"category":111,"check":184,"severity":116,"summary":185},"Tool Fallback","The skill relies on globally installed CLI tools (Vlocity, SFDX) and does not reference custom MCP servers or offer explicit fallbacks for these core dependencies.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill's workflow and troubleshooting guidance emphasize validation and careful deployment, implicitly requiring a clean state before proceeding with destructive operations.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The SKILL.md clearly defines cross-skill integrations and delegates tasks to other skills like `sf-deploy` where appropriate, ensuring standalone functionality.",1778692109776,"This skill automates Salesforce Industries DataPack deployment and management using Vlocity Build commands. It guides users through export, validation, deployment, retry, and comparison processes, integrating with Vlocity CLI and Salesforce CLI for org authentication and context.",[196,197,198,199,200],"Vlocity DataPack export, deploy, retry, continue, and diff operations","Job file configuration for scope definition (projectPath, manifest, queries)","Pre-deployment validation with `validateLocalData`","Troubleshooting common DataPack errors and dependency issues","Guidance for CI/CD pipeline integration",[202,203,204,205],"Deploying standard Salesforce metadata using `sf project deploy`","Authoring OmniStudio artifacts like FlexCards or Integration Procedures","Writing Apex or LWC business logic","Managing Product2 EPC bundles directly (delegates to related skills)","3.0.0","4.4.0","Automate complex Salesforce Industries DataPack deployments and migrations, ensuring predictable workflows and efficient error resolution.","The skill is exceptionally well-documented with clear purpose, usage, and troubleshooting guidance. Minor informational finding on implicit parameter documentation.",98,"A high-quality skill for automating Salesforce DataPack deployments with Vlocity Build.",[213,214,215,216,217,218,219],"salesforce","vlocity","deployment","automation","data-packs","ci-cd","omnistudio","global","verified",[223,224,225,226],"Deploying OmniStudio/Vlocity DataPacks between Salesforce orgs","Setting up and managing DataPack CI/CD pipelines","Troubleshooting DataPack migration or deployment errors","Validating local DataPack integrity before deployment",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":242,"testCoverage":244},{"hasLockfile":229},true,1778692084533,{"descriptionLength":232,"readmeSize":233},502,39365,{"closedIssues90d":235,"forks":236,"hasChangelog":237,"manifestVersion":238,"openIssues90d":239,"pushedAt":240,"stars":241},23,93,false,"1.0.0",1,1777303894000,409,{"hasNpmPackage":237,"license":243,"smitheryVerified":237},"MIT",{"hasCi":229,"hasTests":229},{"updatedAt":246},1778692109974,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/sf-vlocity-build-deploy","jaganpro","sf-skills","skill",null,{"evaluate":254,"extract":256},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":255,"targetMarket":220,"tier":221},[213,214,215,216,217,218,219],{"commitSha":257},"HEAD",{"repoId":259},"kd782v4gw3ygzhx6crkvary1xx86nkgy",{"_creationTime":261,"_id":259,"identity":262,"providers":263,"workflow":2003},1778690017215.3635,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":264,"discover":1997,"github":2000},{"commitSha":257,"extensions":265},[266,301,331,400,423,516,677,743,779,877,928,939,962,973,990,1005,1016,1048,1074,1154,1194,1209,1241,1347,1485,1523,1543,1558,1577,1595,1609,1694,1796,1872,1913,1946,1978],{"basePath":267,"description":268,"displayName":269,"installMethods":270,"rationale":271,"selectedPaths":272,"source":300,"sourceLanguage":18,"type":251},"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",[273,276,279,281,284,286,288,290,292,294,296,298],{"path":274,"priority":275},"SKILL.md","mandatory",{"path":277,"priority":278},"README.md","high",{"path":280,"priority":278},"LICENSE",{"path":282,"priority":283},"CREDITS.md","medium",{"path":285,"priority":283},"references/builder-workflow.md",{"path":287,"priority":283},"references/cli-commands.md",{"path":289,"priority":283},"references/custom-lightning-types.md",{"path":291,"priority":283},"references/genaiprompttemplate.md",{"path":293,"priority":283},"references/metadata-reference.md",{"path":295,"priority":283},"references/models-api.md",{"path":297,"priority":283},"references/prompt-templates.md",{"path":299,"priority":283},"references/scoring-rubric.md","rule",{"basePath":302,"description":303,"displayName":304,"installMethods":305,"rationale":306,"selectedPaths":307,"source":300,"sourceLanguage":18,"type":251},"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",[308,309,310,311,312,314,316,318,320,322,325,327,329],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":313,"priority":283},"references/apply-grid-examples.md",{"path":315,"priority":283},"references/grid-recipes.md",{"path":317,"priority":283},"references/limitations-and-findings.md",{"path":319,"priority":283},"references/mcp-tool-map.md",{"path":321,"priority":283},"references/windows-and-auth.md",{"path":323,"priority":324},"scripts/grid_api_request.mjs","low",{"path":326,"priority":324},"scripts/grid_rest_utils.mjs",{"path":328,"priority":324},"scripts/grid_smoke_test.mjs",{"path":330,"priority":324},"scripts/worksheet_to_rows.mjs",{"basePath":332,"description":333,"displayName":334,"installMethods":335,"rationale":336,"selectedPaths":337,"source":300,"sourceLanguage":18,"type":251},"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",[338,339,340,341,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":343,"priority":324},"assets/analysis/message-timeline.py",{"path":345,"priority":324},"assets/analysis/session-summary.py",{"path":347,"priority":324},"assets/analysis/step-distribution.py",{"path":349,"priority":324},"assets/queries/interactions.sql",{"path":351,"priority":324},"assets/queries/messages.sql",{"path":353,"priority":324},"assets/queries/sessions.sql",{"path":355,"priority":324},"assets/queries/steps.sql",{"path":357,"priority":283},"references/agent-execution-lifecycle.md",{"path":359,"priority":283},"references/analysis-cookbook.md",{"path":361,"priority":283},"references/analysis-examples.md",{"path":363,"priority":283},"references/auth-setup.md",{"path":365,"priority":283},"references/basic-extraction.md",{"path":367,"priority":283},"references/billing-and-troubleshooting.md",{"path":369,"priority":283},"references/builder-trace-api.md",{"path":371,"priority":283},"references/cli-reference.md",{"path":373,"priority":283},"references/client-demo-queries.md",{"path":375,"priority":283},"references/data-model-reference.md",{"path":377,"priority":283},"references/debugging-sessions.md",{"path":379,"priority":283},"references/filtered-extraction.md",{"path":381,"priority":283},"references/polars-cheatsheet.md",{"path":383,"priority":283},"references/query-patterns.md",{"path":385,"priority":283},"references/troubleshooting.md",{"path":387,"priority":324},"scripts/__init__.py",{"path":389,"priority":324},"scripts/analyzer.py",{"path":391,"priority":324},"scripts/auth.py",{"path":393,"priority":324},"scripts/cli.py",{"path":395,"priority":324},"scripts/datacloud_client.py",{"path":397,"priority":324},"scripts/extractor.py",{"path":399,"priority":324},"scripts/models.py",{"basePath":401,"description":402,"displayName":403,"installMethods":404,"rationale":405,"selectedPaths":406,"source":300,"sourceLanguage":18,"type":251},"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",[407,408,409,410,411,413,415,417,419,421],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":412,"priority":324},"assets/persona-encoding-template.md",{"path":414,"priority":324},"assets/persona-template.md",{"path":416,"priority":324},"assets/sample-dialog-template.md",{"path":418,"priority":283},"references/persona-encoding-guide-voice.md",{"path":420,"priority":283},"references/persona-encoding-guide.md",{"path":422,"priority":283},"references/persona-framework.md",{"basePath":424,"description":425,"displayName":426,"installMethods":427,"rationale":428,"selectedPaths":429,"source":300,"sourceLanguage":18,"type":251},"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",[430,431,432,433,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,477,479,481,483,485,487,489,491,493,495,497,499,501,503,504,506,508,510,512,514],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":435,"priority":324},"assets/agentscript-test-spec.yaml",{"path":437,"priority":324},"assets/basic-test-spec.yaml",{"path":439,"priority":324},"assets/cli-auth-guardrail-tests.yaml",{"path":441,"priority":324},"assets/cli-deep-history-tests.yaml",{"path":443,"priority":324},"assets/comprehensive-test-spec.yaml",{"path":445,"priority":324},"assets/context-vars-test-spec.yaml",{"path":447,"priority":324},"assets/custom-eval-test-spec.yaml",{"path":449,"priority":324},"assets/escalation-tests.yaml",{"path":451,"priority":324},"assets/guardrail-tests.yaml",{"path":453,"priority":324},"assets/multi-turn-agentscript-comprehensive.yaml",{"path":455,"priority":324},"assets/multi-turn-comprehensive.yaml",{"path":457,"priority":324},"assets/multi-turn-context-preservation.yaml",{"path":459,"priority":324},"assets/multi-turn-escalation-flows.yaml",{"path":461,"priority":324},"assets/multi-turn-topic-routing.yaml",{"path":463,"priority":324},"assets/standard-test-spec.yaml",{"path":465,"priority":324},"assets/test-plan-template.yaml",{"path":467,"priority":283},"references/agent-api-reference.md",{"path":469,"priority":283},"references/agentic-fix-loops.md",{"path":471,"priority":283},"references/agentscript-agents.md",{"path":473,"priority":283},"references/agentscript-testing-patterns.md",{"path":475,"priority":283},"references/automated-testing.md",{"path":287,"priority":283},{"path":478,"priority":283},"references/cli-testing-details.md",{"path":480,"priority":283},"references/connected-app-setup.md",{"path":482,"priority":283},"references/coverage-analysis.md",{"path":484,"priority":283},"references/credential-convention.md",{"path":486,"priority":283},"references/deep-conversation-history-patterns.md",{"path":488,"priority":283},"references/eca-setup-guide.md",{"path":490,"priority":283},"references/execution-protocol.md",{"path":492,"priority":283},"references/interview-wizard.md",{"path":494,"priority":283},"references/key-insights.md",{"path":496,"priority":283},"references/known-issues.md",{"path":498,"priority":283},"references/multi-turn-execution.md",{"path":500,"priority":283},"references/multi-turn-testing.md",{"path":502,"priority":283},"references/results-scoring.md",{"path":299,"priority":283},{"path":505,"priority":283},"references/swarm-execution.md",{"path":507,"priority":283},"references/test-plan-format.md",{"path":509,"priority":283},"references/test-spec-reference.md",{"path":511,"priority":283},"references/test-templates.md",{"path":513,"priority":283},"references/topic-name-resolution.md",{"path":515,"priority":283},"references/trace-analysis.md",{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":300,"sourceLanguage":18,"type":251},"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",[523,524,525,526,527,529,531,533,535,537,539,541,543,545,547,549,551,553,555,557,559,561,563,565,567,569,571,573,575,577,579,581,583,585,587,589,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,646,648,650,652,654,656,658,660,661,663,665,667,669,671,673,675],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":528,"priority":283},"VALIDATION.md",{"path":530,"priority":324},"assets/README.md",{"path":532,"priority":324},"assets/agents/README.md",{"path":534,"priority":324},"assets/agents/hello-world-employee.agent",{"path":536,"priority":324},"assets/agents/hello-world.agent",{"path":538,"priority":324},"assets/agents/multi-topic.agent",{"path":540,"priority":324},"assets/agents/production-faq.agent",{"path":542,"priority":324},"assets/agents/production-faq.bundle-meta.xml",{"path":544,"priority":324},"assets/agents/simple-qa.agent",{"path":546,"priority":324},"assets/apex/models-api-queueable.cls",{"path":548,"priority":324},"assets/bundle-meta.xml",{"path":550,"priority":324},"assets/components/apex-action.agent",{"path":552,"priority":324},"assets/components/error-handling.agent",{"path":554,"priority":324},"assets/components/escalation-setup.agent",{"path":556,"priority":324},"assets/components/flow-action.agent",{"path":558,"priority":324},"assets/components/n-ary-conditions.agent",{"path":560,"priority":324},"assets/components/topic-with-actions.agent",{"path":562,"priority":324},"assets/deterministic-routing.agent",{"path":564,"priority":324},"assets/escalation-pattern.agent",{"path":566,"priority":324},"assets/flow-action-lookup.agent",{"path":568,"priority":324},"assets/hub-and-spoke.agent",{"path":570,"priority":324},"assets/metadata/basic-genai-prompt-template.genAiPromptTemplate-meta.xml",{"path":572,"priority":324},"assets/metadata/genai-function-apex.xml",{"path":574,"priority":324},"assets/metadata/genai-function-flow.xml",{"path":576,"priority":324},"assets/metadata/genai-plugin.xml",{"path":578,"priority":324},"assets/metadata/http-callout-flow.flow-meta.xml",{"path":580,"priority":324},"assets/metadata/record-grounded-genai-prompt-template.genAiPromptTemplate-meta.xml",{"path":582,"priority":324},"assets/minimal-starter.agent",{"path":584,"priority":324},"assets/patterns/README.md",{"path":586,"priority":324},"assets/patterns/action-callbacks.agent",{"path":588,"priority":324},"assets/patterns/advanced-input-bindings.agent",{"path":590,"priority":324},"assets/patterns/bidirectional-routing.agent",{"path":592,"priority":324},"assets/patterns/critical-input-collection.agent",{"path":594,"priority":324},"assets/patterns/delegation-routing.agent",{"path":596,"priority":324},"assets/patterns/lifecycle-events.agent",{"path":598,"priority":324},"assets/patterns/llm-controlled-actions.agent",{"path":600,"priority":324},"assets/patterns/multi-step-workflow.agent",{"path":602,"priority":324},"assets/patterns/open-gate-routing.agent",{"path":604,"priority":324},"assets/patterns/procedural-instructions.agent",{"path":606,"priority":324},"assets/patterns/prompt-template-action.agent",{"path":608,"priority":324},"assets/patterns/system-instruction-overrides.agent",{"path":610,"priority":324},"assets/prompt-rag-search.agent",{"path":612,"priority":324},"assets/validation-profiles.json",{"path":614,"priority":324},"assets/verification-gate.agent",{"path":616,"priority":283},"references/action-patterns.md",{"path":618,"priority":283},"references/action-prompt-templates.md",{"path":620,"priority":283},"references/actions-reference.md",{"path":622,"priority":283},"references/activation-checklist.md",{"path":624,"priority":283},"references/agent-user-setup.md",{"path":626,"priority":283},"references/architecture-patterns.md",{"path":628,"priority":283},"references/asset-validation-profiles.md",{"path":630,"priority":283},"references/cli-guide.md",{"path":632,"priority":283},"references/complex-data-types.md",{"path":634,"priority":283},"references/customer-web-client.md",{"path":636,"priority":283},"references/debugging-guide.md",{"path":638,"priority":283},"references/feature-validity.md",{"path":640,"priority":283},"references/fsm-architecture.md",{"path":642,"priority":283},"references/grounding-multiagent.md",{"path":644,"priority":283},"references/instruction-resolution.md",{"path":496,"priority":283},{"path":647,"priority":283},"references/metadata-lifecycle.md",{"path":649,"priority":283},"references/migration-guide.md",{"path":651,"priority":283},"references/minimal-examples.md",{"path":653,"priority":283},"references/official-sources.md",{"path":655,"priority":283},"references/patterns-quick-ref.md",{"path":657,"priority":283},"references/preview-test-loop.md",{"path":659,"priority":283},"references/production-gotchas.md",{"path":299,"priority":283},{"path":662,"priority":283},"references/sources.md",{"path":664,"priority":283},"references/syntax-reference.md",{"path":666,"priority":283},"references/testing-guide.md",{"path":668,"priority":283},"references/upstream-recipes-audit.md",{"path":670,"priority":283},"references/validator-rule-catalog.md",{"path":672,"priority":283},"references/validator-test-matrix.md",{"path":674,"priority":283},"references/version-history.md",{"path":676,"priority":324},"scripts/validate-asset-profiles.py",{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":300,"sourceLanguage":18,"type":251},"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",[684,685,686,687,689,691,693,695,697,699,701,703,705,707,709,711,713,715,717,719,721,723,725,727,729,731,733,735,736,738,740,742],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":688,"priority":324},"assets/apex-class.cls",{"path":690,"priority":324},"assets/batch.cls",{"path":692,"priority":324},"assets/invocable-method.cls",{"path":694,"priority":324},"assets/queueable.cls",{"path":696,"priority":324},"assets/selector.cls",{"path":698,"priority":324},"assets/service.cls",{"path":700,"priority":324},"assets/test-class.cls",{"path":702,"priority":324},"assets/test-data-factory.cls",{"path":704,"priority":324},"assets/trigger-action.cls",{"path":706,"priority":324},"assets/trigger.trigger",{"path":708,"priority":283},"references/anti-patterns.md",{"path":710,"priority":283},"references/automation-density-guide.md",{"path":712,"priority":283},"references/best-practices.md",{"path":714,"priority":283},"references/bulkification-guide.md",{"path":716,"priority":283},"references/code-review-checklist.md",{"path":718,"priority":283},"references/code-smells-guide.md",{"path":720,"priority":283},"references/design-patterns.md",{"path":722,"priority":283},"references/flow-integration.md",{"path":724,"priority":283},"references/llm-anti-patterns.md",{"path":726,"priority":283},"references/naming-conventions.md",{"path":728,"priority":283},"references/patterns-deep-dive.md",{"path":730,"priority":283},"references/security-guide.md",{"path":732,"priority":283},"references/security-quick-reference.md",{"path":734,"priority":283},"references/solid-principles.md",{"path":666,"priority":283},{"path":737,"priority":283},"references/testing-patterns.md",{"path":739,"priority":283},"references/triangle-pattern.md",{"path":741,"priority":283},"references/trigger-actions-framework.md",{"path":385,"priority":283},{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":300,"sourceLanguage":18,"type":251},"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",[750,751,752,753,754,756,758,760,762,764,766,768,770,772,773,775,777],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":755,"priority":324},"assets/connected-app-basic.xml",{"path":757,"priority":324},"assets/connected-app-canvas.xml",{"path":759,"priority":324},"assets/connected-app-jwt.xml",{"path":761,"priority":324},"assets/connected-app-oauth.xml",{"path":763,"priority":324},"assets/eca-global-oauth.xml",{"path":765,"priority":324},"assets/eca-oauth-settings.xml",{"path":767,"priority":324},"assets/eca-policies.xml",{"path":769,"priority":324},"assets/external-client-app.xml",{"path":771,"priority":283},"references/example-usage.md",{"path":649,"priority":283},{"path":774,"priority":283},"references/oauth-flows-reference.md",{"path":776,"priority":283},"references/security-checklist.md",{"path":778,"priority":283},"references/testing-validation-guide.md",{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":300,"sourceLanguage":18,"type":251},"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",[786,787,788,789,791,793,795,797,799,801,803,805,807,809,811,813,815,817,819,821,823,825,827,829,831,833,835,837,839,841,843,845,847,849,851,853,855,857,859,861,863,865,867,869,871,873,875],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":790,"priority":324},"assets/bulk/bulk-insert-10000.apex",{"path":792,"priority":324},"assets/bulk/bulk-insert-200.apex",{"path":794,"priority":324},"assets/bulk/bulk-insert-500.apex",{"path":796,"priority":324},"assets/bulk/bulk-upsert-external-id.apex",{"path":798,"priority":324},"assets/cleanup/delete-by-created-date.apex",{"path":800,"priority":324},"assets/cleanup/delete-by-name.apex",{"path":802,"priority":324},"assets/cleanup/delete-test-data.apex",{"path":804,"priority":324},"assets/cleanup/rollback-transaction.apex",{"path":806,"priority":324},"assets/csv/account-import.csv",{"path":808,"priority":324},"assets/csv/contact-import.csv",{"path":810,"priority":324},"assets/csv/custom-object-import.csv",{"path":812,"priority":324},"assets/csv/opportunity-import.csv",{"path":814,"priority":324},"assets/factories/account-factory.apex",{"path":816,"priority":324},"assets/factories/case-factory.apex",{"path":818,"priority":324},"assets/factories/contact-factory.apex",{"path":820,"priority":324},"assets/factories/custom-object-factory.apex",{"path":822,"priority":324},"assets/factories/event-factory.apex",{"path":824,"priority":324},"assets/factories/hierarchy-factory.apex",{"path":826,"priority":324},"assets/factories/lead-factory.apex",{"path":828,"priority":324},"assets/factories/opportunity-factory.apex",{"path":830,"priority":324},"assets/factories/task-factory.apex",{"path":832,"priority":324},"assets/factories/user-factory.apex",{"path":834,"priority":324},"assets/json/account-contact-tree.json",{"path":836,"priority":324},"assets/json/account-opportunity-tree.json",{"path":838,"priority":324},"assets/json/full-hierarchy-tree.json",{"path":840,"priority":324},"assets/soql/aggregate.soql",{"path":842,"priority":324},"assets/soql/child-to-parent.soql",{"path":844,"priority":324},"assets/soql/parent-to-child.soql",{"path":846,"priority":324},"assets/soql/polymorphic.soql",{"path":848,"priority":324},"assets/soql/subquery.soql",{"path":850,"priority":283},"references/anonymous-apex-guide.md",{"path":852,"priority":283},"references/bulk-operations-guide.md",{"path":854,"priority":283},"references/bulk-testing-example.md",{"path":856,"priority":283},"references/cleanup-rollback-example.md",{"path":858,"priority":283},"references/cleanup-rollback-guide.md",{"path":860,"priority":283},"references/crud-workflow-example.md",{"path":862,"priority":283},"references/governor-limits-reference.md",{"path":864,"priority":283},"references/orchestration.md",{"path":866,"priority":283},"references/relationship-query-examples.md",{"path":868,"priority":283},"references/sf-cli-data-commands.md",{"path":870,"priority":283},"references/soql-relationship-guide.md",{"path":872,"priority":283},"references/test-data-best-practices.md",{"path":874,"priority":283},"references/test-data-factory-usage.md",{"path":876,"priority":283},"references/test-data-patterns.md",{"basePath":878,"description":879,"displayName":880,"installMethods":881,"rationale":882,"selectedPaths":883,"source":300,"sourceLanguage":18,"type":251},"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",[884,885,886,887,888,890,892,894,896,898,900,902,904,906,908,910,912,914,916,918,920,922,924,926],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":889,"priority":283},"UPSTREAM.md",{"path":891,"priority":324},"assets/definitions/activation-target.template.json",{"path":893,"priority":324},"assets/definitions/activation.template.json",{"path":895,"priority":324},"assets/definitions/calculated-insight.template.json",{"path":897,"priority":324},"assets/definitions/data-action-target.template.json",{"path":899,"priority":324},"assets/definitions/data-action.template.json",{"path":901,"priority":324},"assets/definitions/data-graph.template.json",{"path":903,"priority":324},"assets/definitions/data-stream.template.json",{"path":905,"priority":324},"assets/definitions/dmo.template.json",{"path":907,"priority":324},"assets/definitions/identity-resolution.template.json",{"path":909,"priority":324},"assets/definitions/mapping.template.json",{"path":911,"priority":324},"assets/definitions/relationship.template.json",{"path":913,"priority":324},"assets/definitions/search-index.template.json",{"path":915,"priority":324},"assets/definitions/segment.template.json",{"path":917,"priority":283},"references/feature-readiness.md",{"path":919,"priority":283},"references/plugin-setup.md",{"path":921,"priority":324},"scripts/bootstrap-plugin.sh",{"path":923,"priority":324},"scripts/diagnose-org.mjs",{"path":925,"priority":324},"scripts/generate-manifest.mjs",{"path":927,"priority":324},"scripts/verify-plugin.sh",{"basePath":929,"description":930,"displayName":931,"installMethods":932,"rationale":933,"selectedPaths":934,"source":300,"sourceLanguage":18,"type":251},"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",[935,936,937,938],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":300,"sourceLanguage":18,"type":251},"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",[946,947,948,949,950,952,954,956,958,960],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":951,"priority":324},"examples/connections/heroku-postgres.json",{"path":953,"priority":324},"examples/connections/ingest-api-connection.json",{"path":955,"priority":324},"examples/connections/ingest-api-schema.json",{"path":957,"priority":324},"examples/connections/redshift.json",{"path":959,"priority":324},"examples/connections/sharepoint-unstructured.json",{"path":961,"priority":324},"examples/connections/snowflake-connection.json",{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":300,"sourceLanguage":18,"type":251},"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",[969,970,971,972],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"basePath":974,"description":975,"displayName":976,"installMethods":977,"rationale":978,"selectedPaths":979,"source":300,"sourceLanguage":18,"type":251},"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",[980,981,982,983,984,986,988],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":985,"priority":324},"examples/ingestion-api/.env.example",{"path":987,"priority":324},"examples/ingestion-api/README.md",{"path":989,"priority":324},"examples/ingestion-api/send-data.py",{"basePath":991,"description":992,"displayName":993,"installMethods":994,"rationale":995,"selectedPaths":996,"source":300,"sourceLanguage":18,"type":251},"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",[997,998,999,1000,1001,1003],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1002,"priority":324},"examples/search-indexes/hybrid-structured.json",{"path":1004,"priority":324},"examples/search-indexes/vector-knowledge.json",{"basePath":1006,"description":1007,"displayName":1008,"installMethods":1009,"rationale":1010,"selectedPaths":1011,"source":300,"sourceLanguage":18,"type":251},"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",[1012,1013,1014,1015],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":300,"sourceLanguage":18,"type":251},"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",[1023,1024,1025,1026,1028,1030,1032,1034,1036,1038,1040,1041,1043,1045,1047],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1027,"priority":324},"assets/benchmarking-template.cls",{"path":1029,"priority":324},"assets/cpu-heap-optimization.cls",{"path":1031,"priority":324},"assets/dml-in-loop-fix.cls",{"path":1033,"priority":324},"assets/null-pointer-fix.cls",{"path":1035,"priority":324},"assets/soql-in-loop-fix.cls",{"path":1037,"priority":283},"references/analysis-playbook.md",{"path":1039,"priority":283},"references/benchmarking-guide.md",{"path":287,"priority":283},{"path":1042,"priority":283},"references/common-issues.md",{"path":1044,"priority":283},"references/debug-log-reference.md",{"path":1046,"priority":283},"references/log-analysis-tools.md",{"path":299,"priority":283},{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":300,"sourceLanguage":18,"type":251},"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",[1055,1056,1057,1058,1059,1061,1063,1065,1067,1069,1071,1072],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1060,"priority":324},"assets/destructiveChanges.xml",{"path":1062,"priority":324},"assets/package.xml",{"path":1064,"priority":283},"references/agent-deployment-guide.md",{"path":1066,"priority":283},"references/deploy.sh",{"path":1068,"priority":283},"references/deployment-report-template.md",{"path":1070,"priority":283},"references/deployment-workflows.md",{"path":864,"priority":283},{"path":1073,"priority":283},"references/trigger-deployment-safety.md",{"basePath":1075,"description":1076,"displayName":1077,"installMethods":1078,"rationale":1079,"selectedPaths":1080,"source":300,"sourceLanguage":18,"type":251},"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",[1081,1082,1083,1084,1086,1088,1090,1092,1094,1096,1098,1100,1102,1104,1106,1108,1110,1112,1114,1116,1118,1120,1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146,1148,1150,1152],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1085,"priority":324},"assets/agentforce/agent-flow.md",{"path":1087,"priority":324},"assets/architecture/system-landscape.md",{"path":1089,"priority":324},"assets/datamodel/b2b-commerce-erd.md",{"path":1091,"priority":324},"assets/datamodel/campaigns-erd.md",{"path":1093,"priority":324},"assets/datamodel/consent-erd.md",{"path":1095,"priority":324},"assets/datamodel/files-erd.md",{"path":1097,"priority":324},"assets/datamodel/forecasting-erd.md",{"path":1099,"priority":324},"assets/datamodel/fsl-erd.md",{"path":1101,"priority":324},"assets/datamodel/party-model-erd.md",{"path":1103,"priority":324},"assets/datamodel/quote-order-erd.md",{"path":1105,"priority":324},"assets/datamodel/revenue-cloud-erd.md",{"path":1107,"priority":324},"assets/datamodel/sales-cloud-erd.md",{"path":1109,"priority":324},"assets/datamodel/salesforce-erd.md",{"path":1111,"priority":324},"assets/datamodel/scheduler-erd.md",{"path":1113,"priority":324},"assets/datamodel/service-cloud-erd.md",{"path":1115,"priority":324},"assets/datamodel/territory-management-erd.md",{"path":1117,"priority":324},"assets/integration/api-sequence.md",{"path":1119,"priority":324},"assets/oauth/authorization-code-pkce.md",{"path":1121,"priority":324},"assets/oauth/authorization-code.md",{"path":1123,"priority":324},"assets/oauth/client-credentials.md",{"path":1125,"priority":324},"assets/oauth/device-authorization.md",{"path":1127,"priority":324},"assets/oauth/jwt-bearer.md",{"path":1129,"priority":324},"assets/oauth/refresh-token.md",{"path":1131,"priority":324},"assets/oauth/user-agent-social-sign-on.md",{"path":1133,"priority":324},"assets/role-hierarchy/user-hierarchy.md",{"path":1135,"priority":283},"references/color-palette.md",{"path":1137,"priority":283},"references/diagram-conventions.md",{"path":1139,"priority":283},"references/erd-conventions.md",{"path":1141,"priority":283},"references/mermaid-reference.md",{"path":1143,"priority":283},"references/mermaid-styling.md",{"path":1145,"priority":283},"references/preview-guide.md",{"path":1147,"priority":283},"references/usage-examples.md",{"path":1149,"priority":324},"scripts/README.md",{"path":1151,"priority":324},"scripts/mermaid_preview.py",{"path":1153,"priority":324},"scripts/query-org-metadata.py",{"basePath":1155,"description":1156,"displayName":1157,"installMethods":1158,"rationale":1159,"selectedPaths":1160,"source":300,"sourceLanguage":18,"type":251},"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",[1161,1162,1163,1164,1166,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1165,"priority":324},"assets/architecture/integration-flow.md",{"path":1167,"priority":324},"assets/erd/core-objects.md",{"path":1169,"priority":324},"assets/erd/custom-objects.md",{"path":1171,"priority":324},"assets/lwc/dashboard-card.md",{"path":1173,"priority":324},"assets/lwc/data-table.md",{"path":1175,"priority":324},"assets/lwc/record-form.md",{"path":1177,"priority":324},"assets/review/apex-review.md",{"path":1179,"priority":324},"assets/review/lwc-review.md",{"path":1181,"priority":283},"references/architect-aesthetic-guide.md",{"path":1183,"priority":283},"references/examples-index.md",{"path":1185,"priority":283},"references/gemini-cli-setup.md",{"path":1187,"priority":283},"references/interview-questions.md",{"path":1189,"priority":283},"references/iteration-workflow.md",{"path":1191,"priority":324},"scripts/check-prerequisites.sh",{"path":1193,"priority":324},"scripts/generate_image.py",{"basePath":1195,"description":1196,"displayName":1197,"installMethods":1198,"rationale":1199,"selectedPaths":1200,"source":300,"sourceLanguage":18,"type":251},"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",[1201,1202,1203,1205,1207],{"path":274,"priority":275},{"path":277,"priority":278},{"path":1204,"priority":324},"scripts/extract_help_salesforce.py",{"path":1206,"priority":324},"scripts/extract_salesforce_doc.py",{"path":1208,"priority":324},"scripts/runtime_bootstrap.py",{"basePath":1210,"description":1211,"displayName":1212,"installMethods":1213,"rationale":1214,"selectedPaths":1215,"source":300,"sourceLanguage":18,"type":251},"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",[1216,1217,1218,1219,1220,1222,1224,1226,1228,1230,1232,1234,1236,1238,1240],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1221,"priority":324},"assets/calculators/flex_calculator.py",{"path":1223,"priority":324},"assets/calculators/tier_multiplier.py",{"path":1225,"priority":324},"assets/templates/basic-agent-template.json",{"path":1227,"priority":324},"assets/templates/data-cloud-template.json",{"path":1229,"priority":324},"assets/templates/hybrid-agent-template.json",{"path":1231,"priority":283},"references/agentforce-pricing.md",{"path":1233,"priority":283},"references/calculation-methodology.md",{"path":1235,"priority":283},"references/common-use-cases.md",{"path":1237,"priority":283},"references/data-cloud-pricing.md",{"path":1239,"priority":283},"references/edge-cases.md",{"path":299,"priority":283},{"basePath":1242,"description":1243,"displayName":1244,"installMethods":1245,"rationale":1246,"selectedPaths":1247,"source":300,"sourceLanguage":18,"type":251},"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",[1248,1249,1250,1251,1252,1254,1256,1258,1260,1262,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288,1290,1292,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328,1329,1331,1333,1335,1337,1338,1340,1341,1343,1345],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1253,"priority":324},"assets/ai-decision-template.xml",{"path":1255,"priority":324},"assets/apex-action-template.xml",{"path":1257,"priority":324},"assets/architecture-review-template.md",{"path":1259,"priority":324},"assets/autolaunched-flow-template.xml",{"path":1261,"priority":324},"assets/bypass-check-decision.xml",{"path":1263,"priority":324},"assets/elements/get-records-pattern.xml",{"path":1265,"priority":324},"assets/elements/loop-pattern.xml",{"path":1267,"priority":324},"assets/elements/record-delete-pattern.xml",{"path":1269,"priority":324},"assets/elements/transform-pattern.xml",{"path":1271,"priority":324},"assets/flow-documentation-template.md",{"path":1273,"priority":324},"assets/platform-event-flow-template.xml",{"path":1275,"priority":324},"assets/record-triggered-after-save.xml",{"path":1277,"priority":324},"assets/record-triggered-before-delete.xml",{"path":1279,"priority":324},"assets/record-triggered-before-save.xml",{"path":1281,"priority":324},"assets/scheduled-flow-template.xml",{"path":1283,"priority":324},"assets/screen-flow-template.xml",{"path":1285,"priority":324},"assets/screen-flow-with-lwc.xml",{"path":1287,"priority":324},"assets/subflows/subflow-bulk-updater.xml",{"path":1289,"priority":324},"assets/subflows/subflow-dml-rollback.xml",{"path":1291,"priority":324},"assets/subflows/subflow-email-alert.xml",{"path":1293,"priority":324},"assets/subflows/subflow-error-logger.xml",{"path":1295,"priority":324},"assets/subflows/subflow-query-with-retry.xml",{"path":1297,"priority":324},"assets/subflows/subflow-record-validator.xml",{"path":1299,"priority":324},"assets/wait-template.xml",{"path":1301,"priority":283},"references/agentforce-flow-integration.md",{"path":1303,"priority":283},"references/ai-decision-guide.md",{"path":1305,"priority":283},"references/error-logging-example.md",{"path":1307,"priority":283},"references/flow-best-practices.md",{"path":1309,"priority":283},"references/flow-quick-reference.md",{"path":1311,"priority":283},"references/form-building-guide.md",{"path":1313,"priority":283},"references/governance-checklist.md",{"path":1315,"priority":283},"references/integration-patterns.md",{"path":1317,"priority":283},"references/lwc-integration-guide.md",{"path":1319,"priority":283},"references/multi-step-dml-rollback-example.md",{"path":1321,"priority":283},"references/orchestration-conditional.md",{"path":1323,"priority":283},"references/orchestration-guide.md",{"path":1325,"priority":283},"references/orchestration-parent-child.md",{"path":1327,"priority":283},"references/orchestration-sequential.md",{"path":864,"priority":283},{"path":1330,"priority":283},"references/record-trigger-example.md",{"path":1332,"priority":283},"references/screen-flow-example.md",{"path":1334,"priority":283},"references/subflow-library.md",{"path":1336,"priority":283},"references/testing-checklist.md",{"path":666,"priority":283},{"path":1339,"priority":283},"references/transform-vs-loop-guide.md",{"path":739,"priority":283},{"path":1342,"priority":283},"references/wait-patterns.md",{"path":1344,"priority":283},"references/xml-gotchas.md",{"path":1346,"priority":324},"scripts/doc_generator.py",{"basePath":1348,"description":1349,"displayName":1350,"installMethods":1351,"rationale":1352,"selectedPaths":1353,"source":300,"sourceLanguage":18,"type":251},"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",[1354,1355,1356,1357,1358,1360,1362,1364,1366,1368,1370,1372,1374,1376,1378,1380,1382,1384,1386,1388,1390,1392,1394,1396,1398,1400,1402,1404,1406,1408,1410,1412,1414,1416,1418,1420,1422,1424,1426,1428,1430,1432,1434,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1359,"priority":324},"assets/attribute-assignment-template.json",{"path":1361,"priority":324},"assets/compiled-attribute-overrides-template.json",{"path":1363,"priority":324},"assets/decomposition-relationships-template.json",{"path":1365,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_AttributeAssignments.json",{"path":1367,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_CompiledAttributeOverrides.json",{"path":1369,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_DataPack.json",{"path":1371,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_DecompositionRelationships.json",{"path":1373,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ObjectFieldAttributes.json",{"path":1375,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_OrchestrationScenarios.json",{"path":1377,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_OverrideDefinitions.json",{"path":1379,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ParentKeys.json",{"path":1381,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_PriceListEntries.json",{"path":1383,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_PricebookEntries.json",{"path":1385,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_ProductChildItems.json",{"path":1387,"priority":324},"assets/examples/business-internet-premium-fttc-simple-offer/Business-Internet-Premium-FTTC_RuleAssignments.json",{"path":1389,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_AttributeAssignments.json",{"path":1391,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_DataPack.json",{"path":1393,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_DecompositionRelationships.json",{"path":1395,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ObjectFieldAttributes.json",{"path":1397,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_OrchestrationScenarios.json",{"path":1399,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ParentKeys.json",{"path":1401,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_PriceListEntries.json",{"path":1403,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_PricebookEntries.json",{"path":1405,"priority":324},"assets/examples/business-internet-pro-vpl-simple-offer/Business-Internet-Pro-VPL_ProductChildItems.json",{"path":1407,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_AttributeAssignments.json",{"path":1409,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_DataPack.json",{"path":1411,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_DecompositionRelationships.json",{"path":1413,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ObjectFieldAttributes.json",{"path":1415,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_OrchestrationScenarios.json",{"path":1417,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ParentKeys.json",{"path":1419,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_PriceListEntries.json",{"path":1421,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_PricebookEntries.json",{"path":1423,"priority":324},"assets/examples/samsung-galaxy-s22-bundle/Samsung-Galaxy-S22-Bundle_ProductChildItems.json",{"path":1425,"priority":324},"assets/examples/static-ip-simple-offer/Static-IP_AttributeAssignments.json",{"path":1427,"priority":324},"assets/examples/static-ip-simple-offer/Static-IP_DataPack.json",{"path":1429,"priority":324},"assets/examples/static-ip-simple-offer/Static-IP_DecompositionRelationships.json",{"path":1431,"priority":324},"assets/examples/static-ip-simple-offer/Static-IP_ObjectFieldAttributes.json",{"path":1433,"priority":324},"assets/examples/static-ip-simple-offer/Static-IP_ParentKeys.json",{"path":1435,"priority":324},"assets/examples/static-ip-simple-offer/Static-IP_PriceListEntries.json",{"path":1437,"priority":324},"assets/examples/static-ip-simple-offer/Static-IP_PricebookEntries.json",{"path":1439,"priority":324},"assets/examples/static-ip-simple-offer/Static-IP_ProductChildItems.json",{"path":1441,"priority":324},"assets/object-field-attributes-template.json",{"path":1443,"priority":324},"assets/orchestration-scenarios-template.json",{"path":1445,"priority":324},"assets/override-definitions-template.json",{"path":1447,"priority":324},"assets/parent-keys-template.json",{"path":1449,"priority":324},"assets/price-list-entries-template.json",{"path":1451,"priority":324},"assets/pricebook-entries-template.json",{"path":1453,"priority":324},"assets/product-child-item-template.json",{"path":1455,"priority":324},"assets/product2-offer-template.json",{"path":1457,"priority":324},"examples/.gitkeep",{"path":1459,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_AttributeAssignments.json",{"path":1461,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_CompiledAttributeOverrides.json",{"path":1463,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_DataPack.json",{"path":1465,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_DecompositionRelationships.json",{"path":1467,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_ObjectFieldAttributes.json",{"path":1469,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_OrchestrationScenarios.json",{"path":1471,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_OverrideDefinitions.json",{"path":1473,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_ParentKeys.json",{"path":1475,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_PriceListEntries.json",{"path":1477,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_PricebookEntries.json",{"path":1479,"priority":324},"examples/business-internet-plus-bundle/Business-Internet-Plus_ProductChildItems.json",{"path":1481,"priority":324},"examples/business-internet-plus-bundle/TRANSCRIPT.md",{"path":1483,"priority":283},"references/epc-field-guide.md",{"path":726,"priority":283},{"basePath":1486,"description":1487,"displayName":1488,"installMethods":1489,"rationale":1490,"selectedPaths":1491,"source":300,"sourceLanguage":18,"type":251},"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",[1492,1493,1494,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1496,"priority":324},"examples/Test_QuoteByProductCallable/IndustriesCallableException.cls",{"path":1498,"priority":324},"examples/Test_QuoteByProductCallable/Industries_QuoteByProductCallable.cls",{"path":1500,"priority":324},"examples/Test_QuoteByProductCallable/Industries_QuoteByProductCallableTest.cls",{"path":1502,"priority":324},"examples/Test_QuoteByProductCallable/TRANSCRIPT.md",{"path":1504,"priority":324},"examples/Test_VlocityOpenInterface2Conversion/IndustriesCallableException.cls",{"path":1506,"priority":324},"examples/Test_VlocityOpenInterface2Conversion/MyCustomCallable.cls",{"path":1508,"priority":324},"examples/Test_VlocityOpenInterface2Conversion/MyCustomCallableTest.cls",{"path":1510,"priority":324},"examples/Test_VlocityOpenInterface2Conversion/MyCustomRemoteClass.cls",{"path":1512,"priority":324},"examples/Test_VlocityOpenInterface2Conversion/TRANSCRIPT.md",{"path":1514,"priority":324},"examples/Test_VlocityOpenInterfaceConversion/IndustriesCallableException.cls",{"path":1516,"priority":324},"examples/Test_VlocityOpenInterfaceConversion/MyCustomCallable.cls",{"path":1518,"priority":324},"examples/Test_VlocityOpenInterfaceConversion/MyCustomCallableTest.cls",{"path":1520,"priority":324},"examples/Test_VlocityOpenInterfaceConversion/MyCustomVlocityOpenInterface2.cls",{"path":1522,"priority":324},"examples/Test_VlocityOpenInterfaceConversion/TRANSCRIPT.md",{"basePath":1524,"description":1525,"displayName":1526,"installMethods":1527,"rationale":1528,"selectedPaths":1529,"source":300,"sourceLanguage":18,"type":251},"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",[1530,1531,1532,1533,1535,1537,1539,1541,1542],{"path":274,"priority":275},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1534,"priority":324},"assets/omni-data-transform-extract.json",{"path":1536,"priority":324},"assets/omni-data-transform-item.json",{"path":1538,"priority":324},"assets/omni-data-transform-load.json",{"path":1540,"priority":324},"assets/omni-data-transform-transform.json",{"path":712,"priority":283},{"path":726,"priority":283},{"basePath":1544,"description":1545,"displayName":1546,"installMethods":1547,"rationale":1548,"selectedPaths":1549,"source":300,"sourceLanguage":18,"type":251},"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",[1550,1551,1552,1553,1555,1556],{"path":274,"priority":275},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1554,"priority":324},"assets/omni-ui-card.json",{"path":712,"priority":283},{"path":1557,"priority":283},"references/data-binding-guide.md",{"basePath":1559,"description":1560,"displayName":1561,"installMethods":1562,"rationale":1563,"selectedPaths":1564,"source":300,"sourceLanguage":18,"type":251},"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",[1565,1566,1567,1568,1570,1572,1574,1575],{"path":274,"priority":275},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1569,"priority":324},"assets/omni-process-element-dr-extract.json",{"path":1571,"priority":324},"assets/omni-process-element-set-values.json",{"path":1573,"priority":324},"assets/omni-process-ip.json",{"path":712,"priority":283},{"path":1576,"priority":283},"references/element-types.md",{"basePath":1578,"description":1579,"displayName":1580,"installMethods":1581,"rationale":1582,"selectedPaths":1583,"source":300,"sourceLanguage":18,"type":251},"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",[1584,1585,1586,1587,1589,1591,1593,1594],{"path":274,"priority":275},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1588,"priority":324},"assets/omni-process-element-step.json",{"path":1590,"priority":324},"assets/omni-process-element-text-block.json",{"path":1592,"priority":324},"assets/omni-process-omniscript.json",{"path":712,"priority":283},{"path":1576,"priority":283},{"basePath":1596,"description":1597,"displayName":1598,"installMethods":1599,"rationale":1600,"selectedPaths":1601,"source":300,"sourceLanguage":18,"type":251},"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",[1602,1603,1604,1605,1607],{"path":274,"priority":275},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1606,"priority":283},"references/dependency-patterns.md",{"path":1608,"priority":283},"references/namespace-guide.md",{"basePath":1610,"description":1611,"displayName":1612,"installMethods":1613,"rationale":1614,"selectedPaths":1615,"source":300,"sourceLanguage":18,"type":251},"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",[1616,1617,1618,1619,1621,1623,1625,1627,1629,1631,1633,1635,1637,1639,1641,1643,1645,1647,1649,1651,1653,1655,1657,1659,1661,1663,1665,1667,1668,1670,1672,1674,1676,1678,1680,1682,1684,1685,1687,1688,1690,1692],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1620,"priority":324},"assets/callouts/callout-retry-handler.cls",{"path":1622,"priority":324},"assets/callouts/http-response-handler.cls",{"path":1624,"priority":324},"assets/callouts/rest-queueable-callout.cls",{"path":1626,"priority":324},"assets/callouts/rest-sync-callout.cls",{"path":1628,"priority":324},"assets/cdc/cdc-handler.cls",{"path":1630,"priority":324},"assets/cdc/cdc-subscriber-trigger.trigger",{"path":1632,"priority":324},"assets/endpoint-security/example.cspTrustedSite-meta.xml",{"path":1634,"priority":324},"assets/endpoint-security/example.remoteSite-meta.xml",{"path":1636,"priority":324},"assets/external-credentials/jwt-external-credential.externalCredential-meta.xml",{"path":1638,"priority":324},"assets/external-credentials/oauth-external-credential.externalCredential-meta.xml",{"path":1640,"priority":324},"assets/external-services/external-service-operations.md",{"path":1642,"priority":324},"assets/external-services/openapi-registration.externalServiceRegistration-meta.xml",{"path":1644,"priority":324},"assets/named-credentials/certificate-auth.namedCredential-meta.xml",{"path":1646,"priority":324},"assets/named-credentials/custom-auth.namedCredential-meta.xml",{"path":1648,"priority":324},"assets/named-credentials/oauth-client-credentials.namedCredential-meta.xml",{"path":1650,"priority":324},"assets/named-credentials/oauth-jwt-bearer.namedCredential-meta.xml",{"path":1652,"priority":324},"assets/platform-events/event-publisher.cls",{"path":1654,"priority":324},"assets/platform-events/event-subscriber-action.cls",{"path":1656,"priority":324},"assets/platform-events/event-subscriber-trigger.trigger",{"path":1658,"priority":324},"assets/platform-events/platform-event-definition.object-meta.xml",{"path":1660,"priority":324},"assets/soap/soap-callout-service.cls",{"path":1662,"priority":324},"assets/soap/wsdl2apex-guide.md",{"path":1664,"priority":283},"references/callout-patterns.md",{"path":1666,"priority":283},"references/cdc-guide.md",{"path":371,"priority":283},{"path":1669,"priority":283},"references/event-driven-architecture-guide.md",{"path":1671,"priority":283},"references/event-patterns.md",{"path":1673,"priority":283},"references/external-services-guide.md",{"path":1675,"priority":283},"references/messaging-api-v2.md",{"path":1677,"priority":283},"references/named-credentials-automation.md",{"path":1679,"priority":283},"references/named-credentials-guide.md",{"path":1681,"priority":283},"references/platform-events-guide.md",{"path":1683,"priority":283},"references/rest-callout-patterns.md",{"path":299,"priority":283},{"path":1686,"priority":283},"references/security-best-practices.md",{"path":1149,"priority":324},{"path":1689,"priority":324},"scripts/configure-named-credential.sh",{"path":1691,"priority":324},"scripts/set-api-credential.sh",{"path":1693,"priority":324},"scripts/templates/setup-credentials-with-csp.sh",{"basePath":1695,"description":1696,"displayName":1697,"installMethods":1698,"rationale":1699,"selectedPaths":1700,"source":300,"sourceLanguage":18,"type":251},"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",[1701,1702,1703,1704,1706,1708,1710,1712,1714,1716,1718,1720,1722,1724,1726,1728,1730,1732,1734,1736,1738,1740,1742,1744,1746,1748,1750,1752,1754,1756,1758,1760,1762,1764,1766,1768,1770,1772,1773,1775,1777,1779,1781,1783,1785,1787,1789,1791,1793,1795],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1705,"priority":324},"assets/apex-controller/LwcController.cls",{"path":1707,"priority":324},"assets/basic-component/basicComponent.css",{"path":1709,"priority":324},"assets/basic-component/basicComponent.html",{"path":1711,"priority":324},"assets/basic-component/basicComponent.js",{"path":1713,"priority":324},"assets/basic-component/basicComponent.js-meta.xml",{"path":1715,"priority":324},"assets/datatable-component/datatableComponent.html",{"path":1717,"priority":324},"assets/datatable-component/datatableComponent.js",{"path":1719,"priority":324},"assets/flow-screen-component/flowScreenComponent.css",{"path":1721,"priority":324},"assets/flow-screen-component/flowScreenComponent.html",{"path":1723,"priority":324},"assets/flow-screen-component/flowScreenComponent.js",{"path":1725,"priority":324},"assets/flow-screen-component/flowScreenComponent.js-meta.xml",{"path":1727,"priority":324},"assets/form-component/formComponent.html",{"path":1729,"priority":324},"assets/form-component/formComponent.js",{"path":1731,"priority":324},"assets/graphql-component/graphqlComponent.html",{"path":1733,"priority":324},"assets/graphql-component/graphqlComponent.js",{"path":1735,"priority":324},"assets/jest-test/componentName.test.js.example",{"path":1737,"priority":324},"assets/message-channel/RecordSelected.messageChannel-meta.xml",{"path":1739,"priority":324},"assets/message-channel/lmsPublisher.js",{"path":1741,"priority":324},"assets/message-channel/lmsSubscriber.js",{"path":1743,"priority":324},"assets/modal-component/modalComponent.html",{"path":1745,"priority":324},"assets/modal-component/modalComponent.js",{"path":1747,"priority":324},"assets/record-picker/recordPicker.html",{"path":1749,"priority":324},"assets/record-picker/recordPicker.js",{"path":1751,"priority":324},"assets/state-store/store.js",{"path":1753,"priority":324},"assets/typescript-component/typescriptComponent.css",{"path":1755,"priority":324},"assets/typescript-component/typescriptComponent.html",{"path":1757,"priority":324},"assets/typescript-component/typescriptComponent.js-meta.xml",{"path":1759,"priority":324},"assets/typescript-component/typescriptComponent.test.ts.example",{"path":1761,"priority":324},"assets/typescript-component/typescriptComponent.ts",{"path":1763,"priority":324},"assets/workspace-api/workspaceComponent.html",{"path":1765,"priority":324},"assets/workspace-api/workspaceComponent.js",{"path":1767,"priority":283},"references/accessibility-guide.md",{"path":1769,"priority":283},"references/advanced-features.md",{"path":1771,"priority":283},"references/async-notification-patterns.md",{"path":287,"priority":283},{"path":1774,"priority":283},"references/component-patterns.md",{"path":1776,"priority":283},"references/flow-integration-guide.md",{"path":1778,"priority":283},"references/jest-testing.md",{"path":1780,"priority":283},"references/lms-guide.md",{"path":1782,"priority":283},"references/lwc-best-practices.md",{"path":1784,"priority":283},"references/performance-guide.md",{"path":1786,"priority":283},"references/scoring-and-testing.md",{"path":1788,"priority":283},"references/slds-blueprints.json",{"path":1790,"priority":283},"references/slds-design-guide.md",{"path":1792,"priority":283},"references/state-management.md",{"path":1794,"priority":283},"references/template-anti-patterns.md",{"path":739,"priority":283},{"basePath":1797,"description":1798,"displayName":1799,"installMethods":1800,"rationale":1801,"selectedPaths":1802,"source":300,"sourceLanguage":18,"type":251},"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",[1803,1804,1805,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1836,1838,1840,1842,1844,1846,1848,1850,1852,1854,1856,1858,1860,1862,1863,1864,1866,1868,1870],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1807,"priority":324},"assets/fields/checkbox-field.xml",{"path":1809,"priority":324},"assets/fields/currency-field.xml",{"path":1811,"priority":324},"assets/fields/date-field.xml",{"path":1813,"priority":324},"assets/fields/email-field.xml",{"path":1815,"priority":324},"assets/fields/formula-field.xml",{"path":1817,"priority":324},"assets/fields/lookup-field.xml",{"path":1819,"priority":324},"assets/fields/master-detail-field.xml",{"path":1821,"priority":324},"assets/fields/multi-select-picklist.xml",{"path":1823,"priority":324},"assets/fields/number-field.xml",{"path":1825,"priority":324},"assets/fields/phone-field.xml",{"path":1827,"priority":324},"assets/fields/picklist-field.xml",{"path":1829,"priority":324},"assets/fields/rollup-summary-field.xml",{"path":1831,"priority":324},"assets/fields/text-field.xml",{"path":1833,"priority":324},"assets/fields/textarea-field.xml",{"path":1835,"priority":324},"assets/fields/url-field.xml",{"path":1837,"priority":324},"assets/layouts/page-layout.xml",{"path":1839,"priority":324},"assets/objects/custom-object.xml",{"path":1841,"priority":324},"assets/permission-sets/permission-set.xml",{"path":1843,"priority":324},"assets/profiles/profile.xml",{"path":1845,"priority":324},"assets/record-types/record-type.xml",{"path":1847,"priority":324},"assets/validation-rules/validation-rule.xml",{"path":1849,"priority":283},"references/best-practices-scoring.md",{"path":1851,"priority":283},"references/custom-object-example.md",{"path":1853,"priority":283},"references/field-and-cli-reference.md",{"path":1855,"priority":283},"references/field-types-example.md",{"path":1857,"priority":283},"references/field-types-guide.md",{"path":1859,"priority":283},"references/fls-best-practices.md",{"path":1861,"priority":283},"references/metadata-types-reference.md",{"path":726,"priority":283},{"path":864,"priority":283},{"path":1865,"priority":283},"references/permission-set-example.md",{"path":1867,"priority":283},"references/permset-auto-generation.md",{"path":1869,"priority":283},"references/profile-permission-guide.md",{"path":1871,"priority":283},"references/sf-cli-commands.md",{"basePath":1873,"description":1874,"displayName":1875,"installMethods":1876,"rationale":1877,"selectedPaths":1878,"source":300,"sourceLanguage":18,"type":251},"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",[1879,1880,1881,1882,1883,1885,1887,1889,1890,1892,1893,1894,1895,1897,1899,1901,1903,1905,1907,1909,1911],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1884,"priority":283},"references/agent-access-guide.md",{"path":1886,"priority":283},"references/permission-model.md",{"path":1888,"priority":283},"references/soql-reference.md",{"path":1147,"priority":283},{"path":1891,"priority":283},"references/workflow-examples.md",{"path":387,"priority":324},{"path":391,"priority":324},{"path":393,"priority":324},{"path":1896,"priority":324},"scripts/hierarchy_viewer.py",{"path":1898,"priority":324},"scripts/metadata_fetcher.py",{"path":1900,"priority":324},"scripts/permission_detector.py",{"path":1902,"priority":324},"scripts/permission_exporter.py",{"path":1904,"priority":324},"scripts/renderers/__init__.py",{"path":1906,"priority":324},"scripts/renderers/ascii_tree.py",{"path":1908,"priority":324},"scripts/renderers/mermaid.py",{"path":1910,"priority":324},"scripts/tooling_api.py",{"path":1912,"priority":324},"scripts/user_analyzer.py",{"basePath":1914,"description":1915,"displayName":1916,"installMethods":1917,"rationale":1918,"selectedPaths":1919,"source":300,"sourceLanguage":18,"type":251},"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",[1920,1921,1922,1923,1925,1927,1929,1931,1933,1935,1936,1937,1939,1941,1943,1944],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1924,"priority":324},"assets/aggregate-queries.soql",{"path":1926,"priority":324},"assets/basic-queries.soql",{"path":1928,"priority":324},"assets/bulkified-query-pattern.cls",{"path":1930,"priority":324},"assets/optimization-patterns.soql",{"path":1932,"priority":324},"assets/relationship-queries.soql",{"path":1934,"priority":324},"assets/selector-class.cls",{"path":708,"priority":283},{"path":287,"priority":283},{"path":1938,"priority":283},"references/field-coverage-rules.md",{"path":1940,"priority":283},"references/query-optimization.md",{"path":1942,"priority":283},"references/selector-patterns.md",{"path":1888,"priority":283},{"path":1945,"priority":283},"references/soql-syntax-reference.md",{"basePath":1947,"description":1948,"displayName":1949,"installMethods":1950,"rationale":1951,"selectedPaths":1952,"source":300,"sourceLanguage":18,"type":251},"skills/sf-testing","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","sf-testing",{"claudeCode":12},"SKILL.md frontmatter at skills/sf-testing/SKILL.md",[1953,1954,1955,1956,1958,1960,1962,1964,1966,1967,1968,1970,1972,1974,1976],{"path":274,"priority":275},{"path":277,"priority":278},{"path":282,"priority":283},{"path":1957,"priority":324},"assets/basic-test.cls",{"path":1959,"priority":324},"assets/bulk-test.cls",{"path":1961,"priority":324},"assets/dml-mock.cls",{"path":1963,"priority":324},"assets/mock-callout-test.cls",{"path":1965,"priority":324},"assets/stub-provider-example.cls",{"path":702,"priority":324},{"path":287,"priority":283},{"path":1969,"priority":283},"references/mocking-patterns.md",{"path":1971,"priority":283},"references/performance-optimization.md",{"path":1973,"priority":283},"references/test-fix-loop.md",{"path":1975,"priority":283},"references/test-patterns.md",{"path":1977,"priority":283},"references/testing-best-practices.md",{"basePath":248,"description":10,"displayName":13,"installMethods":1979,"rationale":1980,"selectedPaths":1981,"source":300,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/sf-vlocity-build-deploy/SKILL.md",[1982,1983,1984,1985,1986,1987,1989,1991,1993,1995],{"path":274,"priority":275},{"path":277,"priority":278},{"path":280,"priority":278},{"path":282,"priority":283},{"path":1481,"priority":324},{"path":1988,"priority":324},"examples/business-internet-plus-bundle/deploy-business-internet-plus-bundle.yaml",{"path":1990,"priority":324},"examples/business-internet-plus-bundle-deploy/TRANSCRIPT.md",{"path":1992,"priority":324},"examples/business-internet-plus-bundle-deploy/deploy-business-internet-plus-bundle.yaml",{"path":1994,"priority":283},"references/job-file-template.md",{"path":1996,"priority":283},"references/troubleshooting-matrix.md",{"sources":1998},[1999],"manual",{"closedIssues90d":235,"description":2001,"forks":236,"license":243,"openIssues90d":239,"pushedAt":240,"readmeSize":233,"stars":241,"topics":2002},"[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":2004,"discoverAt":2005,"extractAt":2006,"githubAt":2006,"updatedAt":2004},1778691254232,1778690017215,1778691252149,[216,218,217,215,219,213,214],{"evaluatedAt":246,"extractAt":2009,"updatedAt":246},1778691254636,[],[2012,2041,2071,2089,2107,2126],{"_creationTime":2013,"_id":2014,"community":2015,"display":2016,"identity":2022,"providers":2027,"relations":2035,"tags":2037,"workflow":2038},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":2017,"installMethods":2018,"name":2020,"sourceUrl":2021},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":2019},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":2023,"githubOwner":2024,"githubRepo":2025,"locale":18,"slug":2026,"type":251},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":2028,"extract":2034},{"promptVersionExtension":206,"promptVersionScoring":207,"score":2029,"tags":2030,"targetMarket":220,"tier":221},100,[2031,216,2032,2033,218],"github","code-review","maintenance",{"commitSha":257,"license":243},{"repoId":2036},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[216,218,2032,2031,2033],{"evaluatedAt":2039,"extractAt":2040,"updatedAt":2039},1778697688364,1778697652123,{"_creationTime":2042,"_id":2043,"community":2044,"display":2045,"identity":2051,"providers":2056,"relations":2064,"tags":2067,"workflow":2068},1778693180473.13,"k171q6ygmjjyh4tynhnym1v9cn86m7q0",{"reviewCount":8},{"description":2046,"installMethods":2047,"name":2049,"sourceUrl":2050},"Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: \"run azd up\", \"run azd deploy\", \"execute deployment\", \"push to production\", \"push to cloud\", \"go live\", \"ship it\", \"bicep deploy\", \"terraform apply\", \"publish to Azure\", \"launch on Azure\". DO NOT USE WHEN: \"create and deploy\", \"build and deploy\", \"create a new app\", \"set up infrastructure\", \"create and deploy to Azure using Terraform\" — use azure-prepare for these.",{"claudeCode":2048},"microsoft/agent-skills","Azure Deploy","https://github.com/microsoft/agent-skills",{"basePath":2052,"githubOwner":2053,"githubRepo":2054,"locale":18,"slug":2055,"type":251},".github/plugins/azure-skills/skills/azure-deploy","microsoft","agent-skills","azure-deploy",{"evaluate":2057,"extract":2063},{"promptVersionExtension":206,"promptVersionScoring":207,"score":2029,"tags":2058,"targetMarket":220,"tier":221},[2059,215,2060,2061,2062,216,218],"azure","bicep","terraform","azd",{"commitSha":257,"license":243},{"parentExtensionId":2065,"repoId":2066},"k17934axs3g4g0b9056mbcsz0986m02a","kd77czgnv00rfjm815pcc5xx5986n5t8",[216,2062,2059,2060,218,215,2061],{"evaluatedAt":2069,"extractAt":2070,"updatedAt":2069},1778696225011,1778693180473,{"_creationTime":2072,"_id":2073,"community":2074,"display":2075,"identity":2077,"providers":2078,"relations":2085,"tags":2086,"workflow":2087},1778691254636.7344,"k178n9kr8vy5m7psqg29pe16bd86nvst",{"reviewCount":8},{"description":1560,"installMethods":2076,"name":1561,"sourceUrl":14},{"claudeCode":12},{"basePath":1559,"githubOwner":249,"githubRepo":250,"locale":18,"slug":1561,"type":251},{"evaluate":2079,"extract":2084},{"promptVersionExtension":206,"promptVersionScoring":207,"score":2080,"tags":2081,"targetMarket":220,"tier":221},99,[213,219,2082,216,2083],"integration","declarative",{"commitSha":257,"license":243},{"repoId":259},[216,2083,2082,219,213],{"evaluatedAt":2088,"extractAt":2009,"updatedAt":2088},1778691836473,{"_creationTime":2090,"_id":2091,"community":2092,"display":2093,"identity":2095,"providers":2096,"relations":2103,"tags":2104,"workflow":2105},1778691254636.7349,"k17bdbpq65p85hc3bw5wa5s6b586m1x5",{"reviewCount":8},{"description":1597,"installMethods":2094,"name":1598,"sourceUrl":14},{"claudeCode":12},{"basePath":1596,"githubOwner":249,"githubRepo":250,"locale":18,"slug":1598,"type":251},{"evaluate":2097,"extract":2102},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":2098,"targetMarket":220,"tier":221},[213,219,2099,2100,2101],"analysis","dependency-mapping","namespace-detection",{"commitSha":257,"license":243},{"repoId":259},[2099,2100,2101,219,213],{"evaluatedAt":2106,"extractAt":2009,"updatedAt":2106},1778691922883,{"_creationTime":2108,"_id":2109,"community":2110,"display":2111,"identity":2113,"providers":2114,"relations":2122,"tags":2123,"workflow":2124},1778691254636.7341,"k17bjgny3qg6cq4x4ee1ceygb186nvc1",{"reviewCount":8},{"description":1545,"installMethods":2112,"name":1546,"sourceUrl":14},{"claudeCode":12},{"basePath":1544,"githubOwner":249,"githubRepo":250,"locale":18,"slug":1546,"type":251},{"evaluate":2115,"extract":2121},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":2116,"targetMarket":220,"tier":221},[213,219,2117,2118,2119,2120],"flexcard","ui","configuration","validation",{"commitSha":257},{"repoId":259},[2119,2117,219,213,2118,2120],{"evaluatedAt":2125,"extractAt":2009,"updatedAt":2125},1778691814427,{"_creationTime":2127,"_id":2128,"community":2129,"display":2130,"identity":2136,"providers":2141,"relations":2151,"tags":2154,"workflow":2155},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":2131,"installMethods":2132,"name":2134,"sourceUrl":2135},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":2133},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":2137,"githubOwner":2138,"githubRepo":2139,"locale":18,"slug":2140,"type":251},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":2142,"extract":2150},{"promptVersionExtension":206,"promptVersionScoring":207,"score":2029,"tags":2143,"targetMarket":220,"tier":221},[2144,2145,2146,2147,216,2148,2149],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":257,"license":243},{"parentExtensionId":2152,"repoId":2153},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,2148,2149,2145,2144,2147,2146],{"evaluatedAt":2156,"extractAt":2157,"updatedAt":2156},1778699613343,1778699234184]