savecontext

Save decisions, track progress, and maintain continuity across coding sessions.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "savecontext" with this command: npx skills add greenfieldlabs-inc/savecontext/greenfieldlabs-inc-savecontext-savecontext

SaveContext

Save decisions, track progress, and maintain continuity across coding sessions.

Quick Actions

For most requests, use these patterns directly:

User Says Do This

"save this decision" context_save key="..." value="..." category="decision"

"remember this" context_save key="..." value="..." category="note"

"checkpoint" context_checkpoint name="..."

"wrap up" See WrapUp workflow

"resume [topic]" Search sessions, then context_session_resume

Workflow Routing

Workflow Trigger File

QuickSave "save", "remember", "note this" Workflows/QuickSave.md

SessionStart Starting work, "begin session" Workflows/SessionStart.md

WrapUp "wrap up", "end of day", "checkpoint everything" Workflows/WrapUp.md

Resume "resume", "continue", "pick up where I left off" Workflows/Resume.md

Compaction "prepare for compaction", context getting long Workflows/Compaction.md

IssueTracking "create issue", "track this bug" Workflows/IssueTracking.md

Planning "plan this feature", "implement [complex]", multi-task work Workflows/Planning.md

Examples

Example 1: Quick save during work

User: "remember that we chose JWT over sessions for auth" → context_save key="auth-decision" value="Chose JWT over sessions for stateless scaling" category="decision" priority="high" → Saved. No session management needed.

Example 2: Starting a work session

User: "let's work on the payment feature" → context_session_start name="payment-feature" description="Implementing Stripe integration" → Session started (or resumed if exists)

Example 3: Wrapping up

User: "wrap up for today" → Invokes WrapUp workflow → Saves progress, creates checkpoint, pauses session

Do NOT Automatically

  • Start sessions for quick saves (just save the item)

  • Run multiple tools when one suffices

  • Load full reference docs unless user asks how something works

Reference

Full tool documentation: Workflows/Reference.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

savecontext-cli

No summary provided by upstream source.

Repository SourceNeeds Review
General

音乐生成

Generate custom music tracks (vocal or instrumental) via OhYesAI.

Registry SourceRecently Updated
General

LaTeX Compiler

Compile LaTeX documents to PDF using pdflatex, xelatex, or lualatex with template support

Registry SourceRecently Updated
General

Formal Methods

Formal verification with Lean 4, Coq, and Z3 SMT solver

Registry SourceRecently Updated