repo-radar

Detect repository stack, entrypoints, and build/test commands from manifest files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jukqaz/stack-pilot --skill repo-radar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-radar
Source: https://github.com/jukqaz/stack-pilot/tree/main/addons/stackpilot-dev-kit/codex/skills/repo-radar
Command: npx skills add https://github.com/jukqaz/stack-pilot --skill repo-radar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly map a repository's stack, required tooling, and entrypoints to plan development work and identify the best next actions.

Core Features & Use Cases

  • Detects project stack from manifest files (package.json, Cargo.toml, pyproject.toml, go.mod, etc).
  • Locates entrypoints, test, lint, and build commands to guide execution.
  • Highlights important directories and suggests a safe, actionable next step for onboarding.

Quick Start

Inspect the target repository to surface its stack, entrypoints, and recommended commands.

Frequently Asked Questions about repo-radar

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

FAQPage Schema
How do I identify a repository's stack and entrypoints?

To identify a repository's stack and entrypoints, inspect the target project to detect manifests like package.json or Cargo.toml, locate main execution files, and surface relevant build or test commands for immediate onboarding.

What is the best way to find build and test commands in an unfamiliar codebase?

The best way to find build and test commands in an unfamiliar codebase is to map the repository by analyzing package manager manifests, which reveals the detected stack and suggests actionable next steps for execution.

Can I detect project stacks across different package managers automatically?

Yes, you can detect project stacks across different package managers automatically by inspecting manifest files such as pyproject.toml or go.mod, allowing the system to map required tooling and important directories.

How do I map important directories and lint commands for a new repo?

To map important directories and lint commands for a new repo, inspect the repository structure to highlight key folders and extract lint, test, and build commands from the detected project stack manifests.

Does repo-radar work with repositories using multiple languages?

Repo-radar works with repositories using multiple languages by detecting project stacks across various package managers and manifest files, providing a comprehensive report of entrypoints and commands.