skf-analyze-source

Analyze codebases to identify skillable units and generate recommendations.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/delorenj/voxxy --skill skf-analyze-source-delorenj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-analyze-source
Source: https://github.com/delorenj/voxxy/tree/main/.augment/skills/skf-analyze-source
Command: npx skills add https://github.com/delorenj/voxxy --skill skf-analyze-source-delorenj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to analyze large codebases and identify potential skillable units, simplifying the process of creating new skills.

Core Features & Use Cases

  • Codebase Analysis: Identifies discrete skillable units within a codebase.
  • Export and Integration Mapping: Maps exports and detects integration points between units.
  • Recommendations: Provides recommendations on units suitable for creating new skills.
  • Workflow Support: Supports various stages of skill analysis and creation, from initialization to brief generation.

Quick Start

Run the analyze-source skill with the path to your project as an input. The skill will then perform a scan and present a report with identified units and recommendations.

Frequently Asked Questions about skf-analyze-source

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

FAQPage Schema
How do I identify skillable units in a large codebase?

To identify skillable units in a codebase, run the analyze-source skill with your project path. It scans source code, configuration files, and documentation to map exports, detect integrations, and generate a report with recommendations.

Can I generate skill recommendations by analyzing source code and configuration files?

Yes, you can generate skill recommendations by analyzing source code and configuration files. The analysis detects discrete units and integration points within your project, providing actionable recommendations on which units are suitable for new skills.

How does codebase decomposition map exports and detect integrations?

Codebase decomposition maps exports and detects integrations by parsing source code, configuration files, and documentation. This process identifies discrete skillable units and illustrates how they interact within the larger project architecture.

What is the best way to analyze a codebase for skill generation?

The best way to analyze a codebase for skill generation is to run an automated analysis tool with your project path. It handles parsing and identification of skillable units, outputting a comprehensive report that supports brief generation.

Does codebase analysis work without external dependencies or environment setup?

Yes, codebase analysis works without external dependencies. The skill operates independently to parse your project directory, requiring only the path to your codebase to perform the scan and output the identified units and recommendations.