notion-to-markdown/SKILL.md
Use when the user wants to download, export, or save a Notion page as a local markdown file. Triggers on "download notion page", "export notion to markdown", "save notion page as md".
npx skillsauth add anahelenasilva/skills notion-to-markdownInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Export a Notion page to a local .md file.
mcp__notion__notion-fetch with the page URL/ID. The tool returns content in Notion-flavored Markdown.{color="..."} attributes<data-source>, <page>, <database> tags to standard markdown links<mention> tags, keeping the display text<toggle> / <details> blocks if needed.md extension and save it on /Users/ana.dasilva/Downloads/notion-downloads.notion-fetch returns paginated content — fetch all sections.notion://docs/enhanced-markdown-spec documents the exact Notion markdown extensions if you need to handle edge cases.tools
Merges a specified branch into the current branch using pnpm-based verification (typecheck + tests), resolves conflicts, and optionally closes a GitHub issue via gh CLI. Use when the user mentions "Sandcastle", asks to merge a branch and close an issue, or references the Sandcastle merge protocol.
tools
Autonomously implements open GitHub issues labeled "Sandcastle" one at a time using the RALPH workflow (explore, plan, RGR test-first, verify, commit, close). Use when the user says "implement next Sandcastle issue", "process open issues", "run RALPH", or asks to work through the Sandcastle backlog. Assumes pnpm, gh CLI, and git are configured in the current repo.
development
Reviews and refines code on a branch for the Sandcastle project. Use when asked to "review", "clean up", "refine", or "code review" on a branch. Call as `/sandcastle-code-review` to review the current branch, or `/sandcastle-code-review [branch-name]` to review a specific branch. Makes improvements in place — reads the diff, fixes issues, runs tests, commits. Do NOT use for general code questions or reviews outside the Sandcastle project.
development
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.