Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
7551 where-was-this-taken useosint/skills
Where was this taken Input: an image or video file, or a URL to one. Output: a location with a confidence radius, a time window, an authenticity assessment, and the evidence chain for each. This workflow orchestrates. The technique detail lives in secrets-in-file-metadata , find-the-original-image , geolocate-from-pixels and is-this-photo-real — run those, don't reimplement them here. The order matters more than anything else in this file. Metadata before analysis, because analysis destroys meta...
1.6K
7552 find-leaks-in-the-wild useosint/skills
Find leaks in the wild This is where data surfaces before anything indexes it, and where most of what you find is a recombination of things that leaked years ago. Two mistakes cost people most: assuming a paste host's own search will find pastes, and reporting a combolist as a breach. The first wastes a day; the second is a factual error in a deliverable and it will be found. Where to start with what you're holding You have Start with Why An email or username A curated breach service first Cheap...
1.6K
7553 scenario-analyzer tradermonty/claude-trading-skills
Headline Scenario Analyzer Overview このスキルは、ニュースヘッドラインを起点として中長期(18ヶ月)の投資シナリオを分析します。 2つの専門エージェント( scenario-analyst と strategy-reviewer )を順次呼び出し、 多角的な分析と批判的レビューを統合した包括的なレポートを生成します。 When to Use This Skill 以下の場合にこのスキルを使用してください: ニュースヘッドラインから中長期の投資影響を分析したい 18ヶ月後のシナリオを複数構築したい セクター・銘柄への影響を1次/2次/3次で整理したい セカンドオピニオンを含む包括的な分析が必要 日本語でのレポート出力が必要 使用例: /headline-scenario-analyzer "Fed raises interest rates by 50bp, signals more hikes ahead" /headline-scenario-analyzer "China announces new tariffs on US semicondu...
1.6K
7554 roguelike gamedev-skills/awesome-gamedev-agent-skills
Roguelike A playbook for roguelikes — the turn engine, procedural dungeons, field-of-view, permadeath, and run economy. This is a compositional skill: it orchestrates procedural generation, tilemaps, save handling, and AI into a run-based game. It does not re-teach noise/RNG or tilemap APIs; it defines the loop and the systems that make a run compelling. When to use Use when building a turn-based, grid-based dungeon crawler where each death ends the run and the world is regenerated — a roguelike...
1.6K
7555 get-pr-comments cursor/plugins
Get PR comments Trigger Need a concise, actionable summary of feedback on the active pull request. Workflow Resolve the active PR for the current branch. Fetch review comments and discussion comments. Group feedback by severity and actionability. Return a concise action list. Output Grouped feedback summary Action list ordered by priority Open questions that still need clarification Installs 668 Repository cursor/plugins GitHub Stars 2.2K First Seen Feb 18, 2026 Security Audits Gen Agent Trust H...
1.6K
7556 wp-abilities-audit wordpress/agent-skills
No SKILL.md available for this skill. View on GitHub Installs 609 Repository wordpress/agent-skills GitHub Stars 1.8K First Seen May 27, 2026
1.6K
7557 loop-design-check affaan-m/ecc
Loop Design + Review Premise. An LLM is a feed-forward system: prompt in → tokens out, with no built-in "steer toward the goal" across turns. To make it behave like a goal-oriented system, you wrap a feedback loop around it. This skill helps you write that loop correctly and review it so it won't run away. When to use / not Use it when: You want to hand a repeating task to an agent that runs over and over (write→test, test→fix, fix→verify…). You already have a loop and worry it spins, cheats, or...
1.6K
7558 edge-strategy-designer tradermonty/claude-trading-skills
Edge Strategy Designer Overview Translate concept-level hypotheses into concrete strategy draft specs. This skill sits after concept synthesis and before pipeline export validation. When to Use You have edge_concepts.yaml and need strategy candidates. You want multiple variants (core/conservative/research-probe) per concept. You want optional exportable ticket files for interface v1 families. Prerequisites Python 3.9+ PyYAML edge_concepts.yaml produced by concept synthesis Output strategy_drafts...
1.6K
7559 code-testing-agent dotnet/skills
Code Testing Generation Skill An AI-powered skill that generates comprehensive, workable unit tests for any programming language using a coordinated multi-agent pipeline. When to Use This Skill Use this skill when you need to: Generate unit tests for an entire project or specific files Improve test coverage for existing codebases Create test files that follow project conventions Write tests that actually compile and pass Add tests for new features or untested code When Not to Use Show more Insta...
1.6K
7560 feishu-lark openclaudia/openclaudia-skills
Feishu / Lark Messaging Skill You are a messaging specialist for Feishu (飞书, ByteDance's Chinese workplace platform) and Lark (the international version). Your job is to send messages, interactive cards, and marketing content to Feishu/Lark group chats via Custom Bot Webhooks or the App Bot API. Prerequisites Check which credentials are available: echo "FEISHU_WEBHOOK_URL is ${FEISHU_WEBHOOK_URL :+ set} " echo "FEISHU_WEBHOOK_SECRET is ${FEISHU_WEBHOOK_SECRET :+ set} " echo "FEISHU_APP_ID is ${F...
1.6K
7561 dotnet-timezone github/awesome-copilot
.NET Timezone Resolve timezone questions for .NET and C code with production-safe guidance and copy-paste-ready snippets. Start With The Right Path Identify the request type first: Address or location lookup Timezone ID lookup UTC/local conversion Cross-platform timezone compatibility Scheduling or DST handling API or persistence design If the library is unclear, default to TimeZoneConverter for cross-platform work. If the scenario involves recurring schedules or strict DST rules, prefer NodaTim...
1.6K
7562 pubchem-database google-deepmind/science-skills
PubChem Database Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://pubchem.ncbi.nlm.nih.gov/docs/citation-guidelines and https://pubchem.ncbi.nlm.nih.gov/docs/pug-rest , then (2) create the file recording the notification text and timestamp. Quick Start PubChem queries are exec...
1.6K
7563 research-decision-room nexu-io/open-design
Research Decision Room Skill Create a single-page HTML decision artifact that helps a product or design team turn messy evidence into a clear next move. The output is not a decorative research deck. It is a working room for debate: evidence, themes, confidence, tradeoffs, and recommended experiments stay visible together. Resource map research-decision-room/ ├── SKILL.md ├── example.html └── references/ ├── checklist.md └── evidence-model.md Show more Installs 555 Repository nexu-io/open-design ...
1.6K
7564 weekly-review cursor/plugins
Weekly review Trigger Need a weekly recap of shipped work for status updates, retros, or planning. Workflow Determine the current git user email from repo config. Collect authored commits from the last 7-10 days on the primary branch context. Exclude merge commits. Group meaningful changes into 2-5 concise bullets. Add a short classification paragraph covering: likely bug fixes likely tech debt work likely net-new functionality Guardrails Show more Installs 664 Repository cursor/plugins GitHub S...
1.6K
7565 threejs-aaa-graphics-builder majidmanzarpour/threejs-game-skills
Three.js AAA Graphics Builder Purpose Own the production graphics pass. Convert basic screenshots into authored, high-density, performance-aware visual experiences. Use When Screenshots still look basic, models look primitive, worlds are sparse, UI/world art feels generic, or the user asks for premium, AAA, high-fidelity, showcase, or less-basic graphics. Required References These references are required phase-entry gates, not optional reading: Show more Installs 735 Repository majidmanzarpour…e...
1.6K
7566 jobkorea-talent-search nomadamas/k-skill
jobkorea-talent-search 잡코리아 기업 인재검색에서 유료 열람/포지션 제안 전에 현재 보이는 마스킹 이력서와 목록 정보를 비교해 “열람할 만한 후보”를 추천한다. 개발자 전용이 아니며 모든 직무에 role-adaptive하게 적용한다. Use when 사용자가 잡코리아에서 후보를 찾아달라고 요청한다. 기업회원 로그인 세션에서 마스킹 이력서/목록을 비교해야 한다. 유료 열람 전 shortlist, 점수, 근거, 리스크, 후보 URL이 필요하다. Hard boundaries Allowed: 잡코리아 기업회원 브라우저 세션 열기 및 검색 필터 입력 현재 보이는 마스킹 목록/이력서/프로필 읽기 후보 분석, 점수화, shortlist 작성, 유료 열람 추천 Show more Installs 831 Repository nomadamas/k-skill GitHub Stars 6.6K First Seen Jun 21, 2026 Security Audits Gen Agent Trus...
1.6K
7567 earnings-trade-analyzer tradermonty/claude-trading-skills
Earnings Trade Analyzer - Post-Earnings 5-Factor Scoring Analyze recent post-earnings stocks using a 5-factor weighted scoring system to identify the strongest earnings reactions for potential momentum trades. When to Use User asks for post-earnings trade analysis or earnings gap screening User wants to find the best recent earnings reactions User requests earnings momentum scoring or grading User asks about post-earnings accumulation day (PEAD) candidates Prerequisites FMP API key (set FMP_API_...
1.6K
7568 godot-shaders gamedev-skills/awesome-gamedev-agent-skills
Godot Shaders (4.x) Write canvas_item (2D) and spatial (3D) shaders in the Godot Shading Language, animate with TIME / UV , expose uniform s, and read the screen. Targets Godot 4.7 . When to use Use when writing .gdshader code or a ShaderMaterial : 2D effects (outline, dissolve, flash, water), 3D surface shaders (rim light, toon, scrolling UV), or screen-space post effects. When not to use: the cross-engine concepts of shading (UVs, vertex/fragment theory) → shader-programming ; particles/VFX no...
1.6K
7569 auto-paper-demo marimo-team/skills
You need to come up with a compelling story to tell from a paper. Do not ask the user for feedback/input. You need to apply thinking and come up with the best story yourself. Fetching Papers via AlphaXiv Use alphaxiv.org to get structured, LLM-friendly paper content. This is faster and more reliable than trying to read a raw PDF. Extract the paper ID Parse the paper ID from whatever the user provides: Input Paper ID https://arxiv.org/abs/2401.12345 2401.12345 https://arxiv.org/pdf/2401.12345 240...
1.6K
7570 check-compiler-errors cursor/plugins
Check compiler errors Trigger Compile or type-check failures are blocking local validation or CI. Workflow Run the repo's compile and type-check commands. Summarize errors by file and type. Fix the highest-confidence issues first. Re-run checks until clean or blocked. Output Current compile and type-check status Error summary grouped by file and category Fixes applied and remaining blockers Installs 662 Repository cursor/plugins GitHub Stars 2.2K First Seen Feb 25, 2026 Security Audits Gen Agent...
1.6K
7571 langchain-python-quickstart langchain-ai/langchain-skills
LangChain Python quickstart Follow the live docs — do not invent an alternate API from memory: https://docs.langchain.com/oss/python/langchain/quickstart Fetch that page (Docs MCP or HTTP) and implement what it shows (weather agent + create_agent ). Local setup constraints Apply these on top of the quickstart (they keep setup minimal and model-agnostic): Ask which provider/model to use. Showcase that LangChain is model-agnostic. Suggested prompt: Which model should this agent use? Pass a provide...
1.6K
7572 deepagents-python-quickstart langchain-ai/langchain-skills
Deep Agents Python quickstart Follow the live docs — do not invent an alternate API from memory: https://docs.langchain.com/oss/python/deepagents/quickstart Fetch that page (Docs MCP or HTTP) and implement the research-agent shape it shows ( create_deep_agent , research system prompt, invoke with a research question like “What is LangGraph?”). Local setup constraints Apply these on top of the quickstart (they keep setup minimal and model-agnostic): Ask which provider/model to use. Showcase that ...
1.6K
7573 dt-migration dynatrace/dynatrace-for-ai
Smartscape Migration Skill This skill helps migrate Dynatrace classic and Gen2 entity-based DQL queries and query patterns to Smartscape-based equivalents. Use it to: convert classic entity types to Smartscape node types rewrite classic entity DQL into Smartscape DQL migrate entityName() , entityAttr() , classicEntitySelector() , and classic relationship patterns explain how classic entity concepts map to Smartscape nodes, edges, fields, and IDs Load the dt-dql-essentials skill before writing fi...
1.6K
7574 dd-apm datadog-labs/agent-skills
Datadog APM Distributed tracing, service maps, and performance analysis. Requirements Datadog Labs Pup should be installed via: go install github.com/datadog-labs/pup@latest Quick Start pup auth login pup apm services list pup apm traces list --service api-gateway --duration 1h Services List Services pup apm services list pup apm services list --env production Service Details pup apm services get api-gateway --json Service Map View dependencies pup apm service-map --service api-gateway --json T...
1.6K
7575 coralogix-docs coralogix/cx-cli
Coralogix docs ( cx docs search , cx docs fetch ) These commands read official Coralogix product documentation from coralogix.com/docs . They answer how the platform works and how to configure or use it . They do not query your tenant's logs, spans, metrics, or alerts. No Coralogix API key is required. CLI commands Command Purpose cx docs search <query> Find doc pages by keyword. Returns numbered titles + path suffixes. cx docs fetch <suffix> Download one page as markdown. Pass the suffix from s...
1.6K
7576 market-top-detector tradermonty/claude-trading-skills
Market Top Detector Skill Purpose Detect the probability of a market top formation using a quantitative 6-component scoring system (0-100). Integrates three proven market top detection methodologies: O'Neil - Distribution Day accumulation (institutional selling) Minervini - Leading stock deterioration pattern Monty - Defensive sector rotation signal Unlike the Bubble Detector (macro/multi-month evaluation), this skill focuses on tactical 2-8 week timing signals that precede 10-20% market correct...
1.6K
7577 gke-workload-scaling google/skills
GKE Workload Scaling This skill provides workflows and best practices for scaling applications on Google Kubernetes Engine (GKE). It covers manual scaling, Horizontal Pod Autoscaling (HPA), and Vertical Pod Autoscaling (VPA). Workflows 1. Manual Scaling Scale a deployment to a fixed number of replicas. Useful for immediate manual intervention or testing. Command: kubectl scale deployment { deployment_name } --replicas = { number } -n { namespace } Show more Installs 900 Repository google/skills ...
1.6K
7578 directory-build-organization dotnet/skills
Organizing Build Infrastructure with Directory.Build Files Directory.Build.props vs Directory.Build.targets Understanding which file to use is critical. They differ in when they are imported during evaluation: Evaluation order: Directory.Build.props → SDK .props → YourProject.csproj → SDK .targets → Directory.Build.targets Use .props for Use .targets for Setting property defaults Custom build targets Common item definitions Late-bound property overrides Properties projects can override Post-buil...
1.6K
7579 prototype-fast gamedev-skills/awesome-gamedev-agent-skills
Prototype Fast Get a mechanic into a player's hands fast to learn whether it's worth building. The output of a prototype is a decision (keep / kill / refactor), not a product. Optimize for learning speed, and decide up front whether the code is throwaway or load-bearing. When to use Use when validating a single mechanic or "what if", building a vertical slice / MVP, greyboxing a level or interaction, or de-risking an idea before committing real time. Use when the user says "just get something pl...
1.6K
7580 godot-physics gamedev-skills/awesome-gamedev-agent-skills
Godot Physics (4.x, 2D + 3D) Pick the right physics body, wire up collision layers/masks, detect overlaps, and cast rays. Concepts apply to both 2D and 3D (swap the 2D / 3D suffix). Targets Godot 4.7 . When to use Use when choosing between body types, setting collision layers/masks so the right things collide, detecting overlaps (triggers, hurtboxes) with Area , applying forces/impulses to a RigidBody , or casting rays for line-of-sight/ground checks. When not to use: kinematic character control...
1.6K
7581 godot-gdscript gamedev-skills/awesome-gamedev-agent-skills
Godot GDScript (4.x) Write correct, statically typed GDScript and use the node lifecycle and signal system the way the engine intends. Targets Godot 4.7 (GDScript 2.0). When to use Use when writing or fixing .gd files: declaring variables, functions, classes, using @export / @onready , connecting signals, or awaiting coroutines/signals. Use when porting Godot 3.x scripts to 4.x and the script no longer parses. When not to use: scene/node structure and instancing questions → godot-nodes-scenes ; ...
1.6K
7582 godot-nodes-scenes gamedev-skills/awesome-gamedev-agent-skills
Godot Nodes & Scenes (4.x) Compose games from nodes and scenes, instance them at runtime, and access the tree without crashing on freed or missing nodes. Targets Godot 4.7 . When to use Use when structuring .tscn scenes, choosing how to break a feature into nodes, instancing a PackedScene (bullets, enemies, UI), or setting up autoload singletons. Use when debugging get_node() / $Path returning null , or "Attempt to call on a previously freed instance". When not to use: GDScript language/syntax →...
1.6K
7583 gtm-developer-ecosystem github/awesome-copilot
Developer Ecosystem Build and scale developer-led adoption through ecosystem programs, community, and partnerships. Focus on what actually drives adoption, not vanity metrics. When to Use Triggers: "How do we build a developer ecosystem?" "Should we curate quality or go open?" "Developer community isn't growing" "Nobody's building on our API" "How do we compete with larger platforms?" Context: API platforms and developer tools Products with extensibility (plugins, integrations) Developer-first G...
1.6K
7584 tao-finetune-huggingface-model nvidia/skills
tao-finetune-huggingface-model Local NVIDIA GPU fine-tuning for HuggingFace models, grounded in live-fetched documentation with curated references as a fallback safety net. One NGC container, a few focused scripts, one push to HF Hub. Follow the rules in this file; don't improvise. Order of authority (highest first): User input — explicit model_id , dataset_id , training_method , config.yaml overrides. Live research — model card, HF repo example, author finetune script, HF task docs, paper; alwa...
1.6K
7585 tao-setup-nvidia-gpu-host nvidia/skills
NVIDIA GPU Host Setup Use this setup skill before TAO workflows run on the docker , local-docker , or kubernetes backend. It standardizes the host GPU runtime on: NVIDIA driver branch 580 (open kernel module preferred) CUDA Toolkit package cuda-toolkit-13-0 NVIDIA Container Toolkit 1.19.0 Docker engine — only installed for docker / local-docker backends and only when Docker is missing. The package picked depends on the distro family ( docker.io on Debian-family by default, moby-engine / docker-c...
1.6K
7586 invoice-chase anthropics/knowledge-work-plugins
Invoice Chase Quick start Pull the AR aging report, score each customer by payment history, draft a tone-matched reminder for each overdue invoice, and present them to the owner. Nothing sends until the owner says so. User: "who owes me money" → Pull AR aging from QuickBooks → Cross-reference PayPal settlements (last 14 days) → Score each customer: good-payer / occasionally-late / repeat-late → Draft tone-matched reminders → Show summary table + drafts. Wait for "send these." Setup (first run on...
1.6K
7587 ncbi-sequence-fetch google-deepmind/science-skills
NCBI Sequence Fetch Prerequisites Show more Installs 425 Repository google-deepmind…e-skills GitHub Stars 881 First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
1.6K
7588 saramin-talent-search nomadamas/k-skill
saramin-talent-search 사람인 인재풀에서 유료 열람/연락처 확인/제안 발송 전에 현재 보이는 마스킹 후보 정보를 비교해 “열람할 만한 후보”를 추천한다. 개발자 전용이 아니며 모든 직무에 role-adaptive하게 적용한다. Use when 사용자가 사람인 인재풀에서 후보를 찾아달라고 요청한다. 기업회원 로그인/2차 인증이 완료된 브라우저 세션에서 후보를 검색해야 한다. 유료 열람 전 shortlist, 점수, 근거, 리스크, 후보 URL이 필요하다. Hard boundaries Allowed: 사람인 인재풀 브라우저 세션 열기 및 검색 필터 입력 현재 보이는 마스킹 후보 목록/프로필/이력서 읽기 후보 분석, 점수화, shortlist 작성, 유료 열람 추천 Show more Installs 837 Repository nomadamas/k-skill GitHub Stars 6.6K First Seen Jun 21, 2026 Security Audits Gen Age...
1.6K
7589 uptrend-analyzer tradermonty/claude-trading-skills
Uptrend Analyzer Skill Purpose Diagnose market breadth health using Monty's Uptrend Ratio Dashboard, which tracks ~2,800 US stocks across 11 sectors. Generates a 0-100 composite score (higher = healthier) with exposure guidance. Unlike the Market Top Detector (API-based risk scorer), this skill uses free CSV data to assess "participation breadth" - whether the market's advance is broad or narrow. When to Use This Skill English: User asks "Is the market breadth healthy?" or "How broad is the rall...
1.6K
7590 dividend-growth-pullback-screener tradermonty/claude-trading-skills
Dividend Growth Pullback Screener Overview This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors. Investment Thesis: High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend...
1.6K
7591 langgraph-typescript-quickstart langchain-ai/langchain-skills
LangGraph TypeScript quickstart Follow the live docs — do not invent an alternate API from memory: https://docs.langchain.com/oss/javascript/langgraph/quickstart Fetch that page (Docs MCP or HTTP) and implement what it shows (calculator / math agent with the Graph API). Prefer the Graph API path over the Functional API unless the user asks otherwise. Skip graph visualization. Local setup constraints Apply these on top of the quickstart (they keep setup minimal and model-agnostic): Ask which prov...
1.6K
7592 find-skills brianlovin/agent-config
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
1.6K
7593 experience-lds-data-requirements-generate forcedotcom/sf-skills
Generating LDS Data Requirements Run a three-stage analyst workflow — requirements clarification, API name validation, API recommendation — so a downstream developer can implement a Lightning Data Service (LDS) solution without guessing. When to Use A PRD, Figma comment, or user ask mentions Salesforce data but objects/fields/operations are vague ("show customer info", "update the record", "list upcoming gigs"). Before writing any @wire /Apex code for a new data need, or before handing the recom...
1.6K
7594 django-access-review getsentry/skills
Django Access Control & IDOR Review Find access control vulnerabilities by investigating how the codebase answers one question: Can User A access, modify, or delete User B's data? Philosophy: Investigation Over Pattern Matching Do NOT scan for predefined vulnerable patterns. Instead: Understand how authorization works in THIS codebase Ask questions about specific data flows Trace code to find where (or if) access checks happen Report only what you've confirmed through investigation Every codebas...
1.6K
7595 qdrant-clients-sdk qdrant/skills
Qdrant Clients SDK Qdrant has the following officially supported client SDKs: Python — qdrant-client · Installation: pip install qdrant-client[fastembed] JavaScript / TypeScript — qdrant-js · Installation: npm install @qdrant/js-client-rest Rust — rust-client · Installation: cargo add qdrant-client Go — go-client · Installation: go get github.com/qdrant/go-client .NET — qdrant-dotnet · Installation: dotnet add package Qdrant.Client Java — java-client · Available on Maven Central: https://central...
1.6K
7596 content-repurposer-sms blacktwist/social-media-skills
Content Repurposer When to Use User asks to repurpose content or turn one piece into multiple formats User mentions "repurpose," "turn this into," or "adapt this for" User says "cross-post," "reformat," or "blog to social" User wants to convert a newsletter to posts or extract posts from long-form content User shares an article, transcript, or blog post and wants social derivatives User mentions "get more from this content" or wants to maximize a single piece Role You are an expert content repur...
1.6K
7597 godot-audio gamedev-skills/awesome-gamedev-agent-skills
Godot Audio (4.x) Play SFX and music, route them through buses, control volume in decibels, and time gameplay to the beat. Targets Godot 4.7 . When to use Use when playing sound effects or music, routing audio to buses (Master/Music/SFX), adjusting volume/mute from code, adding bus effects (reverb, compressor), positional 3D audio, or syncing events to music. When not to use: engine-agnostic audio design (adaptive music structure, mixing philosophy, ducking patterns) → audio-design ; importing/e...
1.6K
7598 langchain-typescript-quickstart langchain-ai/langchain-skills
LangChain TypeScript quickstart Follow the live docs — do not invent an alternate API from memory: https://docs.langchain.com/oss/javascript/langchain/quickstart Fetch that page (Docs MCP or HTTP) and implement what it shows (weather agent + createAgent ). Requires Node 22+. Local setup constraints Apply these on top of the quickstart (they keep setup minimal and model-agnostic): Ask which provider/model to use. Showcase that LangChain is model-agnostic. Suggested prompt: Which model should this...
1.6K
7599 deepagents-typescript-quickstart langchain-ai/langchain-skills
Deep Agents TypeScript quickstart Follow the live docs — do not invent an alternate API from memory: https://docs.langchain.com/oss/javascript/deepagents/quickstart Fetch that page (Docs MCP or HTTP) and implement the research-agent shape it shows ( createDeepAgent , research system prompt, invoke with a research question like “What is LangGraph?”). Requires Node 22+. Local setup constraints Apply these on top of the quickstart (they keep setup minimal and model-agnostic): Ask which provider/mod...
1.6K
7600 godot-resources gamedev-skills/awesome-gamedev-agent-skills
Godot Resources (4.x) Model game data as reusable, Inspector-editable Resource objects instead of hard-coded values, and load/save them as .tres / .res . Targets Godot 4.7 . When to use Use when representing items, stats, enemy configs, dialogue lines, or level metadata as data; authoring .tres files in the Inspector; or loading/saving custom resources. When not to use: nodes/scene structure → godot-nodes-scenes ; saving the player's runtime progress (engine-agnostic save format/slots) → save-sy...
1.6K