session-commit
SKILL.md
Session Commit
Analyze the current coding session, propose improvements to AGENTS.md, and apply approved changes.
Available scripts
scripts/preflight.sh- Checks whether required instruction files exist and optionally repairs missing files.
Workflow
- Run preflight checks:
bash scripts/preflight.sh
- If preflight fails and user approves repairs, run:
bash scripts/preflight.sh --fix
- Read the current
AGENTS.mdand build a mental map of existing sections. - Extract only durable learnings from the current session.
- Propose changes using the format in
references/change-proposal-format.md. - Wait for explicit user approval before applying any edits.
- Apply approved changes and merge with existing content.
What to capture
- Coding patterns and conventions established in the session
- Architecture decisions and reasoning that should persist
- Debugging playbooks and recurring gotchas
- Workflow preferences that improve future sessions
Guardrails
- Do not capture transient implementation details that will age quickly.
- Prefer updating existing sections before creating new headings.
- Use concise bullet points rather than long paragraphs.
- Keep guidance tool-agnostic unless behavior differs by tool.
- If no meaningful learning occurred, report that and stop.
Pointer file behavior
If CLAUDE.md, CODEX.md, or GEMINI.md are missing or empty, create symlinks that point to AGENTS.md.
Output contract
- Proposal stage: output only proposed changes with explicit add/modify/remove counts.
- Apply stage: update
AGENTS.mdonly after explicit approval. - Completion stage: summarize what changed and where.
Weekly Installs
23
Repository
olshansk/agent-skillsGitHub Stars
5
First Seen
14 days ago
Security Audits
Installed on
opencode23
github-copilot23
codex23
kimi-cli23
amp23
cline23