enhance-project

Analyze codebases and inject Claude Code resources for quality improvements.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/cbemister/claude-code --skill enhance-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enhance-project
Source: https://github.com/cbemister/claude-code/tree/main/.claude/skills/enhance-project
Command: npx skills add https://github.com/cbemister/claude-code --skill enhance-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams automate enhancements to existing projects by injecting Claude Code resources and best-practice tooling.

Core Features & Use Cases

  • Analyze an existing codebase to identify improvement opportunities.
  • Inject Claude Code agents, skills, and a CLAUDE.md to standardize conventions.
  • Generate tests, create an improvement plan, and apply safe code optimizations.

Quick Start

Run the enhance-project skill against a target directory to inject resources, analyze the codebase, and apply improvements. Example: /enhance-project ../my-existing-app

Frequently Asked Questions about enhance-project

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

FAQPage Schema
How do I automate codebase analysis and enhancement for an existing project?

Automate codebase enhancement by running a skill against your target directory to analyze the code, inject Claude Code resources, generate tests, and apply safe code improvements.

Can I generate tests and an improvement plan without modifying my source code?

Yes, you can use the Analysis Only mode to evaluate the codebase and generate an improvement plan and tests without applying direct code modifications.

What is the best way to inject Claude Code agents and standardize conventions in my repository?

Inject Claude Code agents, skills, and a CLAUDE.md file into your repository using the Resources Only enhancement mode to standardize project conventions automatically.

Does this codebase improvement tool require external dependencies or specific package managers?

No, it requires no external dependencies beyond standard shell tooling and Claude Code resources, detecting project type via common manifests to tailor tooling.

What are the limitations of applying automated code improvements to an existing codebase?

Automated code improvements are designed to be safe optimizations, but limitations include relying on standard shell tooling and requiring common manifests to correctly detect project type.

How do I run a full codebase enhancement including resource injection, analysis, and code improvements?

Run the enhancement skill against your target directory using the Full mode to inject resources, analyze the codebase, generate tests, and apply code improvements in one pass.