claude-api

Identify valid Skill Units and emit YAML metadata blocks per Skill.

37|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/terzigolu/warp-lite --skill claude-api-terzigolu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-api
Source: https://github.com/terzigolu/warp-lite/tree/main/resources/bundled/skills/claude-api
Command: npx skills add https://github.com/terzigolu/warp-lite --skill claude-api-terzigolu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill unit discovers and validates Claude API capabilities by requiring a SKILL.md frontmatter at the root, ensuring a consistent entry point for metadata extraction and downstream discovery.

Core Features & Use Cases

  • Enforces the mandatory SKILL.md presence and frontmatter shape (name and description) for reliable discovery.
  • Extracts and aggregates metadata such as name, description, tagline, category, keywords, dependencies, and optional components (scripts/references/assets) per skill.
  • Performs security and safety checks to flag potential toxic patterns and surface risks.
  • Supports on-demand resource discovery and structured metadata generation across a curated skill catalog.

Quick Start

Scan the repository for valid Skill Units and emit a YAML metadata block for each Skill.

Frequently Asked Questions about claude-api

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

FAQPage Schema
How do I extract metadata from a Skill repository for API discovery?

Metadata extraction requires a valid SKILL.md file at the repository root. The Skill scans this frontmatter to aggregate name, description, tagline, category, keywords, dependencies, and components into a structured YAML payload for discovery.

What is a SKILL.md frontmatter and why is it needed for Claude API workflows?

A SKILL.md frontmatter is a mandatory metadata header requiring at least a name and description. It provides a consistent entry point for validating Claude API capabilities and enables reliable downstream resource discovery.

Can I validate security and flag toxic patterns when discovering Claude API skills?

Yes, security and safety checks are performed during skill discovery to flag potential toxic patterns. The validation process surfaces structural risks and ensures the assembled metadata payload is safe for downstream use.

What's the best way to generate structured YAML for a curated skill catalog?

The best way to generate structured YAML is to scan the repository for valid Skill Units and emit a single YAML metadata block per skill. This enforces uniform structure and validates the presence of mandatory frontmatter fields.

Does the Claude API skill discovery process work without dependencies?

Yes, the skill discovery process operates with no external dependencies. It independently evaluates the SKILL.md frontmatter, extracts metadata, and produces a structured YAML block without requiring additional packages.