By Z-JaDe
Create custom AI skills with guaranteed completeness and optimized retrieval. Uses TDD + Anti-Rationalization Pressure Testing + Blind Comparison for completeness, and redundancy removal + ambiguity clarification + progressive disclosure for AI retrieval efficiency.
Use when optimizing documents for AI reading efficiency due to excessive word count, ambiguous language, poor structure, or information scattering.
Use when designing discipline-enforcing rules, pressure testing rule robustness, or plugging rationalization loopholes in high-pressure scenarios.
Use when user request is vague, requirements are unclear, boundaries undefined, or success criteria are missing and clarification is required before execution.
使用iteration-executor执行循环迭代优化任务。负责任务执行、进度跟踪、结果评估,并持续优化循环直到满足质量要求。当用户请求迭代优化、持续改进或多轮 refinement 工作流时使用。
Use when creating a new skill or improving an existing skill where end-to-end quality gates must be enforced.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Create custom AI skills with guaranteed completeness and optimized retrieval. Meta-skill uses TDD + Anti-Rationalization Pressure Testing + Blind Comparison to ensure skill completeness, and redundancy removal + ambiguity clarification + progressive disclosure to maximize AI retrieval efficiency.
# In Qwen Code or Claude Code, simply ask:
"Create a skill for [your requirement]"
Example:
"Create a skill for automatic code review"
"Create a skill for writing unit tests"
"Create a skill for optimizing prompts"
Meta-skill will automatically:
Ensure Completeness:
Optimize AI Retrieval: 4. Ambiguity Clarification - Resolve unclear semantics 5. Redundancy Removal - Eliminate duplicate content 6. Progressive Disclosure - Structure information from simple to complex
.skill file ready to useSelf-Evolution: The meta-skill uses its own pipeline to create and continuously improve skills (including itself) until convergence.
The skills/ directory contains the built-in skill library that meta-skill calls during its creation pipeline.
Intent Discovery → Type Decision → TDD Loop → Blind Comparison → AI Retrieval Optimization → Package
This README only keeps a lightweight flow view.
Single source of truth for the authoritative stage contract and gating rules:
skills/meta-skill/SKILL.md| Stage (Lite View) | Main Components |
|---|---|
| Intent Discovery | intent-discovery |
| Type Decision | meta-skill stage-2 judgment (main type + enforcement tag) |
| TDD Loop | test-first + skill-format (+ anti-rationalization when enforcement tag is present) |
| Blind Comparison | agents/{grader,comparator,analyzer} + scripts/aggregate_benchmark.py |
| AI Retrieval Optimization | ai-doc-optimizer |
| Package | scripts/package_skill.py |
┌─────────────────────────────────────────────────────────────┐
│ skills/ (Built-in Skill Library) │
│ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ meta-skill/ (Orchestrator) │ │
│ │ - SKILL.md │ │
│ │ - agents/ (grader, analyzer, comparator) │ │
│ │ - scripts/ (package_skill.py, aggregate_benchmark) │ │
│ └──────────────────────────────────────────────────────┘ │
│ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ Sub-skills (Called by meta-skill during pipeline) │ │
│ │ - intent-discovery/ - test-first/ │ │
│ │ - anti-rationalization/ - skill-format/ │ │
│ │ - ai-doc-optimizer/ │ │
│ └──────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
Note: When creating a NEW skill, output goes to user-specified directory (~/.qwen/skills/, ./, etc.), NOT in meta-skill/skills/.
flowchart TB
User[User Request] --> Meta[meta-skill<br/>Orchestrator]
Meta --> ID[intent-discovery<br/>Requirement Clarification]
ID --> Meta
Meta --> TF[test-first<br/>TDD Methodology]
TF --> AR[anti-rationalization<br/>Pressure Testing]
AR --> TF
TF --> SF[skill-format<br/>Format Validation]
SF --> TF
Meta --> AO[ai-doc-optimizer<br/>Iterative Optimization]
AO --> AO
subgraph Flow[Creation Flow]
ID
TF
AO
end
subgraph Support[Support Skills]
AR
SF
end
Meta --> Flow
Flow --> Support
These skills work together to create new skills:
| Skill | Role in Skill Creation |
|---|---|
meta-skill | Orchestrator — coordinates the entire skill creation pipeline |
intent-discovery | Requirement Analyst — clarifies vague requirements through progressive questioning |
test-first | TDD Engine — writes tests before implementation to ensure correctness |
anti-rationalization | Quality Assurance — pressure-tests rules to prevent loopholes |
skill-format | Validator — ensures SKILL.md follows proper format |
ai-doc-optimizer | Optimizer — iteratively refines documentation for AI reading efficiency |
When you ask meta-skill to create a new skill:
npx claudepluginhub z-jade/meta-skill --plugin meta-skillProfessional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
建立新技能、修改和改進現有技能、衡量技能效能。用於從零開始建立技能、編輯或優化現有技能、執行評估測試、基準測試效能分析、或優化技能描述以提升觸發準確度
Create and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Self-evolving skill engine for Claude Code. Creates, scores, repairs, and hardens skills autonomously through recursive improvement cycles.
Agent Skills for improving SKILL.md files: mine repeated workflows from history, personalize and audit existing skills, or generalize personal skills for publication.