What problem does it solve?
This Skill helps you understand an unfamiliar repository before making changes, reducing the risk of breaking conventions, missing existing safeguards, or introducing unnecessary tooling.
Core Features & Use Cases
- Repository Analysis: Detect the project structure, technology stack, entry points, configurations, and documentation.
- Guardrails Audit and Setup: Evaluate testing, linting, type checking, hooks, commit validation, and security scanning, then recommend or add only missing protections.
- Convention Preservation: Identify existing naming, formatting, import, testing, and error-handling patterns so new work fits the codebase.
- Use Case: When joining an unfamiliar application, use this Skill to produce a repository analysis report and establish appropriate safeguards without reorganizing or overwriting existing configuration.
Quick Start
Ask the existing-repo skill to analyze the current repository, document its conventions and guardrails, and recommend the safest next improvements.