plugin/skills/flush/SKILL.md
Save current session context to a resumable document. Use when ending a session, switching tasks, or wanting to preserve context for later continuation.
npx skillsauth add regression-io/coder-config flushInstall 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.
Save all current session context to .claude/session-context.md for seamless continuation.
.claude/ exists in current directory: Use it.claude/ here: Search parent directories
.claude/ here.claude/: Offer to run /init for full project setupSummarize the session:
| Section | Content | |---------|---------| | Task Summary | What the user asked for | | Current State | completed / in-progress / blocked | | Key Decisions | Important choices and rationale | | Files Modified | What was created/changed | | Pending Work | What still needs to be done | | Important Context | Critical info for continuation |
Write to .claude/session-context.md in the chosen directory.
# Session Context - YYYY-MM-DD
## Task Summary
[What the user wanted to accomplish]
## Current State
**[status]**
[Brief description]
## Key Decisions
- **[Decision]**: [Rationale]
## Files Modified
- `path/to/file` - [what changed]
## Pending Work
- [ ] Task 1
- [ ] Task 2
## Important Context
[Critical information for continuation]
development
# Ralph Loop — Autonomous Development Skill You are operating inside a **Ralph Loop** — an autonomous, iterative development workflow managed by coder-config. ## Your Context The `<ralph-loop-context>` block injected into your session contains: - **Phase**: clarify | plan | execute - **Task**: what you are building - **Iteration**: current / max - **Clarifications** and **Implementation Plan** (when available) - **State file path**: where to write progress ## Phase Behaviour ### clarify - A
testing
Update the docs with the current state of the system, especially README.md and CHANGELOG.md. Use before committing significant changes or when documentation is stale.
development
Refactor large files into smaller sub-components. Do not create more large files. Refactor into modular, focused units.
documentation
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]