skill-name

Define a reusable Claude Skill blueprint with SKILL.md frontmatter and optional resource folders.

3|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/arbgjr/sdlc_agentico --skill skill-name-arbgjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/arbgjr/sdlc_agentico/tree/main/.claude/skills/_template
Command: npx skills add https://github.com/arbgjr/sdlc_agentico --skill skill-name-arbgjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a standardized blueprint for creating Claude Skills with a clear frontmatter contract and optional progressive-disclosure resources, speeding up consistent skill authoring.

Core Features & Use Cases

  • Ensures a SKILL.md frontmatter with name and description for discovery.
  • Supports progressive disclosure via reference/topic files and optional scripts for deterministic tasks.
  • Encourages safety and testing guidelines to maintain quality across skills.

Quick Start

Create a new skill by duplicating this template and updating the frontmatter with your own name, description, and workflows.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I create a Claude skill with a standardized frontmatter contract?

To create a Claude skill, duplicate a skill template and update the SKILL.md frontmatter with your name, description, and natural-language workflows to ensure discovery and consistent authoring.

What is progressive disclosure in Claude skill authoring?

Progressive disclosure in skill authoring is organizing workflows by using reference and topic files alongside optional scripts, keeping the core SKILL.md lightweight while providing deeper context only when needed.

How do I add scripts to a Claude skill safely?

Add scripts to a Claude skill by placing them in optional resource folders and including safety guidelines, ensuring these deterministic task tools are only used with explicit justification and proper testing.

Does this skill template require any dependencies or components?

No dependencies or components are required to use this skill template, allowing you to scaffold a new Claude skill immediately without installing external packages or setting up complex environments.

What's the best way to structure reusable Claude skill blueprints?

The best way to structure reusable blueprints is by defining a core SKILL.md with required metadata, then layering optional tooling hints, reference files, and safety guidelines to enforce consistent, high-quality skill development.

When should I avoid using scripts in my Claude skill?

You should avoid using scripts in your Claude skill when natural-language-first workflows are sufficient, as the template encourages reserving deterministic scripts for justified use cases to maintain safety and quality.