med-paper-assistant: Skill for Claude Code

.claude/skills/project-management/SKILL.md

project-management is a skill for Claude Code from u9401066/med-paper-assistant. It costs 54 tokens per session (1,096 once invoked), scanned A, original, Apache-2.0.

A skill for creating, switching, and configuring research projects. It supports paper types such as original research, systematic reviews, meta-analyses, case reports, reviews, and letters.

In plain words
What is it for?
Use it to create or switch projects, choose a paper structure, update journal or citation settings, start exploration, and inspect the current workspace.
Why use it?
It keeps project setup and workspace state organized while research moves from early exploration to a formal project.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is u9401066/med-paper-assistant's own configuration. It tells Claude Code how to work on med-paper-assistant itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything med-paper-assistant configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/u9401066/med-paper-assistant/master/.claude/skills/project-management/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/u9401066/med-paper-assistant

Made for: Claude Code.

Wrote 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.

agentmods badge for project-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/u9401066/med-paper-assistant/project-management/github.svg)](https://agentmods.dev/skills/u9401066/med-paper-assistant/project-management)
Your own site
<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.

agentmods 80×15 button for project-management

Your own site · 80×15
<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>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,096 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 640b40b7aaad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.claude/skills/project-management/SKILL.md · 105 lines

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: 建立新專案

  1. 問用戶:專案名稱(必須英文,中文 → 翻譯)、描述、論文類型
  2. project_action(action="create", name, description, paper_type)
  3. project_action(action="setup") — 互動式設定
  4. workspace_state_action(action="sync", doing="project setup", next_action="concept development")

B: 切換專案

Read the full file on GitHub · 105 lines

Changes

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.

  1. 10d ago First seen · 105 lines · 54 tokens per session scan A 640b40b7aaad

Subscribe to this mod's changes

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.

Related

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.…

Ashkaan/contextium · 130 tokens

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…

duthaho/claudekit · 102 tokens

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".

alekspetrov/navigator · 37 tokens

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).

alekspetrov/navigator · 62 tokens

github-issues

Manage GitHub issues, pull requests, CI runs, and repository operations via the gh CLI.

profclaw/profclaw · 22 tokens

trello

Manage Trello boards, lists, and cards via the Trello REST API - create cards, move them, add comments and checklists.

profclaw/profclaw · 30 tokens