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:
- 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.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
6
GitHub Forks
1
Created
Mar 2026
Last Updated
3 months ago
tools
tools ide plugins
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!