Skill Creation and Iteration Assistant
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md and install @user_00c9b356/buddy-skill-creator.
About this skill
Problem context
Turning a workflow into a reusable skill is harder than drafting SKILL.md. It is easy to write a plausible description, but harder to know whether the skill triggers in the right situations, produces the expected output, and improves over the no-skill baseline. Relying on a few informal runs can bias the feedback, especially after multiple revisions.
How it works
The skill guides a practical iteration loop: clarify intent, triggers, inputs, outputs, and acceptance criteria; draft SKILL.md, with special attention to a trigger-oriented description; then create 2–3 realistic test prompts. It runs with-skill and baseline executions side by side, drafts quantitative assertions while runs are in progress, grades outputs against the assertions, and aggregates pass rate, duration, and token usage into a benchmark view. For more complex work, it supports a separated planning, generation, and evaluation flow with handoff notes, making each revision easier to compare.
Boundaries
It is best when the skill needs verification, comparison, and repeated refinement. For quick subjective style work, the full eval loop can be skipped and the author can iterate directly on feedback. The source also cautions against creating misleading, malicious, or unauthorized-access capabilities.
Use Cases
- Capture a repeated data-processing workflow as a skill and verify its trigger and output format.
- Compare an updated skill against its baseline to check whether the new version is more stable and faster.
- Design test prompts and assertions for a quantifiable skill and inspect pass rates after each run.
- Separate planning, generation, and evaluation when building a complex skill to reduce role conflict.
Best For
- Engineers packaging personal workflows into reusable skills
- AI application developers comparing outputs across skill versions
- Agent builders adding test assertions and benchmark checks to skills
- Developers maintaining team skill libraries and review standards
Related Skills
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
Run a grilling session to interact with or test AI agents.
A systematic prompt optimization skill that refines prompts using a four-step distillation framework (diagnose, structure, think, compress) and methodologies from four prompting masters.