From valency
Use when the user asks how a research topic has changed over time, wants publication volume trends, asks 'is X growing', 'when did X take off', or wants to compare the trajectories of two fields. Triggers on trend, growth, or timeline questions about research areas. Also invokable as /valency:trends <keyword_or_category>.
How this skill is triggered — by the user, by Claude, or both
Slash command
/valency:trendsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show how a topic or category has evolved over time.
Show how a topic or category has evolved over time.
The user provides one of:
cs.LG) — recognized by the short-prefix-dot-suffix patternIf the input is a single category code:
Call get_publication_trends with:
category (string): the category codegranularity (string): "year"format (string): "compact"If the input is a single keyword/phrase:
Call get_keyword_trends with:
query (string): the keywordgranularity (string): "year"format (string): "compact"If the input contains multiple categories (comma-separated or "vs"):
Call get_publication_trends individually for each category with:
category (string): each category codegranularity (string): "year"format (string): "compact"Note: get_publication_trends_batch exists but is unreliable and frequently times out. Use individual calls instead and combine the results into a comparison table.
If the input contains multiple keywords (comma-separated or "vs"):
Call get_keyword_trends once per keyword with:
query (string): each keywordgranularity (string): "year"format (string): "compact"Call search_by_abstract with:
query (string): the keyword or category name (use the human-readable name for categories, e.g., "machine learning" for cs.LG)limit (integer): 5sort_by (string): "relevance"For single input: a year-by-year table:
| Year | Papers |
|---|---|
| 2018 | 500 |
| ... | ... |
For comparisons: a side-by-side table:
| Year | cs.LG | cs.CL |
|---|---|---|
| 2018 | 500 | 300 |
| ... | ... | ... |
A 3-5 sentence narrative covering:
A numbered list of 3-5 papers from Step 2. For each:
/valency:landscape <category> — for a broader overview of the field/valency:profile <author> — for authors driving the trend/valency:trends <other_keyword> — to compare with related topicsnpx claudepluginhub valency-oss/valency-claude-plugin --plugin valencyCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.