deprecated-Takomi_Code: Skill for Claude Code

.agent/skills/ai-sdk/SKILL.md

ai-sdk is a skill for Claude Code, Codex from JStaRFilms/deprecated-Takomi_Code. It costs 155 tokens per session (1,109 once invoked), scanned A, original, no licence file.

A reference and building aid for Vercel's AI SDK, a software library for adding text generation, chat, agents, tools, and search over your own data to applications.

In plain words
What is it for?
It is for building AI agents, chatbots, retrieval-augmented generation systems, text-generation features, and embeddings, which turn content into searchable numerical representations.
Why use it?
It helps developers understand the SDK's functions and connect AI providers without having to work out the library's usage from scratch.

Skill for Claude CodeCodex

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

This is JStaRFilms/deprecated-Takomi_Code's own configuration. It tells Claude Code and Codex how to work on deprecated-Takomi_Code 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 deprecated-Takomi_Code configures →

Reuse

Borrowing it

Nothing to install: this file belongs to JStaRFilms/deprecated-Takomi_Code. 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/JStaRFilms/deprecated-Takomi_Code/master/.agent/skills/ai-sdk/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/JStaRFilms/deprecated-Takomi_Code

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 ai-sdk

README.md
[![agentmods](https://agentmods.dev/badge/skills/jstarfilms/deprecated-takomi_code/ai-sdk/github.svg)](https://agentmods.dev/skills/jstarfilms/deprecated-takomi_code/ai-sdk)
Your own site
<a href="https://agentmods.dev/skills/jstarfilms/deprecated-takomi_code/ai-sdk"><img src="https://agentmods.dev/badge/skills/jstarfilms/deprecated-takomi_code/ai-sdk/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 ai-sdk

Your own site · 80×15
<a href="https://agentmods.dev/skills/jstarfilms/deprecated-takomi_code/ai-sdk"><img src="https://agentmods.dev/badge/skills/jstarfilms/deprecated-takomi_code/ai-sdk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,109 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00155 $0.01109
Opus 5 $0.00077 $0.00554
Sonnet 5 $0.00031 $0.00222
Haiku 4.5 $0.00015 $0.00111

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

Security

Grade A, and why

ai-sdk scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

7. **Always fetch current model IDs** - Never use model IDs from memory. Before writing code that uses a model, run `curl -s https://ai-gateway.vercel.sh/v1/models | jq -r '[.data[] | select(.id | startswith("provider/")
.agent/skills/ai-sdk/SKILL.md · 78 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

Files

What ships with it

3 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.

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 · 78 lines · 155 tokens per session scan A af48f91f4fbf

Subscribe to this mod's changes

ai-sdk is a skill published in the GitHub repository JStaRFilms/deprecated-Takomi_Code (3 stars, last pushed 5mo ago), with no licence file. It adds 155 tokens to every session and 1,109 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

ai-deployment-patterns

Guides expert-level ai deployment patterns implementation: ai-ml and devops decision frameworks, production-ready patterns, and concrete templates for ai deployment patterns workflows. Use when the user asks about ai deployment patterns, ai deployment patterns configuration, or ai-ml best practices for ai projects. Do…

FerroxLabs/wayland · 87 tokens

ai-agent-builder

AI agent architecture covering agent patterns (ReAct, Plan-and-Execute, LATS), tool design, memory systems (short-term, long-term, episodic), multi-agent coordination, guardrails, LangChain and LangGraph patterns, and error recovery. Use when the user asks about ai agent builder, ai agent builder best practices, or…

FerroxLabs/wayland · 100 tokens

ai-prompt-crafter

Advanced prompting techniques for any AI model covering system prompts, chain-of-thought reasoning, few-shot examples, structured output formats, context management, multi-turn conversation strategies, and a reusable prompt template library. Use when the user asks about ai prompt crafter, related techniques, best…

FerroxLabs/wayland · 93 tokens

ai-readiness-evaluation

Organizational AI readiness assessment evaluating data quality, team capabilities, infrastructure, governance, and use case prioritization to produce an actionable readiness scorecard. Use when the user asks about ai readiness evaluation, related techniques, best practices, or needs guidance in this domain. Do NOT use…

FerroxLabs/wayland · 80 tokens

ai-safety-engineer

AI safety and alignment engineering covering guardrail implementation, red teaming methodologies, content filtering pipelines, output validation, prompt injection defense, toxicity detection, bias mitigation, and responsible deployment practices for LLM-powered systems. Use when the user asks about ai safety engineer…

FerroxLabs/wayland · 92 tokens

ai-agent-patterns

Guides expert-level ai agent patterns implementation: ai-ml and architecture decision frameworks, production-ready patterns, and concrete templates for ai agent patterns workflows. Use when the user asks about ai agent patterns, ai agent patterns configuration, or ai-ml best practices for ai projects. Do NOT use when…

FerroxLabs/wayland · 85 tokens