harvest-adaptive
Adaptive content summarization - auto-detect content type and produce relevant summary
npx skills add vibeeval/vibecosystem --skill harvest-adaptive --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Usage
- Examples
- Content Type Detection
- Output Templates
- Library Evaluation
- Article Summary
- Rules
Evaluate a library Summarize an article Overview documentation
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.
