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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,625
总 Skills
37.9M
总安装量
2,455
贡献者
# Skill 仓库 描述 安装量
9101 web-scraper zephyrwang6/myskill
Web Scraper Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data. When to Use This Skill Competitor research - Scrape pricing, features, positioning Lead generation - Extract contact info from directories Content audit - Pull headings, links, meta data Price monitoring - Track competitor pricing changes Data collection - Gather research data from multiple sources What Claude Does vs What You Decide Claude Does You Decide Structures analysis f...
233
9102 reelclaw dansugc/reelclaw
ReelClaw — UGC Reel Production Engine You are ReelClaw, an autonomous short-form video production engine that creates scroll-stopping UGC-style reels at scale. You combine AI-sourced reaction hooks, intelligent demo analysis, professional video editing, and automated publishing into a single pipeline. The Pipeline: DanSUGC (hooks + analytics) + Demos (analyzed by Gemini) + Text + Music | FFmpeg Assembly | Post-Bridge Scheduling | DanSUGC Analytics Proxy (tracking) | Replicate Winners References ...
233
9103 system-admin chaterm/terminal-skills
Core commands and best practices for Linux system administration, including system information viewing, resource monitoring, service management, etc. System Information Basic Information ``` System version cat /etc/os-release uname -a Hostname hostnamectl Uptime and load uptime ``` Hardware Information ``` CPU information lscpu cat /proc/cpuinfo Memory information free -h cat /proc/meminfo Disk information lsblk df -h ``` Resource Monitoring Real-time Monitoring ``` Com...
233
9104 n8n-workflow-generator jeremylongshore/claude-code-plugins-plus-skills
N8N Workflow Generator Purpose This skill provides automated assistance for n8n workflow generator tasks within the Business Automation domain. When to Use This skill activates automatically when you: Mention "n8n workflow generator" in your request Ask about n8n workflow generator patterns or best practices Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities Provides step-by-step gu...
233
9105 honcho-integration plastic-labs/honcho
This skill helps you integrate Honcho into existing Python or TypeScript applications. Honcho provides AI-native memory for stateful agents—it uses custom reasoning models to learn continually. Integration Workflow Follow these phases in order: Phase 1: Codebase Exploration Before asking the user anything, explore the codebase to understand: - Language & Framework: Is this Python or TypeScript? What frameworks are used (FastAPI, Express, Next.js, etc.)? - Existing AI/LLM code: Search for...
233
9106 simpo-training davila7/claude-code-templates
SimPO - Simple Preference Optimization Quick start SimPO is a reference-free preference optimization method that outperforms DPO without needing a reference model. Installation: Create environment conda create -n simpo python=3.10 && conda activate simpo Install PyTorch 2.2.2 Visit: https://pytorch.org/get-started/locally/ Install alignment-handbook git clone https://github.com/huggingface/alignment-handbook.git cd alignment-handbook python -m pip install . Install Flash Attention 2 p...
233
9107 remotion-best-practices davila7/claude-code-templates
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
233
9108 quality-manager-qms-iso13485 davila7/claude-code-templates
Senior Quality Manager - QMS ISO 13485 Specialist Expert-level ISO 13485 Quality Management System implementation and maintenance for medical device organizations with deep knowledge of quality processes, documentation control, and continuous improvement. Core QMS Competencies 1. ISO 13485 QMS Implementation Design and implement comprehensive quality management systems aligned with ISO 13485:2016 and regulatory requirements. Implementation Workflow: Gap Analysis and Planning Current state assess...
233
9109 claude-code-guide sickn33/antigravity-awesome-skills
Claude Code Guide Purpose To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns. Configuration ( CLAUDE.md ) When starting a new project, create a CLAUDE.md file in the root directory to guide the agent. Template (General) Project Guidelines Commands - Run app: `npm run dev` - Test: `npm test` - Build: `npm run build` Code Style - Us...
233
9110 firmware-analyst sickn33/antigravity-awesome-skills
Download from vendor wget http://vendor.com/firmware/update.bin Extract from device via debug interface UART console access screen /dev/ttyUSB0 115200 Copy firmware partition dd if=/dev/mtd0 of=/tmp/firmware.bin Extract via network protocols TFTP during boot HTTP/FTP from device web interface Hardware Methods UART access - Serial console connection JTAG/SWD - Debug interface for memory access SPI flash dump - Direct chip reading NAND/NOR dump - Flash memory extraction...
233
9111 creating-dashboards ancoleman/ai-design-components
This skill enables the creation of sophisticated dashboard interfaces that aggregate and present data through coordinated widgets including KPI cards, charts, tables, and filters. Dashboards serve as centralized command centers for data-driven decision making, combining multiple component types from other skills (data-viz, tables, design-tokens) into unified analytics experiences with real-time updates, responsive layouts, and interactive filtering. When to Use Activate this skill when: - Bu...
233
9112 testing dalestudy/skills
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
233
9113 lyric-diagnostic jwynia/agent-skills
Lyric Diagnostic: Skill You diagnose lyric problems across multiple dimensions. Your role is to identify why lyrics fail and guide writers (human or AI) toward more effective choices. Core Principle Lyrics fail in predictable, diagnosable ways. Generic is not neutral—generic is bad. AI-generated lyrics cluster at statistical distribution centers: the most probable word choices, rhyme pairs, and emotional vocabulary. Probability optimization produces mediocrity. Effective lyrics require inten...
233
9114 nansen-web-fetcher nansen-ai/nansen-cli
Web Fetch Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context. nansen web fetch https://nansen.ai --question "What products does Nansen offer?" nansen web fetch --url https://example.com --url https://other.com --question "Compare these two sites" nansen web fetch https://docs.uniswap.org/contracts/v4/overview --question "What changed in v4?" Positional args and --url flags can be combined — all become URLs to fetch. Flag Values Default Purpose --url URL — URL...
233
9115 nansen-perp-screener nansen-ai/nansen-cli
Perp Market Scan Answers: "What's the state of the Hyperliquid perp market right now?" nansen research perp screener --sort volume:desc --limit 20 → token_symbol, volume, buy/sell_volume, buy_sell_pressure, open_interest, funding, mark_price nansen research perp leaderboard --days 7 --limit 20 → trader_address, trader_address_label, total_pnl, roi, account_value nansen research smart-money perp-trades --limit 20 → token_symbol, side, action (Open/Close), value_usd, price_usd, trader_address_l...
233
9116 voltagent-best-practices voltagent/skills
VoltAgent Best Practices Quick reference for VoltAgent conventions and patterns. Choosing Agent or Workflow Use When Agent Open-ended tasks that require tool selection and adaptive reasoning Workflow Multi-step pipelines with explicit control flow and suspend/resume Layout src/ |-- index.ts |-- agents/ |-- tools/ `-- workflows/ Quick Snippets Basic Agent import { Agent } from "@voltagent/core"; const agent = new Agent({ name: "assistant", instructions: "You are helpful.", model: "opena...
233
9117 job-application-optimizer onewave-ai/claude-skills
Job Application Optimizer Tailor your job application materials and prepare for interviews with AI-powered optimization. Instructions When a user needs help with job applications: Identify Task Type : Resume tailoring for specific job Cover letter generation Interview preparation Skills gap analysis Application strategy Gather Information : From User : Current resume (text or structured format) Target job posting (full description) LinkedIn profile (optional) Career goals and preferences Specifi...
233
9118 arize-link arize-ai/arize-skills
Arize Link Generate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. When to Use User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config You have IDs from exported data or logs and need to link back to the UI User asks to "open" or "view" any of the above in Arize Required Inputs Collect from the user or context (exported trace data, parsed URLs): Always required Resource-specific ...
233
9119 cloudflare-troubleshooting daymade/claude-code-skills
Cloudflare Troubleshooting Core Principle Investigate with evidence, not assumptions. Always query Cloudflare API to examine actual configuration before diagnosing issues. The skill's value is the systematic investigation methodology, not predetermined solutions. Investigation Methodology 1. Gather Credentials Request from user: Domain name Cloudflare account email Cloudflare Global API Key (or API Token) Global API Key location: Cloudflare Dashboard → My Profile → API Tokens → View Global ...
233
9120 dt-dql-essentials dynatrace/dynatrace-for-ai
DQL Essentials Skill DQL is a pipeline-based query language. Queries chain commands with | to filter, transform, and aggregate data. DQL has unique syntax that differs from SQL — load this skill before writing any DQL query. Use Cases Use case Reference Useful expressions in DQL references/useful-expressions.md Smartscape topology navigation syntax and patterns references/smartscape-topology-navigation.md Dynatrace Semantic Dictionary: field namespaces, data models, stability levels, query patte...
233
9121 rest-api-django mindrally/skills
REST API Development with Django You are an expert in Django REST Framework for building scalable APIs. Core Principles Use Django's built-in features wherever possible Prioritize readability following PEP 8 compliance Use descriptive names with lowercase underscores Structure projects using Django apps for reusability Consider scalability in all design decisions Project Structure Application Structure app_name/ migrations/ Database migrations admin.py Admin configuration ...
233
9122 spring-framework mindrally/skills
Spring Framework You are an expert in Java programming, Spring Boot, Spring Framework, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code with accurate Spring Boot examples Follow camelCase for methods and variables, PascalCase for classes Structure applications with clear separation: controllers, services, repositories, models, and configurations Spring Boot Specifics Utilize Spring Boot starters for quick project setup ...
233
9123 cors-cross-origin-misconfiguration yaklang/hack-skills
SKILL: CORS Misconfiguration — Credentialed Origins, Reflection, and Trust Boundary Errors AI LOAD INSTRUCTION : Use this skill when browsers can access authenticated APIs cross-origin. Focus on reflected origins, credentialed requests, wildcard trust, parser mistakes, and origin allowlist bypasses. For JSONP hijacking deep dives, same-origin policy internals, honeypot de-anonymization, and CORS vs JSONP comparison, load the companion SCENARIOS.md . Extended Scenarios Also load SCENARIOS.md when...
233
9124 path-traversal-lfi yaklang/hack-skills
SKILL: Path Traversal / Local File Inclusion (LFI) — Expert Attack Playbook AI LOAD INSTRUCTION : Expert path traversal and LFI techniques. Covers encoding bypass sequences, OS differences, filter bypass, PHP wrapper exploitation, log poisoning to RCE, and the critical distinction between path traversal (read only) vs LFI (execution). Base models miss encoding chains and RCE escalation paths. 0. RELATED ROUTING Before deep exploitation, you can first load: upload insecure files when the primary ...
233
9125 http-parameter-pollution yaklang/hack-skills
SKILL: HTTP Parameter Pollution (HPP) AI LOAD INSTRUCTION : Model the full request path : browser → CDN/WAF → reverse proxy → app framework → business code. Duplicate keys ( a=1&a=2 ) are not an error at HTTP level; each hop may pick first, last, join, or array-ify. Test HPP when WAF and app disagree, or when internal HTTP clients rebuild query strings. Routing note: when the same parameter appears multiple times, or WAF/backend stacks differ, use the Section 1 matrix to test first/last/merge as...
233
9126 ruby mindrally/skills
Ruby Development You are an expert in Ruby development, including Ruby 3.x features, testing frameworks, and modern Ruby best practices. Code Style and Structure Write concise, idiomatic Ruby code with accurate examples Adhere to Ruby community conventions and style guides Use snake_case for files, methods, and variables Use CamelCase for classes and modules Favor descriptive names like user_signed_in? and calculate_total Ruby Language Features Leverage Ruby 3.x capabilities including: Pattern m...
233
9127 stripe mindrally/skills
Stripe Integration You are an expert in Stripe payment integration, TypeScript, React, and Next.js for building secure payment solutions. Core Principles Always handle payments on the server side Use Stripe's latest API version Implement proper error handling Follow PCI compliance best practices Use webhooks for reliable event handling Server-Side Setup Stripe Client Configuration import Stripe from 'stripe' ; const stripe = new Stripe ( process . env . STRIPE_SECRET_KEY ! , { apiVersion : '2023...
233
9128 yc-pitch-deck guia-matthieu/clawfu-skills
YC Pitch Deck Create a compelling startup pitch deck that follows the structure proven to raise billions from top investors. Master the YC and Sequoia formats that get founders funded. When to Use This Skill Fundraising to create investor pitch decks YC application to structure your narrative Demo Day prep to craft your 2-minute pitch Angel investors to communicate your opportunity Partnership pitches to structure compelling asks Internal alignment to articulate your strategy clearly Methodology...
233
9129 deploy-docs everyinc/compound-engineering-plugin
Deploy Documentation Command Validate the documentation site and prepare it for GitHub Pages deployment. Step 1: Validate Documentation Run these checks: Count components echo "Agents: $( ls plugins/compound-engineering/agents/*.md | wc -l ) " echo "Skills: $( ls -d plugins/compound-engineering/skills/*/ 2 > /dev/null | wc -l ) " Validate JSON cat .claude-plugin/marketplace.json | jq . > /dev/null && echo "✓ marketplace.json valid" cat plugins/compound-engineering/.claude-plugin/plugin.json | ...
232
9130 architecture-diagram-creator mhattingpete/claude-skills-marketplace
Architecture Diagram Creator Create comprehensive HTML architecture diagrams with data flows, business context, and system architecture. When to Use "Create architecture diagram for [project]" "Generate high-level overview" "Document system architecture" "Show data flow and processing pipeline" Components to Include Business Context: objectives, users, value, metrics Data Flow: sources → processing → outputs with SVG diagram Processing Pipeline: multi-stage visualization System Architecture: l...
232
9131 skill-publisher joeseesun/skill-publisher
Skill Publisher 一键将 Claude Code Skill 发布到 GitHub,自动完成验证、补全、推送全流程。 前置条件 gh CLI 已安装且已登录( gh auth status ) Skill 目录包含有效的 SKILL.md (含 YAML frontmatter name + description ) 发布流程 当用户要求发布 skill 时,运行发布脚本: python3 ~/.claude/skills/skill-publisher/scripts/publish_skill.py < skill_dir > 确定 skill 目录 如果用户说"发布这个 skill"且当前在某个 skill 目录 → 用当前目录 如果用户指定了 skill 名称 → 在 ~/.claude/skills/ 下查找 如果不确定 → 问用户要发布哪个 skill 脚本自动完成的步骤 验证 SKILL.md 的 YAML frontmatter(name + description) 检查 gh CLI 就绪状态 创建 LICENSE(MIT,如果缺少) 生成 READ...
232
9132 gsap-fundamentals bbeierle12/skill-mcp-claude
GSAP Fundamentals Core animation concepts with GreenSock Animation Platform. Quick Start npm install gsap import gsap from 'gsap'; // Basic tween gsap.to('.box', { x: 200, duration: 1, ease: 'power2.out' }); Core Concepts Tween Types Method Description Use Case gsap.to() Animate from current → target Most common gsap.from() Animate from target → current Entrance animations gsap.fromTo() Animate from defined start → end Full control gsap.set() Instantly set properties Initial state Bas...
232
9133 android-accessibility new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
232
9134 code-deduplication alinaqi/claude-bootstrap
Code Deduplication Skill Load with: base.md Purpose: Prevent semantic duplication and code bloat. Maintain a capability index so Claude always knows what exists before writing something new. Core Philosophy ┌─────────────────────────────────────────────────────────────────┐ │ CHECK BEFORE YOU WRITE │ │ ───────────────────────────────────────────────────────────── │ │ AI doesn't copy/paste - it reimplements. │ │ The problem isn...
232
9135 mypy bobmatnyc/claude-mpm-skills
mypy - Static Type Checking for Python Overview mypy is the standard static type checker for Python, enabling gradual typing with type hints (PEP 484) and comprehensive type safety. It catches type errors before runtime, improves code documentation, and enhances IDE support while maintaining Python's dynamic nature through incremental adoption. Key Features: Gradual typing: Add types incrementally to existing code Strict mode: Maximum type safety with --strict flag Type inference: Automatical...
232
9136 dimensionality reduction aj-geddes/useful-ai-prompts
Dimensionality Reduction Overview Dimensionality reduction techniques reduce the number of features while preserving important information, improving model efficiency and enabling visualization of high-dimensional data. When to Use High-dimensional datasets with many features Visualizing complex datasets in 2D or 3D Reducing computational complexity and training time Removing redundant or highly correlated features Preventing overfitting in machine learning models Preprocessing data before clust...
232
9137 ml model explanation aj-geddes/useful-ai-prompts
ML Model Explanation Model explainability makes machine learning decisions transparent and interpretable, enabling trust, compliance, debugging, and actionable insights from predictions. Explanation Techniques Feature Importance : Global feature contribution to predictions SHAP Values : Game theory-based feature attribution LIME : Local linear approximations for individual predictions Partial Dependence Plots : Feature relationship with predictions Attention Maps : Visualization of model focus a...
232
9138 railway-domain davila7/claude-code-templates
Railway Domain Management Add, view, or remove domains for Railway services. When to Use User asks to "add a domain", "generate a domain", "get a URL" User wants to add a custom domain User asks "what's the URL for my service" User wants to remove a domain Add Railway Domain Generate a railway-provided domain (max 1 per service): railway domain --json For a specific service: railway domain --json --service backend Response Returns the generated domain URL. Service must have a deployment...
232
9139 free-tool-strategy davila7/claude-code-templates
Free Tool Strategy (Engineering as Marketing) You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness. Initial Assessment 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 speci...
232
9140 anndata davila7/claude-code-templates
AnnData Overview AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observation metadata (obs), variable metadata (var), and multi-dimensional annotations (obsm, varm, obsp, varp, uns). Originally designed for single-cell genomics through Scanpy, it now serves as a general-purpose framework for any annotated data requiring efficient storage, manipulation, and analysis. When to Use This Skill Use this skill when: Creating, reading...
232
9141 regulatory-affairs-head davila7/claude-code-templates
Senior Regulatory Affairs Manager (Head of Regulatory Affairs) Expert-level regulatory affairs leadership for HealthTech and MedTech companies with deep knowledge of global regulatory frameworks, submission strategies, and cross-functional team coordination. Core Competencies 1. Strategic Regulatory Planning Develop comprehensive regulatory strategies that align with business objectives and ensure successful market access. Key Activities: Regulatory pathway analysis and optimization Market acces...
232
9142 csv-processor curiouslearner/devkit
CSV Processor Skill Parse, transform, and analyze CSV files with advanced data manipulation capabilities. Instructions You are a CSV processing expert. When invoked: Parse CSV Files : Auto-detect delimiters (comma, tab, semicolon, pipe) Handle different encodings (UTF-8, Latin-1, Windows-1252) Process quoted fields and escaped characters Handle multi-line fields correctly Detect and use header rows Transform Data : Filter rows based on conditions Select specific columns Sort and group data Merge...
232
9143 eval-audit hamelsmu/evals-skills
Eval Audit Inspect an LLM eval pipeline and produce a prioritized list of problems with concrete next steps. Overview Gather eval artifacts: traces, evaluator configs, judge prompts, labeled data, metrics dashboards Run diagnostic checks across six areas Produce a findings report ordered by impact, with each finding linking to a fix Prerequisites Access to eval artifacts (traces, evaluator configs, judge prompts, labeled data) via an observability MCP server or local files. If none exist, skip t...
232
9144 gpui-context longbridge/gpui-component
Overview GPUI uses different context types for different scenarios: Context Types: App: Global app state, entity creation Window: Window-specific operations, painting, layout Context<T>: Entity-specific context for component T AsyncApp: Async context for foreground tasks AsyncWindowContext: Async context with window access Quick Start Context - Component Context impl MyComponent { fn update_state(&mut self, cx: &mut Context<Self>) { self.value = 42; cx.notify(); // Trigger...
232
9145 slack-gif-creator davila7/claude-code-templates
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
232
9146 alphaear-search rkiding/awesome-finance-skills
AlphaEar Search Skill Overview Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search. Capabilities 1. Web Search Use scripts/search_tools.py via SearchTools . Search : search(query, engine, max_results) Engines: jina , ddg , baidu , local . Returns: JSON string (summary) or List[Dict] (via search_list ). Smart Cache (Agentic) : If you want to avoid redundant searches, use the Search Cache Relevance Prompt in references/PROMPTS.md . Read the cache first and decide if it's ...
232
9147 coss-particles cosscom/coss
COSS UI Particles Index Particles are copy-paste-ready UI patterns built on coss primitives. Browse them visually at https://coss.com/ui/particles . How to use this skill Describe the UI you need (e.g. "a form with validation", "a dialog with a form inside", "tabs with icons"). Search this index for matching particles by component type and description. Fetch the JSON URL to get the full source code of the particle. Adapt the particle code to your needs. JSON URL pattern Each particle has a JSON ...
232
9148 self-evolving skill jackjin1997/clawforge
Self-Evolving Skill 元认知自学习系统 - 基于预测编码和价值驱动的Skill自动演化。 功能 ResidualPyramid金字塔分解,量化认知缺口 - : 残差 自适应反思触发 : 基于残差能量自动判断何时需要学习 经验回放 : 缓存已学模式,降低重复触发 价值门控 : 只有提升长期价值才接受变异 持久化 : 经验自动保存/加载 安装 技能已安装到 ~/.openclaw/skills/self-evolving-skill 或使用ClawHub clawhub install self-evolving-skill 架构 self-evolving-skill/ ├── core/ Python核心 │ ├── residual_pyramid.py 残差金字塔(SVD分解) │ ├── reflection_trigger.py 自适应触发器 │ ├── experience_replay.py 经验回放缓存 │ ├── skill_engine.py 核心引擎...
232
9149 design-audit bencium/bencium-claude-code-design-skill
Design Audit Skill You are a UI/UX architect. You do not write features or touch functionality. You make apps feel inevitable — like no other design was ever possible. If a user needs to think about how to use it, you've failed. If an element can be removed without losing meaning, it must be removed. Before You Start Read and internalize before forming any opinion: DESIGN_SYSTEM (.md) — tokens, colors, typography, spacing, shadows, radii FRONTEND_GUIDELINES (.md) — component engineering, state m...
232
9150 scala-pro sickn33/antigravity-awesome-skills
Use this skill when Working on scala pro tasks or workflows Needing guidance, best practices, or checklists for scala pro Do not use this skill when The task is unrelated to scala pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are an elite Scala e...
232