li-factory

Convert repeated workflows into reusable Claude Code Skills with SKILL.md files.

79|18|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jiangjiax/li-skills --skill li-factory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: li-factory
Source: https://github.com/jiangjiax/li-skills/tree/main/li-factory
Command: npx skills add https://github.com/jiangjiax/li-skills --skill li-factory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users convert a recurring workflow into a well-structured Claude Code skill by guiding intent capture, resource planning, and SKILL.md authoring.

Core Features & Use Cases

  • Skill creation guidance: Extracts the user’s intent from the conversation history and helps define scope, triggers, and expected outputs.
  • Progressive disclosure structure: Recommends a metadata-first SKILL.md with optional bundled resources (scripts/references/assets) to keep execution efficient.
  • Trigger-quality improvement: Focuses on accurate third-person descriptions with concrete trigger phrases, including undertrigger/overtrigger handling and exclusions.

Quick Start

Use /li-factory to turn your repeated process into a new skill by telling it what you want to automate and how you currently perform it.

Frequently Asked Questions about li-factory

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

FAQPage Schema
How do I turn a repeated workflow into a reusable Claude Code skill?

To turn a repeated workflow into a reusable Claude Code skill, you provide the process context and expected outputs, and the system extracts your intent to generate a valid SKILL.md entry point with actionable instructions.

What is progressive disclosure in skill development and how does it structure SKILL.md?

Progressive disclosure in skill development structures SKILL.md by placing metadata first and bundling optional resources like scripts or references separately, keeping execution efficient while maintaining comprehensive guidance.

How do I write effective trigger descriptions for Claude Code skills?

Effective trigger descriptions for Claude Code skills require accurate third-person phrasing with concrete trigger phrases, carefully handling undertrigger and overtrigger scenarios by defining specific exclusions.

Can I bundle scripts and references when creating a Claude Code skill?

Yes, you can bundle scripts, references, and assets when creating a Claude Code skill. The system plans these resources based on your workflow requirements while keeping the primary SKILL.md entry point lightweight.

What's the best way to optimize skill triggers to prevent overtriggering?

To optimize skill triggers and prevent overtriggering, define precise third-person descriptions with concrete trigger phrases and explicit exclusions, ensuring the skill activates only for its intended workflow context.

Do I need prior coding knowledge to automate workflows into Claude Code skills?

No extensive coding knowledge is required to automate workflows into Claude Code skills. The system extracts intent from your conversation context and handles the planning of scripts, references, and SKILL.md authoring automatically.