socialperks: Skill for Claude Code

.claude/skills/bundle/SKILL.md

bundle is a skill for Claude Code from benzatkulak-collab/socialperks. It costs 62 tokens per session (379 once invoked), scanned A, original, no licence file.

An analysis of the JavaScript files delivered to users in a production web build. It looks for oversized chunks, duplicate dependencies, unnecessary client-side code, and libraries that were not reduced during bundling.

In plain words
What is it for?
Investigating bundle size, JavaScript weight, code splitting, client/server component boundaries, and unused library code.
Why use it?
It helps identify code that makes the first page load slower or sends more JavaScript than necessary.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

This is benzatkulak-collab/socialperks's own configuration. It tells Claude Code how to work on socialperks itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything socialperks configures →

Reuse

Borrowing it

Nothing to install: this file belongs to benzatkulak-collab/socialperks. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/benzatkulak-collab/socialperks/main/.claude/skills/bundle/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/benzatkulak-collab/socialperks

Made for: Claude Code.

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 bundle

README.md
[![agentmods](https://agentmods.dev/badge/skills/benzatkulak-collab/socialperks/bundle/github.svg)](https://agentmods.dev/skills/benzatkulak-collab/socialperks/bundle)
Your own site
<a href="https://agentmods.dev/skills/benzatkulak-collab/socialperks/bundle"><img src="https://agentmods.dev/badge/skills/benzatkulak-collab/socialperks/bundle/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 bundle

Your own site · 80×15
<a href="https://agentmods.dev/skills/benzatkulak-collab/socialperks/bundle"><img src="https://agentmods.dev/badge/skills/benzatkulak-collab/socialperks/bundle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 379 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 unknown 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.00062 $0.00379
Opus 5 $0.00031 $0.00189
Sonnet 5 $0.00012 $0.00076
Haiku 4.5 $0.00006 $0.00038

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

Security

Grade A, and why

bundle 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 10d 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.

.claude/skills/bundle/SKILL.md · 36 lines

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.

Read it on GitHub

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. 10d ago First seen · 36 lines · 62 tokens per session scan A 377cba72ba75

Subscribe to this mod's changes

bundle is a skill published in the GitHub repository benzatkulak-collab/socialperks (0 stars, last pushed 6d ago), with no licence file. It adds 62 tokens to every session and 379 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-31.

Related

Other skills, from other repositories

inspecting-hermes-desktop-dom

Read the live Hermes desktop DOM/CSS over CDP.

NousResearch/hermes-agent · 20 tokens

a11y-debugging

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

ChromeDevTools/chrome-devtools-mcp · 50 tokens

devtools

Drop-in inspector panel for any json-render app. Use when the user wants to debug a generative UI, inspect the spec tree, edit state at runtime, see dispatched actions, follow stream patches live, browse a catalog, or pick DOM elements to find their spec keys. Triggers include "add devtools", "debug json-render"…

vercel-labs/json-render · 108 tokens

copilotkit-debug

Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.

CopilotKit/CopilotKit · 42 tokens

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

oxc-project/oxc · 44 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens