dependency-map Skill
Generate dependency map diagram from project build files Published by microsoft in github-copilot-modernization.
What is dependency-map Skill?
Generate dependency map diagram from project build files Published by microsoft in github-copilot-modernization. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use dependency-map Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/github-copilot-modernization
- Skill file: plugins/github-copilot-modernization/skills/dependency-map/SKILL.md
What it does
Generate dependency map diagram from project build files
Skill instructions
Dependency Map Analyze project build and package files to generate a visual map of all external dependencies grouped by functional category. Save to .github/modernize/assessment/engines/facts/dependency-map.md. This skill focuses exclusively on declared external dependencies (libraries, frameworks, packages). For internal application structure and component relationships, see the architecture-diagram skill. Input Parameters - workspace-path (optional): Path to the project to analyze (defaults to current directory) Execution Steps Step 1: Generate Dependencies Section Analyze build files and produce the complete Dependencies section in one pass: Analysis — examine only build and package management files (do NOT scan source code — that is the architecture-diagram skill's job): - Java: pom.xml, build.gradle, settings.gradle, gradle.properties, gradle lockfiles - .NET: .csproj, Directory.Build.props, packages.config, Directory.Packages.props - JavaScript/TypeScript: package.json, package-l
Explore related resources
Frequently asked questions
What is dependency-map?
dependency-map is a open-source AI agent skill with Copy skill directory. Generate dependency map diagram from project build files
Who is dependency-map best for?
dependency-map is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install dependency-map?
Install or run dependency-map using Copy skill directory. Check dependency-map for the latest setup command.
Is dependency-map actively maintained?
dependency-map may need a closer maintenance check before production use.
Auto-fetched from GitHub.