Instructions file CodexOpenCode
Instructions for rolandbrecht/agent-skills, covering agent instructions, 1. architectural changes & refactoring, 2. debugging & test failures, 3. structural code refactoring and 4. post-task reflection.
Instructions file CodexOpenCode
Instructions for rolandbrecht/agent-skills, covering agent instructions, 1. architectural changes & refactoring, 2. debugging & test failures, 3. structural code refactoring and 4. post-task reflection.
Instructions file
Instructions for rolandbrecht/agent-skills, covering agent instructions, 1. architectural changes & refactoring, 2. debugging & test failures, 3. structural code refactoring and 4. post-task reflection.
Skill Claude CodeCodex
Use this skill ANY time you need to search for code structure, refactor symbols, analyze impact, find dead code, or trace dependencies. ALWAYS invoke BEFORE using grep for structural code analysis. Trigger categories: structural pattern search (e.g. useEffect without deps, async without try-catch, fetch calls outside…
Skill Claude CodeCodex
Use this skill ANY time you must search, lint, or rewrite code by its syntax structure. ast-grep is an AST-based CLI tool. It matches code by syntax tree, not by text. ALWAYS prefer it over grep/ripgrep when the query is about code structure. Trigger categories: structural code search (find all calls to X, functions…
Skill Claude CodeCodex
Execute this meta-skill ALWAYS at the end of complex tasks, debugging sessions, or when learning a new project codebase quirk. You MUST trigger this skill to codify hard-won lessons into reusable project rules (saving them to project-specific AI instruction files or a new SKILL.md). Do NOT close a complex task without…
Skill Claude CodeCodex
Use this skill for any structural code search or replacement task — it is the right choice whenever grep/sed would feel clunky or risky. Trigger on ANY of these patterns: Structural find-and-replace across a codebase: "replace all fetch(url, options) calls with the new fetchWithRetry signature", "rename the first…
Skill Claude CodeCodex
Trigger this AUTOMATICALLY anytime you encounter a stack trace, test failure, production bug, or unexpected behavior. Do NOT guess the fix or propose code changes before explicitly triggering this skill. This skill mandates a strict data-gathering and hypothesis phase before you are permitted to edit ANY source code.