shine-thread

Create, list, and resume persistent context threads stored as markdown files.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-thread
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-thread
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-thread
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-thread

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage cross-session work by creating and maintaining lightweight, persistent context threads that carry information forward between conversations.

Core Features & Use Cases

  • Create, list, or resume threaded work items to preserve context across sessions.
  • Track thread status (OPEN, IN PROGRESS, RESOLVED) and last updated time for quick triage.
  • Reference threads in planning, debugging, or research workflows to maintain continuity.

Quick Start

Create a new thread describing your goal, then resume it to load its context.

Frequently Asked Questions about shine-thread

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

FAQPage Schema
How do I manage persistent context across multiple chat sessions?

To manage persistent context across multiple chat sessions, you can create lightweight threads that store task details and next steps as markdown files. This preserves your workflow continuity between conversations.

What is the best way to track cross-session work without losing context?

Tracking cross-session work requires preserving context threads that survive between conversations. You can resume these threads later to load previous task states, ensuring continuity for planning, debugging, or research.

How do I create and resume context threads for ongoing planning workflows?

To create and resume context threads for planning workflows, use a three-mode workflow: list, resume, and create. This stores your thread data as markdown files with status tracking to organize tasks and next steps.

Can I track thread status and last updated time for cross-session tasks?

Yes, you can track thread status and last updated time for cross-session tasks. The system monitors states like OPEN, IN PROGRESS, and RESOLVED to provide quick triage and maintain task continuity.

Do I need any external dependencies to maintain persistent context threads?

No, you do not need any external dependencies to maintain persistent context threads. The system operates independently by storing thread data locally as markdown files in a dedicated directory.

When should I not use lightweight threads for cross-session task management?

You should avoid using lightweight threads for cross-session task management if your workflow requires heavy real-time synchronization or complex database dependencies. This system is designed for phase-agnostic, lightweight continuity instead.