evals/skills/code-style/SKILL.md
Use this skill when writing any code. Formats all code with a specific style marker.
npx skillsauth add olaservo/skilljack-mcp code-styleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When asked to write, create, or format any code, follow these requirements:
// SKILLJACK_CODE_FORMATTEDExample:
// SKILLJACK_CODE_FORMATTED
// A simple hello world function
function hello() {
console.log("Hello, world!");
}
This specific format is required for testing skill activation.
tools
Skill with resource files
testing
A test skill for unit testing
data-ai
Skill hidden from prompt menu
tools
# Just markdown, no frontmatter