Skip to main content

Geoff-JI/JiHarn

SkillsMP は Geoff-JI/JiHarn から 22 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
22
GitHub スター
4
GitHub フォーク
1

収集済み skill 22 件中 22 件を表示しています。

職業分類
ソフトウェア開発者
説明

使用 RollingGo CLI 查询酒店信息、筛选结果、读取酒店标签和获取房型价格。当用户需要按目的地 / 日期 / 星级 / 预算 / 标签 / 距离搜索酒店、查看酒店详情与房型报价,或读取酒店标签库时触发本技能。触发短语——"搜索酒店"、"查酒店"、"酒店详情"、"房型价格"、"酒店标签"、"附近酒店"、"rollinggo"。

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

When the user provides a URL to a SKILL.md or a skill hub catalog, automatically fetch and install it. Parsed formats supported: - Direct SKILL.md URL: https://skillhub.cn/install/skillhub.md → extract name from frontmatter - HTTP(S) paths referencing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Handle hotel price / availability requests by using a dedicated hotel skill source or realtime travel lookup. Prefer installing the RollingGo hotel skill from ClawHub when the user wants live hotel results.

原文の言語: 英語

更新
職業分類
作家・著者
説明

Generate a single rich-card travel itinerary on demand. The user names a destination plus a duration ("<DEST>三日游", "<DEST>赏樱攻略", "<DEST>美食推荐") and the agent returns ONE structured RichMessage covering route, food, transport, stay, budget, pitfalls, and…

原文の言語: 複数言語

更新
職業分類
ソフトウェア開発者
説明

Lightweight code-review checklist the agent runs before declaring a patch ready. Catches the obvious classes of issue (dead code, missing error handling, weakened tests) without a full security audit. Adapted from addyosmani's "Review" lifecycle phase.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Root-cause-first debugging loop for code or runtime errors: understand the failure before proposing a fix. Adapted from Hermes' systematic- debugging — same iron law, smaller surface, JiHarn-tool-aware.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Do not declare a task done without running verification. For code, that means running tests / smoke; for answers, that means checking the claim against a fresh source. Adapted from obra/superpowers and addyosmani's "Verify" lifecycle phase.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Umbrella skill for user document workflows — PDF, Word, Excel, PowerPoint, text extraction, summarization. Dispatches to the right MCP / tool; proposes an install via mcp-discovery when no local capability fits. Adapted from Anthropic's docx/pdf/xlsx/pptx…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

When the user wants something the agent doesn't have a tool for yet (travel planning, GitHub issues, Linear, weather, filesystem, ...), search the live MCP ecosystem for an existing server, propose installing it, and on confirm wire it up via mcp_manage.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

定期检查 JiHarn 的 skill、MCP 工具、记忆摘要的变化, 生成一份变更摘要并通过 IM 发送给用户。

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Produce concise docs and Architectural Decision Records (ADRs) when a workflow or design becomes durable. Favours short artifacts over exhaustive manuals. Adapted from addyosmani's "documentation-and-adrs" and the skill-authoring doctrine.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Author a new JiHarn skill in the canonical Trigger / Inputs / Steps / Verification / Failure Signals format. Class-level only. Used when the user says "把这个流程记成 skill" or in background skill review.

原文の言語: 中国語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

在安装来自外部 URL / GitHub / 他人分享的 SKILL.md 之前, 对其内容做安全性和质量审查,输出审查报告和安装建议。

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Meta skill that guides the agent on when to pick an existing skill, when to create a new one, and when to install an MCP server. Adapted from obra/superpowers' "using-superpowers" and addyosmani's "meta" skill for personal-AI use.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find a small list of academic papers on demand — "给我 N 篇目标检测领域 顶刊 / 顶会 / SOTA 论文 / 综述" — using the multi-source chain arxiv API → Semantic Scholar → web_search. Distinct from `daily-paper-digest` (scheduled daily delivery) and `arxiv` (single-day category…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Reply with a structured plan instead of executing. Goal, assumptions, numbered steps, verification, risks. No file writes unless the user explicitly asks. Used when the user says "先列个计划" / "先想想再做".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Scheduled or on-demand digest of recent papers in a chosen field, with source URLs and a one-line takeaway per paper. Used as the skill_hint for cron jobs like "每天 8 点给我发最新论文".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Compact news roundup on a topic: web_search for fresh items, dedup, read 1-2 sources per item, return short bullets with links. Use as the skill_hint for "每天 8 点给我发新闻" cron jobs.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Look up current weather, short forecast, or rain check for a city using wttr.in. No API key, no new tool — uses read_url against https://wttr.in/<city>?format=...

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Summarise a single web URL the user shares: fetch with read_url, produce a compact key-points reply. No external CLI, no API key.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Handle time-sensitive travel requests by using built-in realtime travel lookup or attaching MCP servers for railway tickets, flights, maps, local places, weather, hotels, and route planning. Prefer a quick answer path: call the built-in travel_realtime tool…

原文の言語: 英語

更新
職業分類
作家・著者
説明

对 AI 生成的文本做去 AI 味润色:去掉套话、模板感、 过度完整的列表结构,让输出更像人话、更自然。

原文の言語: 中国語

更新
収集済み skill 22 件中 22 件を表示しています。