Borrowing it
Nothing to install: this file belongs to ianlkl11234s/mini-taiwan-pulse. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ianlkl11234s/mini-taiwan-pulse/master/.claude/skills/accessibility-analysis/SKILL.mdgit clone --depth 1 https://github.com/ianlkl11234s/mini-taiwan-pulseWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ianlkl11234s/mini-taiwan-pulse/accessibility-analysis)<a href="https://agentmods.dev/skills/ianlkl11234s/mini-taiwan-pulse/accessibility-analysis"><img src="https://agentmods.dev/badge/skills/ianlkl11234s/mini-taiwan-pulse/accessibility-analysis/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ianlkl11234s/mini-taiwan-pulse/accessibility-analysis"><img src="https://agentmods.dev/badge/skills/ianlkl11234s/mini-taiwan-pulse/accessibility-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 423 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00062 | $0.01098 |
| Opus 5 | $0.00031 | $0.00549 |
| Sonnet 5 | $0.00012 | $0.00220 |
| Haiku 4.5 | $0.00006 | $0.00110 |
Grade A, and why
accessibility-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
可達性分析
先定義問題、距離與資料狀態,再選模式與交付範圍。Pipeline、PMTiles 發佈與前端整合可以分開進行,沒有完成的環節不可宣稱已在 app 顯示或已部署。
先確認的語意
- 問題與度量:明確寫出最近距離、旅行時間、站數 coverage 或服務範圍;註明直線/路網、交通方式、單位、cutoff、路網與 POI 的 as-of。
- 模式:最近服務沿路網用 A;每站服務區用 B;跨服務比較或沙漠用 C。需要比較才讀 模式對照。
- 資料品質:新增 bucket 必讀 資料與幾何語意。多重身分 POI 要進所有適用 bucket;「其他」以可檢查的 whitelist 收錄,不以反向條件擴張。
- 範圍:決定本次只產 pipeline、只接 UI,還是兩端都做。資料來源、license、coverage、未連通區、無 geometry 與失敗資料要在輸出與 UI 中可辨識。
選擇工作路徑
A. 路網距離
回答「在這條路或這個格點,最近服務多遠」。保留 dist_m 原值與 band,並把超過 cutoff、無最近節點、缺 geometry 或無資料分開表示;不要把它們填成 0、最遠 band 或 coverage 之外。
B. 等時圈/服務面
回答「在交通規則與門檻下可達的範圍」。polygon 是計算模型的輸出,不能推論未計算區域沒有服務;記錄 mode、時間門檻、路網與 hull/grid 方法。
C. 格網/H3 coverage
回答跨服務比較、沙漠或統計。cell 的 centroid/代表點是計算採樣點,不是服務位置;coverage、有效 POI 數、no-data 與未連通 cell 要各自保留,不能合成一個分數或 0。
Pipeline 與資料驗收
- Mode A 需要可改的起點範本時讀
scripts/pipeline-template.py;不要把範例的 POI、bucket、bands 或固定數字直接帶到新資料。 - 要跑或救援長 pipeline 時讀 troubleshooting;公開 mirror、PBF、OSRM 與 PostGIS 的取捨讀 mirror fallback。這些是歷史操作經驗,先做當前健康/資源檢查,不預設可用。
- 產物前後驗證 POI 選取規則、各 bucket 數量、距離單位、cutoff、geometry validity、coverage 與 no-data 計數。保留來源、方法與版本,讓下游可以重算。
PMTiles 與前端整合
先讀 整合契約。以當前 src/data/layerManifest.ts、src/data/layerParamsSpec.ts、其測試與相關 spec 派生需要的註冊,而不是複製固定檔案清單。PMTiles 的檔名、sourceLayer、保留 properties、min/max zoom、paint、legend、popup 與 asset publication 是一份契約;每一端都要有對應證據。
實際接線時,保留距離/coverage 的資料狀態與 units;缺屬性、空 tile、HTTP/range 失敗或 UI 未註冊不能呈現成成功。依變更跑相稱的 manifest/params/layer tests、typecheck、資產 readback 與 browser 檢查,並分別報告結果。
邊界
- 不以單純 POI 點位分布冒充可達性分析;那類工作走 layer-onboarding。
- 不自行 apply migration、發佈資產、部署、commit 或 push;同一 task 已有授權可沿用。
- 發現新且可重現的資料選取、距離、geometry 或 PMTiles 契約問題時,更新相應 reference;不要把一次性服務或 UI 路徑寫成所有未來 layer 的固定 SOP。
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago Changed · -444 lines · -177 tokens per session eb9f7ea3b07f
- 12d ago First seen · 493 lines · 239 tokens per session scan A 36e6f8175a5e
accessibility-analysis is a skill published in the GitHub repository ianlkl11234s/mini-taiwan-pulse (505 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 1,098 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…