# Code Style

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

- Skill: `tomevault-io/code-style-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/code-style-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/code-style-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/code-style-2

---


# 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.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/olaservo) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

