# Scan

> Scan a project and report its type using a shared helper tool.

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

---


# scan

Determine a project's type and note it.

1. Run the shared tool on the target directory: `{{tools:detect}} .`
2. For a finer check, source its library directly and call a single function:
   `. {{path:tool:detect}}/lib.sh`
3. Record the result in this skill's own notes file: `{{self}}/resources/notes.md`

`{{tools:detect}}` resolves to the tool's entrypoint, `{{path:tool:detect}}`
to the tool's store directory (for non-entrypoint files), and `{{self}}` to this
skill's own store directory. All three are expanded at install and stay correct
under a namespace prefix or with several agent homes configured.

