Code Style

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

tomevault-io Updated

File contents

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:

// 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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/olaservo--skilljack-mcp--code-style commit de5da3ab4d

Frequently asked questions

npx skillmds@latest add tomevault-io/code-style-2