Agent skill · Content & Marketing

harvest-adaptive

Adaptive content summarization - auto-detect content type and produce relevant summary

vibeevalgithub.com/vibeevalGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add vibeeval/vibecosystem --skill harvest-adaptive --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: BashReadWriteWebFetchWebSearch
Path: skills/harvest-adaptive/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Harvest Adaptive (Digest) Automatically detect content type and produce the most useful summary. A blog post gets key takeaways. A library gets feature evaluation. Documentation gets structure overview. API reference gets endpoint catalog. ## Usage ``` /digest <url> ``` ## Examples ```bash # Evaluate a library /digest https://github.com/owner/cool-library # Summarize an article /digest https://blog.example.com/microservices-patterns # Overview documentation /digest https://docs.example.com ``` ## Content Type Detection | Type | Signals | Output Style | |------|---------|-------------| | Library/Tool | GitHub repo, npm page, PyPI | Feature matrix, ecosystem health, recommendation | | Blog/Article | Single long-form content | Key takeaways, relevance assessment | | Documentation | Multi-page, navigation structure | Structure map, coverage assessment, quality | | API Reference | Endpoints, methods, params | Endpoint catalog, auth info, SDK availability | | Comparison | Tables, vs, alternatives | Feature matrix, winner per category | | Tutorial | Step-by-step, code blocks | Prerequisites, steps summary, outcome | ## Output Templates ### Library Evaluation ```markdown # Library: [name

What's inside
Steps it walks through
  1. Usage
  2. Examples
  3. Content Type Detection
  4. Output Templates
  5. Library Evaluation
  6. Article Summary
  7. Rules
Commands it runs
Evaluate a library
Summarize an article
Overview documentation
More from vibecosystem
All skills →
About this skill
What does the harvest-adaptive skill do?

Adaptive content summarization - auto-detect content type and produce relevant summary

How do I install it?

Run `npx skills add vibeeval/vibecosystem --skill harvest-adaptive --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going