Claude Code plugin for automated AI & Tech trends digest from shir-man.com
Automatically collects a daily AI & Tech trends digest from shir-man.com and generates a beautiful HTML report.
4 tabs, zero duplicates:
| Tab | Content |
|---|---|
| GitHub Trending | Fastest-growing repositories |
| Hacker News | Top discussions and articles |
| Lobsters | Expert-curated technical content |
| AI Agents | New tools and frameworks |
Each article appears in exactly one tab. Priority: AI Agents > GitHub Trending > Hacker News > Lobsters.
Every item passes a quality gate before inclusion:
| Question | Passes if... |
|---|---|
| Novelty — is this actually new? | New project, fresh release, original approach |
| Credibility — backed by production usage? | GitHub stars, production users, benchmarks |
| Applicability — solves a real problem? | Applicable to your workflows or stack |
Items scoring 0/3 are excluded. This filters ~80% of noise.
┌─────────────┐ ┌──────────────┐ ┌──────────────┐ ┌─────────────┐
│ PinchTab │────▶│ URL Resolve │────▶│ WebFetch │────▶│ HTML Report │
│ (SPA nav) │ │ (parallel) │ │ (articles) │ │ (4 tabs) │
└─────────────┘ └──────────────┘ └──────────────┘ └─────────────┘
│ │ │ │
snapshot HN Algolia parallel dark/light
+ clicks + WebSearch fetch x8 theme toggle
# Add marketplace
claude plugin marketplace add jojoprison/shirman-digest
# Install plugin
claude plugin install shirman-digest@shirman-digestmkdir -p ~/.claude/skills/shirman-digest
curl -sL https://raw.githubusercontent.com/jojoprison/shirman-digest/main/plugins/shirman-digest/skills/shirman-digest/SKILL.md \
-o ~/.claude/skills/shirman-digest/SKILL.mdIn Claude Code:
/shirman-digest
The generated report includes:
- Dark/light theme toggle (persisted in localStorage)
- Clickable links to all original articles
- 4 deduplicated category tabs
- Color-coded source badges (GitHub=green, HN=orange, Lobsters=red, AI=purple)
- "Key takeaway" blocks for important articles
- Claude Code with MCP support
- PinchTab MCP — for SPA navigation
shirman-digest/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── shirman-digest/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/
│ └── shirman-digest/
│ └── SKILL.md # Skill instructions
├── SKILL.md # Standalone (for manual install)
├── CHANGELOG.md # English changelog
├── CHANGELOG.ru.md # Russian changelog
├── README.md
└── LICENSE
- shir-man.com — data source
- @denissexy — Telegram channel (author)
- @denis_news_feed — Telegram news feed
Автоматически собирает дайджест AI & Tech трендов за день с shir-man.com и генерирует HTML-отчёт.
4 вкладки, ноль дублей:
| Вкладка | Контент |
|---|---|
| GitHub Trending | Самые быстрорастущие репозитории |
| Hacker News | Лучшие обсуждения и статьи |
| Lobsters | Экспертный технический контент |
| AI Agents | Новые инструменты и фреймворки |
Каждая статья появляется ровно в одной вкладке. Приоритет: AI Agents > GitHub Trending > Hacker News > Lobsters.
Каждый элемент проходит проверку качества:
| Вопрос | Проходит если... |
|---|---|
| Новизна — это реально новое? | Новый проект, свежий релиз, оригинальный подход |
| Достоверность — подкреплено практикой? | GitHub stars, production users, бенчмарки |
| Применимость — решает реальную проблему? | Применимо к вашим workflow или стеку |
Элементы с 0/3 исключаются. Фильтр отсеивает ~80% шума.
# Добавить маркетплейс
claude plugin marketplace add jojoprison/shirman-digest
# Установить плагин
claude plugin install shirman-digest@shirman-digestmkdir -p ~/.claude/skills/shirman-digest
curl -sL https://raw.githubusercontent.com/jojoprison/shirman-digest/main/plugins/shirman-digest/skills/shirman-digest/SKILL.md \
-o ~/.claude/skills/shirman-digest/SKILL.mdВ Claude Code:
/shirman-digest
Генерирует HTML-отчёт с:
- Переключатель тёмной/светлой темы (localStorage)
- Все ссылки на оригинальные статьи
- 4 дедуплицированные вкладки
- Цветные бейджи по источникам
- Блоки «Ключевой вывод» для важных статей
- Claude Code с поддержкой MCP
- PinchTab MCP — для навигации SPA
- shir-man.com — источник данных
- @denissexy — Telegram-канал автора
- @denis_news_feed — новостная лента
Made with Claude Code by jojoprison