Agent Skills: ast_injection

Use AST-aware edits to reduce syntax errors and maintain structure.

UncategorizedID: CheekyCodexConjurer/quant-lab/ast_injection

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/ast_injection

Skill Files

Browse the full folder contents for ast_injection.

Download Skill

Loading file tree…

.codex/skills/ast_injection/SKILL.md

Skill Metadata

Name
ast_injection
Description
Use AST-aware edits to reduce syntax errors and maintain structure.

Purpose

Apply structural code changes safely.

Steps

  1. Prefer AST insertion over raw text replacement.
  2. Validate with tests or static checks.
  3. Record assumptions when AST tooling is unavailable.