@mohammadhprp/system-prompt 0.12.2 → 0.12.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/framework/commands/README.md +1 -1
  2. package/framework/commands/review.md +1 -1
  3. package/framework/mcps/README.md +0 -1
  4. package/framework/plugins/ponytail/README.md +0 -1
  5. package/framework/plugins/ponytail/capabilities.md +1 -1
  6. package/framework/references/standards/api.md +0 -1
  7. package/framework/references/standards/architecture.md +0 -1
  8. package/framework/references/standards/database.md +0 -1
  9. package/framework/references/standards/debugging.md +0 -1
  10. package/framework/references/standards/documentation.md +0 -1
  11. package/framework/references/standards/logging.md +0 -1
  12. package/framework/references/standards/naming.md +0 -1
  13. package/framework/references/standards/observability.md +0 -1
  14. package/framework/references/standards/performance.md +0 -1
  15. package/framework/references/standards/pull-requests.md +0 -1
  16. package/framework/references/standards/security.md +0 -1
  17. package/framework/references/standards/testing.md +0 -1
  18. package/framework/skills/README.md +16 -12
  19. package/framework/skills/architect/SKILL.md +83 -0
  20. package/framework/skills/architect/examples.md +5 -0
  21. package/framework/skills/architect/references/design-red-flags.md +33 -0
  22. package/framework/skills/architect/references/rationale-template.md +35 -0
  23. package/framework/skills/architect/references/runner-prompt.md +20 -0
  24. package/framework/skills/arena/SKILL.md +71 -0
  25. package/framework/skills/arena/examples.md +5 -0
  26. package/framework/skills/bro/SKILL.md +7 -0
  27. package/framework/skills/bro/examples.md +5 -0
  28. package/framework/skills/changelog/SKILL.md +41 -0
  29. package/framework/skills/changelog/examples.md +5 -0
  30. package/framework/skills/commit/SKILL.md +28 -0
  31. package/framework/skills/commit/examples.md +5 -0
  32. package/framework/skills/how/SKILL.md +135 -0
  33. package/framework/skills/how/examples.md +5 -0
  34. package/framework/skills/how/references/critic-prompt.md +59 -0
  35. package/framework/skills/how/references/critique-rubric.md +58 -0
  36. package/framework/skills/how/references/explainer-prompt.md +55 -0
  37. package/framework/skills/how/references/explorer-prompt.md +52 -0
  38. package/framework/skills/improve/SKILL.md +1 -3
  39. package/framework/skills/improve/examples.md +1 -1
  40. package/framework/skills/laravel-best-practices/SKILL.md +56 -216
  41. package/framework/skills/laravel-best-practices/references/architecture.md +1 -1
  42. package/framework/skills/laravel-best-practices/references/checklist.md +139 -0
  43. package/framework/skills/laravel-best-practices/references/eloquent.md +4 -2
  44. package/framework/skills/laravel-best-practices/references/infer-conventions.md +97 -0
  45. package/framework/skills/laravel-best-practices/references/pest-testing.md +47 -18
  46. package/framework/skills/laravel-best-practices/references/security.md +1 -1
  47. package/framework/skills/laravel-best-practices/references/style.md +1 -1
  48. package/framework/skills/laravel-best-practices/references/tailwindcss.md +0 -1
  49. package/framework/skills/merge-request/SKILL.md +40 -0
  50. package/framework/skills/merge-request/examples.md +5 -0
  51. package/framework/skills/pull-request/SKILL.md +31 -0
  52. package/framework/skills/pull-request/examples.md +5 -0
  53. package/framework/skills/release/SKILL.md +30 -0
  54. package/framework/skills/release/examples.md +5 -0
  55. package/framework/skills/review/SKILL.md +18 -0
  56. package/framework/skills/review/examples.md +5 -0
  57. package/framework/skills/tdd/SKILL.md +44 -0
  58. package/framework/skills/tdd/examples.md +5 -0
  59. package/framework/skills/unslop/SKILL.md +81 -0
  60. package/framework/skills/unslop/examples.md +5 -0
  61. package/framework/skills/why/SKILL.md +230 -0
  62. package/framework/skills/why/examples.md +5 -0
  63. package/framework/skills/why/references/epistemics.md +144 -0
  64. package/framework/skills/why/references/investigator-prompt.md +103 -0
  65. package/framework/skills/why/references/source-playbook.md +17 -0
  66. package/framework/skills/why/references/sources/code-archaeology.md +88 -0
  67. package/framework/skills/why/references/sources/databricks.md +70 -0
  68. package/framework/skills/why/references/sources/datadog.md +99 -0
  69. package/framework/skills/why/references/sources/incident-postmortem.md +15 -0
  70. package/framework/skills/why/references/sources/linear.md +48 -0
  71. package/framework/skills/why/references/sources/notion.md +55 -0
  72. package/framework/skills/why/references/sources/sentry.md +100 -0
  73. package/framework/skills/why/references/sources/slack.md +54 -0
  74. package/framework/skills/why/references/synthesizer-prompt.md +135 -0
  75. package/package.json +1 -1
  76. package/src/catalog.js +13 -12
  77. package/framework/mcps/notion-mcp/README.md +0 -57
  78. package/framework/mcps/notion-mcp/capabilities.md +0 -118
  79. package/framework/mcps/notion-mcp/configs/opencode.json +0 -9
  80. package/framework/mcps/notion-mcp/install.md +0 -70
  81. package/framework/mcps/notion-mcp/troubleshooting.md +0 -95
  82. package/framework/skills/brainstorming/SKILL.md +0 -159
  83. package/framework/skills/brainstorming/examples.md +0 -49
  84. package/framework/skills/brainstorming/scripts/frame-template.html +0 -213
  85. package/framework/skills/brainstorming/scripts/helper.js +0 -167
  86. package/framework/skills/brainstorming/scripts/server.cjs +0 -723
  87. package/framework/skills/brainstorming/scripts/start-server.sh +0 -209
  88. package/framework/skills/brainstorming/scripts/stop-server.sh +0 -120
  89. package/framework/skills/brainstorming/visual-companion.md +0 -291
  90. package/framework/skills/code-review/SKILL.md +0 -72
  91. package/framework/skills/code-review/examples.md +0 -31
  92. package/framework/skills/codenavi/SKILL.md +0 -306
  93. package/framework/skills/codenavi/examples.md +0 -33
  94. package/framework/skills/codenavi/references/coding-principles.md +0 -143
  95. package/framework/skills/codenavi/references/notebook-spec.md +0 -171
  96. package/framework/skills/create-adr/SKILL.md +0 -429
  97. package/framework/skills/create-adr/examples.md +0 -35
  98. package/framework/skills/design/SKILL.md +0 -399
  99. package/framework/skills/design/examples.md +0 -34
  100. package/framework/skills/great-interface/SKILL.md +0 -43
  101. package/framework/skills/great-interface/references/animations.md +0 -205
  102. package/framework/skills/great-interface/references/better-accessibility.md +0 -106
  103. package/framework/skills/great-interface/references/better-colors.md +0 -100
  104. package/framework/skills/great-interface/references/better-interface.md +0 -132
  105. package/framework/skills/great-interface/references/better-layout.md +0 -76
  106. package/framework/skills/great-interface/references/better-typography.md +0 -157
  107. package/framework/skills/great-interface/references/better-ui.md +0 -107
  108. package/framework/skills/great-interface/references/better-writing.md +0 -109
  109. package/framework/skills/great-interface/references/choosing-fonts.md +0 -64
  110. package/framework/skills/great-interface/references/color-formats.md +0 -90
  111. package/framework/skills/great-interface/references/color-usage.md +0 -118
  112. package/framework/skills/great-interface/references/contrast.md +0 -79
  113. package/framework/skills/great-interface/references/css-cheat-sheet.md +0 -65
  114. package/framework/skills/great-interface/references/details-and-accessibility.md +0 -119
  115. package/framework/skills/great-interface/references/enter-exit.md +0 -147
  116. package/framework/skills/great-interface/references/explain-interface.md +0 -126
  117. package/framework/skills/great-interface/references/find-the-effect.md +0 -94
  118. package/framework/skills/great-interface/references/focus-and-keyboard.md +0 -131
  119. package/framework/skills/great-interface/references/forms.md +0 -84
  120. package/framework/skills/great-interface/references/from-an-image.md +0 -55
  121. package/framework/skills/great-interface/references/grouping-and-alignment.md +0 -123
  122. package/framework/skills/great-interface/references/hit-areas.md +0 -94
  123. package/framework/skills/great-interface/references/icon-transitions.md +0 -102
  124. package/framework/skills/great-interface/references/icons.md +0 -110
  125. package/framework/skills/great-interface/references/interface-review.md +0 -148
  126. package/framework/skills/great-interface/references/motion-and-zoom.md +0 -79
  127. package/framework/skills/great-interface/references/no-browser.md +0 -73
  128. package/framework/skills/great-interface/references/palette-generation.md +0 -104
  129. package/framework/skills/great-interface/references/palette-structure.md +0 -76
  130. package/framework/skills/great-interface/references/performance.md +0 -88
  131. package/framework/skills/great-interface/references/picker.md +0 -76
  132. package/framework/skills/great-interface/references/read-the-system.md +0 -178
  133. package/framework/skills/great-interface/references/removed-signals.md +0 -38
  134. package/framework/skills/great-interface/references/review-format.md +0 -46
  135. package/framework/skills/great-interface/references/scope-resolution.md +0 -88
  136. package/framework/skills/great-interface/references/screen-readers.md +0 -101
  137. package/framework/skills/great-interface/references/semantics-and-aria.md +0 -84
  138. package/framework/skills/great-interface/references/spacing-and-adaptivity.md +0 -159
  139. package/framework/skills/great-interface/references/spacing-and-sizing.md +0 -121
  140. package/framework/skills/great-interface/references/surfaces.md +0 -219
  141. package/framework/skills/great-interface/references/token-naming.md +0 -97
  142. package/framework/skills/great-interface/references/variable-fonts-and-opentype.md +0 -105
  143. package/framework/skills/great-interface/references/variant.md +0 -104
  144. package/framework/skills/great-interface/references/wrapping-and-punctuation.md +0 -55
  145. package/framework/skills/learning-opportunities/SKILL.md +0 -140
  146. package/framework/skills/learning-opportunities/examples.md +0 -34
  147. package/framework/skills/learning-opportunities/references/PRINCIPLES.md +0 -42
  148. package/framework/skills/notion-mcp/SKILL.md +0 -57
  149. package/framework/skills/notion-mcp/examples.md +0 -31
  150. package/framework/skills/notion-mcp/references/comments.md +0 -112
  151. package/framework/skills/notion-mcp/references/databases.md +0 -193
  152. package/framework/skills/notion-mcp/references/pages.md +0 -235
  153. package/framework/skills/spec-driven-eval/SKILL.md +0 -341
  154. package/framework/skills/spec-driven-eval/examples.md +0 -35
  155. package/framework/skills/spec-driven-eval/references/quickstart.md +0 -118
  156. package/framework/skills/spec-driven-eval/references/reference.md +0 -295
  157. package/framework/skills/technical-design-doc-creator/README.md +0 -411
  158. package/framework/skills/technical-design-doc-creator/SKILL.md +0 -1484
  159. package/framework/skills/technical-design-doc-creator/examples.md +0 -35
  160. package/framework/skills/web-design-guidelines/SKILL.md +0 -65
  161. package/framework/skills/web-design-guidelines/examples.md +0 -32
  162. package/framework/skills/web-design-guidelines/references/guideline.md +0 -174
