# Cross Platform Paths

> Fixture for absolute-path classification. Use only as an inspector test input, never as a real Skill.

- Skill: `abhinavjp/cross-platform-paths` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add abhinavjp/cross-platform-paths`
- Raw SKILL.md: https://api.skillmd.com/api/skills/abhinavjp/cross-platform-paths/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: abhinavjp (https://skillmd.com/u/abhinavjp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/abhinavjp/cross-platform-paths

---


# Cross-platform paths

This package exists to exercise absolute-path classification in
`inspect_skill.py`, independent of the OS running the inspector.

## Workflow

1. On POSIX hosts the release log lives at /var/releases/log.txt.
2. On Windows hosts the equivalent lives at C:/temp/release-log.txt.
3. Read [the present reference](references/present.md) before starting.
4. Read [the missing reference](references/missing.md) for background.

## Done when

The inspector has reported exactly one broken reference (the missing one)
and has classified both absolute paths above as hardcoded paths, not as
broken package-relative references.

