一键导入
prompt-craft
根据 OpenAI 提示词工程最佳实践,审查并优化已有 LLM 提示词。用户说“优化提示词”“改一下 prompt”“做提示词工程”“让模型输出更好”,或贴出一段提示词请求改进时,务必使用此技能。专注诊断和改写,不负责从零创建模板、生成 / 命令、写入文件或选择保存路径。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
根据 OpenAI 提示词工程最佳实践,审查并优化已有 LLM 提示词。用户说“优化提示词”“改一下 prompt”“做提示词工程”“让模型输出更好”,或贴出一段提示词请求改进时,务必使用此技能。专注诊断和改写,不负责从零创建模板、生成 / 命令、写入文件或选择保存路径。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
将所有机器上的 Pi 和 OMP 会话整理成主题聚合的结构化日报,可选写入 Obsidian 工作日志。
往 pi 的 models.json 新增/适配 provider 模型,含取参、思考三层合成、capture.ts 实测验证与固定。
按需求从 npm pi-package 生态检索符合的 Pi Agent 扩展/技能/主题/prompt 包,采集 npm 元数据与 GitHub 信号,质量评估后整理成表格。与 pi-trending 互补(后者做热度发现)。
Free up disk space on Arch Linux WSL through layered cleanup: cache purge, orphan removal, package audit, and large file scanning. Use whenever the user mentions disk space, cleanup, storage, package review, or wants to shrink their WSL footprint — even if they just say "空间不够", "磁盘满了", "WSL 太大了", or "clean up my system". Prefer this skill over ad-hoc cleanup commands on Arch WSL.
Search and rewrite code by AST structure across 25 languages with ast-grep (sg). Use when the task is structural - find function calls shaped like X, rewrite console.log to logger.info, find all `as any`, migrate require() to import, find empty catch blocks, missing await, codemod a class hierarchy, scan project against YAML rules. Preferred over grep when the user mentions code SHAPE or needs deterministic refactoring across many files. Triggers: 'ast-grep', 'sg', 'ast grep', 'astgrep', 'find all functions that', 'find every call to', 'codemod', 'structural search', 'pattern match code', 'replace pattern across files', 'rename function everywhere', 'find usages of pattern', 'apply this transformation to all', 'migrate X to Y'.
Audit installed Hermes Agent skills for usage frequency and generates an interactive XLSX with Chinese descriptions, dropdown decision columns, and color-coded recommendations. Supports apply mode: reads decisions from XLSX and executes cleanup (delete/disable/enable) after user confirmation, with automatic backup. Smart filtering: already-disabled skills are not re-suggested for cleanup. Uses hermes internal API for authoritative skill classification (builtin/hub/local/external). Use when the user asks about Hermes skill usage statistics, wants to clean up unused Hermes skills, needs to disable low-usage skills, or mentions "技能审计", "清理技能", "不用的技能", "哪些技能可以删", "技能热度", "技能使用频率", "audit hermes skills". This skill is specific to Hermes Agent — do not use for other agents. Make sure to load this skill whenever Hermes skill management, cleanup, or usage analysis is mentioned.
| name | prompt-craft |
| description | 根据 OpenAI 提示词工程最佳实践,审查并优化已有 LLM 提示词。用户说“优化提示词”“改一下 prompt”“做提示词工程”“让模型输出更好”,或贴出一段提示词请求改进时,务必使用此技能。专注诊断和改写,不负责从零创建模板、生成 / 命令、写入文件或选择保存路径。 |
| metadata | {"internal":true} |
基于 OpenAI 提示词工程最佳实践,帮助用户优化已有 LLM 提示词。目标是让提示词更清晰、更可执行、更容易得到稳定输出,同时保留用户原本的任务意图、语言和风格。
先判断用户是否已经提供了要优化的提示词:
不要使用固定问卷。追问的目的只是补齐会影响改写方向的信息。
读取 references/principles.md,把它作为提示词优化原则的单一来源。
只应用与当前提示词相关的原则。不要为了覆盖清单而强行输出 9 条完整审计;如果某条原则不适用,就跳过。
围绕用户提供的提示词,给出简短诊断:
诊断要服务于改写,不要写成冗长报告。
输出完整、可直接复制使用的改进版提示词。
改写时遵循:
每次回复包含:
如果用户只想要最终版本,可以压缩诊断和说明,但不要省略完整改进版。