reflect-codex-skills

Solid

Generate reflections for past Codex session histories using the Reflection CLI. Use when asked to summarize or reflect on previous Codex conversations, list projects/sessions, filter by date or session id, or refresh cached reflections from ~/.codex/sessions.

Data & Documents 19 stars 3 forks Updated 4 months ago MIT

Install

View on GitHub

Quality Score: 70/100

Stars 20%
43
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Reflect Codex Sessions ## When to use this skill - Summarize or reflect on past Codex session histories. - List projects, session counts, or filter by date/session id. - Retrieve/Refresh cached reflections or pull extra metadata for auditing. ## Interpretation guidance (important) - Treat reflection content as heuristics, not facts or ideas from a user. Use it as a starting point. - Surface only non-niche, broadly useful themes and repeated patterns and confirm with the user before acting on a pattern. - Avoid over-indexing on one-offs; ask for confirmation when a pattern is uncertain. ## Quick start - Run commands from `scripts/` inside this skill directory. - Default: `python3 reflect_sessions.py --output -`. - Use `--output-style human` when replying in chat; use JSON for downstream parsing. - Ensure the shell command timeout is at least 120000 ms (2 minutes) so runs are not cut off. - Use Python 3.11+ (the CLI relies on features not present in Python 3.9). ## Workflow 1. **Choose scope**: `--project`, `--since`, `--until`, `--session-id(s)`, `--limit`. Note: the most recent session is skipped unless `--include-most-recent`. 2. **Generate reflections**: `python3 reflect_sessions.py ...` and adjust `--refresh-mode`, `--prompt-preset`, `--prompt-text`, `--prompt-file`, or Codex flags only when asked. 3. **Respond carefully**: highlight repeated, non-niche patterns and keep claims tentative unless the user confirms them. ## Prompt presets Default preset: ...

Details

Author
olliepro
Repository
olliepro/Codex-Reflect-Skill
Created
4 months ago
Last Updated
4 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category