Skip to main content

dependency-analysis

Analyze internal and package dependencies using Ontoly graph traversal. Use when asked which modules, packages, services, or files depend on each other.

Jump to install

Source facts

Repository
ranbot-ai/awesome-skills
Last source activity
September 21, 2026 at 12:40
Detected SKILL.md language
English
Stars
6
Forks
6

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
dependency-analysis
description
Analyze internal and package dependencies using Ontoly graph traversal. Use when asked which modules, packages, services, or files depend on each other.
category
Document Processing
source
antigravity
tags
["node","mcp","ai","agent","llm","workflow","template","document"]
url
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/dependency-analysis
## When to Use - Use when this upstream workflow matches the user's stated goal. - Use when the task requires the procedures documented in this skill. # Dependency Analysis Use this skill when the user asks for dependency analysis using Ontoly evidence. ## Required Workflow Follow [the shared Ontoly workflow. Also read [graph evidence rules, [MCP usage, [best practices, and [fallback rules when the task requires detail. ## Ontoly Capabilities Use these capabilities first: `FindDependencies`, `FindDependents`, `FindCycles`, `GraphStatistics`, `EvidencePack`. ## Output Contract Return: - answer or plan - capabilities invoked - graph evidence with node ids, edge types, source spans, and graph hash when available - confidence: high, medium, or low - fallback reason if repository files were inspected ## Boundaries Do not implement compiler, query, MCP, SDK, or business logic in the skill. Do not search repository files until Ontoly cannot answer or evidence must be confirmed. ## Resources - [Examples - [Prompt template - [Capability notes ## Learn more - Documentation: https://ontoly.xyz/docs - This skill on the web: https://ontoly.xyz/skills#dependency-analysis - All Ontoly Agent Skills: https://ontoly.xyz/skills - Install via skills.sh: https://www.skills.sh/?q=0xsarwagya/ontoly ## Examples ```text User: Apply this skill to my current task. Assistant: Follow the workflow in this skill, cite limitations, and ask before risky steps. ``` ## Limitations - Imported upstream skill; verify credentials, permissions, and safety boundaries before execution. - Does not replace environment-specific validation, testing, or maintainer review.
View on GitHub