# Code Style

> Use this skill when writing any code. Formats all code with a specific style marker.

- Skill: `olaservo/code-style` (Agent Skill)
- Install (CLI): `npx skillmds@latest add olaservo/code-style`
- Raw SKILL.md: https://api.skillmd.com/api/skills/olaservo/code-style/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: olaservo (https://skillmd.com/u/olaservo)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/olaservo/code-style

---


# Code Style Skill

When asked to write, create, or format any code, follow these requirements:

1. Add a comment at the top of any code block: `// SKILLJACK_CODE_FORMATTED`
2. Use 2-space indentation
3. Include a brief description comment before the code

Example:
```typescript
// SKILLJACK_CODE_FORMATTED
// A simple hello world function
function hello() {
  console.log("Hello, world!");
}
```

This specific format is required for testing skill activation.

