shared

Create tool-agnostic skills using templates and front-matter conventions.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mazicimert/RunDom --skill shared-mazicimert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shared
Source: https://github.com/mazicimert/RunDom/tree/main/.claude/skills/shared
Command: npx skills add https://github.com/mazicimert/RunDom --skill shared-mazicimert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Platform-agnostic skill templates and best practices to create and improve Claude Code skills, reducing duplication and guiding consistent design.

Core Features & Use Cases

  • Reusable skeletons, templates, and guidelines to accelerate skill creation and modularization.
  • Guidance on front matter, structure, and optional references/assets for complex skills.
  • Quick-start examples and templates to jumpstart new skills or refactor existing ones.

Quick Start

Write a new skill using the shared templates to create a self-contained SKILL.md with a lean structure and reference materials as needed.

Frequently Asked Questions about shared

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

FAQPage Schema
How do I create a Claude Code skill using templates and best practices?

To create a Claude Code skill, use shared templates to build a self-contained SKILL.md with a lean structure, applying front matter conventions and best practices to ensure consistent design and reduce duplication.

What is the best way to structure a modular skill with reference materials?

The best way to structure a modular skill is to maintain a lean main SKILL.md while moving detailed guidelines into optional reference and assets components, enabling multi-file modularization for complex skill development scenarios.

How does front matter configuration work for skill templates?

Front matter configuration works by applying platform-agnostic conventions provided in the skill templates, standardizing metadata and structure to guide consistent skill creation and improve tool-agnostic skill design.

Can I use these skill templates to refactor existing skills?

Yes, you can use the quick-start examples and templates to refactor existing skills by aligning them with best practices, front matter conventions, and lean SKILL.md structures to reduce duplication and improve modularity.

When do I need multi-file reference materials for skill creation?

You need multi-file reference materials for skill creation when developing modularized skills that require structured output formats and complex guidelines beyond what a self-contained SKILL.md can efficiently hold.

What are the limitations of using a lean main SKILL.md?

A lean main SKILL.md limits extensive inline documentation, requiring you to externalize detailed best practices and reference materials into optional separate components to maintain readability and modularization.