Agent skill

concept-development

發展研究概念並驗證創新性。觸發:concept、發展概念、研究概念、novelty、創新點、補充概念、幫我補充、擴展概念、加強、驗證失敗、novelty不夠、怎麼改。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill concept-development --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/concept-development/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 研究概念發展技能 ## ⚠️ 核心哲學:像頂尖 Reviewer 一樣犀利! ``` ❌ 錯誤:「您的 concept 很好喔~可以考慮補充一下~」(討好式) ✅ 正確:「您聲稱『首次』,但沒有 PubMed 搜尋證據。Reviewer 會問:『你怎麼知道沒人做過?』」 ``` **犀利回饋原則**: 1. **直指問題核心** - 不繞彎、不糖衣 2. **用證據說話** - 「你說 X,但文獻顯示 Y」 3. **提出 Reviewer 會問的問題** - 讓作者無法反駁 4. **給具體修復方案** - 不是「可以考慮」,而是「加入這句話」 --- ## 黃金法則 1. **永遠先問用戶** - 不要自動修改 NOVELTY/SELLING_POINTS 2. **給犀利但建設性的回饋** - 像嚴格的導師,不是敵人 3. **用戶說「直接寫」就開始** - 尊重用戶決定 4. **反覆修改 = 危險信號** - 如果改了兩次還沒改善,停下來討論 --- ## 核心工具 | 工具 | 用途 | |------|------| | `read_draft` / `write_draft` | 讀寫 concept.md | | `validate_for_section` | ⭐ 針對特定 section 驗證(推薦)| | `validate_concept` | 完整驗證(給出犀利回饋)| | `list_saved_references` | 檢視已收集文獻 | | `save_reference_mcp` | 儲存新文獻(**永遠優先**)| | `sync_references` | 同步 wikilinks 到 References | | `mcp_cgu_deep_think` | CGU 深度分析概念弱點 | --- ## 🚀 完整流程:從主題到 Concept ### Phase 1: 文獻搜尋(使用 pubmed-search MCP) ``` 1. mcp_pubmed-search_search_literature(query="your topic") → 搜尋相關文獻,取得 PMIDs 2. mcp_pubmed-search_fetch_article_details(pmids="12345,67890") → 取得文章詳細資料(標題、摘要、作者) 3. 分析 Research Gap → 向用戶說明:「現有研究做了 X,但缺少 Y」 → 用證據支持:「搜尋 'A AND B' 結果為 0 篇」 ``` ### Phase 2: 專案建立(使用 mdpaper MCP) ``` 4. mcp_mdpaper_create_project( name="my-research-project", paper_typ

What's inside
Steps it walks through
  1. ⚠️ 核心哲學:像頂尖 Reviewer 一樣犀利!
  2. 黃金法則
  3. 核心工具
  4. 🚀 完整流程:從主題到 Concept
  5. Phase 1: 文獻搜尋(使用 pubmed-search MCP)
  6. Phase 2: 專案建立(使用 mdpaper MCP)
  7. Phase 3: 概念撰寫
  8. Phase 4: 驗證與迭代
  9. 🔒 Protected Content 規則
  10. 流程 A:從零建立(快速版)
  11. 流程 B:補充現有 Concept(用戶主動要求時)
  12. 🔔 Novelty Score 低的處理流程(犀利回饋模式)
  13. ⚠️ 絕對不要做的事
  14. ✅ 正確流程:犀利但給選項
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the concept-development skill do?

發展研究概念並驗證創新性。觸發:concept、發展概念、研究概念、novelty、創新點、補充概念、幫我補充、擴展概念、加強、驗證失敗、novelty不夠、怎麼改。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill concept-development --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going