CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

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
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
jaganpro avatar

Sf Deploy

jaganpro/sf-skills
1.3k installs421 stars
Summary

This is deployment orchestration for Salesforce metadata using the sf CLI v2. It handles dry-run validation, manifest-based deploys, scratch org management, and CI/CD workflow sequencing. The skill enforces a safe deployment order: objects and fields first, then permission sets, Apex, and finally Flows as drafts. It knows when to delegate to other skills like sf-apex for code authoring or sf-data for test records. The workflow is methodical: preflight checks, validate with dry-run, deploy the smallest correct scope, then verify. It includes failure pattern tables for common errors like missing dependencies and wrong deployment order, plus specific guidance on quick deploys and RunRelevantTests for Spring '26 orgs.

Install to Claude Code

npx -y skills add jaganpro/sf-skills --skill sf-deploy --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Files
SKILL.md

Select a file.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
DevOps & CI/CDRelease Management
First SeenApr 16, 2026
View on GitHub

More from jaganpro/sf-skills

All 37 skills →
  • Sf Diagram Mermaid1.3k
  • Sf Integration1.3k
  • Sf Permissions1.3k
  • Sf Testing1.3k
  • Sf Ai Agentforce1.2k
  • Sf Ai Agentforce Observability1.2k
  • Sf Ai Agentforce Testing1.2k
  • Sf Diagram Nanobananapro1.2k
  • Sf Ai Agentforce Persona1.1k
  • Sf Docs1.1k
  • Sf Datacloud930
  • Sf Industry Commoncore Omniscript927
  • Sf Industry Commoncore Omnistudio Analyze923
  • Sf Industry Commoncore Datamapper922
  • Sf Industry Commoncore Flexcard921
  • Sf Datacloud Retrieve919
  • Sf Industry Commoncore Integration Procedure916
  • Sf Datacloud Connect915
  • Sf Datacloud Prepare915
  • Sf Datacloud Segment911
  • Sf Datacloud Harmonize910
  • Sf Datacloud Act909
  • Sf Industry Commoncore Callable Apex888
  • Sf Flex Estimator762

Recommended

More DevOps & CI/CD →
buildgreatproducts avatar
build-loop-codex

buildgreatproducts/builder-os

Use when building features with **Codex** (OpenAI Codex CLI) in any codebase and the work should go through a disciplined build → review → test → fix loop. Triggers on "run the build loop", "build the next task", "continue the plan", "build this feature properly", or any request to implement work from a plan file or a direct feature prompt. Builds from the plan (or the prompt if no plan exists), runs Codex's `/review` on uncommitted changes and fixes every issue found, tests and verifies the feature end to end, fixes anything testing surfaces, and reports back once complete. Repeats until all plan tasks are checked off.
1.3k
198
buildgreatproducts avatar
build-loop-cursor

buildgreatproducts/builder-os

Use when building features with **Cursor** in any codebase and the work should go through a disciplined build → review → test → fix loop. Triggers on "run the build loop", "build the next task", "continue the plan", "build this feature properly", or any request to implement work from a plan file or a direct feature prompt. Builds from the plan (or the prompt if no plan exists), runs Cursor's `/review` and fixes every issue found, tests and verifies the feature end to end, fixes anything testing surfaces, and reports back once complete. Repeats until all plan tasks are checked off.
1.2k
198
aradotso avatar
harvard-art-museums-data-engineering-pipeline

aradotso/data-skills

harvard art museums data engineering pipeline
1.2k
2
aradotso avatar
harvard-artifacts-etl-pipeline

aradotso/data-skills

harvard artifacts etl pipeline
1.2k
2
aradotso avatar
aracli-deploy-management

aradotso/trending-skills

aracli deploy management
1.2k
61
aradotso avatar
zeroboot-vm-sandbox

aradotso/trending-skills

zeroboot vm sandbox
1.2k
61