tasks-setup

por notion

Configura un tablero de tareas en Notion para el seguimiento de tareas. Guía a los usuarios en el uso de una plantilla o la conexión de un tablero existente.

npx skills add https://github.com/makenotion/cursor-notion-plugin --skill tasks-setup

Notion 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:

  1. Point them to duplicate this template: https://notion.notion.site/code-with-notion-board
  2. 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).
  3. 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:

  1. Ask them to provide the URL to their existing board
  2. Use the Notion MCP tools to inspect the board structure
  3. Verify it has the necessary properties for task management (e.g., Status, Title, etc.)
  4. If properties are missing, suggest what they should add

After Setup

Once the user has a board configured:

  1. Confirm you can access it via the Notion MCP
  2. Let them know they can now use other skills:
    • tasks-build to build a specific task
    • tasks-explain-diff to generate documentation for code changes

Remember: Be conversational and helpful. This is a setup wizard, not a one-shot command.

Más skills de notion

database-query
notion
Consulta una base de datos de Notion por nombre o ID y devuelve resultados estructurados y legibles con filtros y ordenamiento opcionales.
official
find
notion
Encuentra rápidamente páginas o bases de datos en Notion por palabras clave del título. Devuelve coincidencias precisas en lugar de resultados exhaustivos.
official
create-database-row
notion
Inserta una nueva fila en una base de datos de Notion especificada utilizando valores de propiedad en lenguaje natural. Maneja la coincidencia y validación de nombres de propiedades.
official
create-page
notion
Crea una nueva página de Notion, opcionalmente bajo un padre específico. Estructura automáticamente el contenido según el tipo de página (notas de reunión, páginas de proyecto, etc.).
official
create-task
notion
Crea una nueva tarea en la base de datos de tareas de Notion del usuario con valores predeterminados sensatos para la fecha de vencimiento, el estado, el propietario y el proyecto.
official
knowledge-capture
notion
Transforma conversaciones y discusiones en páginas de documentación estructuradas en Notion. Captura ideas, decisiones y conocimiento del contexto del chat con…
official
meeting-intelligence
notion
Prepara materiales de reunión recopilando contexto de Notion, enriqueciéndolo con investigación, y creando tanto una lectura previa interna como una agenda externa guardada en Notion.
official
research-documentation
notion
Busca en tu espacio de trabajo de Notion, sintetiza hallazgos de múltiples páginas y crea documentación de investigación completa con citas adecuadas y…
official