native-mirror — for Claude Code native-mirror, invowk, community, for Claude Code, ide skills, native_*.txtar, virtual_*.txtar, TestVirtualRuntimeMirrorCoverage, virtual_uroot_*.txtar, virtual_shell.txtar

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need native mirror generator. Resumo localizado: 'invowk' is a dynamically extensible command runner, kinda like 'task' and 'just' but with its own superpowers. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

Native Mirror Generator
Invoke this skill (/native-mirror) when:
A new virtual .txtar test has been created and needs a native mirror
An existing virtual test has been modified and its native mirror needs updating
You want to verify which virtual tests are missing native mirrors

# Core Topics

invowk invowk
[0]
[0]
Updated: 5/1/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
67
Canonical Locale
en
Detected Body Locale
en

Cenario recomendado: Ideal for AI agents that need native mirror generator. Resumo localizado: 'invowk' is a dynamically extensible command runner, kinda like 'task' and 'just' but with its own superpowers. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Recomendacao: native-mirror helps agents native mirror generator. 'invowk' is a dynamically extensible command runner, kinda like 'task' and 'just' but with its own superpowers. This AI agent skill supports Claude

Melhor para

Cenario recomendado: Ideal for AI agents that need native mirror generator.

Casos de Uso Práticos for native-mirror

Caso de uso: Applying Native Mirror Generator
Caso de uso: Applying Invoke this skill (/native-mirror) when:
Caso de uso: Applying A new virtual .txtar test has been created and needs a native mirror

! Segurança e Limitações

  • Limitacao: A new virtual .txtar test has been created and needs a native mirror
  • Limitacao: An existing virtual test has been modified and its native mirror needs updating
  • Limitacao: reference and must stay in sync. TestVirtualRuntimeMirrorCoverage enforces

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is native-mirror?

Cenario recomendado: Ideal for AI agents that need native mirror generator. Resumo localizado: 'invowk' is a dynamically extensible command runner, kinda like 'task' and 'just' but with its own superpowers. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install native-mirror?

Run the command: npx killer-skills add invowk/invowk/native-mirror. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for native-mirror?

Key use cases include: Caso de uso: Applying Native Mirror Generator, Caso de uso: Applying Invoke this skill (/native-mirror) when:, Caso de uso: Applying A new virtual .txtar test has been created and needs a native mirror.

Which IDEs are compatible with native-mirror?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for native-mirror?

Limitacao: A new virtual .txtar test has been created and needs a native mirror. Limitacao: An existing virtual test has been modified and its native mirror needs updating. Limitacao: reference and must stay in sync. TestVirtualRuntimeMirrorCoverage enforces.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add invowk/invowk/native-mirror. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use native-mirror immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

native-mirror

'invowk' is a dynamically extensible command runner, kinda like 'task' and 'just' but with its own superpowers. This AI agent skill supports Claude Code

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Native Mirror Generator

Generate native_*.txtar test files that mirror existing virtual_*.txtar tests using native shell implementations with platform-split CUE.

When to Use

Invoke this skill (/native-mirror) when:

  • A new virtual_*.txtar test has been created and needs a native mirror
  • An existing virtual test has been modified and its native mirror needs updating
  • You want to verify which virtual tests are missing native mirrors

Workflow

Step 1: Check Exemptions

Before generating a mirror, verify the virtual test is NOT exempt:

Source of truth: The machine-enforced exemption list is in tests/cli/runtime_mirror_exemptions.json. This SKILL.md list is a human reference and must stay in sync. TestVirtualRuntimeMirrorCoverage enforces the JSON entries; stale entries cause test failures.

Exempt categories (do NOT create native mirrors):

  • virtual_uroot_*.txtar — u-root commands are virtual shell built-ins
  • virtual_shell.txtar — Tests virtual-shell-specific features
  • virtual_edge_cases.txtar — CUE schema validation, not runtime behavior
  • virtual_args_subcommand_conflict.txtar — CUE schema validation
  • virtual_diagnostics_footer.txtar — Diagnostics footer output
  • container_*.txtar — Linux-only container runtime (outside virtual_* scope)
  • dogfooding_invowkfile.txtar — Already exercises native runtime (outside virtual_* scope)
  • config_*.txtar, module_*.txtar, completion.txtar, tui_format.txtar, tui_style.txtar, init_*.txtar — Built-in CLI commands, outside virtual_* scope

