project-manager-32c1cf — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited project-manager-32c1cf (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
搜索和发现本地项目。当用户需要查找项目、扫描 Git 仓库、管理项目列表时使用此技能。
需要先配置 MCP Server qcqx-project-manage。
npx 方式(推荐):
{
"mcpServers": {
"qcqx-project-manage": {
"command": "npx",
"args": ["-y", "@qcqx/project-manage-mcp"]
}
}
}全局安装方式:
npm install -g @qcqx/project-manage-mcp名称:qcqx-project-manage
| 工具 | 说明 |
|---|---|
search_projects | 在已保存的项目列表中模糊搜索(按 title / description / path) |
scan_git_repos | 扫描指定目录(或配置的默认目录)发现 Git 仓库 |
get_project_detail | 获取项目详情(路径、Git 状态、remote URL 等) |
add_project | 将项目添加到项目列表 |
remove_project | 从项目列表移除节点 |
add_group | 在项目列表中创建一个分组 |
update_project | 更新项目列表中的节点信息 |
list_scan_folders | 列出配置的 Git 项目扫描目录 |
update_scan_folders | 更新 Git 项目扫描目录配置 |
| 资源 URI | 说明 |
|---|---|
projects://list | 当前项目列表(只读快照,JSON) |
projects://config | 当前应用配置(只读快照,JSON) |
projects://list 资源了解当前列表大小search_projects 按关键词模糊匹配get_project_detail 获取详情(Git 分支、是否有未提交更改、remote URL)list_scan_folders 查看已配置的默认目录scan_git_repos 扫描(可传入 directories 参数指定目录)add_project 逐个或批量添加add_project(需要 title 和 fsPath)add_group(传入 title,可选 parentId)remove_project(传入 id)update_project(传入 id 和要更新的字段)list_scan_folders 查看当前配置update_scan_folders 更新配置(扫描目录、忽略规则、嵌套扫描、最大深度)projects://list 和 projects://config 了解当前状态scan_git_repos 可能耗时较长(取决于目录大小),扫描前先告知用户search_projects,它支持对 title、description、path 同时模糊匹配search_projects 检查是否已存在,避免重复~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.