tasks-setupoleh notion
Set up a Notion task board for tracking tasks. Guides users through using a template or connecting an existing board.
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill tasks-setupNotion Task Board Setup
Help the user set up their Notion workspace to work with the task skills in this plugin.
Setup Options
Option 1: Use a Template
If the user wants to start fresh:
- Point them to duplicate this template: https://notion.notion.site/code-with-notion-board
- Instruct them to duplicate the template to their workspace by opening the link and clicking the duplicate button in the top bar (icon is two squares).
- Once duplicated, have them share the URL of their new board - tell them to click the share button in the top-right and then Copy Link.
Option 2: Use an Existing Board
If the user already has a Notion board they want to use:
- Ask them to provide the URL to their existing board
- Use the Notion MCP tools to inspect the board structure
- Verify it has the necessary properties for task management (e.g., Status, Title, etc.)
- If properties are missing, suggest what they should add
After Setup
Once the user has a board configured:
- Confirm you can access it via the Notion MCP
- Let them know they can now use other skills:
tasks-buildto build a specific tasktasks-explain-diffto generate documentation for code changes
Remember: Be conversational and helpful. This is a setup wizard, not a one-shot command.
Lebih banyak skill dari notion
notion-knowledge-capture
by notion
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats…
notion-meeting-intelligence
by notion
Prepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved…
notion-research-documentation
by notion
Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages.…
notion-spec-to-implementation
by notion
Turns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear…
create-database-row
by notion
Insert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.
create-page
by notion
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
create-task
by notion
Create a new task in the user's Notion tasks database with sensible defaults for due date, status, owner, and project.
database-query
by notion
Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.