Bug Report
Summary
The four Notion Workspace Skills (knowledge-capture, meeting-intelligence, research-documentation, spec-to-implementation) are never loaded by Claude Code because the skills/ directory has an extra nesting level.
Current structure
skills/
notion/ ← extra intermediate directory
knowledge-capture/
SKILL.md
meeting-intelligence/
SKILL.md
research-documentation/
SKILL.md
spec-to-implementation/
SKILL.md
Expected structure
skills/
knowledge-capture/
SKILL.md
meeting-intelligence/
SKILL.md
research-documentation/
SKILL.md
spec-to-implementation/
SKILL.md
Impact
- The four Workspace Skills do not appear in Claude Code's available skills list
commands/find.md (and other commands) reference "Use the Notion Workspace Skill", but that skill content is never loaded — Claude has no workspace context when executing these commands
- Users see "no content found" when the skill system tries to resolve the Workspace Skill
Evidence
Other plugins follow the correct one-level structure:
superpowers/skills/brainstorming/SKILL.md → exposed as superpowers:brainstorming ✓
autology/skills/analyze/SKILL.md → exposed as autology:analyze ✓
Notion/skills/notion/knowledge-capture/SKILL.md → not exposed ✗
Fix
Move skill directories up one level, removing the intermediate notion/ directory.
Bug Report
Summary
The four Notion Workspace Skills (knowledge-capture, meeting-intelligence, research-documentation, spec-to-implementation) are never loaded by Claude Code because the
skills/directory has an extra nesting level.Current structure
Expected structure
Impact
commands/find.md(and other commands) reference "Use the Notion Workspace Skill", but that skill content is never loaded — Claude has no workspace context when executing these commandsEvidence
Other plugins follow the correct one-level structure:
superpowers/skills/brainstorming/SKILL.md→ exposed assuperpowers:brainstorming✓autology/skills/analyze/SKILL.md→ exposed asautology:analyze✓Notion/skills/notion/knowledge-capture/SKILL.md→ not exposed ✗Fix
Move skill directories up one level, removing the intermediate
notion/directory.