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/pluviobyte/rnskill/dbs-deconstructnpx skills add Pluviobyte/rnskill --skill dbs-deconstructgit clone --depth 1 https://github.com/Pluviobyte/rnskillWhat 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 | $0.00102 | $0.02541 |
| Opus 5 | $0.00051 | $0.01270 |
| Sonnet 5 | $0.00020 | $0.00508 |
| Haiku 4.5 | $0.00010 | $0.00254 |
Grade A, and why
dbs-deconstruct 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
24 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.
- 知识库/Skill知识包/action_信号案例库.md 27 KB
- 知识库/Skill知识包/action_心理诊断框架.md 76 KB
- 知识库/Skill知识包/benchmark_对标方法论.md 65 KB
- 知识库/Skill知识包/benchmark_平台运营知识.md 23 KB
- 知识库/Skill知识包/content_内容创作方法论.md 222 KB
- 知识库/Skill知识包/content_平台特性与案例.md 116 KB
- 知识库/Skill知识包/decision_AI协作规则.md 5.8 KB
- 知识库/Skill知识包/decision_决策记录方法论.md 4.2 KB
- 知识库/Skill知识包/decision_概念炼出方法.md 4.9 KB
- 知识库/Skill知识包/decision_结构与回填规则.md 5.8 KB
- 知识库/Skill知识包/decision_隐私与代号机制.md 4.5 KB
- 知识库/Skill知识包/deconstruct_解构案例库.md 61 KB
- 知识库/Skill知识包/deconstruct_语言与概念框架.md 227 KB
- 知识库/Skill知识包/diagnosis_公理与诊断框架.md 221 KB
- 知识库/Skill知识包/diagnosis_问题消解案例库.md 84 KB
- 知识库/原子库/atoms_2024Q4.jsonl 472 KB
- 知识库/原子库/atoms_2025Q1.jsonl 353 KB
- 知识库/原子库/atoms_2025Q2.jsonl 472 KB
- 知识库/原子库/atoms_2025Q3.jsonl 445 KB
- 知识库/原子库/atoms_2025Q4.jsonl 419 KB
- 知识库/原子库/atoms_2026Q1.jsonl 469 KB
- 知识库/原子库/atoms.jsonl 2630 KB
- 知识库/原子库/README.md 972 B
- 知识库/高频概念词典.md 3.0 KB
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 First seen · 221 lines · 102 tokens per session scan A ad0e06486162
dbs-deconstruct is a skill published in the GitHub repository Pluviobyte/rnskill (1,448 stars, last pushed 3d ago), with no licence file. It adds 102 tokens to every session and 2,541 once invoked, about $0.0005 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.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
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…
agent-host-chat-contributions
Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.