# dev-workflows ## Docs - [devw add](https://docs.dev-workflows.com/commands/add.md): Add rules, commands, templates, hooks, and presets from the registry - [devw compile](https://docs.dev-workflows.com/commands/compile.md): Compile .dwf/ rules into editor-specific config files - [devw doctor](https://docs.dev-workflows.com/commands/doctor.md): Validate configuration and check for issues - [devw explain](https://docs.dev-workflows.com/commands/explain.md): Preview what each editor will receive - [devw init](https://docs.dev-workflows.com/commands/init.md): Initialize .dwf/ in the current project - [devw list](https://docs.dev-workflows.com/commands/list.md): List rules, assets, or tools - [devw remove](https://docs.dev-workflows.com/commands/remove.md): Remove an installed rule or asset - [devw watch](https://docs.dev-workflows.com/commands/watch.md): Watch .dwf/ and recompile automatically on changes - [Assets](https://docs.dev-workflows.com/concepts/assets.md): Commands, templates, hooks, and presets for AI-powered workflows - [Rule Blocks (Legacy)](https://docs.dev-workflows.com/concepts/blocks.md): Blocks have been replaced by the rules registry - [Bridges](https://docs.dev-workflows.com/concepts/bridges.md): How rules are compiled to each editor's native format - [Output Modes](https://docs.dev-workflows.com/concepts/modes.md): Copy mode vs link mode, and how markers protect your content - [Rules](https://docs.dev-workflows.com/concepts/rules.md): How to write and organize rules in dev-workflows - [Quickstart](https://docs.dev-workflows.com/quickstart.md): Install dev-workflows and compile your first rules in 60 seconds ## OpenAPI Specs - [openapi](https://docs.dev-workflows.com/api-reference/openapi.json) ## Optional - [npm](https://www.npmjs.com/package/dev-workflows)