shared

Create and structure Claude Code skills with templates and modularization guidance.

603|51|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill shared-rshankras
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shared
Source: https://github.com/rshankras/claude-code-apple-skills/tree/main/skills/shared
Command: npx skills add https://github.com/rshankras/claude-code-apple-skills --skill shared-rshankras

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides the foundational knowledge and templates for creating, structuring, and maintaining Claude Code Skills, ensuring consistency and best practices across the platform.

Core Features & Use Cases

  • Skill Creation Guidance: Learn the structure, front matter requirements, and best practices for developing new skills.
  • Modularization Strategies: Understand how to break down complex skills into manageable reference files for better organization and readability.
  • Use Case: You want to create a new Claude Code skill to analyze Swift code for memory leaks. You would use this 'shared' skill to understand how to structure your new skill, define its SKILL.md, and decide whether to modularize it with reference files.

Quick Start

Use the skill-creator to guide me through making a new Claude Code skill.

Frequently Asked Questions about shared

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

FAQPage Schema
How do I create and structure a Claude Code skill?

To create a Claude Code skill, you need to define its SKILL.md file with proper front matter and content structure. This skill provides templates and best practices for structuring both simple and complex skills.

What is the best way to modularize complex Claude Code skills?

The best way to modularize complex Claude Code skills is to break them down into manageable reference files. This modularization strategy improves file organization and readability for maintaining large skill components.

What front matter and file organization does a new Claude Code skill require?

New Claude Code skills require specific front matter and a clear content structure defined in a SKILL.md file. Guidance is provided to help you organize files effectively and meet platform consistency requirements.

When should I use reference files instead of a single SKILL.md?

You should use reference files instead of a single SKILL.md when developing complex skills that need modularization. Breaking down instructions into reference files facilitates better organization and readability for the development lifecycle.

Can I use this guidance to build a skill for analyzing Swift code?

Yes, you can use this guidance to build a skill for analyzing Swift code or other specific tasks. The provided templates and modularization strategies support the creation of custom skills across various software engineering domains.