Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add JordanGunn/aux --skill "grep"
Install specific skill from multi-skill repository
# Description
>
# SKILL.md
name: grep
license: MIT
description: >
Agent-assisted text search. Converts natural language intent into explicit,
auditable ripgrep parameters and executes deterministic search over disk.
metadata:
author: Jordan Godau
version: 0.1.0
references:
- references/00_ROUTER.md
- references/01_SUMMARY.md
- references/02_CONTRACTS.md
- references/02_SCHEMAS.md
- references/03_TRIGGERS.md
- references/04_NEVER.md
- references/05_ALWAYS.md
- references/06_PROCEDURE.md
- references/07_FAILURES.md
scripts:
- scripts/skill.sh
- scripts/skill.ps1
keywords:
- grep
- search
- ripgrep
- text
- pattern
INSTRUCTIONS
- Refer to
metadata.references.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.