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.…
Plan deprecation and migration—replacement first, consumer migration, strangler and adapter patterns, zombie code removal. Use when sunsetting APIs, libraries, or legacy modules.
$ npx -y skills add charlieviettq/awesome-agent-skill --skill deprecation-and-migration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/deprecation-and-migrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan deprecation and migration—replacement first, consumer migration, strangler and adapter patterns, zombie code removal. Use when sunsetting APIs, libraries, or legacy modules.
name: deprecation-and-migration description: "Plan deprecation and migration—replacement first, consumer migration, strangler and adapter patterns, zombie code removal. Use when sunsetting APIs, libraries, or legacy modules." allowed-tools: Read, Glob, Grep
1. Does the old system still provide unique value? 2. How many consumers? Migration cost each? 3. Is replacement production-proven? 4. Cost of NOT deprecating (security, maintenance)?
| Type | When | |------|------| | Advisory | Stable legacy, optional migration | | Compulsory | Security risk, blocks progress — need tooling + deadline |
Default advisory unless risk justifies force.
1. **Build replacement** first 2. **Announce** — status, replacement, migration guide, timeline 3. **Migrate consumers** incrementally; owner migrates users when possible 4. **Remove** only after zero active usage verified
| Pattern | Use when | |---------|----------| | Strangler | Gradual traffic shift | | Adapter | Old interface, new implementation | | Feature flag | Per-consumer or cohort cutover |
Deprecation notice + migration steps + removal checklist.
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…