# Loading Rules

> Loads the rageatc-core-oss operating rules directly from the plugin when the SessionStart hook has not delivered them. Use when the rageatc-core-oss failsafe line appears in session-start hook output, when the plugin's operating rules are absent from context, or when the injected rules look truncated.

- Skill: `isvlasov/loading-rules-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add isvlasov/loading-rules-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/isvlasov/loading-rules-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: isvlasov (https://skillmd.com/u/isvlasov)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/isvlasov/loading-rules-2

---


# Loading Rules

The rageatc-core-oss operating rules normally arrive via a SessionStart hook. If that failed or was truncated, recover them:

1. Read every `.md` file in `../../rules/` (relative to this skill's base directory).
2. Follow them as binding operating rules for the rest of the session.

