# Claude Style — Qwen Extension

This extension loads Claude Code behavioral rules into Qwen Code.

## How It Works

Rules are loaded from `prompts/` directory (adapted from Claude Code's system prompts).

## Core Rules (loaded via /load-core-prompts)

@prompts/core/communication-style.md
@prompts/core/read-before-modify.md
@prompts/core/no-unnecessary-additions.md
@prompts/core/no-premature-abstractions.md
@prompts/core/no-unnecessary-error-handling.md
@prompts/core/security.md
@prompts/core/software-engineering-focus.md
@prompts/core/minimize-file-creation.md
@prompts/core/no-compatibility-hacks.md
@prompts/core/no-time-estimates.md

## Tool Constraints (loaded contextually)

@prompts/tools/edit-constraints.md
@prompts/tools/search-best-practices.md
@prompts/tools/bash-constraints.md

## Available Commands

- `/load-core-prompts` — Load all core rules above
- `/claude-review` — Review code with Claude guidelines
- `/claude-refactor` — Refactor without premature abstractions
- `/claude-debug` — Debug with systematic methodology
- `/claude-plan` — Plan features in 5-phase style
- `/claude-explore` — Explore codebase
- `/claude-security` — Security review
- `/claude-commit` — Create commits Claude-style

## Note

These rules are **adapted** from Claude Code system prompts (Piebald-AI, MIT License).
They are not identical copies — Claude-specific references have been translated to Qwen conventions.

Source: https://github.com/Piebald-AI/claude-code-system-prompts
