skill-creator
适合团队规范化产出与持续提升技能质量
创建、评估并迭代 agent skills 的全流程工具
从规划到落地帮你创建、评估并迭代 agent skills:写 SKILL.md、设触发器和默认值、跑 Evals 做基准测试并给出改进建议。适合要新建技能、优化现有技能或量化质量时使用,能把模糊需求拆成可执行的设计和评分标准。强调精简而精确,让技能更快达到生产水平。
▸ 展开 SKILL.md 英文原文
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or iterate on skill quality. Triggers: "create a skill", "make a new skill", "build a skill for", "write a skill that", "skill for doing X", "I want a skill to", "new skill", "design a skill", "scaffold a skill", "improve this skill", "optimize this skill", "this skill isn't working well", "evaluate this skill", "score this skill", "how good is this skill", "run evals on", "benchmark this skill", "test this skill's quality", "skill quality", "skill performance". Also triggers when a user describes a repeatable workflow they want to automate, says "I keep doing X manually", "can you remember how to do X", or "turn this into a skill".
帮我安装这个 skill:https://raw.githubusercontent.com/himself65/finance-skills/main/plugins/skill-creator/skills/skill-creator/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/himself65/finance-skills/main/plugins/skill-creator/skills/skill-creator/SKILL.md"# Skill Creator Create, evaluate, and iterate on high-quality agent skills. This skill guides the entire lifecycle: planning what the skill should do, writing SKILL.md and reference files, scoring quality against a rubric, and iterating until the skill meets production standards. **Philosophy:** A great skill is not a long skill. It is a *precise* skill: exhaustive triggers, explicit defaults, clear steps with exit gates, deferred complexity via reference files, and a structured output template. **Core rule — always dynamic, never static:** Skills MUST detect what tools, libraries, and auth are available at runtime and adapt their behavior accordingly. Never hardcode a single method. Alwa