generate-skill

Generate Claude Code skills with SKILL.md files and YAML frontmatter.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/fysoul17/devlyn-cli --skill generate-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-skill
Source: https://github.com/fysoul17/devlyn-cli/tree/main/optional-skills/generate-skill
Command: npx skills add https://github.com/fysoul17/devlyn-cli --skill generate-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Claude Code skills, ensuring they adhere to Anthropic's best practices for structure, prompt engineering, and discoverability.

Core Features & Use Cases

  • Automated Skill Generation: Creates SKILL.md files with correct frontmatter and body structure based on user input.
  • Best Practice Enforcement: Incorporates prompt patterns, error handling, and scope bounding as defined in reference files.
  • Use Case: When you need to quickly develop a new AI assistant capability for Claude Code, use this skill to generate a well-formed skill unit that's ready for refinement.

Quick Start

Use the generate skill command to create a new skill that validates pull request descriptions.

Frequently Asked Questions about generate-skill

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

FAQPage Schema
How do I create a Claude Code skill with proper YAML frontmatter?

To create a Claude Code skill, generate a SKILL.md file with correct YAML frontmatter, structured workflows, and Claude 4.6 prompt engineering patterns. This enforces Anthropic's best practices for skill quality and discoverability.

What is skill generation in AI development workflows?

Skill generation in AI development workflows is the process of creating structured SKILL.md files that define new assistant capabilities. It streamlines development by ensuring adherence to prompt patterns, error handling, and scope bounding.

Can I use prompt engineering patterns to automate skill creation?

Yes, you can use prompt engineering patterns to automate skill creation. The generation process incorporates Claude 4.6 prompt patterns and best practices from reference files to produce well-formed skill units ready for refinement.

What is the best way to structure workflows for Claude Code skills?

The best way to structure workflows for Claude Code skills is to follow reference files that define proper body structure, scope bounding, and error handling. This ensures the generated skill adheres to Anthropic guidelines.

Why does my generated AI skill lack proper structure and discoverability?

Your generated AI skill may lack structure and discoverability if it does not follow best practices for YAML frontmatter and prompt engineering. Using an automated skill generator ensures adherence to these Anthropic guidelines.