Skill
doc-creation
Suggests using /docs new when creating markdown files in managed locations. Use before any Write or Edit tool call that would create a new .md file — especially when the target path is under a known docs/ or documentation/ directory.
From docs-managerInstall
1
Run in your terminal$
npx claudepluginhub l3digitalnet/claude-code-plugins --plugin docs-managerTool Access
This skill uses the workspace's default tool permissions.
Skill Content
Before creating a new .md file, check if the target directory is within a docs-manager library:
- Run
bash ${CLAUDE_PLUGIN_ROOT}/scripts/index-query.sh --search "$(dirname "$TARGET_PATH")"to check - If the directory is within a managed library:
- Suggest: "This directory is part of the [library] documentation library. Use
/docs newto create a managed document with proper frontmatter and index registration." - If the user declines, proceed with normal file creation
- Suggest: "This directory is part of the [library] documentation library. Use
- If not in a managed location: proceed normally without suggestion
This prevents untracked documents from accumulating in managed directories.
Similar Skills
Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitFeb 22, 2026