All authors
yanacuti1121 avatar

Claude Skills by yanacuti1121

github.com/yanacuti1121
3,362 skillsA× 3,037B× 234C× 42D× 31F× 180 installs841 views
TmuxA

Expert tmux session, window, and pane management for terminal multiplexing, persistent remote workflows, and shell scripting automation.

ai-agentspythongo
0
3
Token Capped WorkflowA

Design a task workflow under an explicit token cap (e.g. 10k total) — allocate budget per phase, verify the most critical part first, and degrade gracefully when the cap nears. Use when asked to 'giới hạn token', 'làm trong 10k token', 'token cap cho task này', 'budget workflow', 'tiết kiệm chi phí cho task', 'cheap mode', or 'work within a token limit'. Do NOT use for: choosing response length/depth — see token-budget-advisor. Do NOT use for: auditing context window bloat — see context-budge...

ai-agentsgo
0
3
Token RoiA

Token budget analytics and ROI scoring for AI agent actions. Track token cost per fix, detect wasteful loops, auto-route to fast tier when burn rate is too high. Integrates with token-budget-guard.sh hook. Triggered by /cost-report, "how much did that cost", "token usage", "am I wasting tokens".

ai-agentspythongo
0
3
Toml Config ParsingA

TOML configuration file parsing for Rust/Cargo-style configs. Type-preserving parse, nested table access, array of tables, inline tables, and validation patterns. Sources: iarna/iarna-toml (toml@latest).

ai-agentsjavascripttypescript
0
3
Tracking Threat Actor InfrastructureA

Threat actor infrastructure tracking involves monitoring and mapping

ai-agentspythonrust
0
3
Trading Journal AnalystA

Paste your trading history (CSV / broker export / list of trades) and AI extracts hidden behavioral biases, implicit rules, and compares your actual behavior vs an ideal shadow strategy. Inspired by HKUDS/Vibe-Trading Shadow Account Analysis (MIT).

ai-agentsgo
0
3
Traefik Ingress RoutingA

Traefik cloud-native ingress router with automatic TLS, dynamic configuration, middleware chains, and Kubernetes IngressRoute CRDs. Sources: traefik/traefik (MIT).

ai-agentsbashkubernetes
0
3
Tree Of ThoughtsA

Multi-path reasoning before acting. Agent generates 3 candidate solutions, self-scores each on correctness/token-cost/safety, selects the best branch, and backtracks if it hits a dead end. Use before /deep-heal or any complex fix. Inspired by kyegomez/TreeofThoughts (ToT) — DFS/BFS over solution space.

ai-agentspythongo
0
3
Trending Pulse ResearchA

Research what the community actually thinks about a topic in the LAST 30 DAYS — search Reddit, X, YouTube, Hacker News and GitHub in parallel, weight results by real engagement (upvotes, likes, stars/day), detect cross-platform convergence, and synthesize one grounded brief with citations. Use when asked 'cộng đồng đang nói gì về X', 'what's trending in X', 'last 30 days research', 'tin mới nhất về X trên Reddit/HN', 'is X actually popular or hype', or 'research recent sentiment'. Do NOT use ...

ai-agentsgogit
0
3
Triaging Security Alerts In SplunkA

'Triages security alerts in Splunk Enterprise Security by classifying

ai-agentsgogit
0
3
Triaging Security Incident With Ir PlaybookB

Classify and prioritize security incidents using structured IR playbooks

ai-agentspythonrust
0
3
Triaging Security IncidentA

'Performs initial triage of security incidents to determine severity,

ai-agentsrustgo
0
3
Triaging Vulnerabilities With Ssvc FrameworkA

Triage and prioritize vulnerabilities using CISA's Stakeholder-Specific

ai-agentspythongo
0
3
Triton Inference ServerA

NVIDIA Triton Inference Server for production GPU model serving. Model repository layout, dynamic batching, concurrent model execution, gRPC/HTTP clients, and ensemble pipelines. Sources: triton-inference-server/server (BSD-3-Clause).

ai-agentsjavascriptpython
0
3
Ts Morph RefactorA

TypeScript Compiler API via ts-morph for structural code manipulation. Navigate class/interface/function AST nodes, add/remove/rename declarations, batch refactor across a project, and type-safe code generation. Sources: dsherret/ts-morph (MIT).

