用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/abnazari/Grade7 --skill kdp-cover-matcher命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Audit and double-check math calculations across all book types. Use when asked to verify, check, double-check, audit, or review calculations, answers, solutions, explanations, or math accuracy in any book type: study guide, workbook, worksheet, quiz, puzzles, steps, 30 days, 10 days, test question banks 1 or 2, or practice tests. Covers all LaTeX answer environments (answerExplain, worksheetAnswer, puzzleAnswer, correctAnswer, answer, answerTF, answerMC) and worked examples.
How to write the "Grade 7 Math — 10-Day Test Prep" book — day files, environments, state handling, and generation
How to write the "Grade 7 Math in 30 Days" book — day files, state handling, and generation. Grade 7 covers 56 core CCSS topics across 9 chapters (Ratios/Proportions, Percents, Rational Numbers, Expressions, Equations/ Inequalities, Geometry/Angles, Circles/Area/Volume, Statistics, Probability) with 14 additional state topics and 11 modified core variants.
基于 SOC 职业分类
| name | kdp-cover-matcher |
| description | Match KDP back-cover and spine colors to user-provided front-cover art through iterative visual review |
Use this skill when modifying or matching solid back-cover/spine colors to front-cover images for KDP book generation. The agent should iteratively test colors, review the generated result, and finally open the finished PDF so the user can give feedback for each book type.
Analyze the Front Cover:
Update the Build Script:
scripts/generate_kdp_cover.py.COVER_BG_COLORS dictionary under the correct book type. Do not use the # prefix.Generate the Cover PDF:
python3 scripts/generate_kdp_cover.py --book-type [book_type] --states texas
Convert to Image:
pdftoppm -jpeg -r 150 -singlefile final_output/kdp_covers/[book_type]/texas.pdf /tmp/kdp_cover_static
Visual Inspection:
/tmp/kdp_cover_static.jpg using your visual capabilities.Open the Final PDF for User Feedback:
final_output/kdp_covers/[book_type]/texas.pdf for the user after the agent is satisfied with the current version.Iterate: