1---2name: example-skill3description: Example Skill4---5# Example Skill67Instructional markdown with code examples that shouldn't be linted.89## Usage1011```js12// Semicolons and wrong indentation would normally fail13const result = doSomething();14if (result) {15 console.log(result);16}17```1819```ts20// TypeScript example with style violations21interface Config {22 name: string;23 value: number;24}2526const config: Config = {27 name: "test",28 value: 1,29};30```
Run npx skillmds@latest add privatenumber/example-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 Skill It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. 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.
privatenumber (@privatenumber) published this skill. Their other Agent Skills are listed on their SkillMD profile.