package/src/catalog.js CHANGED
@@ -5,35 +5,37 @@ export const categories = {
5
5
  sourceDir: 'framework/skills',
6
6
  items: [
7
7
  { id: 'agent-browser', name: 'Agent Browser', description: 'Automate browser and Electron workflows for navigation, testing, screenshots, and data extraction' },
8
+ { id: 'architect', name: 'Architect', description: 'Sketch architecture and module boundaries before implementation' },
9
+ { id: 'arena', name: 'Arena', description: 'Compare parallel candidate solutions and synthesize the strongest result' },
8
10
  { id: 'backend-best-practices', name: 'Backend Best Practices', description: 'Consolidated backend engineering practices across API, data, security, testing, and operations' },
9
- { id: 'brainstorming', name: 'Brainstorming', description: 'Turn ideas into fully formed designs through dialogue' },
10
- { id: 'code-review', name: 'Code Review', description: 'Review backend changes for correctness and maintainability' },
11
- { id: 'codenavi', name: 'CodeNavi', description: 'Navigate unknown codebases with precision, a persistent .notebook knowledge base, and surgical implementation' },
12
- { id: 'create-adr', name: 'Create ADR', description: 'Create Architecture Decision Records documenting significant architectural choices and rationale' },
13
- { id: 'design', name: 'Design Like Damien', description: 'Premium UI design philosophy and Lovable prompting' },
11
+ { id: 'bro', name: 'Bro', description: 'Restate the last message in plain human language without jargon' },
12
+ { id: 'changelog', name: 'Changelog', description: 'Create, add, or update CHANGELOG.md entries' },
13
+ { id: 'commit', name: 'Commit', description: 'Create atomic Git commits with conventional messages' },
14
14
  { id: 'diagram-design', name: 'Diagram Design', description: 'Create technical and product diagrams as standalone HTML with inline SVG' },
15
15
  { id: 'docs-writer', name: 'Docs Writer', description: 'Write, review, and edit documentation files with consistent structure, tone, and technical accuracy' },
16
16
  { id: 'effective-html', name: 'Effective HTML', description: 'Create self-contained HTML artifacts with routed guidance for design, wireframes, prototypes, plans, and diagrams' },
17
17
  { id: 'find-skills', name: 'Find Skills', description: 'Discover, evaluate, and install agent skills for specialized tasks' },
18
18
  { id: 'frontend-design', name: 'Frontend Design', description: 'Distinctive, intentional visual design for new UI or reshaping existing UI' },
19
19
  { id: 'glab', name: 'Glab', description: 'Work with GitLab via the glab CLI for MRs, issues, and pipelines' },
20
- { id: 'great-interface', name: 'Great Interface', description: 'Build, explain, review, and refine product interfaces across accessibility, layout, writing, typography, color, and UI polish' },
21
20
  { id: 'humanizer', name: 'Humanizer', description: 'Remove signs of AI-generated writing to make text sound more natural and human' },
22
21
  { id: 'improve', name: 'Improve', description: 'Audit repositories and produce prioritized, read-only implementation plans for another agent' },
22
+ { id: 'how', name: 'How', description: 'Explain subsystem architecture, runtime flow, ownership, and layering' },
23
23
  { id: 'jira-cli', name: 'Jira CLI', description: 'Work with Jira via the jira CLI for issues, sprints, and epics' },
24
24
  { id: 'laravel-best-practices', name: 'Laravel Best Practices', description: 'Laravel patterns for Eloquent, validation, testing' },
25
- { id: 'learning-opportunities', name: 'Learning Opportunities', description: 'Facilitate deliberate skill development during AI-assisted coding with short, interactive exercises' },
26
- { id: 'notion-mcp', name: 'Notion MCP', description: 'Work with Notion MCP for pages, databases, search' },
25
+ { id: 'merge-request', name: 'Merge Request', description: 'Create a GitLab merge request (MR) for the current branch' },
27
26
  { id: 'perf-web-optimization', name: 'Web Performance Optimization', description: 'Optimize web performance: bundle size, images, caching, lazy loading, and overall page speed' },
27
+ { id: 'pull-request', name: 'Pull Request', description: 'Create or update a GitHub pull request (PR) for the current branch' },
28
+ { id: 'release', name: 'Release', description: 'Prepare and tag semantic-versioned releases' },
29
+ { id: 'review', name: 'Review', description: 'Perform comprehensive code quality review' },
28
30
  { id: 'security-best-practices', name: 'Security Best Practices', description: 'Language and framework specific security best-practice reviews and secure-by-default coding help' },
29
31
  { id: 'sentry', name: 'Sentry', description: 'Inspect Sentry issues, summarize production errors, and pull health data via the Sentry API' },
30
32
  { id: 'show-me', name: 'Show Me', description: 'Explain the current topic visually with diagrams, code-shape sketches, and focused HTML artifacts' },
31
33
  { id: 'skill-creator', name: 'Skill Creator', description: 'Create and evaluate new agent skills' },
32
- { id: 'spec-driven-eval', name: 'Spec-Driven Eval', description: 'Score how completely an implementation fulfills a PRD/spec, case by case, into a single comparable grade' },
33
- { id: 'technical-design-doc-creator', name: 'Technical Design Doc Creator', description: 'Create comprehensive Technical Design Documents with mandatory and optional sections through interactive discovery' },
34
+ { id: 'tdd', name: 'TDD Bug Fix', description: 'Drive clear bug fixes with focused failing regression tests' },
34
35
  { id: 'taste', name: 'Taste', description: 'Unified design-quality skill spanning anti-slop frontend, image generation and image-to-code, brand kits, minimalist and industrial UI, and Google Stitch design systems' },
35
36
  { id: 'tlc-spec-driven', name: 'TLC Spec-Driven', description: 'Feature planning and implementation with adaptive phases, EARS testable requirements, atomic commits, and independent verification' },
36
- { id: 'web-design-guidelines', name: 'Web Design Guidelines', description: 'Review UI code for Web Interface Guidelines compliance: accessibility, interaction patterns, and design best practices' }
37
+ { id: 'unslop', name: 'Unslop', description: 'Remove AI writing patterns and restore a natural human voice' },
38
+ { id: 'why', name: 'Why', description: 'Investigate the evidence and rationale behind code and design decisions' }
37
39
  ],
38
40
  },
