ilk-inbox-ticketslisted
Install: claude install-skill inluck-net/ilk-skills
# Inbox Tickets — Cross-project handoffs ingest adapter
This skill lets the AI read and update entries in the cross-project
handoffs inbox (`~/Documents/handoffs/_inbox.md`), feeding eligible
`pending` entries into `/ilk-plan` — with **cross-project drain** as the
primary consumption mode. It is the markdown-native twin of
`ilk-lark-tickets`.
## When to use
Trigger this skill when the user says any of:
- "drain the inbox" / "plan from inbox" / "inbox → plan"
- "check the inbox" / "what's in the inbox for planning"
- "/ilk-inbox" — the cross-project fan-out command
- "resolve inbox projects" / "map inbox entries"
- Any time the user references a handoff entry slug (e.g. `2026-06-18-some-task`).
- "set up inbox projects registry" / "configure inbox-projects.json"
## Architecture
```
~/Documents/handoffs/
_inbox.md # source of truth — markdown inbox (shared across projects)
_inbox-archive.md # archived entries (auto-created on archive)
<slug>-handoff.md # optional Tier-2 related handoff files
~/.ilk-data/
inbox-projects.json # project registry: **Project** string → repo root / not_plannable
<repo>/skills/ilk-inbox-tickets/ # source of truth (installed via junction into ~/.cursor, ~/.claude)
SKILL.md # this file
scripts/
inbox_parser.py # entry model, field parse, Related follow, prose-status extraction
project_registry.py # inbox-projects.json resolution + needs-mapping report
cli.py