flow-next-export-context

Export RepoPrompt context as Markdown for external LLM review.

674|52|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/gmickel/gmickel-claude-marketplace --skill flow-next-export-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-export-context
Source: https://github.com/gmickel/gmickel-claude-marketplace/tree/main/plugins/flow-next/skills/flow-next-export-context
Command: npx skills add https://github.com/gmickel/gmickel-claude-marketplace --skill flow-next-export-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flowctl.

What problem does it solve?

This Skill exports RepoPrompt context to external LLMs for independent review of code and plans, enabling high-quality feedback from outside models.

Core Features & Use Cases

  • External review readiness: Generates a shareable Markdown export containing the current repository prompt context, file tree highlights, and selected materials for external evaluation.
  • Plan and Impl exports: Supports both plan review exports and implementation-context exports to surface relevant details for reviewers.
  • Deterministic workflow integration: Works with flow-next commands to ensure reviewers see the same repo state and task context.

Quick Start

Run the /flow-next:export-context command to generate the external review artifact. Example: /flow-next:export-context plan fn-1 focus on security

Frequently Asked Questions about flow-next-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?

You can export repository context for external LLM code review by generating a Markdown file containing the current repository prompt, file tree highlights, and selected materials using the flow-next export-context command.

What is RepoPrompt context used for when sharing with external models?

RepoPrompt context provides external models with the same repository state and task context, enabling independent plan and implementation reviews with high-quality feedback from outside LLMs.

Can I export both plan and implementation context for external review?

Yes, you can export both plan review context and implementation context to surface relevant details for external reviewers, ensuring they see the same repo state and task context.

How do I generate a plan review export for a specific task?

Run the export-context command with the plan parameter and task identifier, for example: /flow-next:export-context plan fn-1 focus on security to generate the external review artifact.

Does exporting RepoPrompt context require the flowctl tool?

Yes, the export process relies on the bundled flowctl tool within the plugin to gather repository data and generate the Markdown export suitable for external models.

What format is used for sharing repository state with external reviewers?

The repository state is shared as a Markdown export containing the RepoPrompt context, file tree highlights, and selected materials, providing a deterministic format for external evaluation.