{{library_name}}

Generate Claude Code Agent Skills with frontmatter-driven SKILL.md and linked content.

3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/yankeeinlondon/rusty-biscuit --skill library-name
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {{library_name}}
Source: https://github.com/yankeeinlondon/rusty-biscuit/tree/main/research/lib/prompts
Command: npx skills add https://github.com/yankeeinlondon/rusty-biscuit --skill library-name

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams rapidly generate Claude Code Agent Skills from research briefs by producing a structured SKILL.md frontmatter, a primary content file, and linked reference material that follow a standardized template.

Core Features & Use Cases

  • Auto-generates a main SKILL.md entry with YAML frontmatter and a connected topic header.
  • Creates additional markdown files for detailed content (briefs, deep dives, use cases) linked from SKILL.md.
  • Includes safety checks and metadata fields (toxicity, dependencies, components) to ensure machine-readability and safe execution.

Quick Start

Start by providing the topic context and research documents; the Skill will output a complete, frontmatter-rich SKILL.md with linked content.

Frequently Asked Questions about {{library_name}}

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

FAQPage Schema
How do I automate Claude Skill creation from a library topic?

You can automate Claude Skill creation by providing a library topic and research briefs to generate a structured SKILL.md with YAML frontmatter, linked markdown content, and safety metadata. This produces a ready-to-use skill package with validation checks.

What is a frontmatter-driven SKILL.md file for Claude?

A frontmatter-driven SKILL.md is a markdown file with standardized YAML metadata for Claude Code Agent Skills. It includes fields for discoverability, safety checks, toxicity assessments, dependencies, and links to detailed content files for machine-readability.

How do I generate documentation templates for Claude Code Agent Skills?

You generate documentation templates by applying a standardized template to a library topic. This assembles a main SKILL.md entry and creates additional linked markdown files for deep dives, briefs, and use cases that can be loaded into context.

Does Claude Skill generation include safety metadata and toxicity assessments?

Yes, Claude Skill generation includes safety checks and metadata fields such as toxicity assessments, dependencies, and components. These fields ensure machine-readability and safe execution within the generated skill package.

Can I use markdown files for deep dives and use cases linked from SKILL.md?

Yes, you can create additional markdown files for detailed content like research briefs, deep dives, and use cases. These files are linked directly from the primary SKILL.md to provide multi-file documentation that can be loaded into context.

What do I need to provide to start generating a Claude Skill package?

You need to provide the topic context and research documents as input. The system then outputs a complete, frontmatter-rich SKILL.md with linked content, validation checks for frontmatter fields, and optional resources.