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.

설치로 이동

소스 정보

저장소
ranbot-ai/awesome-skills
최근 소스 활동
2026년 9월 21일 12:40
감지된 SKILL.md 언어
영어
스타
6
포크
6

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기