qiuzhi-skill-creator

Guide users through designing Agent skills via discovery, blueprint, and implementation phases.

1|1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/TMYTiMidlY/skills --skill qiuzhi-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qiuzhi-skill-creator
Source: https://github.com/TMYTiMidlY/skills/tree/main/skills/qiuzhi-skill-creator
Command: npx skills add https://github.com/TMYTiMidlY/skills --skill qiuzhi-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Turns vague requests for new agent behaviors into a fully scoped Skill architecture by guiding the user through structured discovery, blueprints, implementation planning, and validation so nothing critical is missed.

Core Features & Use Cases

  • Phase-based discovery: Uses AskUserQuestion prompts to clarify desired inputs, outputs, triggers, scope, and technical approach before any implementation work begins.
  • Blueprint & validation: Produces a confirmed architecture document, resource checklist, and testing plan so the Skill can be implemented with discipline.
  • Use Case: When a user asks for a Skill that automates document workflows, run this creator to capture their goals, design the workflow, and confirm the roadmap before coding.

Quick Start

Start by asking the user what kind of Skill they need, clarify the expected inputs, outputs, and triggers, and then walk through the discovery-to-blueprint SOP so the Skill is fully specified.

Frequently Asked Questions about qiuzhi-skill-creator

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

FAQPage Schema
How do I design and structure a new agent skill from scratch?

To design a new agent skill, you must break down requirements into discovery, blueprint, and implementation phases to capture inputs, outputs, triggers, and architecture. This structured approach produces detailed blueprints, resource plans, and validation steps before any coding begins.

What is the best way to capture agent skill requirements before implementation?

Using AskUserQuestion prompts during a discovery phase captures expected inputs, outputs, and triggers for new agent skills. This interactive SOP ensures nothing critical is missed by clarifying scope and technical approach before authoring the SKILL.md file.

Why do I need a blueprint and validation plan for agent architecture?

A blueprint and validation plan enforce engineering discipline by confirming the architecture document, resource checklist, and testing plan before implementation. This prevents vague requests for new agent behaviors from turning into incomplete or flawed skills.

Can I use interactive SOPs to automate document workflow skills?

Yes, you can run an interactive SOP to capture goals, design the workflow, and confirm the roadmap before coding an agent skill that automates document workflows. This ensures the skill is fully specified through structured discovery and validation steps.

Does skill creation require defining triggers and outputs beforehand?

Yes, skill creation requires defining triggers, expected inputs, and outputs beforehand to fully scope the agent architecture. Capturing these elements during the discovery phase ensures the technical approach and resource plan are validated before implementation.