sitecore-classic

Guide Sitecore 10.x projects with Helix architecture patterns and conventions.

2|1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/twofoldtech-dakota/claude-marketplace --skill sitecore-classic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sitecore-classic
Source: https://github.com/twofoldtech-dakota/claude-marketplace/tree/main/plugins/sitecore-classic-analyzer/skills/sitecore-classic
Command: npx skills add https://github.com/twofoldtech-dakota/claude-marketplace --skill sitecore-classic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Sitecore Classic Skill provides guidance for Sitecore 10.x projects, Helix architecture, MVC renderings, and Sitecore APIs, helping teams adopt consistent patterns and reduce integration friction.

Core Features & Use Cases

  • Helix architecture guidance: Foundation, Feature, and Project layering with proper dependencies.
  • Dependency Injection and service registration patterns for Sitecore-powered apps.
  • Content access, serialization, and caching patterns aligned with Sitecore best practices.
  • Configuration patching, pipelines, and Solr indexing patterns for maintainable deployments.
  • Code quality patterns demonstrated through Glass Mapper, SCS, and unit of work examples.

Quick Start

Install and reference the Sitecore Classic Analyzer guidance, then start applying Helix-based structures to your Sitecore 10.x projects.

Frequently Asked Questions about sitecore-classic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Sitecore 10.x project using Helix architecture patterns?

To structure a Sitecore 10.x project using Helix architecture, you organize code into Foundation, Feature, and Project layers with strict dependency rules. This Skill provides conventions for layering, DI registration, and rendering patterns to guide development and reduce integration friction.

What is the best way to implement Dependency Injection in Sitecore MVC renderings?

Implementing Dependency Injection in Sitecore MVC renderings requires proper service registration patterns. This Skill specifies DI registration conventions and service patterns to help you inject dependencies correctly into your renderings and maintain testable code.

How do I configure content serialization and caching patterns for Sitecore?

Configuring content serialization and caching patterns for Sitecore involves aligning with best practices for content access. This Skill provides conventions for serialization and caching to ensure maintainable deployments and consistent data handling across your application.

Does this Sitecore Helix guidance cover Solr indexing and configuration patching?

Yes, this Sitecore Helix guidance covers Solr indexing and configuration patching. It includes patterns for pipelines and configuration patch files to maintain deployment stability and ensure your search indexing scales properly within the Sitecore environment.

Can I use Glass Mapper and unit of work patterns with Sitecore Helix?

Yes, you can use Glass Mapper and unit of work patterns with Sitecore Helix. This Skill demonstrates code quality patterns through Glass Mapper and SCS examples, showing how to map data and structure data access effectively within the layered architecture.