Kite: Skill for Claude Code

.claude/skills/dev/SKILL.md

dev is a skill for Claude Code from yuanlang12/Kite. It costs 18 tokens per session (83 once invoked), scanned A, original, MIT.

A development command that starts the project with Bun, a JavaScript runtime and toolchain. It runs the CLI application's development server and checks whether the chosen port is already in use.

In plain words
What is it for?
Use it to start the CLI project's development environment and find the local address where it is available.
Why use it?
It reduces the setup work needed to run the project locally and helps avoid conflicts when another process is using the expected port.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is yuanlang12/Kite's own configuration. It tells Claude Code how to work on Kite 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 Kite configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yuanlang12/Kite. 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/yuanlang12/Kite/main/.claude/skills/dev/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/yuanlang12/Kite

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 dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/yuanlang12/kite/dev.svg)](https://agentmods.dev/skills/yuanlang12/kite/dev)
Your own site
<a href="https://agentmods.dev/skills/yuanlang12/kite/dev"><img src="https://agentmods.dev/badge/skills/yuanlang12/kite/dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 83 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 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.00018 $0.00083
Opus 5 $0.00009 $0.00042
Sonnet 5 $0.00004 $0.00017
Haiku 4.5 $0.00002 $0.00008

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

Security

Grade A, and why

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 7d 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/dev/SKILL.md · 11 lines

What it actually says

启动开发环境:

  1. 运行 bun dev(即 bun run --cwd apps/cli dev
  2. 如果端口被占用,提示用户或自动选择空闲端口
  3. 显示启动后的访问信息
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. 7d ago First seen · 11 lines · 18 tokens per session scan A 67479ae3f453

Subscribe to this mod's changes

dev is a skill published in the GitHub repository yuanlang12/Kite (19 stars, last pushed 3mo ago), licensed MIT. It adds 18 tokens to every session and 83 once invoked, about $0.0001 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

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

synthetic-sciences/openscience · 62 tokens

molecular-cloning

Molecular cloning simulation and design. PCR amplicon prediction, restriction enzyme digestion, Golden Gate and Gibson assembly simulation, primer design, CRISPR sgRNA design, and plasmid annotation. For protein-level sequence analysis use biopython or esm; for database lookups use gene-database or ensembl-database.

synthetic-sciences/openscience · 70 tokens

flow-cytometry-analysis

Complete flow cytometry analysis pipeline. FCS file handling, compensation, manual/automated gating, immunophenotyping, CFSE proliferation analysis, cell cycle analysis (Dean-Jett-Fox), and apoptosis assays. Extends flowio with analytical workflows. For raw FCS parsing only use flowio.

synthetic-sciences/openscience · 67 tokens

datamol

Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters…

synthetic-sciences/openscience · 67 tokens

shap

Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing…

synthetic-sciences/openscience · 109 tokens

glycobiology

Glycosylation site prediction and glycobiology analysis. N-glycosylation motif finding, O-glycosylation hotspot prediction, glycan structure resources. Lightweight, pure Python. For protein function queries use uniprot-database; for structure analysis use alphafold-database.

synthetic-sciences/openscience · 67 tokens