Nextfriday Code Style

🌐Community
by next-friday · vlatest · Repository

Nextfriday Code Style automatically refactors your code to adhere to best practices, improving readability and maintainability.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nextfriday-code-style npx -- -y @trustedskills/nextfriday-code-style
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nextfriday-code-style": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nextfriday-code-style"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enforces consistent code style based on the Next Friday coding standards. It automatically formats Python, JavaScript, and TypeScript code to adhere to these guidelines. The tool aims to improve readability and maintainability by ensuring uniform formatting across projects.

When to use it

  • You want to quickly format a large codebase to match Next Friday's style guide.
  • You are collaborating with others and need to ensure consistent coding standards.
  • You’re onboarding new developers and want to enforce a specific code style from the start.
  • Automating code formatting as part of a CI/CD pipeline.

Key capabilities

  • Formats Python code
  • Formats JavaScript code
  • Formats TypeScript code
  • Enforces Next Friday coding standards

Example prompts

  • "Format this Python script to match the Next Friday style guide."
  • "Apply the Next Friday code style to this JavaScript file."
  • “Can you reformat this TypeScript code according to Next Friday’s conventions?”

Tips & gotchas

  • The skill requires a working environment with appropriate language runtimes (Python, Node.js) installed.
  • Familiarity with the Next Friday coding standards is helpful for understanding the formatting choices made by the tool.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
next-friday
Installs
2

🌐 Community

Passed automated security scans.