New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

dev-workflows

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-workflows

CLI that compiles developer rules into editor-specific config files

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
24
500%
Maintainers
1
Weekly downloads
 
Created
Source

dev-workflows

Define AI coding rules once. Compile to CLAUDE.md, .cursor/rules, GEMINI.md.

Quick start

npx dev-workflows init

Usage

devw init                        # set up .dwf/ in your project
devw add typescript-strict       # install a rule block
devw compile                     # generate CLAUDE.md, .cursor/rules, GEMINI.md

Available blocks

BlockDescription
typescript-strictStrict TypeScript conventions (no any, explicit returns)
react-conventionsHooks rules, component patterns, naming
nextjs-approuterApp Router patterns, RSC, server actions
tailwindUtility-first CSS conventions and design tokens
testing-basicsTest naming, AAA pattern, mock boundaries
supabase-rlsRow-Level Security enforcement and auth patterns

Commands

CommandDescription
devw initInitialize config in current project
devw compileCompile rules to editor-specific formats
devw add <block>Install a rule block
devw remove <block>Remove an installed block
devw listList available blocks and rules
devw doctorValidate configuration

Documentation

Full specification: docs/CLI_SPEC.md

License

MIT

Keywords

cli

FAQs

Package last updated on 07 Feb 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