code-quality-plan-creator

Analyze code quality to generate architectural improvement plans.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Dethon/ai-dev-flow --skill code-quality-plan-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality-plan-creator
Source: https://github.com/Dethon/ai-dev-flow/tree/main/skills/code-quality-plan-creator
Command: npx skills add https://github.com/Dethon/ai-dev-flow --skill code-quality-plan-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes code quality to produce architectural improvement plans.

Core Features & Use Cases

  • Analyze code quality for multiple files or a design document to generate architectural improvement plans.
  • Supports input via direct file paths or design documents and can operate with any executor (loop or swarm) to scale across targets.
  • Generates actionable plans and recommended changes for improving architecture and maintainability.

Quick Start

Use this skill to analyze code quality by providing file paths or a design document. Examples:

  • Analyze a single file: /code-quality-plan-creator src/services/auth_service
  • Analyze multiple files: /code-quality-plan-creator src/agent src/hitl src/app
  • Analyze via design document: /code-quality-plan-creator docs/designs/2025-01-15-auth-refactor-design.md

Frequently Asked Questions about code-quality-plan-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an architectural improvement plan for my codebase?

You can analyze code quality by providing direct file paths like src/services/auth_service or a design document, and the skill will generate an actionable architectural improvement plan for the specified targets.

How does LSP-based analysis work for code quality planning?

LSP-based analysis evaluates provided file paths or design documents to identify architectural issues, generating actionable plans and recommended changes to improve maintainability across the identified codebase.

Can I analyze multiple files at once for code quality?

Yes, you can analyze multiple files by providing several file paths simultaneously, such as src/agent src/hitl src/app. The skill operates with any executor like loop or swarm to scale across multiple targets and generate improvement plans.

Does code quality planning work with design documents?

Yes, code quality planning works with design documents. You can input a design document like docs/designs/2025-01-15-auth-refactor-design.md to analyze code quality and generate architectural improvement plans based on the design.

Do I need an executor to scale code quality analysis across targets?

You need an executor like loop or swarm to scale code quality analysis across multiple targets. The skill operates with any executor to process multiple files or design documents and generate architectural improvement plans.

What is the best way to improve code architecture and maintainability?

The best way to improve code architecture is to use LSP-based analysis on your files or design documents to generate actionable plans. This produces recommended changes specifically targeted at enhancing architecture and maintainability.