CommunityWriting & Editinggithub.com

t115601251-hue/skillforge

中/英自然语言找+装+改 agent skill (Claude Code / Codex) | Cross-agent skill discovery in CN/EN. 三维评分 R/U/T + OpenSSF Scorecard + OSV 漏洞库安全审 + agent-as-LLM 架构 + 三槽位版本快照.

Works withClaude CodeCodex CLI~Cursor
npx skills add t115601251-hue/skillforge

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

用户的输入: $ARGUMENTS

任务

按 $ARGUMENTS 的第一个 token 路由到对应的 /skill* 命令,剩余部分作为参数传过去。

路由表

第一个 token (可中英)路由到
帮助 / help / h / ?执行 /skill帮助 流程
列表 / list / ls / l执行 /skill列表 流程
查找 / find / search / q执行 /skill查找 流程,传剩余作为需求
安装 / install / add / i执行 /skill安装 流程,传剩余作为 target
详情 / detail / info / show执行 /skill详情 流程,传剩余作为 target
修改 / modify / edit / custom执行 /skill修改 流程,传剩余作为 "name + 需求"
回滚 / rollback / revert / undo执行 /skill回滚 流程,传剩余作为 target
卸载 / uninstall / remove / delete / rm执行 /skill卸载 流程,传剩余作为 target
介绍 / intro / describe / about执行 /skill介绍 流程,传剩余作为 target
纯数字 (如 3, 12)等价 /skill详情 <数字>,直接看那个编号的详情

兜底

如果第一个 token 不在表里也不是数字:

  • 当作模糊的"查找"意图处理,告诉用户"我猜你想找一个能 X 的 skill,如果对就回 y,我接着 /skill查找;不对就 /skill帮助 看命令清单"
  • 等用户确认再走 /skill查找

例子

  • /skill 帮助 → 路由到 /skill帮助
  • /skill 列表 → 路由到 /skill列表
  • /skill 查找 写作文的工具 → /skill查找 "写作文的工具"
  • /skill 3 → /skill详情 3
  • /skill 修改 asset-forge 让它默认输出 png → /skill修改 "asset-forge 让它默认输出 png"
  • /skill 卸载 rembg → /skill卸载 rembg
  • /skill 找一个能写作文的 → 第一个 token "找一个能写作文的" 不在表里,兜底走"猜你想 /skill查找"

注意

  • 路由完之后,直接执行对应命令的完整流程(读对应模板的指引),不要再问用户一遍
  • 中文 token 优先,容错英文别名

Related Skills

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community