ai-agentstypescriptnode
0
3
Twirp Rpc PatternsA

Twirp lightweight RPC over HTTP/1.1 with Protobuf or JSON transport. Service routing, error codes, middleware hooks, and no-proxy deployment for simple agent-to-agent calls. Sources: twitchtv/twirp (Apache-2.0).

ai-agentstypescriptbash
0
3
Type Safe Api ContractsA

Type-safe API contract patterns. tRPC end-to-end typed procedures, ts-rest shared contract definitions, zod-to-openapi spec generation, Zodios Axios client, and contract-first development workflow. Sources: trpc/trpc, ts-rest/ts-rest, asteasolutions/zod-to-openapi, zodios/zodios, ecyrbe/zodios.

ai-agentstypescriptreact
0
3
Type Safety PatternsA

Type safety — Python type hints with mypy/pyright, TypeScript strict mode, branded types, Zod validation, runtime checks

ai-agentstypescriptpython
0
3
Typescript PatternsA

Write precise TypeScript — generic constraints, conditional types, mapped types, template literal types, branded/nominal types, type narrowing, satisfies operator, and utility type composition. Use when asked about "TypeScript generics", "conditional type", "mapped type", "infer keyword", "branded type", "nominal typing", "template literal type", "satisfies", "utility types", "type narrowing", "discriminated union", "type predicate", "TypeScript strict mode", "keyof typeof", or "TypeScript ad...

ai-agentstypescriptreact
0
3
Typography ScaleA

Mathematical typography scale system. Generates harmonious type hierarchies using golden ratio, perfect fifth, and other classical scales. Handles font pairing, line-height binding, CJK/special character spacing, and system font optimization. Sources: type-scale.com, google/fonts, braid-design-system, guardian/frontend, nytimes/typography, and 5 others.

ai-agentsjavascriptgo
0
3
Typography SystemA

Design a complete typography system — font pairing, type hierarchy, micro-typography (line-height, letter-spacing, measure), web font performance (font-display, preload, system stacks), and Vietnamese diacritic considerations. Use when the user asks to "choose fonts", "set up typography", "fix text spacing", "font pairing", "type scale", or "web font loading". Do NOT use when a design token system already exists — extend it instead. Works standalone or as a layer on top of design-system-gen o...

ai-agentsgoexpress
0
3
Ui RedesignA

Diagnose and redesign an existing UI that looks dated, cluttered, or inconsistent. Produces a structured critique and a revised implementation. Use when the user asks to "redesign this page", "this UI looks bad", "make it modern", "clean this up", or "the layout is confusing". Do NOT use for net-new UI with no existing code to improve.

ai-agentsgofrontend
0
3
Ui StatesA

Design all 7 UI states for any data-dependent view: empty, loading, skeleton, partial, complete, error, offline. Use when asked about "loading state", "skeleton screen", "error message", "empty state", "optimistic UI", "what happens while data loads", or before marking any data-dependent view as done. Every view that fetches data must pass all 7 states before ship.

ai-agentsgoapi
0
3
Uid Gid Privilege DropB

UID/GID privilege dropping for safe agent subprocess execution. setuid/setgid before exec, running commands as nobody/unprivileged user, Node.js uid/gid options on spawn, and preventing privilege re-escalation. Sources: stephenmathieson/node-uid, Linux credentials(7).

ai-agentsjavascriptrust
0
3
UncloudA

Use when managing an Uncloud cluster — deploying services, configuring Caddy ingress, adding static proxy routes for non-cluster devices, publishing ports, scaling, inspecting logs, or managing machines and volumes with the `uc` CLI.

ai-agentsgoshell
0
3
Unit Testing PatternsA

Write effective unit tests — Arrange-Act-Assert structure, test boundary selection, mocking strategy, test doubles (spy/stub/mock/fake), parameterized tests, snapshot pitfalls, test naming, and Vitest/Jest configuration. Use when asked about "unit test", "write tests", "Jest", "Vitest", "mock function", "spy on", "stub", "test coverage", "describe/it/expect", "beforeEach/afterEach", "parameterized test", "test.each", "snapshot test", "how to test this function", or "unit testing best practice...

