CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. forcedotcom
  4. /
  5. afv-library
  6. /
  7. Handling Sf Data

Handling Sf Data

Editor's Note

This is your go-to for any Salesforce data operation that isn't pure SOQL querying. It handles record CRUD, bulk import and export via sf CLI, test data generation with sensible defaults like 251+ records for bulk trigger validation, and cleanup scripts so you don't pollute your org. The skill runs describe-first validation to catch required fields and bad picklist values before you waste time on failures. It knows when to use CLI versus anonymous Apex, includes factory patterns for reusable test datasets, and always leaves you with exact cleanup commands. The bounded retry strategy is smart: it won't hammer the same failing command forever. If you're seeding data, running migrations, or building test harnesses, this covers the full lifecycle from schema validation through execution to rollback.

Install

npx skills add https://github.com/forcedotcom/afv-library --skill handling-sf-data
Votes
0
Installs328
GitHub Stars449
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment