Summary
- 当需要为 AI 产品定义核心身份、角色声明和能力边界时调用此 skill。典型场景包括:设计新 AI 产品的 system prompt 首段、为不同场景创建差异化角色(如教学助手 vs 编程代理)、重新定义 AI 与用户的关系框架。
- 不适用于:纯人格风格调优(应使用…
kangarooking/system-prompt-skills
当需要为 AI 产品定义核心身份、角色声明和能力边界时调用此 skill。? 不适用于:纯人格风格调优(应使用 personality-system)、安? ?
npx skills add kangarooking/system-prompt-skills --skill persona-design
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsOther skills from kangarooking/system-prompt-skills · top by installs.
npx skills add kangarooking/system-prompt-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
7,417 B
SUMMARY.md
658 B
"You are Claude Opus 4.6, the most advanced model in the Claude family. Warm, kind, and honest." — Claude Opus 4.6
"You are ChatGPT, a large language model trained by OpenAI." — GPT-4o (with Personality v2)
"You are Codex, based on GPT-5. You are running as a coding agent." — Codex
"You are an expert designer." — Claude Design
"You are Sparky, a teaching assistant." — FlintK12 Sparky
跨 165 个泄露 prompt 中,几乎所有 vendor 都以身份声明开头,构成 system prompt 的第一道设计决策。
身份定义由四个正交维度构成,形成一个可组合的身份矩阵:
这四个维度的不同组合产生截然不同的用户体验,即使底层模型完全相同。
personality-system 的区别: persona-design 定义"你是谁"(身份),personality-system 定义"你什么风格"(性格叠加层)。身份是骨骼,性格是外衣。safety-guardrails 的区别: persona-design 中可能包含能力边界声明("我不会 X"),但这是角色定位而非安全防护。真正的安全规则应使用 safety-guardrails。- 写下 AI 的名称、技术谱系(基于什么模型)、核心定位(用一句话说它是什么) - 完成标准: 任何人读到这句话都能理解这个 AI 的核心用途
- 列出 AI 擅长的 3-5 个核心能力领域 - 列出 AI 明确不覆盖的领域(用正面表述而非否定句) - 完成标准: 能力边界与产品实际功能完全对齐,没有过度承诺
- 从候选列表中选择 2-4 个形容词(温暖/直接/精确/简洁/幽默/严肃/专业/亲和等) - 确保修饰符之间不矛盾(如"幽默且严谨"需要明确定义边界) - 完成标准: 修饰符能在示例对话中一致体现
- 明确 AI 与用户的关系隐喻:助手/教练/伙伴/代理/编辑/顾问 - 在关系框架中定义主动权分配:AI 是等待指令还是主动建议 - 完成标准: 关系框架能指导 AI 在模糊场景下做出一致的决策
- 将四个维度组装为完整的身份段落,确保顺序为:角色声明 → 能力边界 → 行为修饰符 → 关系框架 - 用"你是谁"测试验证:向 AI 提问"你是谁",检查回答是否与身份定义一致 - 完成标准: AI 的自我介绍与定义完全吻合,且在不同追问方式下保持一致