Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

contextd

contextd contient 4 skills collectées depuis fyrsmithlabs, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
4
Stars
5
mis à jour
2026-06-19
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

checkpoint-workflow
Développeurs de logiciels

This skill should be used to preserve or restore session state. It triggers when the user says "save my progress", "checkpoint this", "pick up where we left off", or "resume", before /clear, before a long-running task, or when context usage approaches ~70%. Covers checkpoint_save, checkpoint_list, and checkpoint_resume.

2026-06-19
cross-session-memory
Développeurs de logiciels

This skill should be used when starting a task to check for prior solutions, or when finishing one to record a learning. It triggers when the user says "have we solved this before", "remember this", "record what we learned", reuses a past approach, or captures a design decision worth surviving the session. Covers memory_search, memory_record, memory_feedback, and memory_outcome.

2026-06-19
error-remediation
Développeurs de logiciels

This skill should be used whenever an error, exception, failed build, failing test, stack trace, compiler/linter error, CI failure, or panic appears, or when the user asks "why is this failing" or "how do I fix this". Covers troubleshoot_diagnose, remediation_search, remediation_record, and remediation_feedback to match errors to past fixes and record new ones.

2026-06-19
using-contextd
Développeurs de logiciels

This skill should be used at the start of a coding or research session, or when the user says "what did we do before", "remember", "resume", mentions persistent or cross-session memory, or begins a non-trivial task that could reuse prior learnings. It establishes the contextd workflow — run semantic_search and memory_search before exploring code — and points to the cross-session-memory, checkpoint-workflow, and error-remediation skills.

2026-06-19