Agent Skills
› mohitagw15856/pm-claude-skills
› example-internal-skill
example-internal-skill
GitHub这是一个用于演示私有技能加载、覆盖及网络隔离的示例内部技能。它位于组织基础设施内,可覆盖同名官方技能。要求替换为真实SOP,禁止在文件中存储密钥,输出格式由组织自定义。
Trigger Scenarios
需要演示或测试私有技能的加载机制时
需要在本地基础设施中覆盖官方技能的行为时
Install
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
Version History
- 54fad50 Current 2026-07-19 12:41


