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.
npx agentmods add skills/biglionx/skillhub/repo-devnpx skills add BiglionX/SkillHub --skill repo-devgit clone --depth 1 https://github.com/BiglionX/SkillHubWrote 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/biglionx/skillhub/repo-dev)<a href="https://agentmods.dev/skills/biglionx/skillhub/repo-dev"><img src="https://agentmods.dev/badge/skills/biglionx/skillhub/repo-dev.svg" alt="Measured on agentmods" height="20"></a>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.00067 | $0.00802 |
| Opus 5 | $0.00034 | $0.00401 |
| Sonnet 5 | $0.00013 | $0.00160 |
| Haiku 4.5 | $0.00007 | $0.00080 |
Grade A, and why
repo-dev 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 6d 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
SkillHub 仓库开发指引 (repo-dev)
本技能指导 Agent 在 SkillHub 仓库(D:\BigLionX\SkillHub)中高效、合规地开发代码。动手前先读 AGENTS.md(仓库入口文档,含最新已知问题)。
何时使用
- 在 apps/web、apps/cli、packages/* 中新增或修改代码
- 运行/修复构建、类型检查、测试
- 排查 CI 或本地开发环境问题
- 重构、审计、跨文件改动
仓库地图(速览)
apps/web/ @skillhub/web Next.js 15 (App Router) 主站
apps/cli/ @skillhub/cli 命令行(publish/install/search/config/skill export/import)
packages/search-sdk|widget 已实现;api-client|ui|utils 为空骨架
deer-flow/ vendored 第三方(勿改)
docs/ 计划/架构/集成文档
skills/ 本目录:仓库技能(SKILL.md)
常用命令(根目录,pnpm + turbo)
| 命令 | 作用 |
|---|---|
pnpm dev |
web dev(:3000) |
pnpm build / pnpm typecheck / pnpm test |
turbo 批量构建/类型/测试 |
pnpm lint / pnpm lint:fix |
ESLint(flat config) |
pnpm --filter @skillhub/web run test |
web 单元测试 |
pnpm --filter @skillhub/cli run build |
CLI 构建(tsc + add-shebang) |
pnpm db:generate / db:push |
Prisma |
工作流程
- 定位:读
AGENTS.md+ 相关docs/,确定改动涉及的包与模块 - 基线:改动前先跑一次
pnpm --filter <包> run typecheck确认基线 - 实现:小步改动;web 代码用
@/别名;新 API 路由放app/api/**并配__tests__/ - 自检:每步
pnpm lint+pnpm typecheck(必要时pnpm test) - 收尾:更新
AGENTS.md(如涉及工程约定/已知问题)、补 changeset(pnpm changeset)
质量门禁(提交前必须全绿)
-
pnpm lint无 error -
pnpm typecheck通过 - 相关测试通过(新功能必带测试)
- 涉及技能包格式/审核/支付/多租户:先读
docs/plans/SKILLHUB_DEVELOPMENT_PLAN_V2.md与docs/features/DUAL_MODE_ARCHITECTURE.md
参考
AGENTS.md(权威入口)docs/plans/SKILLHUB_DEVELOPMENT_PLAN_V2.mddocs/features/DUAL_MODE_ARCHITECTURE.md
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.
- 6d ago First seen · 59 lines · 67 tokens per session scan A ca2d427a4225
repo-dev is a skill published in the GitHub repository BiglionX/SkillHub (34 stars, last pushed today), licensed Apache-2.0. It adds 67 tokens to every session and 802 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…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
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…
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…