Guides pickme configuration with recipes for common tasks like excluding directories, adding namespaces, adjusting depth, and toggling gitignore handling. Use when editing pickme config, troubleshooting indexing, or when pickme, config, exclude, roots, or namespace are mentioned.
Teach Claude how to edit pickme configuration effectively with minimal diffs.
Pickme uses TOML. Use pickme config --path to find the active config file.
Example:
active = true
[[roots]]
path = "~/projects"
namespace = "proj"
# disabled = true
[[excludes]]
pattern = "node_modules"
[index]
max_depth = 10
include_gitignored = false
[index.depth]
"/Users/you/projects" = 5
[index.exclude]
# patterns = ["vendor"]
# gitignored_files = false
Notes:
[[excludes]] is additive to defaultsindex.exclude.patterns overrides defaults and excludes when setindex.include_gitignored is an alias for index.exclude.gitignored_files[[roots]] with disabled = true or index.disabled = ["/path"]
to disable a root[[excludes]]
pattern = "dist"
[[roots]]
path = "/path/to/code"
namespace = "myns"
[index]
max_depth = 5
[index.depth]
"/path/to/code" = 3
[index]
include_gitignored = true
active = false
pickme config --validateAfter any config edit:
pickme config --validate
pickme status
| Symptom | Check | Fix |
| ------------------------ | ------------------------ | ------------------ |
| Files missing | pickme roots | Add or enable root |
| Too many results | Check excludes | Add patterns |
| Slow indexing | Check depth | Reduce max_depth |
| Gitignored files missing | Check include_gitignored | Set to true |
npx skills add galligan/pickme-configuration下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer