notion-docs
2
总安装量
2
周安装量
#71910
全站排名
安装命令
npx skills add https://github.com/practicalswan/agent-skills --skill notion-docs
Agent 安装分布
opencode
2
gemini-cli
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
Skill 文档
Notion Documentation
Effective documentation and review workflows using Notion MCP tools for structured knowledge management.
Skill Paths
- Workspace skills:
.github/skills/ - Global skills:
C:/Users/LOQ/.agents/skills/
Activation Conditions
- Creating and organizing documentation in Notion
- Building Notion databases for project tracking
- Managing knowledge bases and wikis
- Setting up review workflows with comments
- Structuring team documentation and onboarding guides
Prerequisites
- Notion MCP tools activated (database/page creation, comment management, team/user management)
- Notion workspace with appropriate permissions
- Integration token configured for API access
Creating Documentation Pages
Page Structure Patterns
Technical Documentation Page:
# [Feature/Component Name]
## Overview
Brief description of what this covers.
## Architecture
System design and component relationships.
## API Reference
Endpoints, parameters, response schemas.
## Usage Examples
Code snippets and practical usage.
## Troubleshooting
Common issues and solutions.
## Changelog
Recent changes and version history.
Meeting Notes Template:
# [Meeting Title] â [Date]
## Attendees
- Person 1 (Role)
- Person 2 (Role)
## Agenda
1. Topic A
2. Topic B
## Discussion & Decisions
### Topic A
- Discussion points...
- **Decision**: [What was decided]
- **Action Item**: [Task] â @Owner by [Date]
## Next Steps
- [ ] Action item 1
- [ ] Action item 2
Project Brief:
# [Project Name]
## Problem Statement
What problem are we solving?
## Goals & Success Metrics
- Goal 1: Metric
- Goal 2: Metric
## Scope
### In Scope
### Out of Scope
## Timeline
| Phase | Dates | Deliverables |
|-------|-------|-------------|
## Dependencies & Risks
Database Patterns
Documentation Database Properties
| Property | Type | Purpose |
|---|---|---|
| Title | Title | Document name |
| Status | Select | Draft / In Review / Published / Archived |
| Category | Select | API / Guide / Architecture / Runbook |
| Owner | Person | Document author/maintainer |
| Last Reviewed | Date | When last reviewed for accuracy |
| Tags | Multi-select | Technology, feature, or team tags |
| Priority | Select | High / Medium / Low |
Project Tracker Database
| Property | Type | Purpose |
|---|---|---|
| Task | Title | Task description |
| Status | Select | Not Started / In Progress / Done / Blocked |
| Assignee | Person | Who is responsible |
| Sprint | Select | Current sprint/iteration |
| Due Date | Date | Deadline |
| Priority | Select | P0 / P1 / P2 / P3 |
| Estimate | Number | Story points or hours |
MCP Tool Workflows
Creating a Knowledge Base
- Use
Create a new Notion databasewith documentation properties - Use
Create pagesto populate with initial documents - Use
Add a comment to a pagefor review requests - Use
Get all comments of a pageto check review status
Review Workflow
- Author creates page with status “Draft”
- Author adds comment tagging reviewer: “@Reviewer â ready for review”
- Reviewer reads page and adds inline comments
- Author addresses feedback, updates status to “Published”
- Set “Last Reviewed” date
Organizing Content
- Use database views (Table, Board, Calendar) for different perspectives
- Create linked databases for cross-referencing
- Use relation properties to connect related pages
- Tag consistently for filtering and search
Best Practices
Content Organization
- One topic per page â avoid mega-documents
- Use headings â H1 for title, H2 for sections, H3 for subsections
- Link liberally â connect related pages within Notion
- Use callouts â highlight warnings, tips, and important notes
- Add a TOC â for pages longer than 3 screens
Maintenance
- Set quarterly review reminders for critical docs
- Archive outdated content instead of deleting
- Use “Last Reviewed” dates to identify stale pages
- Assign document owners for accountability
Collaboration
- Use comments for async discussion and review
- Tag people in comments for notifications
- Create templates for recurring document types
- Establish naming conventions for consistency
Troubleshooting
| Issue | Solution |
|---|---|
| Page not found | Check page ID and permissions |
| Cannot create database | Verify integration has workspace access |
| Comments not appearing | Ensure comment permissions are enabled |
| Slow page loads | Reduce embedded content, split large pages |
| Permission denied | Check integration token scope and sharing settings |
References & Resources
Documentation
- Notion Markdown Spec â Notion-flavored Markdown blocks, inline formatting, and limitations
- Database Properties â All 20 Notion property types with API formats and examples
Scripts
- Notion Templates â JavaScript template functions for common Notion page structures
Examples
- Workspace Setup Example â Complete dev team workspace setup with 9 MCP tool calls