# Instructions Put shared behavior rules here as `*.instructions.md` files. ## Recommended Patterns - Global workspace guidance: - `.github/instructions/workspace.instructions.md` - File-scoped rules (with `applyTo`): - `.github/instructions/python.instructions.md` - `.github/instructions/tests.instructions.md` ## Notes - Keep instructions concise and specific. - Use `description` and `applyTo` to avoid loading irrelevant context. - Do not put multi-step workflows here; use skills for that.