.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jojoprison/shirman-digest
home/skills/jojoprison/shirman-digest
jojoprison avatar

shirman-digest

byjojoprison· 2 skills

Stars

1

Category

Data Science & Analytics

View on GitHub

TL;DR

Собирает дайджест AI & Tech трендов за день с shir-man.com и генерирует красивый HTML-отчёт с вкладками. Используй когда пользователь просит: дайджест, тренды, новости AI, что нового в tech, shirman, shir-man, ежедневный обзор технологий, tech digest, trend report — даже если не упоминает shir-man напрямую.

How to install shirman-digest?

jojoprison/shirman-digest
$npx -y skills add jojoprison/shirman-digest --skill shirman-digest

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/jojoprison/shirman-digest" --skill "jojoprison/shirman-digest"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/jojoprison/shirman-digest" that are relevant to the current task. Run `npx skills add "https://github.com/jojoprison/shirman-digest"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# shirman-digest
2 
3> Claude Code plugin for automated AI & Tech trends digest from [shir-man.com](https://shir-man.com/homepage/)
4 
5[![Claude Code](https://img.shields.io/badge/Claude_Code-plugin-blueviolet?style=flat-square&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6Ii8+PC9zdmc+)](https://claude.ai)
6[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE)
7[![shir-man.com](https://img.shields.io/badge/source-shir--man.com-orange?style=flat-square)](https://shir-man.com/homepage/)
8[![Telegram Channel](https://img.shields.io/badge/Telegram-@denissexy-blue?style=flat-square&logo=telegram)](https://t.me/denissexy)
9[![Telegram News](https://img.shields.io/badge/Telegram-@denis__news__feed-blue?style=flat-square&logo=telegram)](https://t.me/denis_news_feed)
10 
11**[English](#what-it-does)** | **[Русский](#что-делает)**
12 
13---
14 
15## What It Does
16 
17Automatically collects a daily AI & Tech trends digest from [shir-man.com](https://shir-man.com/homepage/) and generates a beautiful HTML report.
18 
19**4 tabs, zero duplicates:**
20 
21| Tab | Content |
22|-----|---------|
23| **GitHub Trending** | Fastest-growing repositories |
24| **Hacker News** | Top discussions and articles |
25| **Lobsters** | Expert-curated technical content |
26| **AI Agents** | New tools and frameworks |
27 
28Each article appears in **exactly one tab**. Priority: AI Agents > GitHub Trending > Hacker News > Lobsters.
29 
30### Three-Question Filter
31 
32Every item passes a quality gate before inclusion:
33 
34| Question | Passes if... |
35|----------|-------------|
36| **Novelty** — is this actually new? | New project, fresh release, original approach |
37| **Credibility** — backed by production usage? | GitHub stars, production users, benchmarks |
38| **Applicability** — solves a real problem? | Applicable to your workflows or stack |
39 
40Items scoring 0/3 are excluded. This filters ~80% of noise.
41 
42## Architecture
43 
44```
45┌─────────────┐ ┌──────────────┐ ┌──────────────┐ ┌─────────────┐
46│ PinchTab │────▶│ URL Resolve │────▶│ WebFetch │────▶│ HTML Report │
47│ (SPA nav) │ │ (parallel) │ │ (articles) │ │ (4 tabs) │
48└─────────────┘ └──────────────┘ └──────────────┘ └─────────────┘
49 │ │ │ │
50 snapshot HN Algolia parallel dark/light
51 + clicks + WebSearch fetch x8 theme toggle
52```
53 
54## Installation
55 
56### Option 1: Plugin Marketplace (recommended)
57 
58```bash
59# Add marketplace
60claude plugin marketplace add jojoprison/shirman-digest
61 
62# Install plugin
63claude plugin install shirman-digest@shirman-digest
64```
65 
66### Option 2: Manual (skill only)
67 
68```bash
69mkdir -p ~/.claude/skills/shirman-digest
70curl -sL https://raw.githubusercontent.com/jojoprison/shirman-digest/main/plugins/shirman-digest/skills/shirman-digest/SKILL.md \
71 -o ~/.claude/skills/shirman-digest/SKILL.md
72```
73 
74## Usage
75 
76In Claude Code:
77 
78```
79/shirman-digest
80```
81 
82The generated report includes:
83- Dark/light theme toggle (persisted in localStorage)
84- Clickable links to all original articles
85- 4 deduplicated category tabs
86- Color-coded source badges (GitHub=green, HN=orange, Lobsters=red, AI=purple)
87- "Key takeaway" blocks for important articles
88 
89## Requirements
90 
91- [Claude Code](https://claude.ai/claude-code) with MCP support
92- **PinchTab MCP** — for SPA navigation
93 
94## Plugin Structure
95 
96```
97shirman-digest/
98├── .claude-plugin/
99│ └── marketplace.json # Marketplace manifest
100├── plugins/
101│ └── shirman-digest/
102│ ├── .claude-plugin/
103│ │ └── plugin.json # Plugin manifest
104│ └── skills/
105│ └── shirman-digest/
106│ └── SKILL.md # Skill instructions
107├── SKILL.md # Standalone (for manual install)
108├── CHANGELOG.md # English changelog
109├── CHANGELOG.ru.md # Russian changelog
110├── README.md
111└── LICENSE
112```
113 
114## Links
115 
116- [shir-man.com](https://shir-man.com/homepage/) — data source
117- [@denissexy](https://t.me/denissexy) — Telegram channel (author)
118- [@denis_news_feed](https://t.me/denis_news_feed) — Telegram news feed
119 
120---
121 
122# Русский
123 
124## Что делает
125 
126Автоматически собирает дайджест AI & Tech трендов за день с [shir-man.com](https://shir-man.com/homepage/) и генерирует HTML-отчёт.
127 
128**4 вкладки, ноль дублей:**
129 
130| Вкладка | Контент |
131|---------|---------|
132| **GitHub Trending** | Самые быстрорастущие репозитории |
133| **Hacker News** | Лучшие обсуждения и статьи |
134| **Lobsters** | Экспертный технический контент |
135| **AI Agents** | Новые инструменты и фреймворки |
136 
137Каждая статья появляется **ровно в одной вкладке**. Приоритет: AI Agents > GitHub Trending > Hacker News > Lobsters.
138 
139### Трёхвопросный фильтр
140 
141Каждый элемент проходит проверку кач

Preview

jojoprison/shirman-digestjojoprison/shirman-digest

$ npx -y skills add jojoprison/shirman-digest --skill shirman-digest

▸ installing to .claude/skills…

✓ shirman-digest ready

Repojojoprison/shirman-digest
TypeSkills
CategoryData Science & Analytics
ForAnalystResearcher
UpdatedApr 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. microsoft avatarazure-kustoQuery and analyze data in Azure Data Explorer (Kusto/ADX) using KQL for log analytics, telemetry, and time series analysis.SkillsJul 2026484k1.3k
  2. coreyhaines31 avataranalyticsWhen the user wants to set up, improve, or audit analytics tracking and measurement.SkillsJul 202641k42k
  3. firecrawl avatarfirecrawl-dashboard-reportingPull metrics from analytics dashboards and internal web tools with Firecrawl browser.SkillsJun 202630k100
  4. wshobson avatardata-storytellingTransform data into compelling narratives using visualization, context, and persuasive structure.SkillsJul 202613k38k
  5. anthropics avatardata-visualizationCreate effective data visualizations with Python (matplotlib, seaborn, plotly).SkillsJul 202610k23k
  6. caffeinelabs avatarextension-oqlMake a canister's data queryable by the Caffeine Data Intelligence agent.SkillsJul 20268.8k0