Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

project-wiki项目维基

Agent Skill

project-wiki 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

321

周安装

13

GitHub Stars

11

下载量

101
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:project-wiki(项目维基)
来源仓库:https://github.com/stanfordspezi/spezivibe
仓库路径:skills/project-wiki
安装命令:
npx skills add https://github.com/stanfordspezi/spezivibe --skill project-wiki
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/stanfordspezi/spezivibe --skill project-wiki

简介

project-wiki 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于团队知识沉淀、文档协同和 FAQ 维护场景。
  • 可通过 Markdown 模板生成标准化条目并支持版本追踪。
  • 使用前应确认是否允许写入本地 wiki 存储路径。
  • 建议定期同步主仓库变更,确保知识库时效性。

SKILL.md

Project Wiki

Set up and maintain a persistent knowledge base for a digital health project. Instead of scattering notes across chat histories, Google Docs, and Slack threads, the wiki gives your project a single, structured home for everything you learn — and the AI keeps it current.

Inspired by Andrej Karpathy's LLM Wiki pattern, adapted for the Stanford Biodesign innovation process.

When to Use

Use this skill when you want to:

  • accumulate project knowledge that compounds over time instead of scattering across tools
  • keep clinical observations, user interviews, literature, and competitive intelligence organized and cross-referenced
  • maintain a living evidence base that updates as new information arrives
  • give new team members a structured way to get up to speed on a project

Do not use this skill for one-off questions or quick research. It is designed for projects where knowledge accumulates over weeks or months.

The Core Idea

Most teams use AI the way they use search — ask a question, get an answer, move on. The AI rediscovers context from scratch every time. Nothing compounds.

A project wiki is different. When you add a new source — an interview transcript, a paper, a clinical observation — the AI does not just file it. It reads it, extracts what matters, and integrates it into the existing wiki: updating stakeholder pages, revising the evidence landscape, flagging where new data contradicts earlier assumptions, strengthening or challenging the evolving picture.

The knowledge is compiled once and kept current, not re-derived on every conversation.

You curate sources, direct the analysis, and ask the right questions. The AI does the summarizing, cross-referencing, filing, and bookkeeping.

Working Style

You are a wiki maintainer and research partner. When ingesting sources, be thorough — touch every page that the new information affects. When answering queries, cite specific wiki pages and source documents. When something contradicts existing knowledge, flag it clearly rather than silently overwriting.

Keep the wiki useful, not exhaustive. A concise page with good cross-references beats a long page that nobody reads.

Three-Layer Architecture

Layer 1: Raw Sources

wiki/raw/
  interviews/
  papers/
  observations/
  competitors/
  regulatory/
  media/

Your curated collection of source documents. Articles, papers, interview transcripts, clinical observation notes, screenshots, data files. These are immutable — the AI reads from them but never modifies them. This is your source of truth.

Organize by type. Use descriptive filenames with dates: 2026-04-05-cardiac-rehab-patient-interview-03.md.

Layer 2: The Wiki

wiki/pages/
  index.md
  log.md
  overview.md
  stakeholders/
  evidence/
  landscape/
  design/
  regulatory/
  questions/

A directory of AI-generated and AI-maintained markdown files. Summaries, entity pages, concept pages, comparisons, evidence tables, and synthesis documents. The AI owns this layer entirely. It creates pages, updates them when new sources arrive, maintains cross-references, and keeps everything consistent. You read it; the AI writes it.

Layer 3: The Schema

The AGENTS.md (or CLAUDE.md) file at the project root. It tells the AI how the wiki is structured, what the conventions are, and what workflows to follow when ingesting sources, answering questions, or maintaining the wiki. You and the AI co-evolve this over time as you figure out what works for your project.

Setup

When a user asks to set up a project wiki, do the following:

1. Understand the Project

Ask:

  • "What is the project about? What problem are you working on?"
  • "What stage are you in — early exploration, needs-finding, prototyping, validation?"
  • "What kinds of sources do you already have — interviews, papers, clinical observations, competitive research?"

2. Scaffold the Wiki

Create the directory structure inside the project repository:

wiki/
  raw/
    interviews/
    papers/
    observations/
    competitors/
    regulatory/
    media/
  pages/
    index.md
    log.md
    overview.md
    stakeholders/
    evidence/
    landscape/
    design/
    regulatory/
    questions/

3. Seed from Existing Planning Docs

If the project has SpeziVibe planning documents, ingest them as the wiki's first sources:

Planning DocumentWiki Pages Created
docs/planning/need-statement.mdoverview.md (project framing), initial stakeholders/ pages, questions/open-questions.md
docs/planning/ux-brief.mddesign/user-journeys.md, design/onboarding.md
docs/planning/data-model-brief.mddesign/data-model.md, relevant evidence/ pages
docs/planning/compliance-brief.mdregulatory/compliance-landscape.md, regulatory/open-decisions.md
docs/planning/study-brief.mddesign/study-protocol.md, stakeholders/participants.md
docs/planning/fhir-data-model.mddesign/fhir-mappings.md
docs/implementation-plan.mddesign/implementation-roadmap.md

Do not duplicate content — extract key facts, relationships, and open questions into wiki pages with links back to the original planning docs.

4. Write the Schema

Check whether an AGENTS.md or CLAUDE.md already exists at the project root.

  • If one exists: append a clearly scoped ## Project Wiki Schema section to the existing file. Do not overwrite or remove any existing content — the file may contain instructions for other tools or skills.
  • If neither exists: create a new AGENTS.md at the project root.

The Project Wiki Schema section should describe:

  • the wiki directory structure and conventions
  • the project domain and key terminology
  • page naming conventions
  • how to handle ingestion, queries, and maintenance
  • which Biodesign stage the project is in and what that means for page priorities
  • cross-referencing conventions (use standard Markdown links)

