# code-style > Use this skill when writing any code. Formats all code with a specific style marker. - Author: olaservo - Repository: olaservo/skill-jack-mcp - Version: 20260202202924 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/olaservo/skill-jack-mcp - Web: https://mule.run/skillshub/@@olaservo/skill-jack-mcp~code-style:20260202202924 --- --- name: code-style description: Use this skill when writing any code. Formats all code with a specific style marker. --- # 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.