existing-repo

Analyze existing code repositories to detect structure, tech stack, and conventions.

705|56|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/alinaqi/claude-bootstrap --skill existing-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: existing-repo
Source: https://github.com/alinaqi/claude-bootstrap/tree/main/skills/existing-repo
Command: npx skills add https://github.com/alinaqi/claude-bootstrap --skill existing-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps integrate new code or features into existing codebases by analyzing their structure, detecting conventions, and auditing/setting up essential guardrails without disrupting the current workflow.

Core Features & Use Cases

  • Repository Analysis: Automatically detects the tech stack, repo structure (monorepo, monolith, etc.), and key directories.
  • Convention Detection: Identifies code style, testing setups, CI/CD pipelines, and documentation patterns.
  • Guardrails Audit & Setup: Checks for and helps implement pre-commit hooks, linting, type checking, commit message enforcement, and security scanning.
  • Use Case: When onboarding a new developer to a large, established project, this Skill can quickly provide a comprehensive overview of the project's technical landscape and existing quality gates.

Quick Start

Analyze the current repository to understand its structure and existing guardrails.

Frequently Asked Questions about existing-repo

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

FAQPage Schema
How do I add pre-commit hooks and linting to an existing codebase without breaking current conventions?

To add pre-commit hooks and linting to an existing codebase without breaking conventions, analyze the repository structure first to detect existing tech stack and code style, then configure missing guardrails to preserve established patterns.

What is the best way to analyze an existing repository structure for tech stack and CI/CD pipelines?

Analyzing an existing repository structure for tech stack and CI/CD pipelines involves inspecting file systems and parsing configuration files to automatically detect key directories, code style, and established documentation patterns.

Can I audit and set up guardrails for a monorepo with an already established workflow?

Yes, you can audit and set up guardrails for a monorepo with an established workflow. The process detects the existing repo structure and seamlessly integrates quality gates like type checking and security scanning without disrupting current operations.

How do I enforce commit message standards and type checking in a large established project?

Enforcing commit message standards and type checking in a large established project requires auditing existing CI/CD pipelines and testing setups, then implementing missing guardrails while maintaining the detected code style.

Do I need shell commands to inspect file systems when integrating code into existing repositories?

Yes, shell commands are required for file system inspection and configuration file parsing when integrating code into existing repositories. These commands detect conventions and identify missing quality gates like linting and pre-commit hooks.