ai-agentsrustreact
0
3
Unprivileged Sandbox BubblewrapA

Rootless sandbox via bubblewrap (bwrap). No-root container isolation using user namespaces, read-only bind mounts, tmpfs overlays, seccomp profiles, and capability dropping. Ideal for GitHub Codespaces. Sources: containers/bubblewrap.

ai-agentsrustgo
0
3
Untrusted Data QuarantineA

Read-only quarantine mode for processing data from untrusted sources — the reading agent may only summarize, classify, and flag risks; never edit files, run commands, or send data out. Filtered results are handed to a separate step for action. Use when handling 'dữ liệu chưa chắc đáng tin', 'untrusted input', 'tách quyền', 'quarantine this content', 'external paste', 'analyze suspicious file', or 'data from unknown source'. Do NOT use for: scanning for injection patterns — see prompt-firewall...

ai-agentsrustgo
0
3
Ux HeuristicsA

Evaluate a UI against Nielsen's 10 Usability Heuristics — score each heuristic, flag violations with severity ratings, and produce a prioritized fix list. Use when the user asks for a "UX review", "usability audit", "heuristic evaluation", or "why is this UI confusing to users". Do NOT use for code quality or accessibility — use output-enforcement or accessibility-audit for those.

ai-agentsgoexpress
0
3
Validating Backup Integrity For RecoveryA

Validate backup integrity through cryptographic hash verification, automated

ai-agentspythonrust
0
3
Value Investing ChecklistA

Buffett 6-gate checklist for any stock or company. Forces a hard pass/fail verdict with moat scoring, management trust rating, and margin of safety. No hedging, no "it depends". Inspired by ai-berkshire (MIT).

ai-agentsrustgo
0
3
Vector Distance MetricsA

Vector similarity and distance algorithms for agent memory ranking. Cosine similarity, Euclidean distance, Manhattan distance, Jaccard, Hamming, and when to use each metric for different embedding types. Sources: mljs/distance.

ai-agentsjavascripttypescript
0
3
Vector Store PatternsA

Vector database and embedding patterns for AI agent retrieval systems. pgvector similarity search, Chroma collections, Pinecone upsert/query, cosine vs dot-product vs Euclidean distance selection, chunking strategies, metadata filtering, and hybrid search. Sources: pgvector/pgvector, chroma-core/chroma, pinecone-io/pinecone-ts-client, tantaraio/voy, weaviate/weaviate-javascript-client.

ai-agentsjavascripttypescript
0
3
Venice Venice Api KeysB

Manage Venice API keys. Covers GET/POST/PATCH/DELETE /api_keys, GET /api_keys/{id}, GET /api_keys/rate_limits, GET /api_keys/rate_limits/log, the two-step /api_keys/generate_web3_key wallet flow, INFERENCE vs ADMIN key types, and per-key consumption limits (USD / DIEM).

ai-agentsgobash
0
3
Venice Venice Api OverviewB

High-level map of the Venice.ai API - base URL, authentication modes, endpoint categories, response headers, pricing model, error shape, and versioning. Load this first when starting any Venice integration.

ai-agentsgobash
0
3
Venice Venice Audio MusicB

Async music / audio-track generation via Venice. Covers the /audio/quote + /audio/queue + /audio/retrieve + /audio/complete lifecycle, lyrics vs instrumental, voice selection, duration, language, speed, model capability probing, and webhook-free polling.

ai-agentstypescriptgo
0
3
Venice Venice Audio SpeechA

Generate speech from text via POST /audio/speech. Covers TTS models (Kokoro, Qwen 3, xAI, Inworld, Chatterbox, Orpheus, ElevenLabs Turbo, MiniMax, Gemini Flash), voices per family, output formats (mp3/opus/aac/flac/wav/pcm), streaming, prompt/emotion styling, temperature/top_p, and language hints.

ai-agentsgobash
0
3
Venice Venice Audio TranscriptionA

Transcribe audio files to text via POST /audio/transcriptions. Covers supported models (Parakeet, Whisper, Wizper, Scribe, xAI STT), supported formats (wav/flac/m4a/aac/mp4/mp3/ogg/webm), response formats (json/text), timestamps, and language hints. OpenAI-compatible multipart.

