keyword-expansion
3
总安装量
3
周安装量
#60952
全站排名
安装命令
npx skills add https://github.com/manojbajaj95/gtm-skills --skill keyword-expansion
Agent 安装分布
gemini-cli
3
claude-code
3
codex
3
opencode
3
qoder
2
replit
2
Skill 文档
Skill: keyword-expansion
Goal
- Improve recall/precision of
queries.mdwithout drifting scope.
Inputs
queries.md- Optional:
DECISIONS.mdscope notes
Outputs
- Updated
queries.md
Procedure (MUST FOLLOW)
- Extract the current topic scope and exclusions.
- Propose keyword expansions (synonyms, related terms, acronyms) and add explicit exclusions for common false positives.
- Update
queries.mdwith a clear âwhyâ note for each change.
Acceptance criteria (MUST CHECK)
-
queries.mdcontains updated keywords and excludes. - Changes do not contradict
DECISIONS.mdscope constraints.
Troubleshooting
Issue: keyword expansion causes scope drift
Fix:
- Re-read
DECISIONS.mdscope notes and add explicit exclusions inqueries.mdfor common false positives.
Issue: query count explodes and becomes unmanageable
Fix:
- Keep a small set of high-signal queries; merge synonyms into the same query where possible instead of adding many near-duplicates.