Instructions file GitHub Copilot
Copilot instructions for junevm/splathash: Strictly follow ./skills/planning-with-files/. This is non-negotiable. Do not deviate from it under any circumstances.
Instructions file GitHub Copilot
Copilot instructions for junevm/splathash: Strictly follow ./skills/planning-with-files/. This is non-negotiable. Do not deviate from it under any circumstances.
Skill Claude CodeCodex
Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: Implementing self-critique and reflection loops Building evaluator-optimizer pipelines for quality-critical generation Creating test-driven code refinement workflows Designing rubric-based or LLM-as-judge evaluation systems…
Skill Claude CodeCodex
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates taskplan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5 tool calls. Supports automatic session recovery after /clear.
Skill Claude CodeCodex
Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.