[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-salesforce":3,"mdc--1nc3i8-key":30,"related-repo-openai-salesforce":1497,"related-org-openai-salesforce":1608},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":19,"repoUrl":20,"updatedAt":21,"license":22,"forks":23,"topics":24,"repo":25,"sourceUrl":28,"mdContent":29},"salesforce","manage Salesforce CRM records for sales","Use when a focused Sales workflow needs Salesforce-backed CRM reads, links, drafts, notes, account plans, Agentforce assignments, or explicitly requested Salesforce connector\u002Fquery guidance. Do not use for generic CRM app construction or when another CRM is authoritative.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16],{"name":13,"slug":14,"type":15},"CRM","crm","tag",{"name":17,"slug":18,"type":15},"Sales","sales",427,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Frole-specific-plugins","2026-07-01T07:53:54.695465",null,65,[],{"repoUrl":20,"stars":19,"forks":23,"topics":26,"description":27},[],"Role-specific Codex plugin templates","https:\u002F\u002Fgithub.com\u002Fopenai\u002Frole-specific-plugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fsales\u002Fskills\u002Fsalesforce","---\nname: salesforce\ndescription: Use when a focused Sales workflow needs Salesforce-backed CRM reads, links, drafts, notes, account plans, Agentforce assignments, or explicitly requested Salesforce connector\u002Fquery guidance. Do not use for generic CRM app construction or when another CRM is authoritative.\n---\n\n# Salesforce User Guide\n\nPrepare a sales person with trustworthy Salesforce context or a safely reviewed Salesforce action, while keeping the surrounding Sales workflow authoritative for the business task.\n\n## Common Skill Instructions\n\nMANDATORY: If not already in context, read and adhere closely to plugins\u002Fsales\u002Fskills\u002Findex\u002FSKILL.md## Cross-Skill Best Practices.\n\n## Salesforce Operation Ranking\n\nUse this priority order when the requested Salesforce job or record is ambiguous.\n\n1. Explicit user request, named record, Salesforce id, account, opportunity, contact, lead, or stated action\n2. Read-only context that helps the active Sales workflow make a decision\n3. Exact record or high-confidence candidate resolved from the user's words and business context\n4. The smallest field set, activity history, account plan, event, or transcript context that answers the request\n5. A reviewed draft of proposed Salesforce changes\n6. An explicitly approved, supported Salesforce write followed by verification\n\nDo not silently pick among plausible records, broaden a read into a write, or treat clarification answers as write approval.\n\n## Key Dependency Categories\n\nThese are particularly important for this workflow; use your best judgment to potentially include other data sources to improve quality.\n\n- ~~CRM, specifically the exposed Agentforce Sales\u002FSalesforce connector, for Salesforce-backed reads, record links, account plans, transcript summaries, Agentforce Lead Nurturing assignments, and approved writes\n- The parent Sales workflow for Calendar, Scheduling, Meeting Transcripts, Email, Internal Messaging, Knowledge & Files, or Sales Intelligence context that Salesforce does not own\n- User-provided record ids, names, exports, field values, and business context when connector access is unavailable or a record needs disambiguation\n\nAvoid unsupported claims. If Salesforce is missing, unavailable, stale, ambiguous, or limited by the exposed connector surface, state the limitation.\n\n## Workflow Guidance\n\nAdhere strictly to these workflow steps. These override the default workflow in the index skill.\n\n- 1. Clarify and Gather Context\n    - Resolve the Salesforce task, target record, requested detail, and whether the user wants a read, draft, or approved write.\n    - For an ambiguous record, do the smallest exact or bounded candidate lookup, then ask the user to choose before using the record for a summary or write.\n- 2. First draft\n    - Prefer read-only discovery and the smallest correct record read or query. Use labels in user-facing output and include clickable record links when a trusted URL is available.\n    - For proposed changes, render a reviewed field-level draft with assumptions, source gaps, and the exact approval still needed.\n- 3. Approved action and verification\n    - Write only when the user explicitly asks for the write or approves the reviewed draft\u002Fupdate.\n    - Confirm the target record and supported fields before writing, send only intended changes, inspect the response, and verify with a narrow read when the response does not prove the outcome.\n\n## Overall Rules\n\n- Always cite sources using hyperlinks when useful links are available.\n- Keep the parent workflow authoritative for the sales task; this guide owns Salesforce-specific lookup, query, links, account-plan actions, assignment, and write safety.\n- Prefer discovery over guessing. Use exact ids or names first, then bounded candidates, then user choice when ambiguity remains.\n- Do not imply support for connector surfaces that are not exposed.\n- Do not delete, upsert by external id, call arbitrary automation, or execute a write without explicit approval.\n\n## Connector Boundary\n\nUse only the Agentforce Sales surfaces that are actually exposed:\n\n- Metadata and identity: describe_global, describe_sobject, get_user_info\n- Record lookup and reads: get_record_id_by_name, get_record_details, get_activity_history\n- Querying: soql_query only\n- Sales-specific reads: query_calendar_events, get_account_plan, query_agent_type, summarize_conversation_transcript\n- Writes and mutating workflows: create_record, update_record, create_account_plan, assign_target_to_sdr\n\nDo not imply support for SOSL, global text search, query continuation, Bulk API, Composite API, Data 360, Tableau Analytics, Prompt Builder, Flow invocation, arbitrary invocable actions, generic Apex REST, delete, or upsert-by-external-id. For unsupported cross-object keyword search, large exports, high-volume writes, delete\u002Fupsert, or analytics requests, state the missing surface and ask for a narrower object, field, exact identifier, or another approved tool.\n\n## Salesforce Query And Write Rules\n\n### Discovery And Reads\n\n- Salesforce is required for Salesforce-backed reads, links, account plans, assignments, transcript summaries, and writes. If it cannot be used, label the answer as not Salesforce-backed.\n- Use get_user_info for my, me, or current-owner requests. Use describe_global for uncertain objects and describe_sobject before non-obvious queries or writes.\n- Confirm API names, labels, data type, filterability, createability, updateability, nullability, picklists, references, relationship names, and record types only when they affect the task.\n- Do not guess relationship names. Treat broad wildcard matches as candidates, use business context to disambiguate, and ask before a summary or write if one targeted filter will not resolve the record.\n- Use get_record_id_by_name when a name must become an id, get_record_details for presentation-ready layout context, get_activity_history for activity summaries, query_calendar_events for Salesforce Events, and get_account_plan for account strategy context.\n- Resolve a specific VoiceCall or VideoCall id before summarize_conversation_transcript. If the call is unknown, query VoiceCall and VideoCall separately, then ask which call to summarize.\n\n### Query Guardrails\n\n- For non-trivial SOQL, identify the target object, needed fields, filters, sort or limit, display-versus-analysis purpose, and selectivity risk.\n- Use the simplest correct query with only needed fields, include Id when rows may be linked or reused, add a reasonable LIMIT, and filter only on fields Salesforce reports as filterable.\n- Do not send aggregate or grouped SOQL, including COUNT, SUM, GROUP BY, or aggregate aliases. Retrieve a bounded id-bearing set and summarize locally, or state that exact aggregate coverage is unavailable.\n- Do not filter on long text, rich text, Task.Description, history OldValue\u002FNewValue, IsPriorityRecord, or other readable-but-unfilterable fields. Bound by parent, date, owner, status, or another filterable field and post-filter locally when bounded.\n- Use INCLUDES or EXCLUDES only for multipicklists. Scope FieldDefinition queries to a known entity, keep each OR disjunction scoped to one field, and split cross-field discovery before merging locally.\n- Prefer standard Account, Opportunity, Contact, Task, and Event fields before optional or custom fields. After two focused schema or query-shape failures for the same fact, fall back to safer standard fields, exact reads, a narrower request, or a clear evidence gap.\n- Distinguish explicit reauthentication errors from runtime readiness failures.\n\n### Writes And Links\n\n- For update_record, send only changed fields. For create_record, send only intended fields and include record type fields only when they affect defaults, picklists, or createability.\n- Do not probe writes to discover validation rules. If Salesforce returns FIELD_CUSTOM_VALIDATION_EXCEPTION, surface the exact message and ask for the missing or corrected business value.\n- Use create_account_plan instead of generic record creation for account plans. Resolve AccountId and gather or derive Name, challenge, competitive, relationship, strategy, StartDate, and Status first; report unsupported AccountPlan errors plainly.\n- Before assign_target_to_sdr, call query_agent_type, present available agents, and get the user's selection. The target must be a Contact or Lead id.\n- Inspect every write response and verify with returned fields, get_record_details, or a narrow soql_query when the response does not prove the outcome.\n- Prefer a connector-returned record URL. If a trusted org or instance base URL is available, construct the Lightning record URL; otherwise show the object label and id instead of inventing a link.\n\n## Modes\n\n### 1. Salesforce Read\n\n- Use when the user or a parent Sales workflow needs account, opportunity, contact, lead, activity, event, account-plan, or transcript context.\n- Resolve the target first, retrieve only the fields and history that affect the sales decision, and call out gaps or ambiguity.\n\n#### Output Format\n\n```md\n# [Record Or Salesforce Context]\n\n## Summary\n\n- [Most important CRM fact with source link]\n- [Current account, opportunity, contact, activity, or plan signal]\n- [Risk, missing field, ambiguity, or source gap]\n\n---\n\n{Follow the instructions and output format\u002Fconditions in [Limitations and Improvements](..\u002Findex\u002FSKILL.md#limitations-and-improvements)}\n\n{Follow the instructions and output format\u002Fconditions in [Next Steps](..\u002Findex\u002FSKILL.md#4-next-steps)}\n```\n\n### 2. Salesforce Update Draft\n\n- Use when the user asks to prepare a CRM update, note, field change, or create action but has not yet approved the write.\n- Keep proposed values separate from current values and identify the target record, assumptions, and required approval.\n\n#### Output Format\n\n```md\n# Proposed Salesforce Update\n\n**Target:** [Record name, type, and trusted link or id]\n\n| Field | Current Value | Proposed Value | Reason \u002F Source |\n| --- | --- | --- | --- |\n| [Field label] | [Current value or Unknown] | [Proposed value] | [Grounded reason + link] |\n\n## Before I Write\n\n- [Missing business input, validation risk, or approval needed]\n\n---\n\n{Follow the instructions and output format\u002Fconditions in [Limitations and Improvements](..\u002Findex\u002FSKILL.md#limitations-and-improvements)}\n\n{Follow the instructions and output format\u002Fconditions in [Next Steps](..\u002Findex\u002FSKILL.md#4-next-steps)}\n```\n\n### 3. Approved Salesforce Write\n\n- Use only after the user explicitly asks for the supported write or approves the reviewed draft.\n- Verify the result before reporting completion when the write response is not conclusive.\n\n#### Output Format\n\n```md\n# Salesforce Updated\n\n**Record:** [Record name, type, and trusted link or id]\n\n- **Changed:** [Field or supported action]\n- **Result:** [Verified outcome]\n- **Not changed:** [Any requested item that was unsupported or skipped]\n\n---\n\n{Follow the instructions and output format\u002Fconditions in [Limitations and Improvements](..\u002Findex\u002FSKILL.md#limitations-and-improvements)}\n\n{Follow the instructions and output format\u002Fconditions in [Next Steps](..\u002Findex\u002FSKILL.md#4-next-steps)}\n```\n\n### 4. Account Plan, SDR Assignment, Or Transcript\n\n- Use when the user explicitly asks for an account plan, Agentforce Lead Nurturing assignment, Salesforce event, or voice\u002Fvideo transcript summary.\n- Resolve the required record or call id first. For an SDR assignment, show available agents and get the user's selection before assigning.\n\n#### Output Format\n\n```md\n# [Account Plan \u002F SDR Assignment \u002F Transcript Summary]\n\n## Target\n\n- [Resolved account, contact, lead, event, or call + trusted link]\n\n## Result\n\n- [Supported read, draft, or verified action]\n- [Important limitation or missing required input]\n\n---\n\n{Follow the instructions and output format\u002Fconditions in [Limitations and Improvements](..\u002Findex\u002FSKILL.md#limitations-and-improvements)}\n\n{Follow the instructions and output format\u002Fconditions in [Next Steps](..\u002Findex\u002FSKILL.md#4-next-steps)}\n```\n",{"data":31,"body":32},{"name":4,"description":6},{"type":33,"children":34},"root",[35,44,50,57,62,68,73,108,113,119,124,143,148,154,159,236,242,270,276,281,309,314,320,327,360,366,404,410,443,449,455,468,475,684,690,703,708,1027,1033,1046,1051,1270,1276,1289,1294,1491],{"type":36,"tag":37,"props":38,"children":40},"element","h1",{"id":39},"salesforce-user-guide",[41],{"type":42,"value":43},"text","Salesforce User Guide",{"type":36,"tag":45,"props":46,"children":47},"p",{},[48],{"type":42,"value":49},"Prepare a sales person with trustworthy Salesforce context or a safely reviewed Salesforce action, while keeping the surrounding Sales workflow authoritative for the business task.",{"type":36,"tag":51,"props":52,"children":54},"h2",{"id":53},"common-skill-instructions",[55],{"type":42,"value":56},"Common Skill Instructions",{"type":36,"tag":45,"props":58,"children":59},{},[60],{"type":42,"value":61},"MANDATORY: If not already in context, read and adhere closely to plugins\u002Fsales\u002Fskills\u002Findex\u002FSKILL.md## Cross-Skill Best Practices.",{"type":36,"tag":51,"props":63,"children":65},{"id":64},"salesforce-operation-ranking",[66],{"type":42,"value":67},"Salesforce Operation Ranking",{"type":36,"tag":45,"props":69,"children":70},{},[71],{"type":42,"value":72},"Use this priority order when the requested Salesforce job or record is ambiguous.",{"type":36,"tag":74,"props":75,"children":76},"ol",{},[77,83,88,93,98,103],{"type":36,"tag":78,"props":79,"children":80},"li",{},[81],{"type":42,"value":82},"Explicit user request, named record, Salesforce id, account, opportunity, contact, lead, or stated action",{"type":36,"tag":78,"props":84,"children":85},{},[86],{"type":42,"value":87},"Read-only context that helps the active Sales workflow make a decision",{"type":36,"tag":78,"props":89,"children":90},{},[91],{"type":42,"value":92},"Exact record or high-confidence candidate resolved from the user's words and business context",{"type":36,"tag":78,"props":94,"children":95},{},[96],{"type":42,"value":97},"The smallest field set, activity history, account plan, event, or transcript context that answers the request",{"type":36,"tag":78,"props":99,"children":100},{},[101],{"type":42,"value":102},"A reviewed draft of proposed Salesforce changes",{"type":36,"tag":78,"props":104,"children":105},{},[106],{"type":42,"value":107},"An explicitly approved, supported Salesforce write followed by verification",{"type":36,"tag":45,"props":109,"children":110},{},[111],{"type":42,"value":112},"Do not silently pick among plausible records, broaden a read into a write, or treat clarification answers as write approval.",{"type":36,"tag":51,"props":114,"children":116},{"id":115},"key-dependency-categories",[117],{"type":42,"value":118},"Key Dependency Categories",{"type":36,"tag":45,"props":120,"children":121},{},[122],{"type":42,"value":123},"These are particularly important for this workflow; use your best judgment to potentially include other data sources to improve quality.",{"type":36,"tag":125,"props":126,"children":127},"ul",{},[128,133,138],{"type":36,"tag":78,"props":129,"children":130},{},[131],{"type":42,"value":132},"~~CRM, specifically the exposed Agentforce Sales\u002FSalesforce connector, for Salesforce-backed reads, record links, account plans, transcript summaries, Agentforce Lead Nurturing assignments, and approved writes",{"type":36,"tag":78,"props":134,"children":135},{},[136],{"type":42,"value":137},"The parent Sales workflow for Calendar, Scheduling, Meeting Transcripts, Email, Internal Messaging, Knowledge & Files, or Sales Intelligence context that Salesforce does not own",{"type":36,"tag":78,"props":139,"children":140},{},[141],{"type":42,"value":142},"User-provided record ids, names, exports, field values, and business context when connector access is unavailable or a record needs disambiguation",{"type":36,"tag":45,"props":144,"children":145},{},[146],{"type":42,"value":147},"Avoid unsupported claims. If Salesforce is missing, unavailable, stale, ambiguous, or limited by the exposed connector surface, state the limitation.",{"type":36,"tag":51,"props":149,"children":151},{"id":150},"workflow-guidance",[152],{"type":42,"value":153},"Workflow Guidance",{"type":36,"tag":45,"props":155,"children":156},{},[157],{"type":42,"value":158},"Adhere strictly to these workflow steps. These override the default workflow in the index skill.",{"type":36,"tag":125,"props":160,"children":161},{},[162,186,211],{"type":36,"tag":78,"props":163,"children":164},{},[165,173],{"type":36,"tag":74,"props":166,"children":167},{},[168],{"type":36,"tag":78,"props":169,"children":170},{},[171],{"type":42,"value":172},"Clarify and Gather Context",{"type":36,"tag":125,"props":174,"children":175},{},[176,181],{"type":36,"tag":78,"props":177,"children":178},{},[179],{"type":42,"value":180},"Resolve the Salesforce task, target record, requested detail, and whether the user wants a read, draft, or approved write.",{"type":36,"tag":78,"props":182,"children":183},{},[184],{"type":42,"value":185},"For an ambiguous record, do the smallest exact or bounded candidate lookup, then ask the user to choose before using the record for a summary or write.",{"type":36,"tag":78,"props":187,"children":188},{},[189,198],{"type":36,"tag":74,"props":190,"children":192},{"start":191},2,[193],{"type":36,"tag":78,"props":194,"children":195},{},[196],{"type":42,"value":197},"First draft",{"type":36,"tag":125,"props":199,"children":200},{},[201,206],{"type":36,"tag":78,"props":202,"children":203},{},[204],{"type":42,"value":205},"Prefer read-only discovery and the smallest correct record read or query. Use labels in user-facing output and include clickable record links when a trusted URL is available.",{"type":36,"tag":78,"props":207,"children":208},{},[209],{"type":42,"value":210},"For proposed changes, render a reviewed field-level draft with assumptions, source gaps, and the exact approval still needed.",{"type":36,"tag":78,"props":212,"children":213},{},[214,223],{"type":36,"tag":74,"props":215,"children":217},{"start":216},3,[218],{"type":36,"tag":78,"props":219,"children":220},{},[221],{"type":42,"value":222},"Approved action and verification",{"type":36,"tag":125,"props":224,"children":225},{},[226,231],{"type":36,"tag":78,"props":227,"children":228},{},[229],{"type":42,"value":230},"Write only when the user explicitly asks for the write or approves the reviewed draft\u002Fupdate.",{"type":36,"tag":78,"props":232,"children":233},{},[234],{"type":42,"value":235},"Confirm the target record and supported fields before writing, send only intended changes, inspect the response, and verify with a narrow read when the response does not prove the outcome.",{"type":36,"tag":51,"props":237,"children":239},{"id":238},"overall-rules",[240],{"type":42,"value":241},"Overall Rules",{"type":36,"tag":125,"props":243,"children":244},{},[245,250,255,260,265],{"type":36,"tag":78,"props":246,"children":247},{},[248],{"type":42,"value":249},"Always cite sources using hyperlinks when useful links are available.",{"type":36,"tag":78,"props":251,"children":252},{},[253],{"type":42,"value":254},"Keep the parent workflow authoritative for the sales task; this guide owns Salesforce-specific lookup, query, links, account-plan actions, assignment, and write safety.",{"type":36,"tag":78,"props":256,"children":257},{},[258],{"type":42,"value":259},"Prefer discovery over guessing. Use exact ids or names first, then bounded candidates, then user choice when ambiguity remains.",{"type":36,"tag":78,"props":261,"children":262},{},[263],{"type":42,"value":264},"Do not imply support for connector surfaces that are not exposed.",{"type":36,"tag":78,"props":266,"children":267},{},[268],{"type":42,"value":269},"Do not delete, upsert by external id, call arbitrary automation, or execute a write without explicit approval.",{"type":36,"tag":51,"props":271,"children":273},{"id":272},"connector-boundary",[274],{"type":42,"value":275},"Connector Boundary",{"type":36,"tag":45,"props":277,"children":278},{},[279],{"type":42,"value":280},"Use only the Agentforce Sales surfaces that are actually exposed:",{"type":36,"tag":125,"props":282,"children":283},{},[284,289,294,299,304],{"type":36,"tag":78,"props":285,"children":286},{},[287],{"type":42,"value":288},"Metadata and identity: describe_global, describe_sobject, get_user_info",{"type":36,"tag":78,"props":290,"children":291},{},[292],{"type":42,"value":293},"Record lookup and reads: get_record_id_by_name, get_record_details, get_activity_history",{"type":36,"tag":78,"props":295,"children":296},{},[297],{"type":42,"value":298},"Querying: soql_query only",{"type":36,"tag":78,"props":300,"children":301},{},[302],{"type":42,"value":303},"Sales-specific reads: query_calendar_events, get_account_plan, query_agent_type, summarize_conversation_transcript",{"type":36,"tag":78,"props":305,"children":306},{},[307],{"type":42,"value":308},"Writes and mutating workflows: create_record, update_record, create_account_plan, assign_target_to_sdr",{"type":36,"tag":45,"props":310,"children":311},{},[312],{"type":42,"value":313},"Do not imply support for SOSL, global text search, query continuation, Bulk API, Composite API, Data 360, Tableau Analytics, Prompt Builder, Flow invocation, arbitrary invocable actions, generic Apex REST, delete, or upsert-by-external-id. For unsupported cross-object keyword search, large exports, high-volume writes, delete\u002Fupsert, or analytics requests, state the missing surface and ask for a narrower object, field, exact identifier, or another approved tool.",{"type":36,"tag":51,"props":315,"children":317},{"id":316},"salesforce-query-and-write-rules",[318],{"type":42,"value":319},"Salesforce Query And Write Rules",{"type":36,"tag":321,"props":322,"children":324},"h3",{"id":323},"discovery-and-reads",[325],{"type":42,"value":326},"Discovery And Reads",{"type":36,"tag":125,"props":328,"children":329},{},[330,335,340,345,350,355],{"type":36,"tag":78,"props":331,"children":332},{},[333],{"type":42,"value":334},"Salesforce is required for Salesforce-backed reads, links, account plans, assignments, transcript summaries, and writes. If it cannot be used, label the answer as not Salesforce-backed.",{"type":36,"tag":78,"props":336,"children":337},{},[338],{"type":42,"value":339},"Use get_user_info for my, me, or current-owner requests. Use describe_global for uncertain objects and describe_sobject before non-obvious queries or writes.",{"type":36,"tag":78,"props":341,"children":342},{},[343],{"type":42,"value":344},"Confirm API names, labels, data type, filterability, createability, updateability, nullability, picklists, references, relationship names, and record types only when they affect the task.",{"type":36,"tag":78,"props":346,"children":347},{},[348],{"type":42,"value":349},"Do not guess relationship names. Treat broad wildcard matches as candidates, use business context to disambiguate, and ask before a summary or write if one targeted filter will not resolve the record.",{"type":36,"tag":78,"props":351,"children":352},{},[353],{"type":42,"value":354},"Use get_record_id_by_name when a name must become an id, get_record_details for presentation-ready layout context, get_activity_history for activity summaries, query_calendar_events for Salesforce Events, and get_account_plan for account strategy context.",{"type":36,"tag":78,"props":356,"children":357},{},[358],{"type":42,"value":359},"Resolve a specific VoiceCall or VideoCall id before summarize_conversation_transcript. If the call is unknown, query VoiceCall and VideoCall separately, then ask which call to summarize.",{"type":36,"tag":321,"props":361,"children":363},{"id":362},"query-guardrails",[364],{"type":42,"value":365},"Query Guardrails",{"type":36,"tag":125,"props":367,"children":368},{},[369,374,379,384,389,394,399],{"type":36,"tag":78,"props":370,"children":371},{},[372],{"type":42,"value":373},"For non-trivial SOQL, identify the target object, needed fields, filters, sort or limit, display-versus-analysis purpose, and selectivity risk.",{"type":36,"tag":78,"props":375,"children":376},{},[377],{"type":42,"value":378},"Use the simplest correct query with only needed fields, include Id when rows may be linked or reused, add a reasonable LIMIT, and filter only on fields Salesforce reports as filterable.",{"type":36,"tag":78,"props":380,"children":381},{},[382],{"type":42,"value":383},"Do not send aggregate or grouped SOQL, including COUNT, SUM, GROUP BY, or aggregate aliases. Retrieve a bounded id-bearing set and summarize locally, or state that exact aggregate coverage is unavailable.",{"type":36,"tag":78,"props":385,"children":386},{},[387],{"type":42,"value":388},"Do not filter on long text, rich text, Task.Description, history OldValue\u002FNewValue, IsPriorityRecord, or other readable-but-unfilterable fields. Bound by parent, date, owner, status, or another filterable field and post-filter locally when bounded.",{"type":36,"tag":78,"props":390,"children":391},{},[392],{"type":42,"value":393},"Use INCLUDES or EXCLUDES only for multipicklists. Scope FieldDefinition queries to a known entity, keep each OR disjunction scoped to one field, and split cross-field discovery before merging locally.",{"type":36,"tag":78,"props":395,"children":396},{},[397],{"type":42,"value":398},"Prefer standard Account, Opportunity, Contact, Task, and Event fields before optional or custom fields. After two focused schema or query-shape failures for the same fact, fall back to safer standard fields, exact reads, a narrower request, or a clear evidence gap.",{"type":36,"tag":78,"props":400,"children":401},{},[402],{"type":42,"value":403},"Distinguish explicit reauthentication errors from runtime readiness failures.",{"type":36,"tag":321,"props":405,"children":407},{"id":406},"writes-and-links",[408],{"type":42,"value":409},"Writes And Links",{"type":36,"tag":125,"props":411,"children":412},{},[413,418,423,428,433,438],{"type":36,"tag":78,"props":414,"children":415},{},[416],{"type":42,"value":417},"For update_record, send only changed fields. For create_record, send only intended fields and include record type fields only when they affect defaults, picklists, or createability.",{"type":36,"tag":78,"props":419,"children":420},{},[421],{"type":42,"value":422},"Do not probe writes to discover validation rules. If Salesforce returns FIELD_CUSTOM_VALIDATION_EXCEPTION, surface the exact message and ask for the missing or corrected business value.",{"type":36,"tag":78,"props":424,"children":425},{},[426],{"type":42,"value":427},"Use create_account_plan instead of generic record creation for account plans. Resolve AccountId and gather or derive Name, challenge, competitive, relationship, strategy, StartDate, and Status first; report unsupported AccountPlan errors plainly.",{"type":36,"tag":78,"props":429,"children":430},{},[431],{"type":42,"value":432},"Before assign_target_to_sdr, call query_agent_type, present available agents, and get the user's selection. The target must be a Contact or Lead id.",{"type":36,"tag":78,"props":434,"children":435},{},[436],{"type":42,"value":437},"Inspect every write response and verify with returned fields, get_record_details, or a narrow soql_query when the response does not prove the outcome.",{"type":36,"tag":78,"props":439,"children":440},{},[441],{"type":42,"value":442},"Prefer a connector-returned record URL. If a trusted org or instance base URL is available, construct the Lightning record URL; otherwise show the object label and id instead of inventing a link.",{"type":36,"tag":51,"props":444,"children":446},{"id":445},"modes",[447],{"type":42,"value":448},"Modes",{"type":36,"tag":321,"props":450,"children":452},{"id":451},"_1-salesforce-read",[453],{"type":42,"value":454},"1. Salesforce Read",{"type":36,"tag":125,"props":456,"children":457},{},[458,463],{"type":36,"tag":78,"props":459,"children":460},{},[461],{"type":42,"value":462},"Use when the user or a parent Sales workflow needs account, opportunity, contact, lead, activity, event, account-plan, or transcript context.",{"type":36,"tag":78,"props":464,"children":465},{},[466],{"type":42,"value":467},"Resolve the target first, retrieve only the fields and history that affect the sales decision, and call out gaps or ambiguity.",{"type":36,"tag":469,"props":470,"children":472},"h4",{"id":471},"output-format",[473],{"type":42,"value":474},"Output Format",{"type":36,"tag":476,"props":477,"children":482},"pre",{"className":478,"code":479,"language":480,"meta":481,"style":481},"language-md shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# [Record Or Salesforce Context]\n\n## Summary\n\n- [Most important CRM fact with source link]\n- [Current account, opportunity, contact, activity, or plan signal]\n- [Risk, missing field, ambiguity, or source gap]\n\n---\n\n{Follow the instructions and output format\u002Fconditions in [Limitations and Improvements](..\u002Findex\u002FSKILL.md#limitations-and-improvements)}\n\n{Follow the instructions and output format\u002Fconditions in [Next Steps](..\u002Findex\u002FSKILL.md#4-next-steps)}\n","md","",[483],{"type":36,"tag":484,"props":485,"children":486},"code",{"__ignoreMap":481},[487,505,514,527,535,550,563,576,584,593,601,642,650],{"type":36,"tag":488,"props":489,"children":492},"span",{"class":490,"line":491},"line",1,[493,499],{"type":36,"tag":488,"props":494,"children":496},{"style":495},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[497],{"type":42,"value":498},"# ",{"type":36,"tag":488,"props":500,"children":502},{"style":501},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[503],{"type":42,"value":504},"[Record Or Salesforce Context]\n",{"type":36,"tag":488,"props":506,"children":507},{"class":490,"line":191},[508],{"type":36,"tag":488,"props":509,"children":511},{"emptyLinePlaceholder":510},true,[512],{"type":42,"value":513},"\n",{"type":36,"tag":488,"props":515,"children":516},{"class":490,"line":216},[517,522],{"type":36,"tag":488,"props":518,"children":519},{"style":495},[520],{"type":42,"value":521},"## ",{"type":36,"tag":488,"props":523,"children":524},{"style":501},[525],{"type":42,"value":526},"Summary\n",{"type":36,"tag":488,"props":528,"children":530},{"class":490,"line":529},4,[531],{"type":36,"tag":488,"props":532,"children":533},{"emptyLinePlaceholder":510},[534],{"type":42,"value":513},{"type":36,"tag":488,"props":536,"children":538},{"class":490,"line":537},5,[539,544],{"type":36,"tag":488,"props":540,"children":541},{"style":495},[542],{"type":42,"value":543},"-",{"type":36,"tag":488,"props":545,"children":547},{"style":546},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[548],{"type":42,"value":549}," [Most important CRM fact with source link]\n",{"type":36,"tag":488,"props":551,"children":553},{"class":490,"line":552},6,[554,558],{"type":36,"tag":488,"props":555,"children":556},{"style":495},[557],{"type":42,"value":543},{"type":36,"tag":488,"props":559,"children":560},{"style":546},[561],{"type":42,"value":562}," [Current account, opportunity, contact, activity, or plan signal]\n",{"type":36,"tag":488,"props":564,"children":566},{"class":490,"line":565},7,[567,571],{"type":36,"tag":488,"props":568,"children":569},{"style":495},[570],{"type":42,"value":543},{"type":36,"tag":488,"props":572,"children":573},{"style":546},[574],{"type":42,"value":575}," [Risk, missing field, ambiguity, or source gap]\n",{"type":36,"tag":488,"props":577,"children":579},{"class":490,"line":578},8,[580],{"type":36,"tag":488,"props":581,"children":582},{"emptyLinePlaceholder":510},[583],{"type":42,"value":513},{"type":36,"tag":488,"props":585,"children":587},{"class":490,"line":586},9,[588],{"type":36,"tag":488,"props":589,"children":590},{"style":546},[591],{"type":42,"value":592},"---\n",{"type":36,"tag":488,"props":594,"children":596},{"class":490,"line":595},10,[597],{"type":36,"tag":488,"props":598,"children":599},{"emptyLinePlaceholder":510},[600],{"type":42,"value":513},{"type":36,"tag":488,"props":602,"children":604},{"class":490,"line":603},11,[605,610,615,621,626,632,637],{"type":36,"tag":488,"props":606,"children":607},{"style":546},[608],{"type":42,"value":609},"{Follow the instructions and output format\u002Fconditions in ",{"type":36,"tag":488,"props":611,"children":612},{"style":495},[613],{"type":42,"value":614},"[",{"type":36,"tag":488,"props":616,"children":618},{"style":617},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[619],{"type":42,"value":620},"Limitations and Improvements",{"type":36,"tag":488,"props":622,"children":623},{"style":495},[624],{"type":42,"value":625},"](",{"type":36,"tag":488,"props":627,"children":629},{"style":628},"--shiki-light:#E53935;--shiki-light-text-decoration:underline;--shiki-default:#F07178;--shiki-default-text-decoration:underline;--shiki-dark:#F07178;--shiki-dark-text-decoration:underline",[630],{"type":42,"value":631},"..\u002Findex\u002FSKILL.md#limitations-and-improvements",{"type":36,"tag":488,"props":633,"children":634},{"style":495},[635],{"type":42,"value":636},")",{"type":36,"tag":488,"props":638,"children":639},{"style":546},[640],{"type":42,"value":641},"}\n",{"type":36,"tag":488,"props":643,"children":645},{"class":490,"line":644},12,[646],{"type":36,"tag":488,"props":647,"children":648},{"emptyLinePlaceholder":510},[649],{"type":42,"value":513},{"type":36,"tag":488,"props":651,"children":653},{"class":490,"line":652},13,[654,658,662,667,671,676,680],{"type":36,"tag":488,"props":655,"children":656},{"style":546},[657],{"type":42,"value":609},{"type":36,"tag":488,"props":659,"children":660},{"style":495},[661],{"type":42,"value":614},{"type":36,"tag":488,"props":663,"children":664},{"style":617},[665],{"type":42,"value":666},"Next Steps",{"type":36,"tag":488,"props":668,"children":669},{"style":495},[670],{"type":42,"value":625},{"type":36,"tag":488,"props":672,"children":673},{"style":628},[674],{"type":42,"value":675},"..\u002Findex\u002FSKILL.md#4-next-steps",{"type":36,"tag":488,"props":677,"children":678},{"style":495},[679],{"type":42,"value":636},{"type":36,"tag":488,"props":681,"children":682},{"style":546},[683],{"type":42,"value":641},{"type":36,"tag":321,"props":685,"children":687},{"id":686},"_2-salesforce-update-draft",[688],{"type":42,"value":689},"2. Salesforce Update Draft",{"type":36,"tag":125,"props":691,"children":692},{},[693,698],{"type":36,"tag":78,"props":694,"children":695},{},[696],{"type":42,"value":697},"Use when the user asks to prepare a CRM update, note, field change, or create action but has not yet approved the write.",{"type":36,"tag":78,"props":699,"children":700},{},[701],{"type":42,"value":702},"Keep proposed values separate from current values and identify the target record, assumptions, and required approval.",{"type":36,"tag":469,"props":704,"children":706},{"id":705},"output-format-1",[707],{"type":42,"value":474},{"type":36,"tag":476,"props":709,"children":711},{"className":478,"code":710,"language":480,"meta":481,"style":481},"# Proposed Salesforce Update\n\n**Target:** [Record name, type, and trusted link or id]\n\n| Field | Current Value | Proposed Value | Reason \u002F Source |\n| --- | --- | --- | --- |\n| [Field label] | [Current value or Unknown] | [Proposed value] | [Grounded reason + link] |\n\n## Before I Write\n\n- [Missing business input, validation risk, or approval needed]\n\n---\n\n{Follow the instructions and output format\u002Fconditions in [Limitations and Improvements](..\u002Findex\u002FSKILL.md#limitations-and-improvements)}\n\n{Follow the instructions and output format\u002Fconditions in [Next Steps](..\u002Findex\u002FSKILL.md#4-next-steps)}\n",[712],{"type":36,"tag":484,"props":713,"children":714},{"__ignoreMap":481},[715,727,734,758,765,810,852,895,902,914,921,933,940,947,955,987,995],{"type":36,"tag":488,"props":716,"children":717},{"class":490,"line":491},[718,722],{"type":36,"tag":488,"props":719,"children":720},{"style":495},[721],{"type":42,"value":498},{"type":36,"tag":488,"props":723,"children":724},{"style":501},[725],{"type":42,"value":726},"Proposed Salesforce Update\n",{"type":36,"tag":488,"props":728,"children":729},{"class":490,"line":191},[730],{"type":36,"tag":488,"props":731,"children":732},{"emptyLinePlaceholder":510},[733],{"type":42,"value":513},{"type":36,"tag":488,"props":735,"children":736},{"class":490,"line":216},[737,743,749,753],{"type":36,"tag":488,"props":738,"children":740},{"style":739},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[741],{"type":42,"value":742},"**",{"type":36,"tag":488,"props":744,"children":746},{"style":745},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[747],{"type":42,"value":748},"Target:",{"type":36,"tag":488,"props":750,"children":751},{"style":739},[752],{"type":42,"value":742},{"type":36,"tag":488,"props":754,"children":755},{"style":546},[756],{"type":42,"value":757}," [Record name, type, and trusted link or id]\n",{"type":36,"tag":488,"props":759,"children":760},{"class":490,"line":529},[761],{"type":36,"tag":488,"props":762,"children":763},{"emptyLinePlaceholder":510},[764],{"type":42,"value":513},{"type":36,"tag":488,"props":766,"children":767},{"class":490,"line":537},[768,773,778,782,787,791,796,800,805],{"type":36,"tag":488,"props":769,"children":770},{"style":495},[771],{"type":42,"value":772},"|",{"type":36,"tag":488,"props":774,"children":775},{"style":546},[776],{"type":42,"value":777}," Field ",{"type":36,"tag":488,"props":779,"children":780},{"style":495},[781],{"type":42,"value":772},{"type":36,"tag":488,"props":783,"children":784},{"style":546},[785],{"type":42,"value":786}," Current Value ",{"type":36,"tag":488,"props":788,"children":789},{"style":495},[790],{"type":42,"value":772},{"type":36,"tag":488,"props":792,"children":793},{"style":546},[794],{"type":42,"value":795}," Proposed Value ",{"type":36,"tag":488,"props":797,"children":798},{"style":495},[799],{"type":42,"value":772},{"type":36,"tag":488,"props":801,"children":802},{"style":546},[803],{"type":42,"value":804}," Reason \u002F Source ",{"type":36,"tag":488,"props":806,"children":807},{"style":495},[808],{"type":42,"value":809},"|\n",{"type":36,"tag":488,"props":811,"children":812},{"class":490,"line":552},[813,817,822,827,831,835,839,843,847],{"type":36,"tag":488,"props":814,"children":815},{"style":495},[816],{"type":42,"value":772},{"type":36,"tag":488,"props":818,"children":819},{"style":495},[820],{"type":42,"value":821}," ---",{"type":36,"tag":488,"props":823,"children":824},{"style":495},[825],{"type":42,"value":826}," |",{"type":36,"tag":488,"props":828,"children":829},{"style":495},[830],{"type":42,"value":821},{"type":36,"tag":488,"props":832,"children":833},{"style":495},[834],{"type":42,"value":826},{"type":36,"tag":488,"props":836,"children":837},{"style":495},[838],{"type":42,"value":821},{"type":36,"tag":488,"props":840,"children":841},{"style":495},[842],{"type":42,"value":826},{"type":36,"tag":488,"props":844,"children":845},{"style":495},[846],{"type":42,"value":821},{"type":36,"tag":488,"props":848,"children":849},{"style":495},[850],{"type":42,"value":851}," |\n",{"type":36,"tag":488,"props":853,"children":854},{"class":490,"line":565},[855,859,864,868,873,877,882,886,891],{"type":36,"tag":488,"props":856,"children":857},{"style":495},[858],{"type":42,"value":772},{"type":36,"tag":488,"props":860,"children":861},{"style":546},[862],{"type":42,"value":863}," [Field label] ",{"type":36,"tag":488,"props":865,"children":866},{"style":495},[867],{"type":42,"value":772},{"type":36,"tag":488,"props":869,"children":870},{"style":546},[871],{"type":42,"value":872}," [Current value or Unknown] ",{"type":36,"tag":488,"props":874,"children":875},{"style":495},[876],{"type":42,"value":772},{"type":36,"tag":488,"props":878,"children":879},{"style":546},[880],{"type":42,"value":881}," [Proposed value] ",{"type":36,"tag":488,"props":883,"children":884},{"style":495},[885],{"type":42,"value":772},{"type":36,"tag":488,"props":887,"children":888},{"style":546},[889],{"type":42,"value":890}," [Grounded reason + link] ",{"type":36,"tag":488,"props":892,"children":893},{"style":495},[894],{"type":42,"value":809},{"type":36,"tag":488,"props":896,"children":897},{"class":490,"line":578},[898],{"type":36,"tag":488,"props":899,"children":900},{"emptyLinePlaceholder":510},[901],{"type":42,"value":513},{"type":36,"tag":488,"props":903,"children":904},{"class":490,"line":586},[905,909],{"type":36,"tag":488,"props":906,"children":907},{"style":495},[908],{"type":42,"value":521},{"type":36,"tag":488,"props":910,"children":911},{"style":501},[912],{"type":42,"value":913},"Before I Write\n",{"type":36,"tag":488,"props":915,"children":916},{"class":490,"line":595},[917],{"type":36,"tag":488,"props":918,"children":919},{"emptyLinePlaceholder":510},[920],{"type":42,"value":513},{"type":36,"tag":488,"props":922,"children":923},{"class":490,"line":603},[924,928],{"type":36,"tag":488,"props":925,"children":926},{"style":495},[927],{"type":42,"value":543},{"type":36,"tag":488,"props":929,"children":930},{"style":546},[931],{"type":42,"value":932}," [Missing business input, validation risk, or approval needed]\n",{"type":36,"tag":488,"props":934,"children":935},{"class":490,"line":644},[936],{"type":36,"tag":488,"props":937,"children":938},{"emptyLinePlaceholder":510},[939],{"type":42,"value":513},{"type":36,"tag":488,"props":941,"children":942},{"class":490,"line":652},[943],{"type":36,"tag":488,"props":944,"children":945},{"style":546},[946],{"type":42,"value":592},{"type":36,"tag":488,"props":948,"children":950},{"class":490,"line":949},14,[951],{"type":36,"tag":488,"props":952,"children":953},{"emptyLinePlaceholder":510},[954],{"type":42,"value":513},{"type":36,"tag":488,"props":956,"children":958},{"class":490,"line":957},15,[959,963,967,971,975,979,983],{"type":36,"tag":488,"props":960,"children":961},{"style":546},[962],{"type":42,"value":609},{"type":36,"tag":488,"props":964,"children":965},{"style":495},[966],{"type":42,"value":614},{"type":36,"tag":488,"props":968,"children":969},{"style":617},[970],{"type":42,"value":620},{"type":36,"tag":488,"props":972,"children":973},{"style":495},[974],{"type":42,"value":625},{"type":36,"tag":488,"props":976,"children":977},{"style":628},[978],{"type":42,"value":631},{"type":36,"tag":488,"props":980,"children":981},{"style":495},[982],{"type":42,"value":636},{"type":36,"tag":488,"props":984,"children":985},{"style":546},[986],{"type":42,"value":641},{"type":36,"tag":488,"props":988,"children":990},{"class":490,"line":989},16,[991],{"type":36,"tag":488,"props":992,"children":993},{"emptyLinePlaceholder":510},[994],{"type":42,"value":513},{"type":36,"tag":488,"props":996,"children":998},{"class":490,"line":997},17,[999,1003,1007,1011,1015,1019,1023],{"type":36,"tag":488,"props":1000,"children":1001},{"style":546},[1002],{"type":42,"value":609},{"type":36,"tag":488,"props":1004,"children":1005},{"style":495},[1006],{"type":42,"value":614},{"type":36,"tag":488,"props":1008,"children":1009},{"style":617},[1010],{"type":42,"value":666},{"type":36,"tag":488,"props":1012,"children":1013},{"style":495},[1014],{"type":42,"value":625},{"type":36,"tag":488,"props":1016,"children":1017},{"style":628},[1018],{"type":42,"value":675},{"type":36,"tag":488,"props":1020,"children":1021},{"style":495},[1022],{"type":42,"value":636},{"type":36,"tag":488,"props":1024,"children":1025},{"style":546},[1026],{"type":42,"value":641},{"type":36,"tag":321,"props":1028,"children":1030},{"id":1029},"_3-approved-salesforce-write",[1031],{"type":42,"value":1032},"3. Approved Salesforce Write",{"type":36,"tag":125,"props":1034,"children":1035},{},[1036,1041],{"type":36,"tag":78,"props":1037,"children":1038},{},[1039],{"type":42,"value":1040},"Use only after the user explicitly asks for the supported write or approves the reviewed draft.",{"type":36,"tag":78,"props":1042,"children":1043},{},[1044],{"type":42,"value":1045},"Verify the result before reporting completion when the write response is not conclusive.",{"type":36,"tag":469,"props":1047,"children":1049},{"id":1048},"output-format-2",[1050],{"type":42,"value":474},{"type":36,"tag":476,"props":1052,"children":1054},{"className":478,"code":1053,"language":480,"meta":481,"style":481},"# Salesforce Updated\n\n**Record:** [Record name, type, and trusted link or id]\n\n- **Changed:** [Field or supported action]\n- **Result:** [Verified outcome]\n- **Not changed:** [Any requested item that was unsupported or skipped]\n\n---\n\n{Follow the instructions and output format\u002Fconditions in [Limitations and Improvements](..\u002Findex\u002FSKILL.md#limitations-and-improvements)}\n\n{Follow the instructions and output format\u002Fconditions in [Next Steps](..\u002Findex\u002FSKILL.md#4-next-steps)}\n",[1055],{"type":36,"tag":484,"props":1056,"children":1057},{"__ignoreMap":481},[1058,1070,1077,1097,1104,1130,1155,1180,1187,1194,1201,1232,1239],{"type":36,"tag":488,"props":1059,"children":1060},{"class":490,"line":491},[1061,1065],{"type":36,"tag":488,"props":1062,"children":1063},{"style":495},[1064],{"type":42,"value":498},{"type":36,"tag":488,"props":1066,"children":1067},{"style":501},[1068],{"type":42,"value":1069},"Salesforce Updated\n",{"type":36,"tag":488,"props":1071,"children":1072},{"class":490,"line":191},[1073],{"type":36,"tag":488,"props":1074,"children":1075},{"emptyLinePlaceholder":510},[1076],{"type":42,"value":513},{"type":36,"tag":488,"props":1078,"children":1079},{"class":490,"line":216},[1080,1084,1089,1093],{"type":36,"tag":488,"props":1081,"children":1082},{"style":739},[1083],{"type":42,"value":742},{"type":36,"tag":488,"props":1085,"children":1086},{"style":745},[1087],{"type":42,"value":1088},"Record:",{"type":36,"tag":488,"props":1090,"children":1091},{"style":739},[1092],{"type":42,"value":742},{"type":36,"tag":488,"props":1094,"children":1095},{"style":546},[1096],{"type":42,"value":757},{"type":36,"tag":488,"props":1098,"children":1099},{"class":490,"line":529},[1100],{"type":36,"tag":488,"props":1101,"children":1102},{"emptyLinePlaceholder":510},[1103],{"type":42,"value":513},{"type":36,"tag":488,"props":1105,"children":1106},{"class":490,"line":537},[1107,1111,1116,1121,1125],{"type":36,"tag":488,"props":1108,"children":1109},{"style":495},[1110],{"type":42,"value":543},{"type":36,"tag":488,"props":1112,"children":1113},{"style":739},[1114],{"type":42,"value":1115}," **",{"type":36,"tag":488,"props":1117,"children":1118},{"style":745},[1119],{"type":42,"value":1120},"Changed:",{"type":36,"tag":488,"props":1122,"children":1123},{"style":739},[1124],{"type":42,"value":742},{"type":36,"tag":488,"props":1126,"children":1127},{"style":546},[1128],{"type":42,"value":1129}," [Field or supported action]\n",{"type":36,"tag":488,"props":1131,"children":1132},{"class":490,"line":552},[1133,1137,1141,1146,1150],{"type":36,"tag":488,"props":1134,"children":1135},{"style":495},[1136],{"type":42,"value":543},{"type":36,"tag":488,"props":1138,"children":1139},{"style":739},[1140],{"type":42,"value":1115},{"type":36,"tag":488,"props":1142,"children":1143},{"style":745},[1144],{"type":42,"value":1145},"Result:",{"type":36,"tag":488,"props":1147,"children":1148},{"style":739},[1149],{"type":42,"value":742},{"type":36,"tag":488,"props":1151,"children":1152},{"style":546},[1153],{"type":42,"value":1154}," [Verified outcome]\n",{"type":36,"tag":488,"props":1156,"children":1157},{"class":490,"line":565},[1158,1162,1166,1171,1175],{"type":36,"tag":488,"props":1159,"children":1160},{"style":495},[1161],{"type":42,"value":543},{"type":36,"tag":488,"props":1163,"children":1164},{"style":739},[1165],{"type":42,"value":1115},{"type":36,"tag":488,"props":1167,"children":1168},{"style":745},[1169],{"type":42,"value":1170},"Not changed:",{"type":36,"tag":488,"props":1172,"children":1173},{"style":739},[1174],{"type":42,"value":742},{"type":36,"tag":488,"props":1176,"children":1177},{"style":546},[1178],{"type":42,"value":1179}," [Any requested item that was unsupported or skipped]\n",{"type":36,"tag":488,"props":1181,"children":1182},{"class":490,"line":578},[1183],{"type":36,"tag":488,"props":1184,"children":1185},{"emptyLinePlaceholder":510},[1186],{"type":42,"value":513},{"type":36,"tag":488,"props":1188,"children":1189},{"class":490,"line":586},[1190],{"type":36,"tag":488,"props":1191,"children":1192},{"style":546},[1193],{"type":42,"value":592},{"type":36,"tag":488,"props":1195,"children":1196},{"class":490,"line":595},[1197],{"type":36,"tag":488,"props":1198,"children":1199},{"emptyLinePlaceholder":510},[1200],{"type":42,"value":513},{"type":36,"tag":488,"props":1202,"children":1203},{"class":490,"line":603},[1204,1208,1212,1216,1220,1224,1228],{"type":36,"tag":488,"props":1205,"children":1206},{"style":546},[1207],{"type":42,"value":609},{"type":36,"tag":488,"props":1209,"children":1210},{"style":495},[1211],{"type":42,"value":614},{"type":36,"tag":488,"props":1213,"children":1214},{"style":617},[1215],{"type":42,"value":620},{"type":36,"tag":488,"props":1217,"children":1218},{"style":495},[1219],{"type":42,"value":625},{"type":36,"tag":488,"props":1221,"children":1222},{"style":628},[1223],{"type":42,"value":631},{"type":36,"tag":488,"props":1225,"children":1226},{"style":495},[1227],{"type":42,"value":636},{"type":36,"tag":488,"props":1229,"children":1230},{"style":546},[1231],{"type":42,"value":641},{"type":36,"tag":488,"props":1233,"children":1234},{"class":490,"line":644},[1235],{"type":36,"tag":488,"props":1236,"children":1237},{"emptyLinePlaceholder":510},[1238],{"type":42,"value":513},{"type":36,"tag":488,"props":1240,"children":1241},{"class":490,"line":652},[1242,1246,1250,1254,1258,1262,1266],{"type":36,"tag":488,"props":1243,"children":1244},{"style":546},[1245],{"type":42,"value":609},{"type":36,"tag":488,"props":1247,"children":1248},{"style":495},[1249],{"type":42,"value":614},{"type":36,"tag":488,"props":1251,"children":1252},{"style":617},[1253],{"type":42,"value":666},{"type":36,"tag":488,"props":1255,"children":1256},{"style":495},[1257],{"type":42,"value":625},{"type":36,"tag":488,"props":1259,"children":1260},{"style":628},[1261],{"type":42,"value":675},{"type":36,"tag":488,"props":1263,"children":1264},{"style":495},[1265],{"type":42,"value":636},{"type":36,"tag":488,"props":1267,"children":1268},{"style":546},[1269],{"type":42,"value":641},{"type":36,"tag":321,"props":1271,"children":1273},{"id":1272},"_4-account-plan-sdr-assignment-or-transcript",[1274],{"type":42,"value":1275},"4. Account Plan, SDR Assignment, Or Transcript",{"type":36,"tag":125,"props":1277,"children":1278},{},[1279,1284],{"type":36,"tag":78,"props":1280,"children":1281},{},[1282],{"type":42,"value":1283},"Use when the user explicitly asks for an account plan, Agentforce Lead Nurturing assignment, Salesforce event, or voice\u002Fvideo transcript summary.",{"type":36,"tag":78,"props":1285,"children":1286},{},[1287],{"type":42,"value":1288},"Resolve the required record or call id first. For an SDR assignment, show available agents and get the user's selection before assigning.",{"type":36,"tag":469,"props":1290,"children":1292},{"id":1291},"output-format-3",[1293],{"type":42,"value":474},{"type":36,"tag":476,"props":1295,"children":1297},{"className":478,"code":1296,"language":480,"meta":481,"style":481},"# [Account Plan \u002F SDR Assignment \u002F Transcript Summary]\n\n## Target\n\n- [Resolved account, contact, lead, event, or call + trusted link]\n\n## Result\n\n- [Supported read, draft, or verified action]\n- [Important limitation or missing required input]\n\n---\n\n{Follow the instructions and output format\u002Fconditions in [Limitations and Improvements](..\u002Findex\u002FSKILL.md#limitations-and-improvements)}\n\n{Follow the instructions and output format\u002Fconditions in [Next Steps](..\u002Findex\u002FSKILL.md#4-next-steps)}\n",[1298],{"type":36,"tag":484,"props":1299,"children":1300},{"__ignoreMap":481},[1301,1313,1320,1332,1339,1351,1358,1370,1377,1389,1401,1408,1415,1422,1453,1460],{"type":36,"tag":488,"props":1302,"children":1303},{"class":490,"line":491},[1304,1308],{"type":36,"tag":488,"props":1305,"children":1306},{"style":495},[1307],{"type":42,"value":498},{"type":36,"tag":488,"props":1309,"children":1310},{"style":501},[1311],{"type":42,"value":1312},"[Account Plan \u002F SDR Assignment \u002F Transcript Summary]\n",{"type":36,"tag":488,"props":1314,"children":1315},{"class":490,"line":191},[1316],{"type":36,"tag":488,"props":1317,"children":1318},{"emptyLinePlaceholder":510},[1319],{"type":42,"value":513},{"type":36,"tag":488,"props":1321,"children":1322},{"class":490,"line":216},[1323,1327],{"type":36,"tag":488,"props":1324,"children":1325},{"style":495},[1326],{"type":42,"value":521},{"type":36,"tag":488,"props":1328,"children":1329},{"style":501},[1330],{"type":42,"value":1331},"Target\n",{"type":36,"tag":488,"props":1333,"children":1334},{"class":490,"line":529},[1335],{"type":36,"tag":488,"props":1336,"children":1337},{"emptyLinePlaceholder":510},[1338],{"type":42,"value":513},{"type":36,"tag":488,"props":1340,"children":1341},{"class":490,"line":537},[1342,1346],{"type":36,"tag":488,"props":1343,"children":1344},{"style":495},[1345],{"type":42,"value":543},{"type":36,"tag":488,"props":1347,"children":1348},{"style":546},[1349],{"type":42,"value":1350}," [Resolved account, contact, lead, event, or call + trusted link]\n",{"type":36,"tag":488,"props":1352,"children":1353},{"class":490,"line":552},[1354],{"type":36,"tag":488,"props":1355,"children":1356},{"emptyLinePlaceholder":510},[1357],{"type":42,"value":513},{"type":36,"tag":488,"props":1359,"children":1360},{"class":490,"line":565},[1361,1365],{"type":36,"tag":488,"props":1362,"children":1363},{"style":495},[1364],{"type":42,"value":521},{"type":36,"tag":488,"props":1366,"children":1367},{"style":501},[1368],{"type":42,"value":1369},"Result\n",{"type":36,"tag":488,"props":1371,"children":1372},{"class":490,"line":578},[1373],{"type":36,"tag":488,"props":1374,"children":1375},{"emptyLinePlaceholder":510},[1376],{"type":42,"value":513},{"type":36,"tag":488,"props":1378,"children":1379},{"class":490,"line":586},[1380,1384],{"type":36,"tag":488,"props":1381,"children":1382},{"style":495},[1383],{"type":42,"value":543},{"type":36,"tag":488,"props":1385,"children":1386},{"style":546},[1387],{"type":42,"value":1388}," [Supported read, draft, or verified action]\n",{"type":36,"tag":488,"props":1390,"children":1391},{"class":490,"line":595},[1392,1396],{"type":36,"tag":488,"props":1393,"children":1394},{"style":495},[1395],{"type":42,"value":543},{"type":36,"tag":488,"props":1397,"children":1398},{"style":546},[1399],{"type":42,"value":1400}," [Important limitation or missing required input]\n",{"type":36,"tag":488,"props":1402,"children":1403},{"class":490,"line":603},[1404],{"type":36,"tag":488,"props":1405,"children":1406},{"emptyLinePlaceholder":510},[1407],{"type":42,"value":513},{"type":36,"tag":488,"props":1409,"children":1410},{"class":490,"line":644},[1411],{"type":36,"tag":488,"props":1412,"children":1413},{"style":546},[1414],{"type":42,"value":592},{"type":36,"tag":488,"props":1416,"children":1417},{"class":490,"line":652},[1418],{"type":36,"tag":488,"props":1419,"children":1420},{"emptyLinePlaceholder":510},[1421],{"type":42,"value":513},{"type":36,"tag":488,"props":1423,"children":1424},{"class":490,"line":949},[1425,1429,1433,1437,1441,1445,1449],{"type":36,"tag":488,"props":1426,"children":1427},{"style":546},[1428],{"type":42,"value":609},{"type":36,"tag":488,"props":1430,"children":1431},{"style":495},[1432],{"type":42,"value":614},{"type":36,"tag":488,"props":1434,"children":1435},{"style":617},[1436],{"type":42,"value":620},{"type":36,"tag":488,"props":1438,"children":1439},{"style":495},[1440],{"type":42,"value":625},{"type":36,"tag":488,"props":1442,"children":1443},{"style":628},[1444],{"type":42,"value":631},{"type":36,"tag":488,"props":1446,"children":1447},{"style":495},[1448],{"type":42,"value":636},{"type":36,"tag":488,"props":1450,"children":1451},{"style":546},[1452],{"type":42,"value":641},{"type":36,"tag":488,"props":1454,"children":1455},{"class":490,"line":957},[1456],{"type":36,"tag":488,"props":1457,"children":1458},{"emptyLinePlaceholder":510},[1459],{"type":42,"value":513},{"type":36,"tag":488,"props":1461,"children":1462},{"class":490,"line":989},[1463,1467,1471,1475,1479,1483,1487],{"type":36,"tag":488,"props":1464,"children":1465},{"style":546},[1466],{"type":42,"value":609},{"type":36,"tag":488,"props":1468,"children":1469},{"style":495},[1470],{"type":42,"value":614},{"type":36,"tag":488,"props":1472,"children":1473},{"style":617},[1474],{"type":42,"value":666},{"type":36,"tag":488,"props":1476,"children":1477},{"style":495},[1478],{"type":42,"value":625},{"type":36,"tag":488,"props":1480,"children":1481},{"style":628},[1482],{"type":42,"value":675},{"type":36,"tag":488,"props":1484,"children":1485},{"style":495},[1486],{"type":42,"value":636},{"type":36,"tag":488,"props":1488,"children":1489},{"style":546},[1490],{"type":42,"value":641},{"type":36,"tag":1492,"props":1493,"children":1494},"style",{},[1495],{"type":42,"value":1496},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1498,"total":1607},[1499,1514,1530,1543,1559,1575,1592],{"slug":1500,"name":1500,"fn":1501,"description":1502,"org":1503,"tags":1504,"stars":19,"repoUrl":20,"updatedAt":1513},"analyze-account-signals","analyze account signals for sales intelligence","Use when the user wants to know what changed with one account, monitor an owner portfolio or watchlist, or rank accounts needing attention from recent evidence. Produce an evidence-backed account brief or bounded watchlist summary with recommended actions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1505,1508,1509,1512],{"name":1506,"slug":1507,"type":15},"Analytics","analytics",{"name":13,"slug":14,"type":15},{"name":1510,"slug":1511,"type":15},"Research","research",{"name":17,"slug":18,"type":15},"2026-07-01T07:54:11.79288",{"slug":1515,"name":1515,"fn":1516,"description":1517,"org":1518,"tags":1519,"stars":19,"repoUrl":20,"updatedAt":1529},"analyze-data-quality","assess data quality for analysis","Assess whether structured data, query results, dashboards, or analytical evidence are trustworthy enough to use. Use when the task is to check data quality, reconcile conflicting sources or metric definitions, or decide whether evidence is safe to cite.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1520,1523,1526],{"name":1521,"slug":1522,"type":15},"Audit","audit",{"name":1524,"slug":1525,"type":15},"Data Engineering","data-engineering",{"name":1527,"slug":1528,"type":15},"Data Quality","data-quality","2026-07-01T07:55:01.146961",{"slug":1531,"name":1531,"fn":1532,"description":1533,"org":1534,"tags":1535,"stars":19,"repoUrl":20,"updatedAt":1542},"answers-ask-user-input","request missing context from users","Use when a small amount of missing context would materially improve the answer and tappable options plus a free-text answer can gather it efficiently.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1536,1539],{"name":1537,"slug":1538,"type":15},"Communications","communications",{"name":1540,"slug":1541,"type":15},"Productivity","productivity","2026-07-14T05:43:36.096323",{"slug":1544,"name":1544,"fn":1545,"description":1546,"org":1547,"tags":1548,"stars":19,"repoUrl":20,"updatedAt":1558},"apollo","prospect and enrich leads with Apollo","Use only when a focused Sales workflow has selected a present and connected Apollo connector, or the user explicitly asks for Apollo prospecting, enrichment, Company Details, records, sequences, or outbound planning. Apply Apollo v2-specific behavior only after verifying app version 2.0.0 or later.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1549,1551,1554,1557],{"name":1550,"slug":1544,"type":15},"Apollo",{"name":1552,"slug":1553,"type":15},"Lead Enrichment","lead-enrichment",{"name":1555,"slug":1556,"type":15},"Prospecting","prospecting",{"name":17,"slug":18,"type":15},"2026-07-14T05:43:34.800076",{"slug":1522,"name":1522,"fn":1560,"description":1561,"org":1562,"tags":1563,"stars":19,"repoUrl":20,"updatedAt":1574},"audit product flows and user journeys","Audit or critique a product flow, journey, workflow, funnel, onboarding path, checkout path, settings path, screen, or multi-step product experience by capturing screenshots first, then reporting UX, design, and accessibility findings inline from that evidence. Use Figma only when the user explicitly asks for a board. Use when the user asks to audit, review, critique, inspect, assess, analyze, evaluate, or give feedback on a product experience.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1564,1565,1568,1571],{"name":1521,"slug":1522,"type":15},{"name":1566,"slug":1567,"type":15},"Design","design",{"name":1569,"slug":1570,"type":15},"Product Management","product-management",{"name":1572,"slug":1573,"type":15},"UX Design","ux-design","2026-07-01T07:54:30.613428",{"slug":1576,"name":1576,"fn":1577,"description":1578,"org":1579,"tags":1580,"stars":19,"repoUrl":20,"updatedAt":1591},"build-business-case","build customer-led business cases and ROI","Review commercial proposals and build customer-led business cases, ROI or value models, pricing or investment rationales, executive summaries, and customer-ready value stories tied to a customer, workflow, initiative, or decision.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1581,1584,1587,1590],{"name":1582,"slug":1583,"type":15},"Content Creation","content-creation",{"name":1585,"slug":1586,"type":15},"Finance","finance",{"name":1588,"slug":1589,"type":15},"Financial Modeling","financial-modeling",{"name":17,"slug":18,"type":15},"2026-07-01T07:54:02.779003",{"slug":1593,"name":1593,"fn":1594,"description":1595,"org":1596,"tags":1597,"stars":19,"repoUrl":20,"updatedAt":1606},"build-competitive-brief","build competitive briefs and battlecards","Use when the user wants a competitor or vendor comparison, market-landscape analysis, battlecard, objection package, positioning brief, or account-specific competitive view. Produce an evidence-backed comparison, guidance, and brief, using supplied materials, connected research, and public evidence when appropriate.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1598,1601,1604,1605],{"name":1599,"slug":1600,"type":15},"Competitive Intelligence","competitive-intelligence",{"name":1602,"slug":1603,"type":15},"Marketing","marketing",{"name":1510,"slug":1511,"type":15},{"name":17,"slug":18,"type":15},"2026-07-01T07:54:13.073252",43,{"items":1609,"total":1810},[1610,1631,1654,1671,1687,1706,1723,1737,1753,1767,1779,1794],{"slug":1611,"name":1611,"fn":1612,"description":1613,"org":1614,"tags":1615,"stars":1628,"repoUrl":1629,"updatedAt":1630},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1616,1619,1622,1625],{"name":1617,"slug":1618,"type":15},"Documents","documents",{"name":1620,"slug":1621,"type":15},"Healthcare","healthcare",{"name":1623,"slug":1624,"type":15},"Insurance","insurance",{"name":1626,"slug":1627,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":1632,"name":1632,"fn":1633,"description":1634,"org":1635,"tags":1636,"stars":1651,"repoUrl":1652,"updatedAt":1653},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1637,1640,1642,1645,1648],{"name":1638,"slug":1639,"type":15},".NET","dotnet",{"name":1641,"slug":1632,"type":15},"ASP.NET Core",{"name":1643,"slug":1644,"type":15},"Blazor","blazor",{"name":1646,"slug":1647,"type":15},"C#","csharp",{"name":1649,"slug":1650,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":1655,"name":1655,"fn":1656,"description":1657,"org":1658,"tags":1659,"stars":1651,"repoUrl":1652,"updatedAt":1670},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1660,1663,1666,1669],{"name":1661,"slug":1662,"type":15},"Apps SDK","apps-sdk",{"name":1664,"slug":1665,"type":15},"ChatGPT","chatgpt",{"name":1667,"slug":1668,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1672,"name":1672,"fn":1673,"description":1674,"org":1675,"tags":1676,"stars":1651,"repoUrl":1652,"updatedAt":1686},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1677,1680,1683],{"name":1678,"slug":1679,"type":15},"API Development","api-development",{"name":1681,"slug":1682,"type":15},"CLI","cli",{"name":1684,"slug":1685,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1688,"name":1688,"fn":1689,"description":1690,"org":1691,"tags":1692,"stars":1651,"repoUrl":1652,"updatedAt":1705},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1693,1696,1699,1702],{"name":1694,"slug":1695,"type":15},"Cloudflare","cloudflare",{"name":1697,"slug":1698,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1700,"slug":1701,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1703,"slug":1704,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1707,"name":1707,"fn":1708,"description":1709,"org":1710,"tags":1711,"stars":1651,"repoUrl":1652,"updatedAt":1722},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1712,1713,1716,1719],{"name":1540,"slug":1541,"type":15},{"name":1714,"slug":1715,"type":15},"Project Management","project-management",{"name":1717,"slug":1718,"type":15},"Strategy","strategy",{"name":1720,"slug":1721,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1724,"name":1724,"fn":1725,"description":1726,"org":1727,"tags":1728,"stars":1651,"repoUrl":1652,"updatedAt":1736},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1729,1730,1732,1735],{"name":1566,"slug":1567,"type":15},{"name":1731,"slug":1724,"type":15},"Figma",{"name":1733,"slug":1734,"type":15},"Frontend","frontend",{"name":1667,"slug":1668,"type":15},"2026-04-12T05:06:47.939943",{"slug":1738,"name":1738,"fn":1739,"description":1740,"org":1741,"tags":1742,"stars":1651,"repoUrl":1652,"updatedAt":1752},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1743,1744,1747,1748,1749],{"name":1566,"slug":1567,"type":15},{"name":1745,"slug":1746,"type":15},"Design System","design-system",{"name":1731,"slug":1724,"type":15},{"name":1733,"slug":1734,"type":15},{"name":1750,"slug":1751,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":1754,"name":1754,"fn":1755,"description":1756,"org":1757,"tags":1758,"stars":1651,"repoUrl":1652,"updatedAt":1766},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1759,1760,1761,1764,1765],{"name":1566,"slug":1567,"type":15},{"name":1745,"slug":1746,"type":15},{"name":1762,"slug":1763,"type":15},"Documentation","documentation",{"name":1731,"slug":1724,"type":15},{"name":1733,"slug":1734,"type":15},"2026-05-16T06:07:47.821474",{"slug":1768,"name":1768,"fn":1769,"description":1770,"org":1771,"tags":1772,"stars":1651,"repoUrl":1652,"updatedAt":1778},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1773,1774,1775,1776,1777],{"name":1566,"slug":1567,"type":15},{"name":1731,"slug":1724,"type":15},{"name":1733,"slug":1734,"type":15},{"name":1750,"slug":1751,"type":15},{"name":1649,"slug":1650,"type":15},"2026-05-16T06:07:40.583615",{"slug":1780,"name":1780,"fn":1781,"description":1782,"org":1783,"tags":1784,"stars":1651,"repoUrl":1652,"updatedAt":1793},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1785,1788,1789,1792],{"name":1786,"slug":1787,"type":15},"Animation","animation",{"name":1684,"slug":1685,"type":15},{"name":1790,"slug":1791,"type":15},"Creative","creative",{"name":1566,"slug":1567,"type":15},"2026-05-02T05:31:48.48485",{"slug":1795,"name":1795,"fn":1796,"description":1797,"org":1798,"tags":1799,"stars":1651,"repoUrl":1652,"updatedAt":1809},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1800,1801,1802,1805,1808],{"name":1790,"slug":1791,"type":15},{"name":1566,"slug":1567,"type":15},{"name":1803,"slug":1804,"type":15},"Image Generation","image-generation",{"name":1806,"slug":1807,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]