existing-repo

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

31|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Pouzor/pilotarr --skill existing-repo-pouzor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: existing-repo
Source: https://github.com/Pouzor/pilotarr/tree/main/.claude/skills/existing-repo
Command: npx skills add https://github.com/Pouzor/pilotarr --skill existing-repo-pouzor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you safely integrate with and modify existing code repositories by ensuring you understand their structure, conventions, and guardrails before making changes, preventing accidental breakage.

Core Features & Use Cases

  • Repository Analysis: Automatically detects tech stack, repo structure, and key directories.
  • Convention Detection: Identifies code style, testing setups, CI/CD, and documentation patterns.
  • Guardrails Audit & Setup: Checks for and helps implement pre-commit hooks, linters, type checkers, and commit message enforcement.
  • Use Case: When onboarding to a new project, run this Skill to get a comprehensive overview of its development environment and identify any missing quality gates.

Quick Start

Analyze the current repository to understand its structure and guardrails.

Frequently Asked Questions about existing-repo

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

FAQPage Schema
How do I analyze an existing codebase before making changes?

To analyze an existing codebase before making changes, this Skill automatically detects the repository structure, tech stack, conventions, and existing guardrails to prevent accidental breakage. It provides a comprehensive overview of the development environment to ensure safe modifications.

How do I set up guardrails like linters and pre-commit hooks in an existing repository?

To set up guardrails in an existing repository, this Skill audits for missing linters, formatters, type checkers, and pre-commit hooks. It identifies your current code style and testing patterns, then recommends implementing the necessary quality gates to secure your codebase.

Does this codebase analysis tool work with both Python and JavaScript projects?

Yes, this codebase analysis tool works with both Python and JavaScript/TypeScript projects. It detects the specific tech stack and conventions for these environments, allowing you to safely integrate and modify your existing repositories regardless of which language you use.

What is the best way to onboard to a new code repository?

The best way to onboard to a new code repository is to run this Skill for a comprehensive overview of its development environment. It detects CI/CD patterns, documentation conventions, and existing quality gates, helping you understand the project structure before writing any code.

Why do I need to check existing conventions before modifying a codebase?

You need to check existing conventions before modifying a codebase to prevent accidental breakage. Understanding the established code style, testing setups, and guardrails ensures your modifications align with the project's patterns and do not disrupt the current architecture.