u9401066/med-paper-assistant

project-init

初始化新專案。觸發:init、新專案、初始化、create project。

First seen Jan 26, 2026

Installation

$ npx skills add u9401066/med-paper-assistant --skill project-init

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from u9401066/med-paper-assistant · top by installs.

npx skills add u9401066/med-paper-assistant

Browse all from u9401066/med-paper-assistant

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch master
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,111 B
  • docs SUMMARY.md 98 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 21 installs

SKILL.md

專案初始化技能

觸發:初始化新專案、create project、bootstrap、scaffold

工具:createdirectorycreatefileruninterminalcreatenewworkspace


專案結構

.github/bylaws/ .github/prompts/ .claude/skills/ memory-bank/(activeContext + progress + decisionLog) src/ tests/ + CONSTITUTION.md README.md CHANGELOG.md pyproject.toml

互動式設定

項目 選項
專案名稱 自訂
程式語言 Python / TypeScript / Other
授權 MIT / Apache-2.0 / GPL-3.0
Docker 是 / 否
CI/CD GitHub Actions / None

工作流

  1. 取得專案資訊(名稱、語言、授權)
  2. 建立目錄結構(src, tests, memory-bank, .github, .claude)
  3. 建立基礎檔案(README, CHANGELOG, pyproject.toml)
  4. git inituv venv && uv sync(Python 用 uv)