Skill Onboarding Guide

Skill Onboarding Guide is a skill for Claude Code, Codex from eric861129/SKILLS_All-in-one. It costs 15 tokens per session (592 once invoked), scanned A, original, MIT.

A standard operating procedure for adding a skill to the SKILLS_All-in-one platform.

In plain words
What is it for?
Classifying a skill, registering it in SQL and frontend data, updating its file manifest, and running the prebuild check.
Why use it?
It provides the required file, database, frontend metadata, and manifest checks needed for a skill to be available correctly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Classifying a skill, registering it in SQL and frontend data, updating its file manifest, and running the prebuild check.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eric861129/skills_all-in-one/skill-onboarding-guide
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add eric861129/SKILLS_All-in-one --skill skill-onboarding-guide
Clone the repo
git clone --depth 1 https://github.com/eric861129/SKILLS_All-in-one

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for Skill Onboarding Guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/skill-onboarding-guide/github.svg)](https://agentmods.dev/skills/eric861129/skills_all-in-one/skill-onboarding-guide)
Your own site
<a href="https://agentmods.dev/skills/eric861129/skills_all-in-one/skill-onboarding-guide"><img src="https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/skill-onboarding-guide/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.

agentmods 80×15 button for Skill Onboarding Guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/eric861129/skills_all-in-one/skill-onboarding-guide"><img src="https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/skill-onboarding-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 592 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00592
Opus 5 $0.00008 $0.00296
Sonnet 5 $0.00003 $0.00118
Haiku 4.5 $0.00002 $0.00059

Measured 11d ago against content hash edb70fc643a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

Skill Onboarding Guide 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 11d 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.

.agent/skills/skill-onboarding-guide/SKILL.md · 56 lines

What it actually says

Skill Onboarding Guide (技能上架 SOP)

此技能定義了在 SKILLS_All-in-one 平台中新增一個 AI 技能的標準流程。請務必遵循以下步驟以確保系統的一致性與功能的完整性。

📥 初始步驟

當下載新的技能檔案後,請先將其放入: @public\SKILLS\Uncategorized\**

🛠️ 作業流程

1. 分類該 SKILL (Classification)

  • 根據技能的功能,從現有的分類中選擇最合適的一個(例如:Development & Code Tools, Data & Analysis 等)。
  • 將檔案夾從 Uncategorized 移動到 @public\SKILLS\{Category}\{FolderName}\

2. 資料庫同步 (Database Update)

  • @database/init_skills.sql 的最底部新增一段 INSERT INTO Skill ... 的 SQL 語法。
  • 欄位注意事項
    • id: 請接續目前最高的 ID。
    • downloadCount: 預設為 0
    • createdAt: 使用目前的日期 (YYYY-MM-DD)。
    • folderName: 必須與實體資料夾名稱一致。

3. 前端元資料同步 (Frontend Metadata)

  • @src/data/skills.ts 中新增該技能的物件。
  • 欄位包含 id, name, nameZh, description, descriptionZh, category, tags, downloadCount (預設為 0) 等。

4. 資源清單同步 (Manifest Update)

  • @public/skills-manifest.json 中新增該技能的檔案結構。
  • 格式範例:
    "folder-name": {
      "category": "Category Name",
      "files": ["SKILL.md", "references/readme.md"]
    }
    

✅ 最終檢查清單 (Checklist)

  • 實體檔案路徑正確且包含 SKILL.md
  • init_skills.sql 已加入該筆資料。
  • src/data/skills.ts 已加入該筆資料且 ID 無衝突。
  • skills-manifest.json 已更新,確保前端下載功能正常。
  • 執行 npm run prebuild (若適用) 以重新生成清單。
Changes

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.

  1. 11d ago First seen · 56 lines · 15 tokens per session scan A edb70fc643a4

Subscribe to this mod's changes

Skill Onboarding Guide is a skill published in the GitHub repository eric861129/SKILLS_All-in-one (52 stars, last pushed 4mo ago), licensed MIT. It adds 15 tokens to every session and 592 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

skillnote

Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.

luna-prompts/skillnote · 54 tokens

dashiai-ppt

A presentation-making add-on that creates an HTML slide deck from preset visual page designs. The result can open offline in a browser and can be exported as a PowerPoint or PDF file.

huangrichao2020/pretty-skills · 62 tokens

sansheng-distill

A book and text summarizer that creates one self-contained HTML page with five sections: an overview, chapter notes, the book’s central idea, an action checklist, and questions for judging its reliability. The page includes an embedded Mermaid mind map and works offline without a web server.

huangrichao2020/pretty-skills · 108 tokens

deno-knowledge-patch

Use this skill when choosing current Deno runtime APIs, CLI options, configuration, dependency behavior, Node compatibility, or deployment workflows. Open the topic reference before changing a project because several commands, flags, APIs, and defaults changed more than once.

Nevaberry/nevaberry-plugins · 9 tokens

airflow-knowledge-patch

Use this skill when authoring, upgrading, integrating, or operating Apache Airflow. Start with the quick guidance below, then open the topic reference that matches the work.

Nevaberry/nevaberry-plugins · 10 tokens

adyen-knowledge-patch

Use this skill when implementing or upgrading Adyen Web, Drop-in, Components, sessions flows, or Checkout API v72 integrations. Consult the topic reference that matches the integration surface, then apply the quick-reference rules below where relevant.

Nevaberry/nevaberry-plugins · 9 tokens