Borrowing it
Nothing to install: this file belongs to u9401066/med-paper-assistant. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/u9401066/med-paper-assistant/master/.claude/skills/project-management/SKILL.mdgit clone --depth 1 https://github.com/u9401066/med-paper-assistantWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/u9401066/med-paper-assistant/project-management)<a href="https://agentmods.dev/skills/u9401066/med-paper-assistant/project-management"><img src="https://agentmods.dev/badge/skills/u9401066/med-paper-assistant/project-management/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/u9401066/med-paper-assistant/project-management"><img src="https://agentmods.dev/badge/skills/u9401066/med-paper-assistant/project-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.01096 |
| Opus 5 | $0.00027 | $0.00548 |
| Sonnet 5 | $0.00011 | $0.00219 |
| Haiku 4.5 | $0.00005 | $0.00110 |
Grade A, and why
project-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
專案管理技能
| 觸發語 | 操作 |
|---|---|
| 新專案、開始研究 | project_action(action="create", name, description, paper_type) |
| 切換、換專案 | project_action(action="list") → project_action(action="switch", slug) |
| 設定 paper type | project_action(action="setup") |
| 先瀏覽文獻 | project_action(action="start_exploration") |
| 轉成正式專案 | project_action(action="convert_exploration", name, description, paper_type) |
| 改設定 | project_action(action="update", paper_type/target_journal/status/citation_style) |
| 查目前專案 | project_action(action="current", include_files=True) |
| 查 workspace 狀態 | workspace_state_action(action="get") |
Legacy verbs
create_project,list_projects,switch_project,get_current_project,setup_project_interactive,start_exploration,convert_exploration_to_project,sync_workspace_state僅保留相容性;first-party orchestration 一律優先走 façade。
Paper Types
| 代碼 | 名稱 | 結構 |
|---|---|---|
original-research |
原創研究 | IMRAD |
systematic-review |
系統性回顧 | PRISMA |
meta-analysis |
統合分析 | PRISMA + Forest |
case-report |
病例報告 | CARE |
review-article |
回顧文章 | 敘事結構 |
letter |
讀者來函 | 精簡結構 |
工作流
A: 建立新專案
- 問用戶:專案名稱(必須英文,中文 → 翻譯)、描述、論文類型
project_action(action="create", name, description, paper_type)project_action(action="setup")— 互動式設定workspace_state_action(action="sync", doing="project setup", next_action="concept development")
B: 切換專案
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 105 lines · 54 tokens per session scan A 640b40b7aaad
project-management is a skill published in the GitHub repository u9401066/med-paper-assistant (12 stars, last pushed 9d ago), licensed Apache-2.0. It adds 54 tokens to every session and 1,096 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
project
Single entry point for project work. No args renders the live priority-sorted project index. Existing slug loads the README, detects stage via scripts/detect-stage.sh, and routes to the right action (think flow, /implement, /close, or report-state). New freeform creates a project and runs the think flow.…
incremental-shipping
Use when implementing a non-trivial feature, migration, or refactor that would otherwise be a single large change. Activate for keywords like "feature flag", "incremental", "vertical slice", "migration", "rollout", "behind a flag", "ship small". Enforces vertical slicing, feature-flagged rollout, and refactor-with…
nav-task
Manage Navigator task documentation - create implementation plans, archive completed tasks, update task index. Use when user starts new feature, completes work, or says "document this feature".
nav-pilot
Dispatch a Navigator task doc to Pilot as a labeled GitHub issue. Use when user says "dispatch TASK-XX to Pilot", "hand off to Pilot", "send to Pilot", or "queue for Pilot". One-way handoff (Navigator authors the spec, Pilot executes autonomously).
github-issues
Manage GitHub issues, pull requests, CI runs, and repository operations via the gh CLI.
trello
Manage Trello boards, lists, and cards via the Trello REST API - create cards, move them, add comments and checklists.