account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Manage LLM context budgets—prioritization, summarization, compaction, and what to load vs reference. Use for long sessions, large repos, or multi-doc tasks.
$ npx -y skills add charlieviettq/awesome-agent-skill --skill context-window-management --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/context-window-managementContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage LLM context budgets—prioritization, summarization, compaction, and what to load vs reference. Use for long sessions, large repos, or multi-doc tasks.
name: context-window-management description: "Manage LLM context budgets—prioritization, summarization, compaction, and what to load vs reference. Use for long sessions, large repos, or multi-doc tasks." allowed-tools: Read, Glob, Grep
| Phase | Action | |-------|--------| | Bootstrap | Load spec, constraints, key paths only—not whole repo | | During task | Append deltas; replace full file reads with summaries after use | | Before compaction | Write `Session state` block (objective, done, open, paths) | | Session end | Drop tool noise; keep decisions and verification evidence |
1. **Do not load** — use search/read targeted files only. 2. **Reference** — pointers (paths, line ranges) instead of full paste. 3. **Summarize** — compress completed work; keep decisions and open items. 4. **Drop** — remove obsolete tool output and duplicated content.
## Session state (compacted) Objective: ... Done: ... Open: ... Key paths: ... Do not repeat: [list already-established facts]
Before long tasks, establish a minimal working set:
1. **Objective block** — one paragraph: goal, non-goals, done-when 2. **Constraint block** — versions, env, files off-limits 3. **Reference map** — paths to spec, ADR, or ticket; load on demand 4. **Tool policy** — which tools/skills apply; avoid loading unused skill bodies
Refresh the objective block after major pivots; do not re-paste full history.
Use with `rag-systems` for external knowledge; `clarify-underspecified` when scope grows mid-session; `interview-me` before loading large specs.
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…