bytedance-backend

bytedance-backend is a skill for Claude Code, Codex from Snailclimb/interview-guide. It costs 40 tokens per session (370 once invoked), scanned A, original, AGPL-3.0.

An interview-question guide for ByteDance backend roles, covering coding and algorithm tasks plus system design for high-traffic services.

In plain words
What is it for?
Use it to create backend interview questions focused on algorithms, coding ability, and high-concurrency system design.
Why use it?
It helps assess both whether a candidate can write and optimize code and whether they can design systems that handle many users at once.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to create backend interview questions focused on algorithms, coding ability, and high-concurrency system design.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/snailclimb/interview-guide/bytedance-backend
About the project

InterviewGuide is an AI-assisted interview platform that analyzes résumés, runs text and voice mock interviews, manages interview schedules, and provides a retrieval-augmented knowledge-base question system. It is intended for job seekers, HR teams, and training organizations, and the catalogue skills and instructions support work with this project.

Snailclimb/interview-guide · 3,190 stars · on GitHub · javaguide.cn

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 Snailclimb/interview-guide --skill bytedance-backend
Clone the repo
git clone --depth 1 https://github.com/Snailclimb/interview-guide

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 bytedance-backend

README.md
[![agentmods](https://agentmods.dev/badge/skills/snailclimb/interview-guide/bytedance-backend.svg)](https://agentmods.dev/skills/snailclimb/interview-guide/bytedance-backend)
Your own site
<a href="https://agentmods.dev/skills/snailclimb/interview-guide/bytedance-backend"><img src="https://agentmods.dev/badge/skills/snailclimb/interview-guide/bytedance-backend.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 370 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00040 $0.00370
Opus 5 $0.00020 $0.00185
Sonnet 5 $0.00008 $0.00074
Haiku 4.5 $0.00004 $0.00037

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

Security

Grade A, and why

bytedance-backend 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 8d 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.

app/src/main/resources/skills/bytedance-backend/SKILL.md · 20 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file 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.

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. 8d ago First seen · 20 lines · 40 tokens per session scan A c68751d96950

Subscribe to this mod's changes

bytedance-backend is a skill published in the GitHub repository Snailclimb/interview-guide (3,190 stars, last pushed 24d ago), licensed AGPL-3.0. It adds 40 tokens to every session and 370 once invoked, about $0.0002 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

nubase

Use when the user mentions Nubase broadly, wants a backend for an AI-generated app, or needs to deploy/publish generated code online — across Database, Auth, Storage, Assets (static frontend CDN), Functions (edge/serverless), AI Gateway, Memory, cron/scheduled jobs, Supabase-style REST/RLS, servicerole keys, or MCP.…

OtterMind/Nubase · 92 tokens

api-onboarding

Reduce time-to-first-API-call (TTFAC) by optimizing every step of the developer onboarding journey. This skill covers authentication simplification, sandbox environments, interactive documentation, and identifying and eliminating common failure points.

sickn33/agentic-awesome-skills · 46 tokens

implementing-api-rate-limiting-and-throttling

Implements API rate limiting and throttling controls using token bucket, sliding window, and fixed window algorithms to protect against brute force attacks, credential stuffing, resource exhaustion, and API abuse. The engineer configures per-user, per-IP, and per-endpoint rate limits using Redis-backed counters, API…

xalgorix/xalgorix · 114 tokens

database-patterns

Database design and migration patterns for Alembic migrations, schema design (SQL/NoSQL), and database versioning. Use when creating migrations, designing schemas, normalizing data, managing database versions, or handling schema drift.

yonatangross/orchestkit · 49 tokens

python-backend

Production Python async patterns including asyncio TaskGroup, FastAPI dependency injection and middleware, SQLAlchemy 2.0 async sessions, and database connection pool tuning. Python 3.11+ runtime concerns such as ExceptionGroup, cancellation semantics, and session rollback. Use when building async services, wiring…

yonatangross/orchestkit · 82 tokens

nw-sd-case-studies

25 real-world system design case studies condensed from Alex Xu's System Design Interview Vol 1 and 2 - requirements, architecture, deep dive insights, key takeaways.

nWave-ai/nWave · 40 tokens