external-prompt-merge

Merge external prompts into the NRG workflow and dispose of them.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Srujan0798/NRG --skill external-prompt-merge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-prompt-merge
Source: https://github.com/Srujan0798/NRG/tree/main/.agents/skills/external-prompt-merge
Command: npx skills add https://github.com/Srujan0798/NRG --skill external-prompt-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Absorb external prompts into the NRG workflow and render them disposable, preventing prompt leakage and ensuring auditable handling of third-party content.

Core Features & Use Cases

  • Canonical absorption of external prompts into the NRG workflow.
  • Vocabulary scrub and classification of claims to integrate with existing workflows.
  • Extend and synchronize workflow files while disposing of the prompt after integration.

Quick Start

Paste the external prompt into the NRG workflow using the canonical path to trigger the merge-and-dispose process.

Frequently Asked Questions about external-prompt-merge

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

FAQPage Schema
How do I absorb external prompts into my workflow without retaining them permanently?

To absorb external prompts without retaining them, you can use a merge-and-dispose process that classifies durable claims into existing workflow files and then discards the original prompt. This prevents prompt leakage while integrating necessary content.

What is the best way to merge third-party audit prompts into a project repo?

The best way to merge third-party audit prompts is through canonical absorption, which scrubs vocabulary, classifies claims into workflow targets, and extends existing files. This ensures auditable handling of third-party content without creating duplicates.

How do I prevent prompt leakage when integrating external reviews into my development workflow?

Preventing prompt leakage during external review integration requires rendering the source prompt disposable after extraction. The workflow synchronizes durable claims to memory and automatically disposes of the original prompt text.

Does the external prompt merge process check for forbidden vocabulary before disposal?

Yes, the merge process checks for forbidden vocabulary before disposal by executing the forbidden_vocab_check.sh script. This script validates that scrubbed content integrated into the workflow meets security and audit requirements.

Can I synchronize memory entries from external prompts to both repo memory and auto-memory?

Yes, you can synchronize memory entries from external prompts to both repo memory and auto-memory. The merge workflow extends existing workflow files to avoid duplicates and keeps memory entries synchronized across both targets.

What are the limitations of processing long external prompts through a disposable workflow?

Processing long external prompts through a disposable workflow requires that all durable claims are correctly classified into existing files before the prompt is discarded. If classification fails, prompt content cannot be recovered after disposal.