flux-export-context

Export a structured RepoPrompt review context for external LLMs.

7|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nairon-AI/flux --skill flux-export-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flux-export-context
Source: https://github.com/Nairon-AI/flux/tree/main/skills/flux-export-context
Command: npx skills add https://github.com/Nairon-AI/flux --skill flux-export-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines external review by exporting a structured RepoPrompt context that summarises repository state, intent, and review criteria for use with external LLMs.

Core Features & Use Cases

  • Build and export a RepoPrompt review context for code and design discussions.
  • Support plan and implementation views to tailor the context for external analysis.
  • Integrate with Flux tooling to assemble, review, and hand off prompts to external models.

Quick Start

Run the flux-export-context workflow to build and export a RepoPrompt review context for external LLMs.

Frequently Asked Questions about flux-export-context

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

FAQPage Schema
How do I export repository context for external LLM code review?

To export repository context for external LLM code review, you can use this workflow to assemble a structured RepoPrompt that summarizes repository state, intent, and review criteria for external models without exposing sensitive data.

What is a RepoPrompt context and when do I need it for architecture discussions?

A RepoPrompt context is a structured export of repository state and intent used for architecture discussions. You need it when you want external LLMs to evaluate code and design plans across repositories without direct access to sensitive data.

Can I use this workflow to validate implementation plans with external models?

Yes, you can use this workflow to validate implementation plans with external models. It supports plan and implementation views, allowing you to tailor the exported context specifically for external analysis of your code and design.

Does the flux-export-context workflow integrate with existing Flux tooling?

The flux-export-context workflow integrates directly with Flux tooling to assemble, review, and hand off prompts to external models. It handles session-phase processing and repository context extraction automatically.

What are the limitations of exporting RepoPrompt context for external analysis?

A limitation of exporting RepoPrompt context is that it relies on the Flux tooling environment to assemble the prompt structure. It acts as an export mechanism for external evaluation and does not perform code review internally.

Why does my exported RepoPrompt context need session-phase handling?

Session-phase handling is needed in your exported RepoPrompt context to correctly assemble the repository state and intent. It ensures the Flux tooling extracts the proper contextual information for accurate external LLM analysis.