MCP HubMCP Hub
Zurück zu Fähigkeiten

context-preservation

majiayu000
Aktualisiert Today
66 Ansichten
58
9
58
Auf GitHub ansehen
Metaautomation

Über

Diese Fähigkeit erstellt strukturierte Zusammenfassungen, um den Kontext beim Wechsel zwischen Arbeitsablaufphasen oder Sitzungen zu erhalten. Sie bietet Vorlagen für Phasenübergaben, Fortschrittsverfolgung und Sitzungsfortsetzung. Nutzen Sie sie, um Kontinuität bei der Übergabe zwischen RQPIV-Phasen oder Sub-Agenten zu gewährleisten.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add majiayu000/claude-skill-registry
Plugin-BefehlAlternativ
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternativ
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/context-preservation

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

Dokumentation

Context Preservation Skill

Purpose

Maintain context continuity across phases and sessions.

When to Use

  • Transitioning between RQPIV phases
  • Handing off between sub-agents
  • Pausing work for later resumption
  • Creating progress reports

Templates

Phase Handoff

Reference: templates/handoff-template.md

Use when transitioning from one phase to another. Captures:

  • Summary of completed work
  • Key findings and decisions
  • Artifacts created
  • Recommendations for next phase

Progress Summary

Reference: templates/progress-summary.md

Use for tracking ongoing work:

  • Completed tasks
  • In-progress items
  • Blocked items
  • Next steps

Session Resume

Reference: templates/session-resume.md

Use when resuming interrupted work:

  • Last known state
  • Files to reload
  • Continue point

Context Preservation Process

At Phase Start

  1. Read previous phase handoff
  2. Load relevant artifacts
  3. Note key constraints/decisions
  4. Begin phase work

During Phase

  1. Update progress summary as work progresses
  2. Document significant decisions
  3. Note any blockers or issues

At Phase End

  1. Create comprehensive handoff
  2. List all artifacts created
  3. Provide recommendations
  4. Clear next actions

Artifact Naming Convention

{type}-{session}-{timestamp}.md

Examples:

  • handoff-auth-feature-20251215.md
  • progress-auth-feature-20251215-1430.md
  • session-resume-auth-feature.md

Storage Locations

Artifact TypeLocation
Handoffsplans/sessions/{session}/
Progressplans/sessions/{session}/
Resumeplans/sessions/{session}/

Best Practices

For Handoffs

  • Be concise but complete
  • Include file paths for referenced artifacts
  • Highlight decisions that affect future phases
  • Note any assumptions made

For Progress

  • Update frequently (after each significant action)
  • Be honest about blockers
  • Include time context

For Resume

  • Capture exact stopping point
  • List files to re-read
  • Include any temporary notes

GitHub Repository

majiayu000/claude-skill-registry
Pfad: skills/context-preservation

Verwandte Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

Skill ansehen

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

Skill ansehen

cloudflare-turnstile

Meta

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

Skill ansehen

cloudflare-cron-triggers

Testen

This skill provides comprehensive knowledge for implementing Cloudflare Cron Triggers to schedule Workers using cron expressions. It covers setting up periodic tasks, maintenance jobs, and automated workflows while handling common issues like invalid cron expressions and timezone problems. Developers can use it for configuring scheduled handlers, testing cron triggers, and integrating with Workflows and Green Compute.

Skill ansehen