Skip to content

skills/notion/ extra nesting level prevents Workspace Skills from loading #11

Description

@Curt-Park

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.mdnot exposed

Fix

Move skill directories up one level, removing the intermediate notion/ directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions