Настройка правил Continue для проекта

★ 8.0 · vibe-coding

creating-continue-packages is a Claude Code skill that guides the creation of rules for Continue, an AI coding assistant integrated into code editors. It covers the structure of markdown files with YAML frontmatter stored in `.continuerules/*.md` or YAML configuration in `config.yaml`, including the required `name` field, `alwaysApply` semantics (true/false/undefined), and context-aware filtering via glob patterns and regex. Developers use this skill to set up project-wide coding standards, TypeScript conventions, API design rules, or documentation guidelines — with precise control over which files trigger each rule and when the AI agent applies them automatically.