AI Agent Hub
Back to skills
💻

Skill Designer

Development Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @user_00c9b356/chenlin-skillcreator.

About this skill

Problem

When you want to turn a workflow you have already run into a reusable Skill, the hard part is not generation. It is producing a specification with trigger boundaries, validation, and negative constraints, so the model does not misfire, drift, or package a one-off script as a Skill. Skill Designer is for engineers who need a structured way to turn experience into a checkable Skill.

How it works

It routes the request into A task execution, B habit building, or C tool usage, then walks through requirement clarification, workflow design, principle checks, and deliverables:
- Define description, when_to_use, and non-trigger boundaries instead of collecting keywords;
- Keep long docs in references/, scripts in scripts/, and SKILL.md concise;
- Generate REQUIREMENTS.md, SOLUTIONS.md, and a mistake ledger that records failure patterns in an append-only way;
- For habit-building Skills, check action tiers, feedback templates, and adjustment mechanisms.

Boundaries

It fits cases where you already have a validated path and need it standardized as a reusable Skill. It does not invent unvalidated methodology, auto-publish, or guarantee platform scores. If the request is vague, it first narrows trigger conditions and output format, and may start with an MVP.

Use Cases

  • Turn a proven reading-notes workflow into a SKILL.md with triggers, output format, and validation checks.
  • Package weekly review into a habit-building Skill with action tiers, feedback templates, and adjustment rules.
  • Draft a tool-usage Skill for Claude Code with description, when_to_use, and required frontmatter fields.
  • Generate REQUIREMENTS.md, SOLUTIONS.md, and a mistake ledger to codify known failure modes as constraints.

Best For

  • Backend engineers who want to turn project scripts and prompts into reusable Skills
  • Creators who want to encode weekly review or reading-notes routines with feedback loops
  • Tech leads responsible for standardizing a Claude Code skill library
  • Delivery consultants who need to convert client checklists into standardized Skills