repomix-package-builder

Generate targeted repomix XML packages with templates for AI code analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/paunchygent/docforge --skill repomix-package-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repomix-package-builder
Source: https://github.com/paunchygent/docforge/tree/main/frontend/.claude/skills/repomix
Command: npx skills add https://github.com/paunchygent/docforge --skill repomix-package-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create targeted repomix XML packages for AI code analysis, including templates (metadata-flow, code-review, architecture, context) and file patterns based on task objectives. Packages are saved to .claude/repomix_packages/.

Core Features & Use Cases

  • Templates: metadata-flow, code-review, architecture, and context
  • File pattern generation for AI review tasks
  • Save packages to .claude/repomix_packages/ and keep artifacts organized

Quick Start

Run the repomix package builder to scaffold a new package, select a template, customize metadata, and save to .claude/repomix_packages/.

Frequently Asked Questions about repomix-package-builder

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

FAQPage Schema
How do I prepare code for AI review using repomix packages?

Repomix packages bundle code with structured metadata into XML files optimized for AI analysis. Use the package builder to select a template (code-review, metadata-flow, architecture, or context), define file patterns matching your codebase, and generate packages saved to .claude/repomix_packages/ for external AI review workflows.

What templates are available for creating repomix packages?

Four templates cover different analysis needs: code-review for peer feedback, metadata-flow for documenting service integrations, architecture for system design analysis, and context for debugging or knowledge transfer. Each template applies specific file patterns and metadata structures to its task.

Can I use repomix packages to document cross-service integration flows?

Yes. The metadata-flow template is designed specifically for documenting integration patterns across services. It organizes code files and metadata to show dependencies and communication flows, making complex service interactions clear for AI-driven architectural analysis.

How are repomix packages organized and stored?

Packages are generated with filenames following the pattern repomix-{feature}-{purpose}.xml and automatically saved to .claude/repomix_packages/. This standardized structure keeps analysis artifacts organized and discoverable alongside your project.

What file patterns does the package builder use to include code in repomix packages?

The builder generates file include patterns based on your task objectives and reference guidance. Patterns are customized per template—code-review focuses on implementation files, architecture captures system boundaries, and context includes supporting documentation needed for comprehensive analysis.

Is repomix useful for performing architectural analysis on codebases?

Yes. The architecture template creates packages that structure code and metadata to expose system design, component relationships, and design decisions. This focused packaging makes architectural analysis clearer and faster for AI tools evaluating system structure.