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


