用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dschlyter/dotfiles --skill prm命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | prm |
| description | General project management - the process for keeping work across multiple Claude sessions aligned with overall goals |
This is the general AI-augmented project management system to track the goals and process for my personal work, and to keep everything neat, organized and focused.
The process and documentation stored in this system serves as the bridge between a multitude of Claude sessions on my machine (in the weeds implementation and investigation) and external systems that capture requirements and plans (high level goals).
External systems may contain information not relevant to my work, vague information or outdated information - so a purpose of this system is to clarify.
The user may invoke the skill with different commands, potentially with additional instructions
~/projectspipeline-v2-migration_backlog, _cancelled and _done_<project-name>.md describing the overall state<subtask>.md_backlog, _cancelled and _done_reference directory can contain more files with in depth documentation or resultsExample
~/projects/
_backlog/
_done/
pipeline-v2-migration/
_backlog/
decommission-v1.md
_done/
audit-v1-pipelines.md
_pipeline-v2-migration.md
migrate-core-pipelines.md
update-consumer-configs.md
Primary focus of this project system is:
_reference files or references to external documents.In order to ensure correctness, follow this process:
_reference files if not certain.Every main project should have this information.
[Backlog], [In Progress], [Done].decomission-v1Task files also have this context
Tasks should only be created if the user explicitly asked for them. The list of tasks does not need to be complete and can be expanded later.
First update the plan to ensure the users intent is captured, handle any suggestsion for more tasks later on.
Work on this machine will be carried out in Claude running in tmux
5-pipeline-v2-migration)decomission-v1)decomission-v1-test-run)investigation)This link between tmux windows and the project should make it possible both to read into the Claude session additional context for the task, as well as updating the project with results from the session.
The cma command can find links between Claude sessions and project tasks.
tmus ls lists Tmux sessions and the name (matching the project) of themcma who -v <tmux session id> or cma who -vs (current session) - lists the claude sessions in the tmux sessioncma show <uuid> describe the content of the session to understand what it doesThe project dir should be backed by git.
Changes should be tracked by git, but all changes must be signed off by the user. Once a change has been done, ask the user if it is good to commit (or they may commit themselves).
If uncommited changes are found, and it is more than 24h old - ask the user on how to handle this. Don't read the files themselves, but list the changed files to the user.