This directory collects Codex-compatible skills that are useful for everyday workflows and personal operations. Each skill should be usable as an installable package with a human-facingDocumentation Index
Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
Use this file to discover all available pages before exploring further.
README.md, an agent-facing
SKILL.md, and only the supporting resources it needs.
Current Skills
| Skill | Package path | What it demonstrates |
|---|---|---|
| Agent Runtime Cache Benchmark | skills/agent-runtime-cache-benchmark/README.md | Local-first comparison of cold and warm agent runs, cache-break detection from structured run artifacts, and report-driven prompt-cache tuning |
| Daily News Watcher | skills/daily-news-watcher/README.md | SQLite-backed persistent news monitoring, RSS/Atom + optional Playwright fetching, URL+hash deduplication, and per-run Markdown reports |
| Garbage Collector | skills/garbage-collector/README.md | Preview-first local cleanup, readable CSV rules, reversible duplicate cleanup, and explicit approval before destructive actions |
| Local Document Organizer | skills/local-document-organizer/README.md | Preview-first folder organization, readable classification rules with confidence scoring, reversible moves with action logs, and a no-delete, no-overwrite safety contract |
| Personal Knowledge Capture | skills/personal-knowledge-capture/README.md | Local-first watch-path registration, incremental source detection, SQLite state, and cited Markdown note generation |
| Prompt Cache Agent Harness | skills/prompt-cache-agent-harness/README.md | Claude prompt-cache layer planning, captured usage metadata review, cache-read/write reporting, and optional caller-supplied input-cost estimates |
| Safety Escalation Review | skills/safety-escalation-review/README.md | Local evidence review, redacted escalation memos, and human-owned safety handoff checklists without external reporting |
Skill Package Shape
Each shared skill should keep the package itself small:README.md for the human-facing story: why the package exists, who it is
for, and the end-to-end workflow a student or operator should understand before
using it. Use SKILL.md for the Codex invocation contract. Use scripts/ for
deterministic helpers, references/ for rule files or supporting guidance, and
agents/openai.yaml for UI metadata.
Contribution Type
Practitioner skill packages are code-plus-docs contributions. A package should include a human-facingREADME.md, an agent-facing SKILL.md, agent metadata,
deterministic scripts, reference rules, and the minimum supporting
documentation needed to make the skill reviewable and runnable. Do not treat
these issues as documentation-only unless the requested change only edits
explanatory pages.
