collaboration-note-formatter

Format collaboration notes into six structured modules with metadata validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/xingchen2202/obsidian-ai-knowledge-system --skill collaboration-note-formatter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: collaboration-note-formatter
Source: https://github.com/xingchen2202/obsidian-ai-knowledge-system/tree/main/skills/collaboration-note-formatter
Command: npx skills add https://github.com/xingchen2202/obsidian-ai-knowledge-system --skill collaboration-note-formatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collaboration Note 格式化与校验可以避免协作讨论内容散乱、关键信息缺失,并确保行动项、协议、资源共享和后续计划按统一结构沉淀,便于复盘与执行。

Core Features & Use Cases

  • Six-module structured formatting: 强制生成合作概要、讨论要点、达成的协议、资源共享记录、后续行动清单、下次合作计划六大模块。
  • Frontmatter validation & guardrails: 校验 col_id、collaboration_type、必填字段完整性,并检查 action_items 的 owner 组别标注。
  • Sensitive info protection: 若发现合作方未公开数据或涉及 data_ownership / funding_info,提示放入 [!warning] callout 以避免泄露。
  • Cross-link integrity checks: 扫描 related_to / derived_from / solves / related_exp_id 的悬空引用并提示确认;solves 不自动填写。
  • From-scratch creation: 用户一句话描述即可从零创建完整 Collaboration Note。

Quick Start

请把你现有的合作讨论笔记(或用一句话描述合作内容)交给 collaboration-note-formatter,让它补全并校验六大模块结构。

Frequently Asked Questions about collaboration-note-formatter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format collaboration notes into a structured research governance record?▼

Format collaboration notes by validating required frontmatter metadata and generating a consistent six-module research collaboration record covering summaries, protocols, resources, action items, and next plans.

Can I create a structured collaboration note from scratch with just a brief description?▼

Yes, you can create a structured collaboration note from scratch by providing a brief user description, which the formatter uses to zero-shot generate the complete six-module collaboration record.

How do I validate action items owner group tags in a collaboration note?▼

Validate action items owner group tags by enforcing specific col_id and collaboration_type enumerations during the frontmatter verification process to ensure structured sections are correctly assigned.

How are sensitive data ownership and funding info handled during collaboration note formatting?▼

Sensitive data ownership and funding info are protected during formatting by detecting unpublicized data and prompting users to place it within a warning callout to avoid accidental leakage.

How do I check for dangling references in related collaboration note links?▼

Check for dangling references by scanning cross-link integrity for related_to, derived_from, and related_exp_id fields, prompting confirmation for unresolved links without auto-filling the solves field.

What is the best way to ensure all six modules are present in a collaboration note?▼

Ensure all six modules are present by applying frontmatter validation and missing-module completion to existing collaboration notes, enforcing the generation of summary, protocol, resource, action, and next-plan sections.