Tailor the schema to the specific project. A cardiac rehab app wiki has different page categories than a surgical device wiki.

5. Create the Index and Log

wiki/pages/index.md — A catalog of every page in the wiki. Each entry has a link, a one-line summary, and the date it was last updated. Organized by category. Update this on every ingest.

wiki/pages/log.md — An append-only chronological record of what happened and when. Each entry starts with ## [YYYY-MM-DD] action | description. Examples:

## [2026-04-05] setup | Wiki initialized for CardioTrack project
## [2026-04-05] seed | Ingested need-statement.md, ux-brief.md, compliance-brief.md
## [2026-04-07] ingest | Patient interview #3 — post-discharge cardiac rehab
## [2026-04-07] query | "What are the main barriers to exercise adherence?" → filed as evidence/adherence-barriers.md
## [2026-04-10] lint | Found 3 orphan pages, 1 contradicted claim, 2 missing cross-references

Core Workflows

Ingest

The user should never have to think about folder structure. When they want to add something to the wiki, they can:

  • paste text directly into the conversation
  • share or upload a file (PDF, image, markdown, transcript)
  • share a URL
  • dictate or describe an observation

The AI handles everything from there:

  1. Save the source — classify the source type (interview, paper, observation, competitor, regulatory) and save it to the correct wiki/raw/ subfolder with a descriptive, dated filename. The user never needs to navigate the folder structure manually.
  2. Read the source completely
  3. Discuss key takeaways with the user — what surprised them, what confirms existing thinking, what challenges it
  4. Write or update a summary page in the wiki
  5. Update wiki/pages/index.md
  6. Update every relevant entity, concept, and evidence page across the wiki
  7. Flag contradictions with existing wiki content explicitly — do not silently overwrite
  8. Append an entry to wiki/pages/log.md

A single source may touch 5–15 wiki pages. That is expected.

The user's job is just: "Add this to my wiki" + share the content. One step.

Prefer ingesting sources one at a time with the user involved. Batch ingestion is fine for catching up, but interactive ingestion produces better results.

Query

When the user asks a question:

  1. Read wiki/pages/index.md to find relevant pages
  2. Read those pages and synthesize an answer with citations to specific wiki pages and raw sources
  3. If the answer reveals a useful synthesis, comparison, or connection — offer to file it as a new wiki page so it compounds rather than disappearing into chat history

Lint

Periodically (or when the user asks), health-check the wiki:

  • Contradictions — pages that disagree with each other or with newer sources
  • Stale claims — assertions that newer evidence has superseded
  • Orphan pages — pages with no inbound links from other pages
  • Missing pages — important concepts mentioned on other pages but lacking their own page
  • Missing cross-references — pages that should link to each other but don't
  • Evidence gaps — questions or claims that lack supporting sources
  • Stage alignment — whether the wiki's depth matches the project's current Biodesign stage

Present findings as a checklist and offer to fix each one.

Biodesign-Specific Page Types

These are starting categories. Adapt them to the project:

Stakeholders

One page per key stakeholder group. Include:

  • who they are
  • how the problem affects them
  • their role in adoption decisions (decision-maker, influencer, user, payer)
  • evidence from interviews or observations
  • links to relevant raw sources

Evidence

Pages that synthesize what is known about specific topics:

  • clinical evidence for the problem
  • current standard of care and its limitations
  • quantitative burden (prevalence, cost, outcomes data)
  • key studies and their findings

Landscape

Competitive and market analysis:

  • existing solutions and their strengths and limitations
  • adjacent technologies
  • market size and dynamics
  • IP considerations

Design

Product and technical decisions:

  • user journeys and workflows
  • data model choices
  • architecture decisions and rationale
  • implementation milestones

Regulatory

Compliance and regulatory pathway:

  • applicable regulations and standards
  • classification decisions
  • submission pathway
  • open regulatory questions

Questions

A living list of open questions, organized by category. When a question gets answered, move it to the relevant wiki page and note the resolution.

Integration with build-an-app

When build-an-app completes its planning phase, it should offer:

"Your planning documents are ready. Would you like to set up a project wiki to keep accumulating knowledge as you build? The wiki will seed from your planning docs and grow as you add interviews, papers, and clinical observations."

If the user accepts, hand off to this skill.

Guardrails

  • Raw sources are immutable. Never modify anything in wiki/raw/. The AI reads from raw sources but only writes to wiki/pages/.
  • Flag contradictions, don't hide them. When new information conflicts with existing wiki content, note both positions and the evidence for each. Let the user decide what to believe.
  • Cite everything. Every claim in the wiki should trace back to a raw source or a planning document. Use Markdown links.
  • Keep pages concise. A wiki page should be readable in 2–3 minutes. Split long pages into focused sub-pages.
  • Don't fabricate evidence. If the wiki has gaps, say so. Add the gap to questions/open-questions.md rather than filling it with speculation.
  • Respect the user's domain expertise. The AI maintains the wiki; the user directs the analysis. Ask before making judgment calls about clinical significance or research direction.
  • The wiki is a git repo. Encourage commits after significant updates. The version history is valuable.

Checklist

  • Project scope and stage understood
  • Directory structure created
  • Existing planning docs seeded into wiki
  • Schema file (AGENTS.md or CLAUDE.md) written and tailored to the project
  • Index and log files initialized
  • At least one source ingested interactively to demonstrate the workflow
  • User understands ingest, query, and lint workflows

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.96%
按下载量换算37

Claude

28.5%
按下载量换算29

Cursor

18.77%
按下载量换算19

Gemini CLI

9.08%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills