docs(readme): add Agent Skill section and HotDaily link across all locales

This commit is contained in:
Done-0
2026-06-11 23:29:59 +08:00
parent 432e06c8fc
commit 13d082ae74
5 changed files with 75 additions and 5 deletions

View File

@@ -255,6 +255,19 @@ fuck-u-code mcp-install cursor
- **analyze** — Analyze code quality and generate a score report
- **ai-review** — Run AI-powered code review on the worst-scoring files
## Agent Skill
This repo ships an **agent skill**, [`fuck-u-code-analysis`](skills/fuck-u-code-analysis/), that teaches AI agents (Claude Code, Cursor, opencode, etc.) to interpret the analysis output and produce a structured review. It's **not shipped via npm** — pull it into your agent's skills directory with `npx degit` (no clone, nothing left behind; requires `npm install -g eff-u-code`):
```bash
# macOS / Linux
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis ~/.claude/skills/fuck-u-code-analysis
# Windows (PowerShell)
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis "$HOME\.claude\skills\fuck-u-code-analysis"
```
Above is for Claude Code; for opencode swap `.claude` for `.config/opencode`. Add `--force` if the target exists.
## File Exclusion
The tool reads `.gitignore` files (including nested ones) and follows standard gitignore rules. For additional exclusions, use `--exclude` or the `exclude` config field.
@@ -279,5 +292,6 @@ MIT
## 💡 Discover More
- **[HotDaily](https://hotdaily.top)** — Drowning in tech noise? A daily digest that curates the best of Hacker News, Lobsters and more, then LLM-summarizes and ranks every story by value — so you catch what matters in minutes.
- **[Value Realization](https://github.com/Done-0/value-realization)** — Want to build the next breakout product like `fuck-u-code`? Use this AI skill to escape the developer's "echo chamber" and accurately validate real user needs.
- **[Hermai.ai](https://hermai.ai)** — Say goodbye to fragile web scrapers. Instantly turn any website into a clean, stable JSON API without wrestling with DOM changes and anti-scraping protections.

View File

@@ -256,6 +256,19 @@ fuck-u-code mcp-install cursor
- **analyze** — Анализ качества кода и генерация отчёта с оценкой
- **ai-review** — AI-обзор файлов с наихудшими оценками
## Навык для агента
Репозиторий включает **навык** [`fuck-u-code-analysis`](skills/fuck-u-code-analysis/), который учит AI-агентов (Claude Code, Cursor, opencode и др.) интерпретировать результаты анализа и составлять структурированное ревью. Он **не поставляется через npm** — установите его в каталог навыков агента через `npx degit` (без клонирования и без остатков; нужен `npm install -g eff-u-code`):
```bash
# macOS / Linux
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis ~/.claude/skills/fuck-u-code-analysis
# Windows (PowerShell)
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis "$HOME\.claude\skills\fuck-u-code-analysis"
```
Выше — для Claude Code; для opencode замените `.claude` на `.config/opencode`. Добавьте `--force`, если каталог уже существует.
## Исключение файлов
Инструмент читает `.gitignore` (включая вложенные) и следует стандартным правилам gitignore. Для дополнительных исключений используйте `--exclude` или поле `exclude` в конфигурации.
@@ -280,5 +293,6 @@ MIT
## 💡 Узнать больше
- **[HotDaily](https://hotdaily.top)** — Тонете в потоке технических новостей? Ежедневная подборка лучшего из Hacker News, Lobsters и не только, с LLM-резюме и ранжированием по ценности — читайте только то, что важно, за пару минут.
- **[Value Realization](https://github.com/Done-0/value-realization)** — Хотите создать следующий хитовый продукт, как `fuck-u-code`? Используйте этот AI-навык, чтобы перестать делать то, что никому не нужно, и точно валидировать реальные потребности пользователей.
- **[Hermai.ai](https://hermai.ai)** — Попрощайтесь с хрупкими парсерами. Превратите любой веб-сайт в чистый и стабильный JSON API в один клик, без борьбы с изменениями DOM и защитой от парсинга.

View File

@@ -255,6 +255,19 @@ fuck-u-code mcp-install cursor
- **analyze** — 分析程式品質並產生評分報告
- **ai-review** — 對評分最差的檔案執行 AI 程式審查
## Agent 技能
本儲存庫附帶 **Agent 技能** [`fuck-u-code-analysis`](skills/fuck-u-code-analysis/),教 AI 智能體Claude Code、Cursor、opencode 等)解讀分析結果、產出結構化審查。它**不隨 npm 套件分發**,用 `npx degit` 拉到 agent 的 skills 目錄即可(不 clone、無殘留需先 `npm install -g eff-u-code`
```bash
# macOS / Linux
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis ~/.claude/skills/fuck-u-code-analysis
# Windows (PowerShell)
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis "$HOME\.claude\skills\fuck-u-code-analysis"
```
以上為 Claude Codeopencode 把 `.claude` 換成 `.config/opencode`,目標已存在時加 `--force`
## 檔案排除
工具自動讀取 `.gitignore`(含子目錄),遵循標準 gitignore 規則。額外排除可用 `--exclude` 或設定檔的 `exclude` 欄位。
@@ -279,5 +292,6 @@ MIT
## 💡 更多探索
- **[HotDaily](https://hotdaily.top)** — 被技術資訊流淹沒?每天從 Hacker News、Lobsters 等社區精選熱點,經 LLM 摘要與價值排序,讓你幾分鐘讀完真正值得關注的內容。
- **[Value Realization](https://github.com/Done-0/value-realization)** — 想要獨立開發出像 `fuck-u-code` 這樣的爆款產品?用這個 AI 技能跳出開發者的「自嗨」,精準驗證真實需求。
- **[Hermai.ai](https://hermai.ai)** — 告別一碰就碎的爬蟲腳本。無需對抗 DOM 變更與反爬蟲,一鍵將任意網站轉化為乾淨、穩定的 JSON API。

View File

@@ -255,6 +255,19 @@ fuck-u-code mcp-install cursor
- **analyze** — 分析代码质量并生成评分报告
- **ai-review** — 对评分最差的文件执行 AI 代码审查
## Agent 技能
本仓库附带 **Agent 技能** [`fuck-u-code-analysis`](skills/fuck-u-code-analysis/),教 AI 智能体Claude Code、Cursor、opencode 等)解读分析结果、产出结构化审查。它**不随 npm 包分发**,用 `npx degit` 拉到 agent 的 skills 目录即可(不 clone、无残留需先 `npm install -g eff-u-code`
```bash
# macOS / Linux
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis ~/.claude/skills/fuck-u-code-analysis
# Windows (PowerShell)
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis "$HOME\.claude\skills\fuck-u-code-analysis"
```
以上为 Claude Codeopencode 把 `.claude` 换成 `.config/opencode`,目标已存在时加 `--force`
## 文件排除
工具自动读取 `.gitignore`(含子目录),遵循标准 gitignore 规则。额外排除可用 `--exclude` 或配置文件的 `exclude` 字段。
@@ -279,5 +292,6 @@ MIT
## 💡 更多探索
- **[HotDaily](https://hotdaily.top)** — 被技术信息流淹没?每天从 Hacker News、Lobsters 等社区精选热点,经 LLM 摘要与价值排序,让你几分钟读完真正值得关注的内容。
- **[Value Realization](https://github.com/Done-0/value-realization)** — 想要独立开发出像 `fuck-u-code` 这样的爆款产品?用这个 AI 技能跳出开发者的“自嗨”,精准验证真实需求。
- **[Hermai.ai](https://hermai.ai)** — 告别一碰就碎的爬虫脚本。无需对抗 DOM 变更与反爬,一键将任意网站转化为干净、稳定的 JSON API。

View File

@@ -38,16 +38,30 @@ Then follow the skill's review standards to interpret results and write remediat
## Installation
Copy the skill directory to your agent's skills path:
Pull the skill straight into your agent's skills directory with `npx degit` — no clone, and no staging directory to clean up afterwards.
**macOS / Linux**
```bash
# opencode
cp -r skills/fuck-u-code-analysis ~/.config/opencode/skills/
# Claude Code
cp -r skills/fuck-u-code-analysis ~/.claude/skills/
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis ~/.claude/skills/fuck-u-code-analysis
# opencode
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis ~/.config/opencode/skills/fuck-u-code-analysis
```
**Windows (PowerShell)**
```powershell
# Claude Code
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis "$HOME\.claude\skills\fuck-u-code-analysis"
# opencode
npx degit Done-0/fuck-u-code/skills/fuck-u-code-analysis "$HOME\.config\opencode\skills\fuck-u-code-analysis"
```
> Add `--force` if the target directory already exists.
## Requirements
- [fuck-u-code](https://www.npmjs.com/package/eff-u-code) installed globally: `npm install -g eff-u-code`