agent-md-maintenance
Agent Instruction File Maintenance
Keep agent instruction files lean, accurate, and useful.
Quick Start
After mistakes or discoveries, update the instruction file with a reusable rule:
Update the agent instructions so you don't make that mistake again.
When to Update
Add rules when:
- Same mistake happens twice
- Non-obvious convention discovered
- Critical project constraint identified
More from spences10/skills
svelte-runes
Implement Svelte 5 runes correctly. Use for reactive state, props, effects, $state.raw, $derived.by, $props, and $bindable.
33svelte-template-directives
Svelte template directive guidance. Use when working with snippets, attachments, dynamic HTML, block constants, debugging tags, or global DOM events.
13svelte-components
Build Svelte components. Use for Svelte custom elements, component libraries (Bits UI, Ark UI, Melt UI), form patterns, or third-party integration.
12sveltekit-remote-functions
Implement SvelteKit remote functions. Use for query(), query.live(), form(), command(), and prerender() patterns in .remote.ts files.
11sveltekit-data-flow
SvelteKit data flow guidance. Use when working with load functions, form actions, server/client boundaries, serialization, or invalidation.
11sveltekit-structure
SvelteKit structure guidance. Use for routing, layouts, error handling, SSR, or svelte:boundary. Covers file naming, nested layouts, error boundaries, pending UI, and hydration.
11