用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vfarcic/dot-ai --skill infographic-generator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create changelog fragment for release notes. Invoke during /prd-done workflow during the first push to the PR.
Create a release tag based on accumulated changelog fragments, then prune merged worktrees and branches. Run when ready to cut a release.
Build and publish the mock-server Docker image to GitHub Container Registry. Use when mock server fixtures or code have changed and need to be published.
基于 SOC 职业分类
正在显示 SKILL.md
| name | infographic-generator |
| description | Generate retro arcade style infographic prompts for documentation pages |
Generate an image AI prompt for creating a retro arcade style infographic for a documentation page.
Ask the user: "Which documentation page should this infographic be for?"
Present options from the docs/ directory (use Glob to find all .md files in docs/), or let them specify a custom topic.
Read the specified documentation file to understand its content.
Create a retro arcade style prompt following this format:
Create a retro 8-bit pixel art infographic for "[PAGE TITLE]" from DevOps AI Toolkit.
Style: Retro arcade game aesthetic, pixel art, CRT glow effects, scanlines, neon pink/cyan on dark background, NES game instruction card style.
TOPIC: [One sentence describing what this page covers]
KEY CONCEPTS (visualize as power-ups/abilities):
[For each major section/concept in the doc, write ONE line like:]
1. [Icon emoji] [CONCEPT NAME]: [One sentence description - no bullet lists]
[Include 3-6 concepts depending on the doc's content]
Include pixel art icons, game-style UI elements, and achievement badges related to the topic.
Show the generated prompt in a code block so the user can copy it.
Then say: "Copy this prompt to your image generation AI. Once you have the image, tell me the file path and I'll add it to the documentation."
When the user provides the image path:
Confirm the image was added to the doc.