claude-extensibility

Manage Claude Code extensions via standardized SKILL.md frontmatter and structured content.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/wtyler2505/ProtoPulse --skill claude-extensibility-wtyler2505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-extensibility
Source: https://github.com/wtyler2505/ProtoPulse/tree/main/.agents/skills/claude-extensibility
Command: npx skills add https://github.com/wtyler2505/ProtoPulse --skill claude-extensibility-wtyler2505

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating the creation, editing, and governance of Claude Code extensions (agents, skills, and output styles) is error-prone without a standardized entry point and lifecycle guidance.

Core Features & Use Cases

  • Centralized CRUD for agents and skills via SKILL.md frontmatter and content.
  • YAML frontmatter management, model/tool selection, prompts, references, and templates to support progressive disclosure.
  • Use cases include creating new agents/skills, editing existing extensions, configuring tool access, testing activation, and maintaining governance across teams.

Quick Start

Create a new skill by adding .claude/skills/{name}/SKILL.md with proper YAML frontmatter and concise content.

Frequently Asked Questions about claude-extensibility

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

FAQPage Schema
How do I create and manage Claude Code extensions across projects?

Create and manage Claude Code extensions by defining standardized SKILL.md frontmatter and structured content. This provides centralized CRUD for agents, skills, and output styles, ensuring consistent governance across multiple projects.

What is progressive disclosure in Claude skills and how does it work?

Progressive disclosure in Claude skills works by using YAML frontmatter, references, and templates to layer information. This approach keeps the SKILL.md file concise while allowing Claude to access detailed instructions only when needed during execution.

How do I configure tool access and models for custom Claude agents?

Configure tool access and models for custom Claude agents through YAML frontmatter management. You can specify allowed tools, select models, and define prompts within the SKILL.md file to control agent capabilities and behavior.

What are the best practices for writing a SKILL.md file?

Best practices for writing a SKILL.md file include keeping content under 500 lines, including WHAT and WHEN in descriptions, and providing clear testing and lifecycle guidance. This ensures optimal agent activation and maintainability.

How do I test activation of a new Claude skill or agent?

Test activation of new Claude skills and agents by verifying the SKILL.md frontmatter triggers correctly. The standardized lifecycle guidance helps validate that the agent activates under the intended conditions and accesses the configured tools.

Do I need YAML frontmatter to define output styles for Claude?

Yes, YAML frontmatter is required to define output styles for Claude. It serves as the standardized entry point for configuring extensions, allowing you to manage prompts, references, and lifecycle governance within the same file structure.