39
41
 
@@ -72,7 +74,6 @@ export const categories = {
72
74
  { id: 'excalidraw', name: 'Excalidraw MCP', description: 'Stream hand-drawn diagrams with interactive editing' },
73
75
  { id: 'figma-mcp-go', name: 'Figma MCP Go', description: 'Read/write access to Figma designs via plugin bridge' },
74
76
  { id: 'laravel-boost', name: 'Laravel Boost MCP', description: 'Laravel application context and ecosystem docs' },
75
- { id: 'notion-mcp', name: 'Notion MCP', description: 'Search, read, and write Notion content' },
76
77
  { id: 'playwright-mcp', name: 'Playwright MCP', description: 'Cross-browser automation with accessibility snapshots' },
77
78
  { id: 'supabase-mcp', name: 'Supabase MCP', description: 'Manage Supabase projects, SQL, Edge Functions, Auth, Storage, and Realtime' },
78
79
  ],
@@ -1,57 +0,0 @@
1
- # Notion MCP
2
-
3
- ## Overview
4
-
5
- Notion MCP is a hosted, officially maintained MCP server by Notion that lets AI agents search, read, and write content in a Notion workspace. It uses OAuth authentication and communicates over Streamable HTTP — no API tokens or local infrastructure required.
6
-
7
- Official source:
8
-
9
- - [Notion MCP get-started guide](https://developers.notion.com/guides/mcp/get-started-with-mcp)
10
- - [Tool reference](https://developers.notion.com/guides/mcp/mcp-supported-tools)
11
- - [GitHub: makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server) (open-source server, no longer actively maintained)
12
-
13
- ## Features
14
-
15
- - Search across Notion workspace and connected tools (Slack, Google Drive, Jira).
16
- - Fetch page and database content by URL or ID.
17
- - Create, update, move, and duplicate pages.
18
- - Create and update databases, data sources, and views (table, board, list, calendar, timeline, gallery, form, chart, map, dashboard).
19
- - Query databases with SQL or using pre-defined views.
20
- - Query meeting notes for the current user.
21
- - Add and list comments and discussions.
22
- - Get workspace teams and users.
23
- - Async support for long-running create and update operations.
24
- - OAuth authentication — no manual token management.
25
-
26
- ## Supported AI Clients
27
-
28
- Notion MCP officially documents setup for Claude Code, Cursor, VS Code (GitHub Copilot), Claude Desktop, Windsurf, ChatGPT, Codex, and Antigravity.
29
-
30
- - OpenCode
31
-
32
- ## When to Use
33
-
34
- Use Notion MCP when an AI coding agent needs to read or write content in a Notion workspace.
35
-
36
- Good fits:
37
-
38
- - Creating project documentation pages from code context.
39
- - Searching for existing notes, specs, or meeting notes.
40
- - Updating task statuses, tracking work, or filing bugs.
41
- - Querying databases for structured data.
42
- - Managing comments and discussions on pages.
43
- - Fetching user and team information from the workspace.
44
-
45
- Avoid using it for fully automated or headless workflows — Notion MCP requires interactive OAuth authentication.
46
-
47
- ## Requirements
48
-
49
- - A Notion workspace with appropriate permissions.
50
- - An MCP-compatible AI client that supports remote HTTP (Streamable HTTP or SSE) MCP servers.
51
- - For some tools (search, query, meeting notes): a Business plan or higher with Notion AI.
52
-
53
- ## Related Skills
54
-
55
- Relevant skills in this repository:
56
-
57
- - [`backend-best-practices`](../../skills/backend-best-practices/SKILL.md): backend best practices for API design, testing, and debugging.
@@ -1,118 +0,0 @@
1
- # Notion MCP Capabilities
2
-
3
- ## What It Can Do
4
-
5
- 18 tools for searching, reading, and writing content in a Notion workspace.
6
-
7
- ### Search & Fetch
8
-
9
- | Tool | Description |
10
- | --- | --- |
11
- | `notion-search` | Search across workspace and connected tools (Slack, Drive, Jira); requires Notion AI for cross-tool search |
12
- | `notion-fetch` | Fetch content from a page, database, or data source by URL or ID; pass `self` to get workspace and user identity |
13
-
14
- ### Create
15
-
16
- | Tool | Description |
17
- | --- | --- |
18
- | `notion-create-pages` | Create one or more pages with properties, content, icons, and covers; supports database templates and async mode |
19
- | `notion-create-database` | Create a new database with specified properties, initial data source, and initial view |
20
- | `notion-create-view` | Create a view on a database (table, board, list, calendar, timeline, gallery, form, chart, map, dashboard) |
21
- | `notion-create-comment` | Add a comment to a page, block-level content, or reply to an existing discussion |
22
-
23
- ### Update
24
-
25
- | Tool | Description |
26
- | --- | --- |
27
- | `notion-update-page` | Update page properties, content, icon, or cover; supports database templates and async mode |
28
- | `notion-update-data-source` | Update a data source's properties, name, description |
29
- | `notion-update-view` | Update a view's name, filters, sorts, display configuration |
30
-
31
- ### Move & Duplicate
32
-
33
- | Tool | Description |
34
- | --- | --- |
35
- | `notion-move-pages` | Move one or more pages or databases to a new parent |
36
- | `notion-duplicate-page` | Duplicate a page within the workspace (async) |
37
-
38
- ### Query
39
-
40
- | Tool | Description |
41
- | --- | --- |
42
- | `notion-query-data-sources` | Query data sources with SQL across multiple databases; requires Business plan or higher with Notion AI |
43
- | `notion-query-database-view` | Query a database using a pre-defined view's filters and sorts; requires Business plan or higher with Notion AI |
44
- | `notion-query-meeting-notes` | Query the current user's meeting notes; requires Business plan or higher with Notion AI |
45
-
46
- ### Comments
47
-
48
- | Tool | Description |
49
- | --- | --- |
50
- | `notion-get-comments` | List all comments and discussions on a page, including resolved threads |
51
-
52
- ### Workspace
53
-
54
- | Tool | Description |
55
- | --- | --- |
56
- | `notion-get-teams` | List teams (teamspaces) in the current workspace |
57
- | `notion-get-users` | List workspace members and guests with search by name or email; pass `self` for current user |
58
-
59
- ### Async Tasks
60
-
61
- | Tool | Description |
62
- | --- | --- |
63
- | `notion-get-async-task` | Check the status of an async task (duplicate, large create/update) |
64
-
65
- ### OpenAI Client Note
66
-
67
- When connecting from an OpenAI-based client (ChatGPT), `notion-fetch` and `notion-search` appear without the `notion-` prefix as `fetch` and `search`.
68
-
69
- ## What It Cannot Do
70
-
71
- - It cannot work without interactive OAuth authentication — no PAT or bearer token support.
72
- - It cannot upload images or file attachments (on the roadmap).
73
- - It cannot access Notion content outside the authenticated user's permissions.
74
- - Some tools require a Business plan or higher with Notion AI (search, query tools).
75
- - It cannot operate fully headless or automated — a human must complete the OAuth flow.
76
- - It cannot be self-hosted (use the deprecated open-source server for that).
77
-
78
- ## Best Practices
79
-
80
- - Use `notion-fetch` with `self` to verify the workspace and user identity after connecting.
81
- - Use `notion-fetch` with a page URL to understand its structure before making changes.
82
- - Use `notion-search` first to find relevant pages, then `notion-fetch` to read details.
83
- - Use `allow_async: true` for large page create/update operations, then poll with `notion-get-async-task`.
84
- - Fetch a database first to see available templates before creating pages with them.
85
- - Use `notion-get-users` to look up user IDs before assigning or mentioning users.
86
- - Stay within rate limits: 180 requests/min average (shared across all tools), 30 requests/min for search.
87
-
88
- ## Common Workflows
89
-
90
- ### Search and read content
91
-
92
- 1. Call `notion-search` to find pages matching a topic.
93
- 2. Call `notion-fetch` with a page URL to read its full content.
94
- 3. Call `notion-get-comments` to see discussions on the page.
95
-
96
- ### Create a page from a template
97
-
98
- 1. Call `notion-fetch` on a database to see available templates.
99
- 2. Call `notion-create-pages` with the template reference and desired properties.
100
- 3. Optionally set an icon and cover image.
101
-
102
- ### Update a task status
103
-
104
- 1. Call `notion-fetch` with the page URL to get the current properties.
105
- 2. Call `notion-update-page` to change the status property.
106
- 3. Call `notion-create-comment` to leave a note about the change.
107
-
108
- ### Query a database
109
-
110
- 1. Call `notion-fetch` on the database URL to see its schema and views.
111
- 2. Call `notion-query-database-view` with a view name to get filtered results.
112
- 3. Or call `notion-query-data-sources` with SQL for custom queries.
113
-
114
- ### Duplicate and populate a template
115
-
116
- 1. Call `notion-duplicate-page` on a template page.
117
- 2. Poll with `notion-get-async-task` until complete.
118
- 3. Call `notion-update-page` on the new copy to fill in properties.
@@ -1,9 +0,0 @@
1
- {
2
- "mcp": {
3
- "notion": {
4
- "type": "remote",
5
- "enabled": true,
6
- "url": "https://mcp.notion.com/mcp"
7
- }
8
- }
9
- }
@@ -1,70 +0,0 @@
1
- # Notion MCP Installation
2
-
3
- ## Requirements
4
-
5
- - A Notion workspace with appropriate permissions.
6
- - An MCP-compatible AI client that supports remote HTTP MCP servers (Streamable HTTP or SSE).
7
- - No local infrastructure — the server is hosted by Notion at `https://mcp.notion.com/mcp`.
8
-
9
- ## Configuration
10
-
11
- Notion MCP is a remote Streamable HTTP server — no local command or install needed. Authentication uses OAuth, completed interactively on first use.
12
-
13
- | Field | Value |
14
- | --- | --- |
15
- | Server name | `notion` |
16
- | Transport type | Streamable HTTP (recommended) |
17
- | URL | `https://mcp.notion.com/mcp` |
18
-
19
- ### Config file examples
20
-
21
- Use the examples in [`configs/`](./configs/) as client-specific starting points:
22
-
23
- | Client | Example | Typical location |
24
- | --- | --- | --- |
25
- | OpenCode | [`configs/opencode.json`](./configs/opencode.json) | OpenCode MCP configuration. |
26
-
27
- ### OpenCode
28
-
29
- Copy [`configs/opencode.json`](./configs/opencode.json) into your OpenCode project root or user config directory and restart the OpenCode agent. When you use a Notion tool for the first time, complete the OAuth flow to connect your workspace.
30
-
31
- ### For clients that only support local stdio servers
32
-
33
- Some MCP clients only support local stdio servers. Use the [mcp-remote](https://www.npmjs.com/package/mcp-remote) bridge to connect:
34
-
35
- ```json
36
- {
37
- "mcpServers": {
38
- "notion": {
39
- "command": "npx",
40
- "args": ["-y", "mcp-remote", "https://mcp.notion.com/mcp"]
41
- }
42
- }
43
- }
44
- ```
45
-
46
- ## Verification
47
-
48
- After configuring and restarting your AI client, use a Notion tool for the first time to trigger the OAuth flow.
49
-
50
- Recommended first prompt:
51
-
52
- ```
53
- Fetch "self" to see which workspace and user this Notion connection is for.
54
- ```
55
-
56
- ## Updating
57
-
58
- Notion MCP is hosted by Notion — no update steps needed. The latest version is always available at `https://mcp.notion.com/mcp`.
59
-
60
- ## Uninstalling
61
-
62
- Remove the `notion` MCP entry from AI client configuration files. Optionally, clear the OAuth connection in your Notion workspace: **Settings → Connections → Notion MCP**.
63
-
64
- ## Common Issues
65
-
66
- - **Authentication fails**: make sure you complete the OAuth flow when prompted. Try disconnecting and reconnecting in the tool's MCP settings.
67
- - **Permission errors**: check that you have the correct permissions in the Notion workspace for the pages or databases you're trying to access.
68
- - **Client does not support remote servers**: use the `mcp-remote` bridge as a stdio wrapper to connect to the remote server.
69
- - **Tool not found**: some clients prefix tools with `notion-`. For OpenAI-based clients (ChatGPT), `notion-fetch` and `notion-search` may appear as `fetch` and `search`.
70
- - **Rate limited**: standard API limits apply (180 requests/min average, 30 requests/min for search). Prompt the agent to reduce parallel operations.
@@ -1,95 +0,0 @@
1
- # Notion MCP Troubleshooting
2
-
3
- ## Connection fails
4
-
5
- **Problem**
6
-
7
- The AI client reports that `notion` cannot connect.
8
-
9
- **Cause**
10
-
11
- The client does not support remote HTTP MCP servers, or the URL is misconfigured.
12
-
13
- **Solution**
14
-
15
- - Verify the URL is `https://mcp.notion.com/mcp` (Streamable HTTP) or `https://mcp.notion.com/sse` (SSE).
16
- - If your client only supports local stdio servers, use the `mcp-remote` bridge: `npx -y mcp-remote https://mcp.notion.com/mcp`.
17
- - Check the client's documentation for how to add a remote MCP server.
18
-
19
- ## Authentication fails
20
-
21
- **Problem**
22
-
23
- The connection succeeds but tools return authentication errors.
24
-
25
- **Cause**
26
-
27
- The OAuth flow was not completed or the token has expired.
28
-
29
- **Solution**
30
-
31
- - Make sure you complete the OAuth flow when prompted by the client.
32
- - Try disconnecting and reconnecting. Look for a "Clear authentication" or "Disconnect" option in the client's MCP settings.
33
- - Re-add the MCP server to trigger a fresh OAuth flow.
34
-
35
- ## Permission errors
36
-
37
- **Problem**
38
-
39
- Tools return 403 or "not found" errors.
40
-
41
- **Cause**
42
-
43
- The authenticated user does not have access to the requested page, database, or workspace.
44
-
45
- **Solution**
46
-
47
- - Verify you have the correct permissions in the Notion workspace.
48
- - Check that the page or database is shared with your user or team.
49
- - Use `notion-get-teams` to confirm which teams you can access.
50
-
51
- ## Tool requires Notion AI
52
-
53
- **Problem**
54
-
55
- `notion-search`, `notion-query-data-sources`, `notion-query-database-view`, or `notion-query-meeting-notes` return an upgrade prompt.
56
-
57
- **Cause**
58
-
59
- These tools require a Business plan or higher with Notion AI.
60
-
61
- **Solution**
62
-
63
- - Upgrade your workspace plan to Business or Enterprise with Notion AI enabled.
64
- - Use `notion-fetch` and standard page reading as an alternative.
65
-
66
- ## Rate limited
67
-
68
- **Problem**
69
-
70
- Tools return 429 Too Many Requests errors.
71
-
72
- **Cause**
73
-
74
- API rate limits exceeded: 180 requests/min (general), 30 requests/min (search).
75
-
76
- **Solution**
77
-
78
- - Prompt the agent to reduce the number of parallel tool calls.
79
- - Space out requests — the time between sequential agent steps often keeps usage under the limit.
80
- - Wait before retrying.
81
-
82
- ## Tool names differ in OpenAI clients
83
-
84
- **Problem**
85
-
86
- `notion-fetch` or `notion-search` tools are missing in ChatGPT.
87
-
88
- **Cause**
89
-
90
- OpenAI clients strip the `notion-` prefix — tools appear as `fetch` and `search`.
91
-
92
- **Solution**
93
-
94
- - Use `fetch` and `search` as the tool names in prompts for ChatGPT.
95
- - Other tools retain the `notion-` prefix.
@@ -1,159 +0,0 @@
1
- ---
2
- name: brainstorming
3
- description: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
4
- ---
5
-
6
- # Brainstorming Ideas Into Designs
7
-
8
- Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
9
-
10
- Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval.
11
-
12
- <HARD-GATE>
13
- Do NOT invoke any implementation skill, write any code, scaffold any project, or take any implementation action until you have presented a design and the user has approved it. This applies to EVERY project regardless of perceived simplicity.
14
- </HARD-GATE>
15
-
16
- ## Anti-Pattern: "This Is Too Simple To Need A Design"
17
-
18
- Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are where unexamined assumptions cause the most wasted work. The design can be short (a few sentences for truly simple projects), but you MUST present it and get approval.
19
-
20
- ## Checklist
21
-
22
- You MUST create a task for each of these items and complete them in order:
23
-
24
- 1. **Explore project context** — check files, docs, recent commits
25
- 2. **Offer the visual companion just-in-time** — NOT upfront. The first time a question would genuinely be clearer shown than described, offer it then (its own message); on approval its browser tab opens for you. If no visual question ever arises, never offer it. See the Visual Companion section below.
26
- 3. **Ask clarifying questions** — one at a time, understand purpose/constraints/success criteria
27
- 4. **Propose 2-3 approaches** — with trade-offs and your recommendation
28
- 5. **Present design** — in sections scaled to their complexity, get user approval after each section
29
- 6. **Write design doc** — save to `outputs/specs/YYYY-MM-DD-<topic>-design.md` and commit
30
- 7. **Spec self-review** — quick inline check for placeholders, contradictions, ambiguity, scope (see below)
31
- 8. **User reviews written spec** — ask user to review the spec file before proceeding
32
- 9. **Transition to implementation** — invoke writing-plans skill to create implementation plan
33
-
34
- ## Process Flow
35
-
36
- ```dot
37
- digraph brainstorming {
38
- "Explore project context" [shape=box];
39
- "Ask clarifying questions" [shape=box];
40
- "Propose 2-3 approaches" [shape=box];
41
- "Present design sections" [shape=box];
42
- "User approves design?" [shape=diamond];
43
- "Write design doc" [shape=box];
44
- "Spec self-review\n(fix inline)" [shape=box];
45
- "User reviews spec?" [shape=diamond];
46
- "Invoke writing-plans skill" [shape=doublecircle];
47
-
48
- "Explore project context" -> "Ask clarifying questions";
49
- "Ask clarifying questions" -> "Propose 2-3 approaches";
50
- "Propose 2-3 approaches" -> "Present design sections";
51
- "Present design sections" -> "User approves design?";
52
- "User approves design?" -> "Present design sections" [label="no, revise"];
53
- "User approves design?" -> "Write design doc" [label="yes"];
54
- "Write design doc" -> "Spec self-review\n(fix inline)";
55
- "Spec self-review\n(fix inline)" -> "User reviews spec?";
56
- "User reviews spec?" -> "Write design doc" [label="changes requested"];
57
- "User reviews spec?" -> "Invoke writing-plans skill" [label="approved"];
58
- }
59
- ```
60
-
61
- **The terminal state is invoking writing-plans.** Do NOT invoke frontend-design, mcp-builder, or any other implementation skill. The ONLY skill you invoke after brainstorming is writing-plans.
62
-
63
- ## The Process
64
-
65
- **Understanding the idea:**
66
-
67
- - Check out the current project state first (files, docs, recent commits)
68
- - Before asking detailed questions, assess scope: if the request describes multiple independent subsystems (e.g., "build a platform with chat, file storage, billing, and analytics"), flag this immediately. Don't spend questions refining details of a project that needs to be decomposed first.
69
- - If the project is too large for a single spec, help the user decompose into sub-projects: what are the independent pieces, how do they relate, what order should they be built? Then brainstorm the first sub-project through the normal design flow. Each sub-project gets its own spec → plan → implementation cycle.
70
- - For appropriately-scoped projects, ask questions one at a time to refine the idea
71
- - Prefer multiple choice questions when possible, but open-ended is fine too
72
- - Only one question per message - if a topic needs more exploration, break it into multiple questions
73
- - Focus on understanding: purpose, constraints, success criteria
74
-
75
- **Exploring approaches:**
76
-
77
- - Propose 2-3 different approaches with trade-offs
78
- - Present options conversationally with your recommendation and reasoning
79
- - Lead with your recommended option and explain why
80
-
81
- **Presenting the design:**
82
-
83
- - Once you believe you understand what you're building, present the design
84
- - Scale each section to its complexity: a few sentences if straightforward, up to 200-300 words if nuanced
85
- - Ask after each section whether it looks right so far
86
- - Cover: architecture, components, data flow, error handling, testing
87
- - Be ready to go back and clarify if something doesn't make sense
88
-
89
- **Design for isolation and clarity:**
90
-
91
- - Break the system into smaller units that each have one clear purpose, communicate through well-defined interfaces, and can be understood and tested independently
92
- - For each unit, you should be able to answer: what does it do, how do you use it, and what does it depend on?
93
- - Can someone understand what a unit does without reading its internals? Can you change the internals without breaking consumers? If not, the boundaries need work.
94
- - Smaller, well-bounded units are also easier for you to work with - you reason better about code you can hold in context at once, and your edits are more reliable when files are focused. When a file grows large, that's often a signal that it's doing too much.
95
-
96
- **Working in existing codebases:**
97
-
98
- - Explore the current structure before proposing changes. Follow existing patterns.
99
- - Where existing code has problems that affect the work (e.g., a file that's grown too large, unclear boundaries, tangled responsibilities), include targeted improvements as part of the design - the way a good developer improves code they're working in.
100
- - Don't propose unrelated refactoring. Stay focused on what serves the current goal.
101
-
102
- ## After the Design
103
-
104
- **Documentation:**
105
-
106
- - Write the validated design (spec) to `outputs/specs/YYYY-MM-DD-<topic>-design.md`
107
- - (User preferences for spec location override this default)
108
- - Use elements-of-style:writing-clearly-and-concisely skill if available
109
- - Commit the design document to git
110
-
111
- **Spec Self-Review:**
112
- After writing the spec document, look at it with fresh eyes:
113
-
114
- 1. **Placeholder scan:** Any "TBD", "TODO", incomplete sections, or vague requirements? Fix them.
115
- 2. **Internal consistency:** Do any sections contradict each other? Does the architecture match the feature descriptions?
116
- 3. **Scope check:** Is this focused enough for a single implementation plan, or does it need decomposition?
117
- 4. **Ambiguity check:** Could any requirement be interpreted two different ways? If so, pick one and make it explicit.
118
-
119
- Fix any issues inline. No need to re-review — just fix and move on.
120
-
121
- **User Review Gate:**
122
- After the spec review loop passes, ask the user to review the written spec before proceeding:
123
-
124
- > "Spec written and committed to `<path>`. Please review it and let me know if you want to make any changes before we start writing out the implementation plan."
125
-
126
- Wait for the user's response. If they request changes, make them and re-run the spec review loop. Only proceed once the user approves.
127
-
128
- **Implementation:**
129
-
130
- - Invoke the writing-plans skill to create a detailed implementation plan
131
- - Do NOT invoke any other skill. writing-plans is the next step.
132
-
133
- ## Key Principles
134
-
135
- - **One question at a time** - Don't overwhelm with multiple questions
136
- - **Multiple choice preferred** - Easier to answer than open-ended when possible
137
- - **YAGNI ruthlessly** - Remove unnecessary features from all designs
138
- - **Explore alternatives** - Always propose 2-3 approaches before settling
139
- - **Incremental validation** - Present design, get approval before moving on
140
- - **Be flexible** - Go back and clarify when something doesn't make sense
141
-
142
- ## Visual Companion
143
-
144
- A browser-based companion for showing mockups, diagrams, and visual options during brainstorming. Available as a tool — not a mode. Accepting the companion means it's available for questions that benefit from visual treatment; it does NOT mean every question goes through the browser.
145
-
146
- **Offering the companion (just-in-time):** Do NOT offer it upfront. Wait until a question would genuinely be clearer shown than told — a real mockup / layout / diagram question, not merely a UI *topic*. The first time that happens, offer it then, as its own message:
147
- > "This next part might be easier if I show you — I can put together mockups, diagrams, and comparisons in a browser tab as we go. It's still new and can be token-intensive. Want me to? I'll open it for you."
148
-
149
- **This offer MUST be its own message.** Only the offer — no clarifying question, summary, or other content. Wait for the user's response. If they accept, start the server with `--open` so their browser opens to the first screen automatically. If they decline, continue text-only and don't offer again unless they raise it.
150
-
151
- **Per-question decision:** Even after the user accepts, decide FOR EACH QUESTION whether to use the browser or the terminal. The test: **would the user understand this better by seeing it than reading it?**
152
-
153
- - **Use the browser** for content that IS visual — mockups, wireframes, layout comparisons, architecture diagrams, side-by-side visual designs
154
- - **Use the terminal** for content that is text — requirements questions, conceptual choices, tradeoff lists, A/B/C/D text options, scope decisions
155
-
156
- A question about a UI topic is not automatically a visual question. "What does personality mean in this context?" is a conceptual question — use the terminal. "Which wizard layout works better?" is a visual question — use the browser.
157
-
158
- If they agree to the companion, read the detailed guide before proceeding:
159
- `skills/brainstorming/visual-companion.md`
@@ -1,49 +0,0 @@
1
- # Spec Document Reviewer Prompt Template
2
-
3
- Use this template when dispatching a spec document reviewer subagent.
4
-
5
- **Purpose:** Verify the spec is complete, consistent, and ready for implementation planning.
6
-
7
- **Dispatch after:** Spec document is written to outputs/specs/
8
-
9
- ```
10
- Subagent (general-purpose):
11
- description: "Review spec document"
12
- prompt: |
13
- You are a spec document reviewer. Verify this spec is complete and ready for planning.
14
-
15
- **Spec to review:** [SPEC_FILE_PATH]
16
-
17
- ## What to Check
18
-
19
- | Category | What to Look For |
20
- |----------|------------------|
21
- | Completeness | TODOs, placeholders, "TBD", incomplete sections |
22
- | Consistency | Internal contradictions, conflicting requirements |
23
- | Clarity | Requirements ambiguous enough to cause someone to build the wrong thing |
24
- | Scope | Focused enough for a single plan — not covering multiple independent subsystems |
25
- | YAGNI | Unrequested features, over-engineering |
26
-
27
- ## Calibration
28
-
29
- **Only flag issues that would cause real problems during implementation planning.**
30
- A missing section, a contradiction, or a requirement so ambiguous it could be
31
- interpreted two different ways — those are issues. Minor wording improvements,
32
- stylistic preferences, and "sections less detailed than others" are not.
33
-
34
- Approve unless there are serious gaps that would lead to a flawed plan.
35
-
36
- ## Output Format
37
-
38
- ## Spec Review
39
-
40
- **Status:** Approved | Issues Found
41
-
42
- **Issues (if any):**
43
- - [Section X]: [specific issue] - [why it matters for planning]
44
-
45
- **Recommendations (advisory, do not block approval):**
46
- - [suggestions for improvement]
47
- ```
48
-
49
- **Reviewer returns:** Status, Issues (if any), Recommendations