byted-sol-stability-architecture-path-extractor

byted-sol-stability-architecture-path-extractor is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 47 tokens per session (352 once invoked), scanned A, original, Apache-2.0.

An architecture analysis tool that traces how requests and data move through a software repository. It maps services, databases, caches, message queues, external services, failure points, and missing monitoring hooks.

In plain words
What is it for?
It is for documenting core user, control-plane, and data-plane paths from source code, configuration, APIs, dependencies, and product documents.
Why use it?
It helps developers understand a complex system and identify dependency risks or places where useful monitoring is absent.

Skill for Claude CodeCodex ✓ vendor

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

Good fit It is for documenting core user, control-plane, and data-plane paths from source code, configuration, APIs, dependencies, and product documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor
About the project

bytedance/agentkit-samples is a collection of examples and tutorials for Volcengine AgentKit, an AI-agent development platform for building, deploying, and operating agent applications. Developers use the samples to learn agent creation, multi-agent collaboration, memory, retrieval, MCP integrations, media generation, customer service, and other workflows. The catalogue skills provide agent workflows based on these examples.

bytedance/agentkit-samples · 450 stars · on GitHub

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 bytedance/agentkit-samples --skill byted-sol-stability-architecture-path-extractor
Clone the repo
git clone --depth 1 https://github.com/bytedance/agentkit-samples

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 byted-sol-stability-architecture-path-extractor

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor/github.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor/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 byted-sol-stability-architecture-path-extractor

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 352 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 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.00047 $0.00352
Opus 5 $0.00023 $0.00176
Sonnet 5 $0.00009 $0.00070
Haiku 4.5 $0.00005 $0.00035

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

Security

Grade A, and why

byted-sol-stability-architecture-path-extractor 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 5d ago.

The scan reads SKILL.md. This mod also ships 15 executable files (src/architecture_path_extractor/__init__.py, src/architecture_path_extractor/classifier.py, src/architecture_path_extractor/cli.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/byted-sol-stability-architecture-path-extractor/SKILL.md · 50 lines

What it actually says

Architecture Path Extractor Skill

输入

  • 代码仓库地址或本地路径(必填)
  • 产品架构图路径(选填,可多次)
  • 产品文档路径(选填,可多次)

输出

固定输出到 output/<repo_slug>/

  • topology-model.json
  • core-links.md
  • dependency-risk.md
  • observability-gaps.md
  • evidence-index.json

建模维度

  • service graph
  • request path
  • async path
  • dependency graph(DB / Cache / MQ / Third-party)
  • failure point
  • observability hook point

执行规则

  1. 每条链路与风险项必须包含证据来源(文件路径)。
  2. 核心用户链路、控制面链路、数据面链路必须分别输出。
  3. 风险与埋点缺口必须能映射到服务或依赖节点。
  4. 解析失败时输出可诊断信息,不得静默忽略关键输入。

CLI

byted-sol-stability-architecture-path-extractor \
  --repo tests/integration/fixtures/sample_repo \
  --product-doc examples/product-doc.md \
  --arch-diagram examples/arch-diagram.md \
  --out-dir output
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. 5d ago First seen · 50 lines · 47 tokens per session scan A fca9ef53792c

Subscribe to this mod's changes

byted-sol-stability-architecture-path-extractor is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 5d ago), licensed Apache-2.0. It adds 47 tokens to every session and 352 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-09-03.

Related

Other skills, from other repositories

triage-issues

Triage GitHub issues in the googleapis/mcp-toolbox repo: propose the correct labels (type / priority / product / status), check for duplicates, verify a bug has enough info to act on, and draft a triage comment. Use whenever a maintainer asks you to triage, label, categorize, prioritize, or "look at" an issue (or a…

googleapis/mcp-toolbox · 164 tokens

adk-debug

Diagnoses misbehaving ADK agents by inspecting sessions, events, tool calls, and the exact request that reached the model. Covers the adk run CLI and the adk web dev server with its session, trace, and debug HTTP endpoints. Use when an agent returns the wrong answer, ignores a tool or swallows a tool error, hangs…

google/adk-python · 191 tokens

claw-admin

Claw system administration: service management, IM connections, logs, cron, and workspace diagnostics. Use when the user asks to manage claw services, connect/disconnect IM platforms, view logs, or perform system-wide operations.

x-cmd/x-cmd · 48 tokens

rubber-duck

Adversarial "rubber duck" review that turns explaining-out-loud into a hallucination check. The main session is the PRESENTER (it did the work — a design doc, investigation, or analysis — and holds the real reasoning) and reconstructs the topic to a LISTENER — a spawned subagent pinned to a DIFFERENT-vendor model that…

kirodotdev/KiroCrew · 161 tokens

optimize

Review code for efficiency and performance. Triggered by "/optimize" when user wants to identify bottlenecks or improve performance.

x-cmd/x-cmd · 29 tokens

golang-troubleshooting

Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, races, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve, race detection, GODEBUG tracing, and production…

samber/cc-skills-golang · 175 tokens