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
umbraco avatar

Umbraco Repository Pattern

umbraco/umbraco-cms-backoffice-skills
311 installs26 stars
Summary

This gets you up to speed on Umbraco's repository pattern for backoffice customization. It covers the core architecture: repositories as data operation entry points, data sources for actual I/O, and optional stores for session state. The big callout here is auth: never use raw fetch for API calls or you'll get 401 errors. Always use a generated OpenAPI client configured with Umbraco's auth context. The examples walk through basic CRUD repos, tree repositories, and wiring them into contexts with observable state. Good fit if you're building custom backoffice features and need to understand how Umbraco separates data concerns from UI logic.

Install to Claude Code

npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-repository-pattern --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Files
SKILL.md

Select a file.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
.NET & C#
First SeenJun 3, 2026
View on GitHub

More from umbraco/umbraco-cms-backoffice-skills

All 76 skills →
  • Umbraco Context Api310
  • Umbraco Auth Provider309
  • Umbraco Entity Create Option Action309
  • Umbraco Localization309
  • Umbraco Notifications309
  • Umbraco Dynamic Root308
  • Umbraco Entity Bulk Actions308
  • Umbraco Icons308
  • Umbraco Modals308
  • Umbraco Package View308
  • Umbraco Property Action308
  • Umbraco Review Checks308
  • Umbraco Collection View307
  • Umbraco Entry Point307
  • Umbraco Granular User Permissions307
  • Umbraco Health Check307
  • Umbraco Property Editor Schema307
  • Umbraco Sections307
  • Umbraco Bundle306
  • Umbraco Current User Action306
  • Umbraco Entity Actions306
  • Umbraco File Upload Preview306
  • Umbraco Header Apps306
  • Umbraco Kinds306

Recommended

More .NET & C# →
umbraco avatar
umbraco-context-api

umbraco/umbraco-cms-backoffice-skills

Understand and use Context API in Umbraco backoffice (foundational concept)
310
26
sickn33 avatar
dotnet-backend-patterns

sickn33/antigravity-awesome-skills

dotnet backend patterns
309
39.4k
umbraco avatar
umbraco-auth-provider

umbraco/umbraco-cms-backoffice-skills

Implement authentication providers for Umbraco backoffice using official docs
309
26
umbraco avatar
umbraco-entity-create-option-action

umbraco/umbraco-cms-backoffice-skills

Implement entity create option actions in Umbraco backoffice using official docs
309
26
umbraco avatar
umbraco-localization

umbraco/umbraco-cms-backoffice-skills

Understand and use localization in Umbraco backoffice (foundational concept)
309
26
umbraco avatar
umbraco-notifications

umbraco/umbraco-cms-backoffice-skills

Understand and use notifications in Umbraco backoffice (foundational concept)
309
26