skf-create-stack-skill

Analyze source code or architecture documents to create stack skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, ast_bridge, ccc_bridge, qmd_bridge, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of stack skills, which document how libraries connect in a codebase, saving time and reducing errors in dependency analysis and integration architecture.

Core Features & Use Cases

  • Code-Mode: Analyzes dependency manifests and co-import patterns from actual source code.
  • Compose-Mode: Synthesizes from pre-generated individual skills and architecture documents when no codebase exists yet.
  • Integration Detection: Identifies integration points between libraries and classifies them into patterns like Middleware Chain, Shared Types, and Configuration Bridge.
  • Documentation Generation: Outputs a comprehensive SKILL.md file with integration patterns, library summaries, and project conventions.

Quick Start

Use the skf-create-stack-skill to generate a stack skill for your project. If you have a codebase, set the mode to code. If you have no codebase but have pre-generated skills and an architecture document, set the mode to compose.

Frequently Asked Questions about skf-create-stack-skill

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

FAQPage Schema
How do I automate integration architecture documentation from a codebase?

Automate integration architecture documentation by analyzing source code dependency manifests and co-import patterns to identify library connections. The process outputs a comprehensive SKILL.md file detailing integration patterns and library summaries.

Can I generate dependency analysis documentation without an existing codebase?

Yes, you can generate dependency analysis documentation without source code by using compose-mode. This mode synthesizes stack skills from pre-generated individual skills and architecture documents to map library integrations.

What integration patterns can be detected during code analysis?

Code analysis detects integration points between libraries and classifies them into patterns like Middleware Chain, Shared Types, and Configuration Bridge. This identifies exactly how different dependencies connect within the project.

Do I need Python to identify library dependencies and generate a stack skill?

Yes, you need Python installed to perform codebase analysis and generate stack skills. Python handles dependency analysis and documentation generation, with optional AST and QMD tools providing additional support.

What is the best way to document project conventions alongside library integrations?

The best way to document project conventions is to automate stack skill creation, which generates a comprehensive SKILL.md file. This file captures project conventions, integration patterns, and library summaries in one place.