🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

clean-code-skill

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-code-skill

Clean-code skill package for AI agents

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5
-54.55%
Maintainers
1
Weekly downloads
 
Created
Source

clean-code

Package for applying clean-code principles during writing, review, and refactoring.

Install

npm install clean-code-skill

If installing locally from this repo:

cd clean-code
npm pack
npm install ./clean-code-skill-1.0.0.tgz

Use

Use this package when reviewing or refactoring code for readability, naming, duplication, structure, tests, or separation of concerns.

Package layout

  • SKILL.md - metadata and core guidance
  • references/ - principles and a review checklist

Publish

  • Update the version in package.json.
  • Run npm pack.
  • Publish with npm publish.

Thanks

Based on DevCom clean-code guidance and the Nevo skill packaging guide.

Keywords

ai-skill

FAQs

Package last updated on 01 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts