Refine a rough long-running-task prompt into one paste-ready prompt with a binary goal, a project-appropriate self-verification loop, and a final two-subagent adversarial review stage. Use before kicking off a /goal, /loop, or /workflow run. Invoke manually as "/jack-loop-prompt your rough prompt".
Tournament-based meta-prompting skill that iteratively refines a prompt across multiple rounds using parallel Claude + Codex candidate generation, an LLM-as-judge with binary 7-criterion rubric and quoted evidence, and a synthesizer that composes the next version from the best parts of each. Use this skill when the user wants to elevate a rough or high-stakes prompt for downstream coding tasks. Trigger keywords - "tournament prompt", "iteratively refine prompt", "meta-prompting", "/jack-prompt-master", "improve this prompt with multiple rounds". Distinct from one-shot /prompt-enhance.
Personal Claude Code skill hub by @anzchy — productivity skills for high-quality AI-assisted coding.
English | 中文
npx skills@latest add anzchy/skills
After install, restart your Claude Code session so the new skills are picked up.
To list available skills without installing:
npx skills@latest add anzchy/skills --list
| Skill | Invoke | Description |
|---|---|---|
| jack-prompt-master | /jack-prompt-master <draft> | Tournament-based meta-prompting. Iteratively refines a prompt across multiple rounds using parallel Claude + Codex candidate generation, an LLM-as-judge with a 7-criterion rubric, and a synthesizer. Best for high-stakes coding prompts. |
| jack-loop-prompt | /jack-loop-prompt <rough prompt> | Rewrites a rough long-running-task prompt into a paste-ready prompt with binary done-criteria, a project-type–matched self-verification loop, and a final adversarial review stage. Use before a /goal, /loop, or /workflow run. |
Rough idea → /jack-loop-prompt → polished /goal prompt → paste into agent
Weak prompt → /jack-prompt-master → tournament-refined prompt → paste into agent
/jack-loop-prompt when you have a rough task description and want Claude to self-verify as it works./jack-prompt-master when you have a draft prompt and want maximum quality through multi-round competition..claude-plugin/
plugin.json # manifest read by the `skills` CLI
skills/
productivity/
jack-prompt-master/
SKILL.md # skill entrypoint (frontmatter + body)
README.md
references/ # supporting prompts / scripts
jack-loop-prompt/
SKILL.md
reference/ # supporting reference docs
docs/ # planning docs (not installed)
skills/<category>/<skill-name>/SKILL.md with frontmatter:
---
name: <skill-name>
description: <one-line trigger description>
version: 0.1.0
---
.claude-plugin/plugin.json.npx skills add anzchy/skills pulls the latest main.MIT
个人 Claude Code 技能集,作者 @anzchy,专注于提升 AI 辅助编程质量的生产力技能。
npx skills@latest add anzchy/skills
安装后重启 Claude Code 会话,新技能即可生效。
| 技能 | 调用方式 | 描述 |
|---|---|---|
| jack-prompt-master | /jack-prompt-master <草稿> | 基于锦标赛的元提示词优化。通过多轮 Claude + Codex 并行候选生成、7 条标准的 LLM 裁判评分、合成器综合最优版本,迭代精炼提示词。适合对质量要求极高的编程提示词。 |
| jack-loop-prompt | /jack-loop-prompt <粗糙描述> | 将粗糙的长任务描述改写为可直接粘贴的精炼提示词,包含二元完成标准、与项目类型匹配的自我验证循环,以及最终的对抗性审查阶段。在启动 /goal、/loop 或 /workflow 前使用。 |
粗糙想法 → /jack-loop-prompt → 精炼 /goal 提示词 → 粘贴到 agent
弱提示词 → /jack-prompt-master → 锦标赛精炼提示词 → 粘贴到 agent
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.
npx claudepluginhub anzchy/skillsNo description provided.
Reading & writing skills distilled from Li Xiaolai's 《写作的真相》(The Truth About Writing): dissect an author's mind by part of speech (L1), expose the logic skeleton via juxtaposition/progression/turn (L4), and work the rhetorical layer — concretization, parallelism, analogy, metaphor (L5).
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.