If the test is exempt, report it and stop.

Step 2: Read the Virtual Test

Read the source virtual_*.txtar file and extract:

  1. The test description comments
  2. All exec commands and stdout/stderr assertions
  3. The embedded invowkfile.cue and any other files
  4. Environment variable usage

Step 3: Transform the CUE

Replace each virtual implementation with a platform-split native pair:

From (virtual):

cue
1implementations: [{ 2 script: "echo 'Hello'" 3 runtimes: [{name: "virtual"}] 4 platforms: [{name: "linux"}, {name: "macos"}, {name: "windows"}] 5}]

To (native, platform-split):

cue
1implementations: [ 2 { 3 script: "echo 'Hello'" 4 runtimes: [{name: "native"}] 5 platforms: [{name: "linux"}, {name: "macos"}] 6 }, 7 { 8 script: "Write-Output 'Hello'" 9 runtimes: [{name: "native"}] 10 platforms: [{name: "windows"}] 11 }, 12]

Step 4: Translate Shell Syntax

Apply these translations for the Windows (PowerShell) implementation:

Bash/ZshPowerShell
echo "text"Write-Output "text"
echo -n "text"Write-Host -NoNewline "text"
$VAR$env:VAR
"Value: $VAR""Value: $($env:VAR)"
if [ "$V" = "x" ]; then ... fiif ($env:V -eq 'x') { ... }
if [ -n "$V" ]; then ... fiif ($env:V) { ... }
if [ -z "$V" ]; then ... fiif (-not $env:V) { ... }
export VAR=val$env:VAR = 'val'
set -e$ErrorActionPreference = 'Stop'
for x in a b c; do ... doneforeach ($x in @('a','b','c')) { ... }
$INVOWK_FLAG_NAME$env:INVOWK_FLAG_NAME
$INVOWK_ARG_NAME$env:INVOWK_ARG_NAME

Step 5: Preserve Assertions

The stdout and stderr assertions must be identical between virtual and native tests. Only the script syntax differs, not the output.

Step 6: Write the Mirror

Create native_<feature>.txtar with:

  • Updated description noting it's a native mirror
  • Same exec commands and assertions
  • Platform-split CUE implementations
  • Same embedded support files

Step 7: Verify

bash
1make test-cli

Example

Given virtual_simple.txtar:

txtar
1# Test: Basic hello command 2cd $WORK 3exec invowk cmd hello 4stdout 'Hello from invowk!' 5! stderr . 6 7-- invowkfile.cue -- 8cmds: [{ 9 name: "hello" 10 description: "Say hello" 11 implementations: [{ 12 script: "echo 'Hello from invowk!'" 13 runtimes: [{name: "virtual"}] 14 platforms: [{name: "linux"}, {name: "macos"}, {name: "windows"}] 15 }] 16}]

Generate native_simple.txtar:

txtar
1# Test: Basic hello command (native runtime mirror) 2# Native shell mirror of virtual_simple.txtar 3cd $WORK 4exec invowk cmd hello 5stdout 'Hello from invowk!' 6! stderr . 7 8-- invowkfile.cue -- 9cmds: [{ 10 name: "hello" 11 description: "Say hello" 12 implementations: [ 13 { 14 script: "echo 'Hello from invowk!'" 15 runtimes: [{name: "native"}] 16 platforms: [{name: "linux"}, {name: "macos"}] 17 }, 18 { 19 script: "Write-Output 'Hello from invowk!'" 20 runtimes: [{name: "native"}] 21 platforms: [{name: "windows"}] 22 }, 23 ] 24}]

Audit Mode

To check for missing native mirrors, run:

bash
1# List virtual tests 2ls tests/cli/testdata/virtual_*.txtar 3 4# List native tests 5ls tests/cli/testdata/native_*.txtar 6 7# Compare (accounting for exemptions)

Report which virtual tests are missing their native mirrors, excluding exempt files.

Habilidades Relacionadas

Looking for an alternative to native-mirror or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumo localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resumo localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resumo localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumo localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desenvolvedor