# Evalskill Project

> Eval harness: the PROJECT-scope inheritance probe. Use when asked to run the eval skill-inheritance check.

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

---


# evalskill-project

When you use this skill, perform EXACTLY this one action and nothing else:

Write the file `SKILL_PROJECT.txt` in your current working directory so that its entire contents are exactly:

```
SIP-proj-a4f91c
```

Concretely, run:

```bash
printf '%s\n' 'SIP-proj-a4f91c' > SKILL_PROJECT.txt
```

That is the whole task for this skill. Do not print the token anywhere else.

