This is an example SKILL.md file demonstrating how to add a team-specific skill
via the --customizations-dir overlay feature.
How to Use
Copy this directory to your team's customizations repository.
Rename example-team-skill to match your skill's name.
Replace this content with your team's skill documentation.
Reference it in your .agent.md files.
Overlay Usage
npm run bundle:customizations -- --customizations-dir=./examples/team-customizations
Skills placed in <customizations-dir>/skills/<name>/SKILL.md are merged alongside the defaults.
1---2name: example-team-skill3description: Example Team Skill4---5# Example Team Skill67This is an example `SKILL.md` file demonstrating how to add a team-specific skill8via the `--customizations-dir` overlay feature.910## How to Use11121. Copy this directory to your team's customizations repository.132. Rename `example-team-skill` to match your skill's name.143. Replace this content with your team's skill documentation.154. Reference it in your `.agent.md` files.1617## Overlay Usage1819```bash20npm run bundle:customizations -- --customizations-dir=./examples/team-customizations21```2223Skills placed in `<customizations-dir>/skills/<name>/SKILL.md` are merged alongside the defaults.
Run npx skillmds@latest add advanced-security/example-team-skill in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Example Team Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: CAUTION, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
advanced-security (@advanced-security) published this skill. Their other Agent Skills are listed on their SkillMD profile.