context-load

Load saved context from a second-brain knowledge base to resume work.

5|2|Updated Jan 16, 2012
One-click install
npx skills add https://github.com/asonas/dotfiles --skill context-load
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-load
Source: https://github.com/asonas/dotfiles/tree/main/.claude/skills/context-load
Command: npx skills add https://github.com/asonas/dotfiles --skill context-load

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to quickly pick up where you left off on complex tasks or recall valuable insights from previous investigations, preventing the loss of institutional knowledge.

Core Features & Use Cases

  • Context Resumption: Load saved project states, plans, and decisions to continue work seamlessly.
  • Knowledge Recall: Access and apply information from past analyses or problem-solving sessions.
  • Use Case: If you were working on refactoring the authentication module last week and need to continue, you can use this Skill to load the context of that task, including the original plan and identified next steps.

Quick Start

Load the saved context for the 'auth-refactoring' task.

Frequently Asked Questions about context-load

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume work on a complex coding task I paused last week?

To resume work on a complex coding task, you load previously saved context to instantly retrieve past project states, plans, and decisions. This prevents the loss of institutional knowledge and lets you pick up exactly where you left off.

What is a second-brain knowledge base for software engineering context?

A second-brain knowledge base for software engineering stores saved context from previous investigations and complex tasks. It uses semantic search to retrieve entries tagged with the repository name, allowing you to access original plans and open questions.

How do I recall past investigation insights and apply them to a current project?

You recall past investigation insights by using semantic search tools to search a second-brain memory base. The system prioritizes entries tagged with context and the repository name, presenting original plans and next steps for continuation.

Can I retrieve saved context using semantic search for a specific repository?

Yes, you can retrieve saved context using semantic search for a specific repository. The search prioritizes entries tagged with the repository name and context, loading original plans, next steps, and open questions for your current task.

Do I need a second-brain memory tool to load and resume project context?

Yes, loading and resuming project context requires a second-brain memory tool with semantic search capabilities. The Skill uses tools like search_memory and get_context to query the knowledge base and present saved task states for continuation.

What's the best way to manage knowledge and prevent losing institutional context?

The best way to manage knowledge and prevent losing institutional context is saving task states to a second-brain knowledge base. You can later load this context using semantic search to resume work or apply insights from past problem-solving sessions.