Skip to main content

qmd-knowledge

Facilitates project knowledge management by capturing insights and issues in a searchable database, enhancing team collaboration.

Install this skill

or
87/100

Security score

The qmd-knowledge skill was audited on May 28, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 35

Access to hidden dotfiles in home directory

SourceSKILL.md
35# Location varies by tool: ~/.config/opencode/skill/, ~/.claude/skills/, or ~/.config/amp/skills/
low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42~/.ai-knowledges/
low line 127

Access to hidden dotfiles in home directory

SourceSKILL.md
127# - OpenCode: ~/.config/opencode/skill/qmd-knowledge/
low line 128

Access to hidden dotfiles in home directory

SourceSKILL.md
128# - Claude Code: ~/.claude/skills/qmd-knowledge/
low line 129

Access to hidden dotfiles in home directory

SourceSKILL.md
129# - Amp: ~/.config/amp/skills/qmd-knowledge/
low line 142

Access to hidden dotfiles in home directory

SourceSKILL.md
142mkdir -p ~/.ai-knowledges/<project-name>/learnings
low line 143

Access to hidden dotfiles in home directory

SourceSKILL.md
143mkdir -p ~/.ai-knowledges/<project-name>/issues
low line 146

Access to hidden dotfiles in home directory

SourceSKILL.md
146qmd collection add ~/.ai-knowledges/<project-name> --name <project-name>
medium line 215

Access to hidden dotfiles in home directory

SourceSKILL.md
215This means you can use the skill in any project without hardcoding project names. The knowledge base will be stored at `~/.ai-knowledges/<detected-project-name>/`.
Scanned on May 28, 2026
View Security Dashboard
Installation guide →