# No I/O In Core

> Keep pure core packages free of filesystem, network, and process effects.

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

---


# No I/O In Core

If code reads files, calls APIs, shells out, or touches time, place it outside core and inject the result.

## Steps

1. Identify the reusable situation.
2. Apply the behavior with local evidence.
3. Record whether it helped.

# Provenance

Seeded during Phase 0 from goal.md. Inspired by: local roadmap.

