Merge pull request #14 from ourdigital/fix/notion-writer-skill-paths
fix(notion-writer): correct stale 02→32 skill paths
This commit is contained in:
@@ -24,7 +24,7 @@ Push markdown content to Notion pages or databases via the Notion API.
|
|||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/Projects/our-claude-skills/custom-skills/32-notion-writer/code/scripts
|
cd ~/Project/our-claude-skills/custom-skills/32-notion-writer/code/scripts
|
||||||
|
|
||||||
# Test connection
|
# Test connection
|
||||||
python notion_writer.py --test
|
python notion_writer.py --test
|
||||||
|
|||||||
@@ -11,14 +11,14 @@ Push markdown content to Notion pages or databases via Claude Code.
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Python virtual environment at `~/Project/our-claude-skills/custom-skills/02-notion-writer/code/scripts/venv`
|
- Python virtual environment at `~/Project/our-claude-skills/custom-skills/32-notion-writer/code/scripts/venv`
|
||||||
- Notion integration token (preferred: stored in 1Password — see [Credential handling](#credential-handling) below)
|
- Notion integration token (preferred: stored in 1Password — see [Credential handling](#credential-handling) below)
|
||||||
- Target pages/databases must be shared with the integration in Notion (Database/Page → ⋯ → Connections → add integration)
|
- Target pages/databases must be shared with the integration in Notion (Database/Page → ⋯ → Connections → add integration)
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/Project/our-claude-skills/custom-skills/02-notion-writer/code/scripts
|
cd ~/Project/our-claude-skills/custom-skills/32-notion-writer/code/scripts
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -11,14 +11,14 @@ Push markdown content to Notion pages or databases via Claude Code.
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Python virtual environment at `~/Project/our-claude-skills/custom-skills/02-notion-writer/code/scripts/venv`
|
- Python virtual environment at `~/Project/our-claude-skills/custom-skills/32-notion-writer/code/scripts/venv`
|
||||||
- Notion integration token (preferred: stored in 1Password — see [Credential handling](#credential-handling) below)
|
- Notion integration token (preferred: stored in 1Password — see [Credential handling](#credential-handling) below)
|
||||||
- Target pages/databases must be shared with the integration in Notion (Database/Page → ⋯ → Connections → add integration)
|
- Target pages/databases must be shared with the integration in Notion (Database/Page → ⋯ → Connections → add integration)
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/Project/our-claude-skills/custom-skills/02-notion-writer/code/scripts
|
cd ~/Project/our-claude-skills/custom-skills/32-notion-writer/code/scripts
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user