discover

Scans a software repository and generates a structured discovery report of its components.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill discover-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/discover
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill discover-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of gaining a comprehensive and up-to-date understanding of a software project's landscape, including its technologies, structure, and team organization, which is often time-consuming and error-prone.

Core Features & Use Cases

  • Automated Project Scanning: Systematically analyzes repository content to identify languages, frameworks, build tools, and CI/CD configurations.
  • Structural Mapping: Visualizes folder structures and identifies key directories.
  • Issue Detection: Flags potential problems like missing dependencies or empty test files.
  • Use Case: A new team member can use this Skill to quickly grasp the project's architecture, identify the primary tech stack, and understand how tests are run, significantly reducing onboarding time.

Quick Start

Run the discover skill to generate a detailed report of the current project's structure and technologies.

Frequently Asked Questions about discover

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

FAQPage Schema
How do I scan a software repository to understand its tech stack and architecture?

To scan a software repository for its tech stack and architecture, you can use an automated project scanning tool to analyze repository content, identify languages and frameworks, and generate a structured discovery report for team alignment.

What is the best way to map a project's folder structure and CI/CD configurations?

Mapping a project's folder structure and CI/CD configurations is best achieved through structural mapping tools that systematically analyze repository files and configuration to visualize key directories and identify build pipelines.

Can I detect missing dependencies and empty test files during project onboarding?

Yes, you can detect missing dependencies and empty test files during project onboarding by using repository scanning tools that flag potential problems like missing dependencies or empty test files as part of a code quality analysis.

Does project discovery require write access to modify repository configurations?

Project discovery does not require write access; it only requires read-only access to repository files and configuration to systematically analyze the codebase and document the technology stack without modifying any project files.

How to generate a structured report for project understanding and team alignment?

To generate a structured report for project understanding, run an automated repository scan that identifies build tools, test frameworks, and code quality tools, producing a comprehensive discovery document for team alignment.

Are there limitations to automated code analysis for identifying technology stacks?

Automated code analysis for identifying technology stacks relies on scanning repository files and configurations, so limitations arise if project structures are non-standard or if external build systems are not reflected in the repository.