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. sf-skills
  6. /
  7. Generating Apex

Generating Apex

Editor's Note

If you're writing Apex classes, triggers, batch jobs, or REST resources, this skill walks you through the full authoring workflow: gathering requirements, choosing the right pattern (service, selector, domain, trigger handler, etc.), generating code with proper sharing keywords and bulkification, creating tests via a separate skill, then running code analyzer and test execution before delivering a validation report. It enforces hard stops for common governor limit violations like SOQL in loops and skipping sharing declarations. The workflow is strict and sequential, which means you get production-grade code with ApexDoc and test coverage, but you'll need to provide clear context upfront about your class type and target objects. It leans heavily on templates and conventions, so it fits best in orgs that already follow layered architecture patterns.

Install

npx skills add https://github.com/forcedotcom/sf-skills --skill generating-apex
Votes
0
Installs884
GitHub Stars458
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment