# Loaderskill

> Adds its own absolute directory to sys.path (dirname(abspath(__file__))) to import bundled siblings. Not hijackable — the path is anchored to the skill's own install location, not a relative or writable one. B86 must PASS.

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

---


# Loader Skill (safe self-dir import)

Adds the skill's own absolute directory to `sys.path` so it can import bundled sibling
modules. The path is anchored to `__file__`, not a relative or writable location, so it
is not an import-path hijack surface.

