Project Context Manager
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_19a6d235/project-context-manager.
About this skill
Problem
WorkBuddy conversations can lose continuity across projects and sessions: restarting a project requires re-explaining background, switching projects can mix in the wrong plan, and long chats increase token cost and repeated confirmation.
How It Works
- Progressive disclosure:
L1 conversation fingerprint,L2 incremental summary,L3 project template, andL4 user confirmationcaches reuse approved context and process only new deltas. - Secure cross-project access: reads are passive and explicitly authorized; cross-project content is labeled
[Source: project name]and not written into the current project; sensitive data such as keys is filtered. - Tagging: the skill suggests tags for stack, domain, and task type; user-confirmed tags support project association and tag views.
- Triggering: manual instructions, name-based activation, and optional
Stop hooksaving at conversation end.
Boundaries
It fits small teams or offline workspaces needing persistent project context. It does not replace repository scanning, product docs, or permission systems; cross-project use requires explicit target mention, and automatic saving needs separate configuration.
Use Cases
- Resume a project across days with `pcm.py create` to restore architecture, decisions, and stack.
- Switch WorkBuddy projects while citing the target project’s plan with source labels.
- Review long solution-heavy chats and confirm stack, domain, and task tags in the tag view.
- Use a configured `Stop hook` to save project context summaries at conversation end.
Best For
- Engineers running multiple WorkBuddy projects and needing less repeated background setup.
- Solo developers who want to turn architectural decisions into reusable context.
- Tech leads comparing project plans while preventing cross-project writes.
- Small teams maintaining Python-only, offline AI tooling.
Related Skills
A free matrix publishing assistant for Skill developers, guiding distribution to Tencent SkillHub, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub with create, update, and delete safeguards.
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.