code-repository-intel

Identify technology stacks from public GitHub and GitLab repositories.

Updated May 27, 2026
One-click install
npx skills add https://github.com/hoanghn61/.agents --skill code-repository-intel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-repository-intel
Source: https://github.com/hoanghn61/.agents/tree/main/skills/techstack-identification/code_repository_intel
Command: npx skills add https://github.com/hoanghn61/.agents --skill code-repository-intel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you identify the technologies and delivery practices behind public code repositories so you can understand system capabilities, integration points, and tooling choices quickly.

Core Features & Use Cases

  • Technology discovery from repo signals: infers languages, frameworks, dependencies, CI/CD configuration, and container base images from repository files.
  • Organization and repository mapping: finds relevant GitHub/GitLab organizations and summarizes public repositories with evidence and confidence.
  • Actionable output for stack intelligence: produces a structured JSON result including dependencies found, CI platform and jobs, and a technologies summary with sources.

Quick Start

Scan a target company’s public GitHub/GitLab repositories to produce a technologies summary including languages, detected dependencies, CI/CD configuration, and Docker/containerization evidence.

Frequently Asked Questions about code-repository-intel

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

FAQPage Schema
How do I discover the tech stack of a public GitHub or GitLab repository?

To discover a repository's tech stack, analyze its dependency manifests, CI/CD configuration files, language breakdowns, and Docker signals. This process extracts detected dependencies, CI platform jobs, and container base images to produce a structured technologies summary.

Can I detect CI/CD configuration and Docker base images from public repositories?

Yes, you can detect CI/CD configuration and Docker base images by analyzing repository files. The skill extracts CI platform jobs and containerization evidence from CI/CD configuration files and Dockerfile signals within the target public GitHub or GitLab repositories.

What is the best way to map an organization's public repositories for vendor due diligence?

The best way to map an organization's repositories for vendor due diligence is to find relevant GitHub or GitLab organizations and summarize their public repositories. This yields a structured JSON output with detected dependencies, CI/CD configuration, and a technologies summary including evidence and confidence.

Does repository intelligence analysis work with both GitHub and GitLab APIs?

Repository intelligence analysis works with both GitHub and GitLab APIs, utilizing a web scraping fallback with rate-limit awareness when needed. It analyzes public repositories across both platforms to identify languages, frameworks, dependencies, and delivery practices.

How do I get a structured JSON output of dependencies and languages for migration planning?

To get a structured JSON output of dependencies and languages for migration planning, scan the target repositories. The output includes dependencies found, CI platform and jobs, language breakdowns, and a technologies summary with sources and captured evidence.

What are the limitations of analyzing public repositories for technology discovery?

Limitations of analyzing public repositories for technology discovery include API rate limits and reliance on web scraping fallbacks. Analysis is restricted to public GitHub or GitLab repositories, meaning private codebases or undocumented internal tooling remain inaccessible for stack intelligence.