harvest-adaptive

Solid

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

AI & Automation 495 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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] > Source: [URL] | Stars: [X] | Last commit: [date] ## What It Does [1-2 sentence description] ## Key Features - Feature 1 - Feature 2 ## Ecosystem Health | Metric | Value | |--------|-------| | GitHub Stars | X | | Weekly Downloads | X | | Last Release | date | | Open Issues | X | | ...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
1 months ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

harvest-single

Single page smart extraction - articles, docs, blog posts to clean markdown

495 Updated 1 months ago
vibeeval
AI & Automation Solid

harvest-competitive

Competitive intelligence - extract features, pricing, tech stack from competitor sites

495 Updated 1 months ago
vibeeval
AI & Automation Listed

digest

Generate a multi-platform activity digest for a topic. Fetches and ranks items from HN, GitHub, Reddit, YouTube, ethresear.ch, Snapshot, Polymarket, package registries, CoinGecko, Blockscout, and Shodan. TRIGGER when: user invokes "/digest" or asks for a "digest", "what's happening with X", "activity summary for X", "news about X". DO NOT TRIGGER when: user asks about digest agent code/implementation.

1 Updated 1 weeks ago
DROOdotFOO
AI & Automation Solid

harvest-monitor

Web change monitoring - track changes on pages, detect updates, changelog diffs

495 Updated 1 months ago
vibeeval
Data & Documents Listed

devpilot-learn

Summarize any single article, document, or web page into a standalone HTML digest file with reader-mode styling. MUST use this skill — not raw summarization — whenever the user asks to summarize, digest, get key points from, or extract takeaways from a URL, PDF, .docx, .md, .txt, paper, report, or blog post. The skill produces a shareable HTML file you cannot generate without it. Trigger on: summarize this, key points, takeaways, digest, highlights, TL;DR, what does it say, overview, 总结, 摘要, 要点, 重点, 提取, 整理, 讲了什么. NOT for: writing new content, translating, comparing two documents, building apps, multi-source news, code review, or data/CSV analysis.

4 Updated yesterday
SiyuQian