Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

enhanced-skills

enhanced-skills 收录了来自 composite 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
0
更新
2026-04-13
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

prompt-refinement
软件开发工程师

Use this skill when the user has an existing Claude prompt and wants it rewritten to fix known problems — failure patterns, vague instructions, format drift, or bloat. Triggers on phrases like "fix this prompt", "tighten this", "my prompt keeps failing", "the output format keeps drifting", "replace vague instructions", "cut the filler", or any request to modify an existing prompt while preserving its intent. Handles four refinement modes: failure repair, constraint tightening, output format locking, and bloat removal. Do NOT use for building a new skill from scratch (use skill-construction) or for evaluation only (use prompt-stress-test or prompt-reliability-score).

2026-04-13
prompt-reliability-score
技术写作员

Use this skill when the user wants a pre-launch reliability score or readiness audit of a Claude prompt across multiple quality dimensions, without adversarial testing. Triggers on phrases like "score this prompt", "is this ready to ship", "rate my prompt", "reliability audit", "launch readiness check", or requests for a dimensional breakdown of prompt quality. Do NOT use when the user wants adversarial failure-finding (use prompt-stress-test) or when they want the prompt rewritten (use prompt-refinement).

2026-04-13
prompt-stress-test
软件质量保证分析师与测试员

Use this skill when the user wants to deliberately break, stress test, or find failure points in an existing Claude prompt or skill before shipping it. Triggers on phrases like "stress test this prompt", "where will this break", "find edge cases", "adversarial test", "QA this skill", or any request to probe a prompt with hostile/ambiguous inputs and get a failure report BEFORE making fixes. Do NOT use when the user already knows the failures and wants fixes (use prompt-refinement), or when they want a holistic reliability score without adversarial testing (use prompt-reliability-score).

2026-04-13
skill-construction
软件开发工程师

Use this skill when the user wants to build a new Claude skill from scratch, expand a single prompt into a multi-phase skill system, or add a self-improvement feedback loop to an existing skill. Triggers on phrases like "build a skill for", "design a prompt that won't break", "turn this prompt into a full workflow", "make this skill self-improving", "production-ready skill for X", or any request for new skill architecture (not just editing an existing prompt). Handles three construction modes: greenfield design with failure prevention, single-prompt expansion into a phased system, and feedback loop integration. Do NOT use for editing an existing prompt in place (use prompt-refinement) or for evaluation (use prompt-stress-test / prompt-reliability-score).

2026-04-13