원클릭으로
skill-viz
可视化 Agent Skills 的仪表盘工具。当你需要查看当前安装了哪些 skills、浏览 skill 的结构和内容、检查 skill 的文件变更时使用此技能。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
可视化 Agent Skills 的仪表盘工具。当你需要查看当前安装了哪些 skills、浏览 skill 的结构和内容、检查 skill 的文件变更时使用此技能。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Adds structured Chinese code comments for files/functions. Invoke when user asks to annotate code, explain each function, or standardize comment style.
Parse git history and produce or update a CHANGELOG.md following the Keep a Changelog convention. Supports Conventional Commits, basic prefix conventions, and unstructured commit messages. Intelligently categorizes changes, detects breaking changes, links to PRs/issues, and handles both initial generation and incremental updates. **Triggers — use this skill when:** - User asks to "generate", "create", "update", or "write" a changelog - User mentions "CHANGELOG", "changelog", "release notes" - User says "document changes", "what changed since last release" - User wants to "prepare a release" and needs a changelog entry - User asks to "clean up" or "reformat" an existing changelog **Covers:** Any git-based project. Handles Conventional Commits (feat/fix/chore), Angular convention, basic prefixes (Add/Fix/Remove), and freeform commit messages. Outputs Keep a Changelog format with optional Common Changelog enhancements.
Generate Minimal Zine Poster v0.1 poetic paper-poster prompts and the matching generated image. Use when the user gives a theme, sentence, object, mood, article idea, photo, or content brief and wants a quiet Japanese/Korean zine-like editorial poster with large negative space, aged paper texture, experimental typography, restrained color accents, and a generated bitmap image.
Generate comprehensive status reports for git repositories. Analyzes commits, codebase structure, type errors, branch health, dependency status, GitHub PRs/issues/CI, working tree changes, and optionally integrates with `td` (task management CLI) if a `.todos` folder is present. **TRIGGERS - Use this skill when:** - User asks for the status of a git project or repo - User asks "what's going on in [project]" or "give me an overview of [repo]" - User wants a project summary, progress report, or codebase overview - User asks about recent commits, code structure, or project health - User says "check my project" or "project status" **Output:** A rich, structured text report covering overview, branches, commit history, codebase breakdown, GitHub activity, dependency health, issues/errors, working tree changes, task management, and summary.
生成横向翻页网页 PPT(单 HTML 文件),含 WebGL 背景、章节幕封、数据大字报、图片网格等模板。提供两种风格:① "电子杂志 × 电子墨水"(衬线 + 流体背景 + 暖色) ② "瑞士国际主义"(无衬线 + 网格点阵 + IKB/柠檬黄/柠檬绿/安全橙高亮)。当用户需要制作分享 / 演讲 / 发布会风格的网页 PPT,或提到"杂志风 PPT"、"瑞士风 PPT"、"Swiss Style"、"horizontal swipe deck"时使用。
Typeset professional documents and product landing pages: resumes, one-pagers, white papers, letters, portfolios, slide decks, landing pages. Warm parchment, ink-blue accent, serif-led hierarchy. CN uses TsangerJinKai02, EN uses Charter, JA uses YuMincho (best-effort). Triggers on "做 PDF / 排版 / 一页纸 / 白皮书 / 作品集 / 简历 / PPT / slides / Marp / markdown slides / マークダウンのスライド / 落地页 / 官网 / landing page / product page", or "build me a resume / make a one-pager / design a slide deck / turn this into a PDF / make this presentable / create a landing page".
| name | skill-viz |
| description | 可视化 Agent Skills 的仪表盘工具。当你需要查看当前安装了哪些 skills、浏览 skill 的结构和内容、检查 skill 的文件变更时使用此技能。 |
| metadata | {"short-description":"生成 skills 可视化仪表盘 HTML"} |
一个零依赖的 CLI 工具,扫描 Agent Skill 目录并生成可视化的 HTML 仪表盘,用于浏览和管理已安装的 skills。
CLI 工具位于 /Users/a/.pi/agent/skills/skill-viz,所有命令需在该目录下执行。
CLI 入口:node /Users/a/.pi/agent/skills/skill-viz/index.js
node /Users/a/.pi/agent/skills/skill-viz/index.js --once --no-open --agent pi --output ./pi-skills.html
生成后打开:
open ./pi-skills.html
node /Users/a/.pi/agent/skills/skill-viz/index.js --no-open --agent pi --port 48765
告诉用户打开 http://127.0.0.1:48765/,之后新增或修改 skill 文件页面会自动刷新。
| 参数 | 说明 |
|---|---|
--agent pi | 默认选中 Pi agent 的 skill 视图 |
--agent codex | 默认选中 Codex agent 的 skill 视图 |
--agent common | 默认选中 common(共享)skill 视图 |
--once | 生成静态 HTML 文件后退出 |
--no-open | 不自动打开浏览器 |
--output <file> | 指定输出文件路径 |
--port <port> | 指定服务器端口 |
生成的 HTML 页面支持:
--agent 指定的 view,但用户可在界面中切换到其他 agent