ai-agentsgobash
0
3
Venice Venice AugmentA

Venice augmentation endpoints for agent pipelines. Covers POST /augment/text-parser (extract text from PDF/DOCX/XLSX/plain text, multipart, up to 25MB, JSON or plain text response), POST /augment/scrape (fetch a URL and return markdown; blocks X/Reddit), and POST /augment/search (Brave ZDR or anonym

ai-agentsgobash
0
3
Venice Venice AuthB

Authenticate to the Venice API with a Bearer API key or with an x402 / SIWE wallet. Covers header formats, the SIWE message fields, TTL and nonce rules, the venice-x402-client SDK, and how to choose between the two modes.

ai-agentstypescriptbash
0
3
Venice Venice BillingA

Venice billing and usage analytics - GET /billing/balance, GET /billing/usage (paginated per-request ledger, JSON or CSV), and GET /billing/usage-analytics (aggregated by date/model/key). Covers the DIEM/USD/BUNDLED_CREDITS consumption priority and building dashboards. (Beta)

ai-agentsgobash
0
3
Venice Venice CharactersB

Discover and use Venice public characters (persona-driven system prompts with a bound model). Covers GET /characters (search/filter/sort), /characters/{slug}, /characters/{slug}/reviews, the Character schema, and how to apply a character via venice_parameters.character_slug in chat completions.

ai-agentsgobash
0
3
Venice Venice ChatA

Call POST /chat/completions on Venice. Covers the OpenAI-compatible request shape, Venice-only venice_parameters (web search, E2EE, characters, thinking control, X search), multimodal inputs (images/audio/video), tool calls, reasoning controls, streaming, prompt caching, structured output, and model

ai-agentsgobash
0
3
Venice Venice Crypto RpcB

Use Venice as a pay-per-call JSON-RPC proxy to 20+ EVM and Starknet networks. Covers GET /crypto/rpc/networks, POST /crypto/rpc/{network}, the 1×/2×/4× method-tier pricing model, per-minute + 24-hour credit rate limits, idempotency keys for safe retries, single vs batch requests, and the unsupported

ai-agentsgobash
0
3
Venice Venice EmbeddingsA

Call POST /embeddings on Venice. Covers request shape (input, model, encoding_format, dimensions, user), OpenAI compatibility, response compression (gzip/br), and practical usage for retrieval, clustering, and RAG.

ai-agentsgobash
0
3
Venice Venice ErrorsA

Handle Venice API errors correctly. Covers the StandardError / DetailedError / ContentViolationError / X402InferencePaymentRequired body shapes, every meaningful status code (400, 401, 402, 403, 415, 422, 429, 500, 503, 504), the 402 PAYMENT-REQUIRED header used by x402 inference, 422 content-policy

ai-agentsgoreact
0
3
Venice Venice Image EditA

Transform existing images with Venice. Covers POST /image/edit (prompt-driven single-image edit), /image/multi-edit (compose 1-3 images), /image/upscale (2-4x upscale + enhance), and /image/background-remove. Accepts base64, file upload, or HTTPS URL.

ai-agentsgobash
0
3
Venice Venice Image GenerateB

Generate images with Venice. Covers POST /image/generate (Venice-native), POST /images/generations (OpenAI-compatible), GET /image/styles (style presets), request fields (prompt, dimensions, cfg_scale, seed, variants, style_preset, aspect_ratio, resolution, safe_mode, watermark), and response format

ai-agentsgobash
0
3
Venice Venice ModelsA

Discover Venice models, their capabilities, constraints, and pricing. Covers GET /models (with ?type filter), /models/traits, /models/compatibility_mapping, the ModelResponse schema (capabilities, constraints, pricing per type), and how to use this to pick the right model programmatically.

ai-agentsgobash
0
3
Venice Venice ResponsesA

Use Venice's Alpha POST /responses endpoint - an OpenAI-compatible Responses API with typed output blocks (reasoning, message, function_call, web_search_call). Covers request shape, streaming, differences from /chat/completions, supported venice_parameters subset, and E2EE behavior.

ai-agentsbashgit
0
3