oss.sarwagya.wtf

Skills Overview

Browse the official Ontoly Agent Skills, source directories, install commands, capability mappings, and related docs.

Ontoly ships official Agent Skills as independently installable SKILL.md directories. Skills teach workflow only: every software-understanding claim must come from the Software Graph, Query Engine, or MCP capabilities.

LLM Enhancement is mandatory every time Ontoly is used by an LLM. Official Skills declare it explicitly and installed Skills include local workflow references that preserve evidence, confidence, and fallback rules.

Docs To Read First

Before installing a skill, build the repository graph and verify MCP capability discovery:

ontoly build .
ontoly mcp --list

Use npx skills add 0xsarwagya/ontoly --skill <id> after the RC is published. For source-checkout validation before publication, use npx skills add /path/to/ontoly --skill <id> --copy.

Official Skills

SkillCategoryEnhancementSourceInstall
Architecture ReviewarchitectureLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill architecture-review
Impact Analysischange-analysisLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill impact-analysis
Codebase OnboardingonboardingLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill codebase-onboarding
Request Tracingrequest-flowLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill request-tracing
Dependency AnalysisdependenciesLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill dependency-analysis
Security ReviewsecurityLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill security-review
Configuration AnalysisconfigurationLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill configuration-analysis
Framework AnalysisframeworksLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill framework-analysis
DocumentationdocumentationLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill documentation
RefactoringrefactoringLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill refactoring
Performance AnalysisperformanceLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill performance-analysis
Dead Code Analysisstatic-analysisLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill dead-code-analysis
Migration AnalysismigrationLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill migration-analysis
SDK Generationsdk-planningLLM EnhancementDocsnpx skills add 0xsarwagya/ontoly --skill sdk-generation

Release Assets

Capability Mapping

Skills map to Ontoly MCP capabilities through declarative metadata. LLM Enhancement is mandatory for every official skill and every LLM-facing Ontoly workflow. The mapping is not business logic.

SkillPrimary Capabilities
Architecture ReviewExplainArchitecture, GraphStatistics, FindCycles, FindDependencies
Impact AnalysisImpactAnalysis, FindDependents, FindDependencies, FindNode
Codebase OnboardingExplainArchitecture, FindEntrypoints, GraphStatistics, FindFeatureOwner
Request TracingTraceRequestLifecycle, FindResponsibleFunction, TraceExecution, FindNode
Dependency AnalysisFindDependencies, FindDependents, FindCycles, GraphStatistics
Security ReviewFindAuthenticationFlow, FindResponsibleFunction, TraceRequestLifecycle, FindConfigurationUsage
Configuration AnalysisFindConfiguration, FindConfigurationUsage, FindDependencies, GraphStatistics
Framework AnalysisExplainArchitecture, GraphStatistics, FindNode, FindFeatureOwner
DocumentationExplainArchitecture, TraceRequestLifecycle, InspectModule, GraphStatistics
RefactoringImpactAnalysis, FindDependencies, FindDependents, FindCycles
Performance AnalysisTraceExecution, TraceRequestLifecycle, FindDependencies, GraphStatistics
Dead Code AnalysisFindDeadCode, FindUnusedFeature, FindEntrypoints, FindDependents
Migration AnalysisExplainArchitecture, ImpactAnalysis, FindConfigurationUsage, FindDependencies
SDK GenerationExplainArchitecture, TraceRequestLifecycle, FindResponsibleFunction, GraphStatistics