skills/omnisess-digest/SKILL.md
Print AI coding sessions for a calendar day as Obsidian-compatible markdown with the full Q&A content of every session. Intended for daily-note workflows: paste the output into a daily journal to preserve a searchable record of what was discussed with which AI tool. Use this skill when asked to dump today's sessions as markdown, prepare a daily-note entry, archive Q&A for Obsidian, or export a calendar-day's coding conversations. Trigger phrases: "digest today's sessions", "dump sessions as markdown", "obsidian daily note", "archive my coding chats", "export today's Q&A", "session log for daily note".
npx skillsauth add psacc/omnisess digestInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Print sessions for a calendar day with full Q&A content as Obsidian-compatible markdown.
omnisess digest [--date YYYY-MM-DD] [--tool <name>] [--limit N]
--date is given (daily-note helper).--tool, --project, --exclude-project, --limit.## AI sessions — 2026-05-09 (3 sessions)
### First user message (truncated to 80 chars)
_project: `~/dev/myproject` · tool: claude_
**Q [09:00]:** user question...
_[tools: Bash, Read]_
**A [09:01]:**
assistant response...
---
### Next session title
...
Features:
--- and sorted by start time._[tools: Name, …]_._(truncated)_ marker.$HOME substituted with ~ (only when project equals or sits below $HOME).omnisess binary is available:if ! command -v omnisess &>/dev/null; then
echo "omnisess not found. Install it with:"
echo " go install github.com/psacc/omnisess@latest"
exit 1
fi
omnisess digest "$@"
# Today's sessions across all tools (default)
omnisess digest
# A specific day
omnisess digest --date 2026-05-09
# One tool only
omnisess digest --tool claude
# Cap to the most recent N sessions of the day
omnisess digest --date 2026-05-09 --limit 5
development
Classify agent skills by usage tier (Keep / Borderline / Archive / Unknown) using Claude Code session JSONL transcripts as the signal source. Read-only — never modifies skills, sessions, or any file on disk. Use this skill when asked to audit skills, find unused skills, classify skills, check which skills get used, produce a skill usage report, or prune skills. Trigger phrases: "audit skills", "find unused skills", "classify skills", "which skills do I use", "skill usage report", "prune skills", "what skills are unused", "skills I can remove", "trim my skill list". Output is a recommendation (Keep / Borderline / Archive) — acting on it is always a manual step.
testing
Test skill eta
testing
Test skill epsilon
testing
Test skill zeta