Agent Skills
› mohitagw15856/pm-claude-skills
› example-internal-skill
example-internal-skill
GitHub这是一个内部技能示例,用于演示私有技能的加载、覆盖及网络隔离机制。要求替换为组织真实的SOP,禁止在文件中存放密钥,确保数据安全与合规。
触发场景
需要配置或管理内部私有技能
演示私有技能覆盖机制
安装
npx skills add mohitagw15856/pm-claude-skills --skill example-internal-skill -g -y
SKILL.md
Frontmatter
{
"name": "example-internal-skill",
"description": "An example private skill — replace me. Use when demonstrating that org-private skills load, override, and stay inside your network. Produces this description in \/v1\/skills with source:private."
}
Example Internal Skill
Private skills live here, never leave your infra, and override curated skills on name collision. Delete this folder and add your own.
Required Inputs
- Your organisation's real internal SOPs, converted with
pm-claude-skills migrate.
Output Format
- Whatever your org needs — this is yours.
Quality Checks
- This example was replaced with something real
Anti-Patterns
- Do not put secrets in skill files — they're plain text on your infra
版本历史
- 54fad50 当前 2026-07-19 12:41


