永錫 Agent Skill 庫

80% 給 Agent,20% 給人看

Agent 高效率,人腦慢生活。這個網站把 GitHub repo 變成公開 Skill registry: 機器先讀 manifest、技能索引與安裝路徑,人再看地圖、案例與判斷入口。

registry: twhsi/skills version: live license: MIT format: JSON / Markdown
Agent View80%
{
  "registry": "twhsi/skills",
  "agent": "codex|hermes",
  "endpoints": [
    "/agent.json",
    "/skills.json",
    "/llms.txt",
    "/install"
  ]
}

Agent Endpoints

Agent 讀取的標準入口。首頁給人看,這四個端點給下一個 Agent 直接接手。

/agent.json
Endpoint Use Type Copy
/agent.json Agent Manifest:能力宣告、路由總覽、使用協定。 application/json
/skills.json 技能清單:從 skills/*/SKILL.md 自動生成。 application/json
/llms.txt LLM 友善索引:快速取得 repo 目的、路由與 Skill 摘要。 text/plain
/install 一鍵安裝與免費部署指引:GitHub、Vercel、Cloudflare。 text/html

Skill Routes

技能路由曲線:Agent 用分類選 Skill,人用路由理解整套工作流。

View all
Time/time

時間節奏、排程、時區、提醒、長期訓練。

imandalart personal-athlete-81-grid fantastical-calendar
Cards/cards

FIRE、九宮卡、Markdown 表格與 Obsidian graph。

fire-analysis-card markdown-nine-grid-clipboard obsidian-graph-view

Human Map

人看的 20%:不是把每個檔案讀完,而是知道這套 Skill OS 如何回到生活、書稿與桌面。

GitHub

Hermes 是駕駛艙,不是工具箱。

地圖保留人的慢判斷:哪件事要沉澱成 Skill、哪個輸出要出版、哪個節奏要留給紙本與桌面。 Agent 讀 JSON,人讀關係圖,兩邊共用同一個 GitHub source of truth。

Hermes All Skills visual map

Skill Index

從 repo metadata 自動生成。搜尋、分類、安裝指令都在這裡。

loading
Skill Axes Description Install
imandalart TimeCards Design iMandalArt and iMandala 3x3 square index cards. cp -R skills/imandalart ~/.codex/skills/

Install & Deploy

免費部署建議:GitHub 當內容源,Vercel 自動 build,Cloudflare 管 DNS 與 HTTPS。

/install

GitHub

維持 repo 是 source of truth。每個 Skill 的 frontmatter 會進入網站 JSON。

twhsi/skills

Vercel deploy

匯入 GitHub 專案,build command 使用 npm run build,output directory 使用 dist

vercel.com

Cloudflare DNS

把自訂網域接到 Vercel 提供的 DNS record,Cloudflare 負責 DNS、HTTPS 與日後轉址。

dash.cloudflare.com
$ skills registry is live. agent-first human-readable open & free