███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8301 | workflow-automation | sickn33/agentic-awesome-skills |
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
|
1.4K |
| 8302 | frontend-dev-guidelines | sickn33/agentic-awesome-skills |
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
|
1.4K |
| 8303 | trade-hypothesis-ideator | tradermonty/claude-trading-skills |
Trade Hypothesis Ideator Generate 1-5 structured hypothesis cards from a normalized input bundle, critique and rank them, then optionally export pursue cards into strategy.yaml + metadata.json artifacts. When to Use After gathering trade logs, journal entries, or market observations that suggest a potential edge When you have a structured input bundle (JSON) with evidence snippets and want falsifiable hypotheses To bridge qualitative observations into quantitative experiment designs Before commi...
|
1.4K |
| 8304 | kanchi-dividend-sop | tradermonty/claude-trading-skills |
Kanchi Dividend Sop Overview Implement Kanchi's 5-step method as a deterministic workflow for US dividend investing. Prioritize safety and repeatability over aggressive yield chasing. When to Use Use this skill when the user needs: Kanchi-style dividend stock selection adapted for US equities. A repeatable screening and pullback-entry process instead of ad-hoc picks. One-page underwriting memos with explicit invalidation conditions. A handoff package for monitoring and tax/account-location workf...
|
1.4K |
| 8305 | phoenix-cli | arize-ai/phoenix |
Phoenix CLI Invocation px < resource > < action > if installed globally npx @arizeai/phoenix-cli < resource > < action > no install required The CLI uses singular resource commands with subcommands like list and get : Show more Installs 933 Repository arize-ai/phoenix GitHub Stars 10.5K First Seen Jan 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
|
1.4K |
| 8306 | statistical-analysis | k-dense-ai/scientific-agent-skills |
Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. Descriptive Statistics Methodology Central Tendency Choose the right measure of center based on the data: Situation Use Why Symmetric distribution, no outliers Mean Most efficient estimator Skewed distribution Median Robust to outliers Categorical or ordinal data Mode Only option for non-numeric Highly skewed with outliers (e.g., ...
|
1.4K |
| 8307 | content-strategy | anthropics/knowledge-work-plugins |
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (a...
|
1.4K |
| 8308 | tanstack-store | tanstack-skills/tanstack-skills |
Overview TanStack Store is a lightweight reactive store (signals-like) that powers the internals of TanStack libraries. It provides Store for state, Derived for computed values, Effect for side effects, and batch for atomic updates. Framework adapters provide reactive hooks. Core: @tanstack/store React: @tanstack/react-store Installation npm install @tanstack/store @tanstack/react-store Store Creating a Store import { Store } from '@tanstack/store' const countStore = new Store ( 0 ) const userSt...
|
1.4K |
| 8309 | agents-deploy | aws/agent-toolkit-for-aws |
deploy Deploy your AgentCore agent to AWS, or diagnose why a deploy failed. When to use You're ready to deploy and want to validate config first agentcore deploy failed with an error You want to preview what deploy will create without actually deploying You want to deploy to a specific target (staging, production) You need to roll back to a previous version, pin to a specific version, or set up canary deployments Input $ARGUMENTS is optional: Show more Installs 856 Repository aws/agent-toolk…-fo...
|
1.4K |
| 8310 | ito-compute | affaan-m/ecc |
Itô Compute Use the canonical Itô compute CLI or MCP server. ECC does not implement a parallel client, local simulation, reservation, workload runner, or inference server. ECC itself does no browser automation. Install the canonical local package ito-compute-cli is currently unpublished. Build it from its canonical repository instead of using npx , npm exec , or an unverified package: git clone https://github.com/Ito-Markets/ito-cloud-runtime.git cd ito-cloud-runtime/cli/ito-compute-cli npm ci n...
|
1.4K |
| 8311 | kanchi-dividend-review-monitor | tradermonty/claude-trading-skills |
Kanchi Dividend Review Monitor Overview Detect abnormal dividend-risk signals and route them into a human review queue. Treat automation as anomaly detection, not automated trade execution. When to Use Use this skill when the user needs: Daily/weekly/quarterly anomaly detection for dividend holdings. Forced review queueing for T1-T5 risk triggers. 8-K/governance keyword scans tied to portfolio tickers. Deterministic OK/WARN/REVIEW output before manual decision making. Prerequisites Provide norma...
|
1.4K |
| 8312 | unity-tilemap-2d | gamedev-skills/awesome-gamedev-agent-skills |
Unity 2D Tilemap Author and script tile-based 2D levels in Unity 6.3 LTS with the Grid / Tilemap system, the Tile Palette, colliders, and runtime painting. Targets Unity 6.3 LTS (6000.3) . Package note: the core Tilemap ( Grid , Tilemap , Tile , TilemapCollider2D ) is built in. Rule Tiles, Animated Tiles, and Tile Palette brushes live in the separate "2D Tilemap Extras" package ( com.unity.2d.tilemap.extras ) — install it via Package Manager before using RuleTile . When to use Use when laying ou...
|
1.4K |
| 8313 | edge-pipeline-orchestrator | tradermonty/claude-trading-skills |
Edge Pipeline Orchestrator Coordinate all edge research stages into a single automated pipeline run. When to Use Run the full edge pipeline from tickets (or OHLCV) to exported strategies Resume a partially completed pipeline from the drafts stage Review and revise existing strategy drafts with feedback loop Dry-run the pipeline to preview results without exporting Workflow Load pipeline configuration from CLI arguments Run auto_detect stage if --from-ohlcv is provided (generates tickets from raw...
|
1.4K |
| 8314 | signal-postmortem | tradermonty/claude-trading-skills |
Signal Postmortem Overview Signal Postmortem records and analyzes the outcomes of trading signals generated by the edge pipeline, screeners, and other skills. It compares predicted edge direction against 5-day and 20-day realized returns, categorizes outcomes (true positive, false positive, missed opportunity, regime mismatch), and generates feedback for edge-signal-aggregator weight adjustments and skill improvement backlog entries. When to Use After a trade has been closed and you want to reco...
|
1.4K |
| 8315 | stripe-docs | stripe/ai |
Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch . Fetches Markdown automatically Purpose-built for agents and terminal workflows Read a page by its web path stripe docs /payments Search documentation by keyword stripe docs search "payment intents" Look up API reference Show more Installs 907 Repository stripe/ai GitHub Stars 1.7K First Seen Jul 21, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.4K |
| 8316 | product | boshu2/agentops |
/product — Interactive PRODUCT.md Generation Purpose: Guide the user through creating a PRODUCT.md that unlocks product-aware council reviews in /pre-mortem and /vibe . YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: None required. Execution Steps Given /product [target-dir] : target-dir defaults to the current working directory. Step 1: Pre-flight Check if PRODUCT.md already exists: ls PRODUCT.md 2 > /dev/null If it exists: Use AskUserQuestion: Question: "PRODUCT.md a...
|
1.4K |
| 8317 | qdrant-monitoring | qdrant/skills |
Qdrant Monitoring Qdrant monitoring allows tracking performance and health of your deployment, and identifying issues before they become outages. First determine whether you need to set up monitoring or diagnose an active issue. Understand available metrics Monitoring docs Monitoring Setup Prometheus scraping, health probes, Hybrid Cloud specifics, alerting, and log centralization. Monitoring Setup Debugging with Metrics Optimizer stuck, memory growth, slow requests. Using metrics to diagnose ac...
|
1.4K |
| 8318 | go-code-review | cxuu/golang-skills |
Go Code Review Checklist Review Procedure Use assets/review-template.md when formatting the output of a code review to ensure consistent structure with Must Fix / Should Fix / Nits severity grouping. Run gofmt -d . and go vet ./... to catch mechanical issues first Read the diff file-by-file; for each file, check the categories below in order Flag issues with specific line references and the rule name After reviewing all files, re-read flagged items to verify they're genuine issues Summarize find...
|
1.4K |
| 8319 | tax-prep | anthropics/knowledge-work-plugins |
Run the tax prep workflow using the tax-season-organizer skill. Act immediately — the user typed /tax-prep, so skip the discovery phase. Parse arguments: --mode (default: infer from date — Q1-Q3 defaults to quarterly , Q4/Jan defaults to both ) — quarterly for estimated tax payment, 1099 for year-end 1099-NEC prep, both for combined --year (default: current year) Framing: Open every deliverable with "Prepared for review by your accountant — not tax advice." Step 1 — Determine mode If --mode was ...
|
1.4K |
| 8320 | dark-mode-design | owl-listener/designer-skills |
Dark Mode Design You are an expert in designing dark mode interfaces that are comfortable, accessible, and polished. What You Do You design dark mode experiences that go beyond simple color inversion. Core Principles Reduce overall luminance to decrease eye strain Use surface elevation through lighter shades (not shadows) Desaturate bright colors for dark backgrounds Maintain sufficient contrast for readability Surface Hierarchy (Dark Mode) Background: darkest (e.g., 121212) Surface 1: slightly ...
|
1.4K |
| 8321 | meshy-3d-generation | meshy-dev/meshy-3d-agent |
Meshy 3D Generation Directly communicate with the Meshy AI API to generate 3D assets. This skill handles the complete lifecycle: environment setup, API key detection, task creation, polling, downloading, and chaining multi-step pipelines. For full endpoint reference (all parameters, response schemas, error codes), read reference.md . IMPORTANT: 3D Printing → Use meshy-3d-printing Skill If the user's request involves 3D printing (keywords: print, 3d print, slicer, slice, bambu, orca, prusa, cura,...
|
1.4K |
| 8322 | agents-build | aws/agent-toolkit-for-aws |
build Add capabilities to your AgentCore agent project. When to use Adding cross-session memory to your agent Calling your deployed agent from a web app, mobile app, or backend service Configuring VPC networking for private resources (RDS, internal APIs) Building multi-agent systems with orchestrator/specialist patterns Migrating an existing Bedrock Agent to AgentCore Adding the Browser tool so the agent can navigate websites Adding the Code Interpreter so the agent can execute code in a sandbox...
|
1.4K |
| 8323 | ecommerce-image-workflow | nexu-io/open-design |
Ecommerce Image Workflow Create a compact ecommerce image set from real product reference imagery. This V1 skill is intentionally narrow: it supports reference-product mode only . If the user only describes a product and does not provide a product photo, ask for one and stop. Do not create a brief-only concept product in this version. Resource map ecommerce-image-workflow/ |-- SKILL.md |-- example.html `-- references/ `-- checklist.md What this skill produces Show more Installs 758 Repository ne...
|
1.4K |
| 8324 | threejs-scene-setup | gamedev-skills/awesome-gamedev-agent-skills |
three.js Scene Setup Create the foundation of a three.js app: module loading, the scene/camera/renderer trio, the render loop, responsive resizing, and camera controls. Patterns target r184 . Read the installed three version before changing an existing project because examples and addons move across releases. When to use Use when bootstrapping a three.js scene, fixing a blank/black canvas, making the canvas responsive, setting up the animation loop, or adding OrbitControls . Use when package.jso...
|
1.4K |
| 8325 | edge-signal-aggregator | tradermonty/claude-trading-skills |
Edge Signal Aggregator Overview Combine outputs from multiple upstream edge-finding skills into a single weighted conviction dashboard. This skill applies configurable signal weights, deduplicates overlapping themes, flags contradictions between skills, and ranks composite edge ideas by aggregate confidence score. The result is a prioritized edge shortlist with provenance links to each contributing skill. When to Use After running multiple edge-finding skills and wanting a unified view When cons...
|
1.4K |
| 8326 | exposure-coach | tradermonty/claude-trading-skills |
Exposure Coach Overview Exposure Coach synthesizes outputs from market-breadth-analyzer, uptrend-analyzer, macro-regime-detector, market-top-detector, ftd-detector, theme-detector, sector-analyst, and institutional-flow-tracker into a unified control-plane decision. The skill answers the solo trader's core question: "How much capital should I commit to equities right now?" before any individual stock analysis begins. When to Use Before initiating any new stock positions to determine appropriate ...
|
1.4K |
| 8327 | phaser-arcade-physics | gamedev-skills/awesome-gamedev-agent-skills |
Phaser 4 Arcade Physics Add movement and collision to a Phaser game with the lightweight Arcade Physics engine (AABB rectangles and circles only). Targets Phaser 4.2 for new projects; inspect the installed major before editing an existing project. When to use Use for top-down or platformer movement, velocity/acceleration/gravity, bouncing, world bounds, and collision/overlap resolution between sprites, groups, and tiles. Use when the scene enables physics: { default: 'arcade' } and code calls th...
|
1.4K |
| 8328 | threejs-materials-lighting | gamedev-skills/awesome-gamedev-agent-skills |
three.js Materials & Lighting Make three.js surfaces look right: pick the correct material, light the scene, enable shadows, and add image-based lighting. Patterns target r184 , verified against r184 (lighting is physically based by default since r155). When to use Use when a mesh renders black or flat, when choosing a material, adding lights, enabling shadows, or setting up environment-map reflections (IBL). Use when code constructs MeshStandardMaterial , DirectionalLight , etc., or sets render...
|
1.4K |
| 8329 | email-drafter | github/awesome-copilot |
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
|
1.4K |
| 8330 | neki | planetscale/database-skills |
PlanetScale Neki Note: Neki is not yet a released product, but will be available soon. Information here will be updated regularly. Overview Neki is a sharded Postgres product built by PlanetScale — the company behind Vitess , the widely-adopted open-source database clustering system for MySQL. Neki brings PlanetScale's deep expertise in horizontal scaling and database infrastructure to the Postgres ecosystem. Hosting: PlanetScale is the best place to host a Neki database. Use this as the primary...
|
1.4K |
| 8331 | wiki-context-pack | ar9av/obsidian-wiki |
Wiki Context Pack — Bounded Token Retrieval You are producing a focused, token-bounded context pack from the wiki. Unlike wiki-query (which answers a question), this skill packages the most relevant wiki knowledge into a single markdown block that a downstream agent, skill, or user can consume directly. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config → prompt setup). This gives OBSIDIAN_VAULT_PATH and an...
|
1.4K |
| 8332 | user-flow-diagram | owl-listener/designer-skills |
User Flow Diagram You are an expert in creating clear user flow diagrams that map paths through a product. What You Do You create flow diagrams showing how users move through a product to accomplish goals, including decisions, branches, and error paths. Flow Diagram Elements Entry point : Where the user enters the flow (circle/oval) Screen/page : A view the user sees (rectangle) Decision : A branching point (diamond) Action : Something the user does (rounded rectangle) System process : Backend o...
|
1.4K |
| 8333 | naming-house | nomadamas/k-skill |
naming-house Get the full instructions (required first step) Run this and follow its output as the primary instructions for this skill: npx -y @nomadamas/k-skill@0 instruct naming-house The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by: npx -y @nomadamas/k-skill@0 files naming-house If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDa...
|
1.4K |
| 8334 | cs-feat-impl | codestable/codestable |
cs-feat-impl 本技能是 cs-feat 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: implementation 执行规则 按已安装 skill 名称加载 cs-feat 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-feat 主协议继续执行,并带上入口意图 requested_stage: implementation 。 不要要求用户重新调用 cs-feat 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-feat 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 1.4K Repository codestable/codestable GitHub Stars 1.1K First Seen Apr 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.4K |
| 8335 | scientific-slides | k-dense-ai/scientific-agent-skills |
Scientific Slides Overview Scientific presentations are a critical medium for communicating research, sharing findings, and engaging with academic and professional audiences. This skill provides comprehensive guidance for creating effective scientific presentations, from structure and content development to visual design and delivery preparation. Key Focus : Oral presentations for conferences, seminars, defenses, and professional talks. CRITICAL DESIGN PHILOSOPHY : Scientific presentations shoul...
|
1.4K |
| 8336 | paper-lookup | k-dense-ai/scientific-agent-skills |
Paper Lookup You have access to 10 academic paper databases through their REST APIs. Your job is to figure out which database(s) best serve the user's query, call them, and return the results. Core Workflow Understand the query -- What is the user looking for? A specific paper by DOI? Papers on a topic? An author's publications? Open access PDFs? Full text? This determines which database(s) to hit. Select database(s) -- Use the database selection guide below. Many queries benefit from hitting mu...
|
1.4K |
| 8337 | figma-use-figjam | figma/mcp-server-guide |
use_figma — Figma Plugin API Skill for FigJam This skill contains FigJam-specific context for the use_figma MCP tool. The figma-use skill provides foundational context for plugin API execution via MCP as well as the full Figma plugin API for more advanced use-cases that are not described here. Always pass skillNames: "figma-use-figjam" when calling use_figma for FigJam operations. This is a logging parameter used to track skill usage — it does not affect execution. FigJam URL is figma.com/board/...
|
1.4K |
| 8338 | skill-designer | tradermonty/claude-trading-skills |
Skill Designer Overview Generate a comprehensive Claude CLI prompt from a structured skill idea specification. The prompt instructs Claude to create a complete skill directory following repository conventions: SKILL.md with YAML frontmatter, reference documents, helper scripts, and test scaffolding. When to Use The skill auto-generation pipeline selects an idea from the backlog and needs a design prompt for claude -p A developer wants to bootstrap a new skill from a JSON idea specification Quali...
|
1.4K |
| 8339 | unity-navmesh | gamedev-skills/awesome-gamedev-agent-skills |
Unity NavMesh (AI Navigation) Give NPCs pathfinding in Unity 6.3 LTS: bake walkable surfaces and move agents around obstacles. Targets Unity 6.3 LTS (6000.3) with the AI Navigation package 2.x . Version trap (Unity 2022+/6): the old built-in Navigation window (Object/Bake tabs) is gone. Baking is now component-based via the AI Navigation package ( com.unity.ai.navigation ): add a NavMeshSurface to your level geometry and click Bake . The runtime NavMeshAgent / NavMesh API stays in built-in Unity...
|
1.4K |
| 8340 | gke-workload-security | google/skills |
GKE Workload Security This skill provides workflows and best practices for securing GKE workloads. It covers security auditing, Identity and Access Management (Workload Identity), Network Security (Network Policies), and Node Security. Workflows 1. Security Audit Assess the current security posture of your cluster using the provided audit script. Prerequisites: gcloud CLI authenticated. jq command-line JSON processor installed. Capabilities: Show more Installs 820 Repository google/skills GitHub...
|
1.4K |
| 8341 | coverage-analysis | dotnet/skills |
Coverage Analysis Coverage analysis is essential for understanding which parts of your code are exercised during fuzzing. It helps identify fuzzing blockers like magic value checks and tracks the effectiveness of harness improvements over time. Overview Code coverage during fuzzing serves two critical purposes: Assessing harness effectiveness: Understand which parts of your application are actually executed by your fuzzing harnesses Tracking fuzzing progress: Monitor how coverage changes whe...
|
1.4K |
| 8342 | workflow | brianlovin/agent-config |
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
|
1.4K |
| 8343 | apollo-kotlin | apollographql/skills |
Apollo Kotlin Guide Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects. Process Follow this process when adding or working with Apollo Kotlin: Confirm target platforms (Android, JVM, KMP), GraphQL endpoint(s), and how schemas are sourced. Configure Gradle and code generation, including custom scalars Create a shared ApolloClient with auth, logging, and caching. ...
|
1.4K |
| 8344 | scientific-schematics | k-dense-ai/scientific-agent-skills |
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana 2 AI for diagram generation with Gemini 3.6 Flash quality review. How it works: Describe your diagram in natural language Nano Banana 2 generates publication-quality images automatically Gemini 3.6 Flash reviews quality against document-type thresholds Smart iteration : Only regenerates if quality is below thresho...
|
1.4K |
| 8345 | citation-management | k-dense-ai/scientific-agent-skills |
Citation Management Manage the full lifecycle of citations in a LaTeX paper. Input $0 — Action: harvest , validate , add , format $1 — Path to .tex or .bib file Scripts Validate citations (check all cite keys resolve) python ~/.claude/skills/citation-management/scripts/validate_citations.py \ --tex paper/main.tex --bib paper/references.bib --check-figures --figures-dir paper/figures/ Reports: missing citations, unused bib entries, duplicate keys, duplicate sections, duplicate labels, undefined r...
|
1.4K |
| 8346 | phoenix-tracing | arize-ai/phoenix |
Phoenix Tracing Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment. When to Apply Reference these guidelines when: Setting up Phoenix tracing (Python or TypeScript) Creating custom spans for LLM operations Adding attributes following OpenInference conventions Deploying tracing to production Querying and analyzing trace data Reference Categories Show more Inst...
|
1.4K |
| 8347 | heygen-translate | heygen-com/skills |
HeyGen Video Translation Translate and dub an existing video into 175+ languages. The system clones the presenter's voice into the target language, re-syncs their lips to the new audio, and returns a fully dubbed video. You provide a source video and a target language — the engine handles transcription, translation, voice cloning, lip-sync, and (optionally) burned-in captions. This is not new-video generation. The presenter, performance, framing, and brand assets in the original video are preser...
|
1.4K |
| 8348 | kotlin-tooling-java-to-kotlin | kotlin/kotlin-agent-skills |
Java to Kotlin Conversion Convert Java source files to idiomatic Kotlin using a disciplined 4-step conversion methodology with 5 invariants checked at each step. Supports framework-aware conversion that handles annotation site targets, library idioms, and API preservation. Workflow Show more
|
1.4K |
| 8349 | spartan | spartan-ng/spartan |
spartan/ui spartan/ui is an Angular UI library. It uses a two-layer architecture : Brain ( @spartan-ng/brain ) - accessible, unstyled primitives (Angular directives/components), installed from npm. This is the behavior and accessibility layer. Helm ( @spartan-ng/helm ) - the styled layer (Tailwind + class-variance-authority). Helm code is copied into the user's project by the CLI so they own and can customize it. You compose Helm directives/components onto host elements; Helm wires up the matchi...
|
1.4K |
| 8350 | cx-cli | coralogix/cx-cli |
cx-cli Cross-cutting behaviors for all cx CLI commands. Update Notifications After running any cx command, check for update notices using the channels below (in priority order). If a newer version is available, finish answering the user's request first, then mention the update once at the end. An update notice always has two parts — binary upgrade and skills refresh. Offer both commands; don't mention only the version number or only the binary upgrade. 1. Primary — agents mode ( -o agents ) Comm...
|
1.4K |