Code Style Skill
When asked to write, create, or format any code, follow these requirements:
- Add a comment at the top of any code block:
// SKILLJACK_CODE_FORMATTED - Use 2-space indentation
- 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.