case-skill-creator

Convert articles into Claude-ready skills with validated frontmatter and references.

Updated Jul 20, 2025
One-click install
npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill case-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: case-skill-creator
Source: https://github.com/sungaoxiang-backend/intelligent-evidence-platform/tree/main/app/agentic/skills/case-skill-creator
Command: npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill case-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

This skill automates the transformation of plain articles into Claude-ready skills that can be reused across multiple agents, reducing manual drafting time and ensuring consistent structure.

Core Features & Use Cases

  • Automated content analysis: classifies input into knowledge-type, capability-type, or hybrid skill structures.
  • Claude-standard SKILL.md generation: outputs a self-contained skill directory with proper frontmatter.
  • Reference storage: stores the original article content in references/source.md for traceability and fact-checking.
  • Flexible inputs: supports text or URL inputs and generates deployable skill ready for packaging.

Quick Start

  1. Paste the original article content into references/source.md.
  2. Run the skill-generation workflow to produce SKILL.md.
  3. Validate the frontmatter and ensure references/source.md is present.
  4. Optionally package the skill into a .skill file for distribution.

Frequently Asked Questions about case-skill-creator

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

FAQPage Schema
How do I turn an article into a Claude-ready skill?

The skill-generation workflow classifies content into knowledge-type, capability-type, or hybrid skill structures based on the article's material. It then enforces frontmatter validation and references linkage to output a self-contained skill directory.

Does the skill-generation workflow support URL inputs or only text?

The skill-generation workflow supports both text and URL inputs to transform articles into deployable skills. This flexible input handling allows you to process web articles directly without manual text extraction.

Do I need pyyaml installed to validate SKILL.md frontmatter?

Yes, you need pyyaml installed because the skill-generation workflow depends on it to parse and validate frontmatter. This dependency ensures the generated SKILL.md output meets Claude's structural standards.

What is the best way to package a generated skill for distribution?

The best way to package a generated skill for distribution is to compile the validated SKILL.md and references/source.md into a .skill file. This creates a self-contained, deployable artifact ready for reuse across multiple agents.

How is the original article preserved when creating a Claude skill?

The original article is preserved by storing the content in references/source.md during the skill-generation process. This ensures traceability and provides a source for fact-checking the generated skill output.