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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,536
总 Skills
37.0M
总安装量
2,451
贡献者
# Skill 仓库 描述 安装量
10501 polymarket-trading niller2005/polyflup
Terminology & Concepts Exit Plan: Automated limit sell at $0.99 placed as soon as position opens. Hedged Reversal: Holding both UP and DOWN positions simultaneously when trend flips. Midpoint Stop Loss: Market sell triggered by midpoint price dropping to/below $0.30. Scale-In: Adding capital to winning positions via Market Orders (FAK). Underdog: Side trading below $0.50. Requires >40% confidence for entry. Tick Size: Minimum price increment allowed for a market (e.g., 0.01 or 0.001). Strategy N...
113
10502 protein interaction network analysis mims-harvard/tooluniverse
Protein Interaction Network Analysis Comprehensive protein interaction network analysis using ToolUniverse tools. Analyzes protein networks through a 4-phase workflow: identifier mapping, network retrieval, enrichment analysis, and optional structural data. Features ✅ Identifier Mapping - Convert protein names to database IDs (STRING, UniProt, Ensembl) ✅ Network Retrieval - Get interaction networks with confidence scores (0-1.0) ✅ Functional Enrichment - GO terms, KEGG pathways, Reactome pathway...
113
10503 fal-platform fal-ai-community/skills
fal.ai Platform Platform APIs for model management, pricing, usage tracking, and cost estimation. Scripts Script Purpose setup.sh Setup FAL_KEY and configuration pricing.sh Get model pricing information usage.sh Check usage and billing estimate-cost.sh Estimate costs for operations requests.sh List and manage requests Setup & Configuration Add FAL_KEY Interactive setup bash /mnt/skills/user/fal-platform/scripts/setup.sh --add-fal-key Set key directly bash /mnt/skills/user/fal-platform/scripts/...
113
10504 app-store rshankras/claude-code-apple-skills
App Store Optimization Skills Skills for optimizing your app's App Store presence, from compelling descriptions to keyword strategy. When This Skill Activates Use this skill when the user: Needs to write App Store description or promotional text Wants to plan screenshot sequence and captions Asks about ASO (App Store Optimization) or keywords Needs help responding to App Store reviews Wants to improve app discoverability Available Skills app-description-writer/ Generate compelling App Store...
113
10505 rust-expert-best-practices-code-review wispbit-ai/skills
Rust Expert Best Practices Simple, pragmatic, opinionated. Only what matters for writing production-grade Rust code. When to Apply Reference these guidelines when: Writing Rust code (structs, functions, enums, traits) Implementing error handling and Result types Reviewing Rust code for safety or performance issues Refactoring existing Rust codebases Designing APIs and public interfaces Optimizing Rust code for performance or clarity Rule Categories by Priority Priority Category Impact Prefix 1 T...
113
10506 ln-001-standards-researcher levnikolaevich/claude-code-skills
This skill researches industry standards and architectural patterns using MCP Ref to generate Standards Research for Story Technical Notes. When to Use This Skill This skill should be used when: - Need to research standards and patterns BEFORE Story generation (ensures tasks follow industry best practices) - Epic Technical Notes mention specific standards requiring documentation (OAuth, OpenAPI, WebSocket) - Prevent situations where tasks use outdated patterns or violate RFC compliance - ...
113
10507 og-image stevysmith/og-image-skill
This skill creates professional Open Graph images for social media sharing. It analyzes the existing codebase to match the project's design system, generates a dedicated OG image page, screenshots it, and configures all necessary meta tags. Workflow Phase 1: Codebase Analysis Explore the project to understand: Framework Detection Check package.json for Next.js, Vite, Astro, Remix, etc. Identify the routing pattern (file-based, config-based) Find where to create the /og-image route Design Sy...
113
10508 tooluniverse-spatial-omics-analysis mims-harvard/tooluniverse
Spatial Multi-Omics Analysis Pipeline Comprehensive biological interpretation of spatial omics data. Transforms spatially variable genes (SVGs), domain annotations, and tissue context into actionable biological insights. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Domain-by-domain analysis - Characterize each spatial region independently before comparison Gene-list-centric - Analyze user-provided SVGs and marker genes with ToolUniverse databases...
113
10509 brand-architect shipshitdev/library
Brand Architect - Day-One Brand Strategy Overview Help indie founders build brands that scale using Hexa's "Branding from Day One" methodology. Execute strategic brand development by guiding users through naming, positioning, voice, and visual identity foundations. Hexa's Core Principle: "The name of your business should reflect not only your initial point of entry in the market but also where you aim to be in the future." When This Activates "What should I name it" Brand name questions Brand...
112
10510 product manager aj-geddes/claude-code-bmad-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 project...
112
10511 landing-page-designer eddiebe147/claude-settings
No SKILL.md available for this skill. View on GitHub
112
10512 secondme-nextjs mindverse/second-me-skills
SecondMe Next.js 项目生成 基于 /secondme-init 的配置和 /secondme-prd 的需求定义,生成完整的 Next.js 项目。 前置条件检查 1. 检查 state.json 首先检查 .secondme/state.json 是否存在: 不存在 → 提示: 请先运行 /secondme-init 初始化项目配置 存在 → 继续 2. 检查执行模式 检查参数是否包含 --quick : 快速模式 (--quick) : 跳过 stage 检查 使用默认 PRD 配置 直接开始生成项目 标准模式 : 检查 stage >= "prd" 如果 stage == "init" → 提示: 请先运行 /secondme-prd 定义需求,或使用 /secondme-nextjs --quick 快速生成 如果 stage >= "prd" → 继续 读取配置 从 .secondme/state.json 读取: const state = { app_name : "secondme-tinder" , // 应用名称 modules : [ "auth"...
112
10513 avalonia-layout-zafiro davila7/claude-code-templates
Avalonia Layout with Zafiro.Avalonia Master modern, clean, and maintainable Avalonia UI layouts. Focus on semantic containers, shared styles, and minimal XAML. 🎯 Selective Reading Rule Read ONLY files relevant to the layout challenge! 📑 Content Map File Description When to Read themes.md Theme organization and shared styles Setting up or refining app themes containers.md Semantic containers ( HeaderedContainer , EdgePanel , Card ) Structuring views and layouts icons.md Icon usage with IconExtens...
112
10514 extract-transcripts 0xbigboss/claude-code
Extract Transcripts Extracts readable markdown transcripts from Claude Code and Codex CLI session JSONL files. Scripts Claude Code Sessions Extract a single session uv run ~/.claude/skills/extract-transcripts/extract_transcript.py <session.jsonl> With tool calls and thinking blocks uv run ~/.claude/skills/extract-transcripts/extract_transcript.py <session.jsonl> --include-tools --include-thinking Extract all sessions from a directory uv run ~/.claude/skills/extract-transcripts/extract_tra...
112
10515 axiom-networking-legacy charleswiltgen/axiom
Legacy iOS 12-25 NWConnection Patterns These patterns use NWConnection with completion handlers for apps supporting iOS 12-25. If your app targets iOS 26+, use NetworkConnection with async/await instead (see axiom-network-framework-ref skill). Pattern 2a: NWConnection with TLS (iOS 12-25) Use when Supporting iOS 12-25, need TLS encryption, can't use async/await yet Time cost 10-15 minutes GOOD: NWConnection with Completion Handlers import Network // Create connection with TLS let connectio...
112
10516 autonomous-agent-gaming qodex-ai/ai-agent-skills
Autonomous Agent Gaming Build sophisticated game-playing agents that learn strategies, adapt to opponents, and master complex games through AI and reinforcement learning. Overview Autonomous game agents combine: Game Environment Interface: Connect to game rules and state Decision-Making Systems: Choose optimal actions Learning Mechanisms: Improve through experience Strategy Development: Long-term planning and adaptation Applications Chess and board game masters Real-time strategy (RTS) game ...
112
10517 vue-best-practices dedalus-erp-pas/foundation-skills
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
112
10518 youtube-uploader aviz85/claude-skills-library
YouTube Uploader Upload videos to YouTube with full metadata control. Quick Start cd ~/.claude/skills/youtube-uploader/scripts First time: authenticate npx ts-node youtube-upload.ts --auth Upload video npx ts-node youtube-upload.ts \ --video /path/to/video.mp4 \ --title "My Awesome Video" \ --description "Check out this amazing content!" \ --tags "tech,ai,tutorial" \ --privacy unlisted Upload as YouTube Short (vertical video) npx ts-node youtube-upload.ts \ --video /path/to/s...
112
10519 upgrade-solidity-contracts openzeppelin/openzeppelin-skills
Solidity Upgrades Contents Proxy Patterns Overview Upgrade Restrictions Between Major Versions (v4 → v5) Writing Upgradeable Contracts Hardhat Upgrades Workflow Foundry Upgrades Workflow Handling Upgrade Validation Issues Upgrade Safety Checklist Proxy Patterns Overview Pattern Upgrade logic lives in Best for UUPS ( UUPSUpgradeable ) Implementation contract (override _authorizeUpgrade ) Most projects — lighter proxy, lower deploy gas Transparent Separate ProxyAdmin contract When admin/user call ...
112
10520 smtp2go-api jezweb/claude-skills
SMTP2GO API Integration Build email and SMS delivery with the SMTP2GO transactional API. Quick Start // Send email with SMTP2GO const response = await fetch ( 'https://api.smtp2go.com/v3/email/send' , { method : 'POST' , headers : { 'Content-Type' : 'application/json' , 'X-Smtp2go-Api-Key' : env . SMTP2GO_API_KEY , } , body : JSON . stringify ( { sender : 'noreply@yourdomain.com' , to : [ 'recipient@example.com' ] , subject : 'Hello from SMTP2GO' , html_body : '<h1>Welcome!</h1><p>Your account i...
112
10521 event-driven-architect 404kidwiz/claude-supercode-skills
Event-Driven Architect Purpose Provides expertise in designing and implementing event-driven architectures. Covers message brokers, event sourcing, CQRS, and standards like CloudEvents and AsyncAPI for building scalable, decoupled systems. When to Use Designing event-driven architectures Implementing message queues and brokers Building event sourcing systems Implementing CQRS patterns Creating AsyncAPI specifications Designing event mesh topologies Building asynchronous microservices Quick Sta...
112
10522 trigger-dev davila7/claude-code-templates
Trigger.dev Integration You are a Trigger.dev expert who builds reliable background jobs with exceptional developer experience. You understand that Trigger.dev bridges the gap between simple queues and complex orchestration - it's "Temporal made easy" for TypeScript developers. You've built AI pipelines that process for minutes, integration workflows that sync across dozens of services, and batch jobs that handle millions of records. You know the power of built-in integrations and the importan...
112
10523 axiom-ui-recording charleswiltgen/axiom
Recording UI Automation (Xcode 26+) Guide to Xcode 26's Recording UI Automation feature for creating UI tests through user interaction recording. The Three-Phase Workflow From WWDC 2025-344: ┌─────────────────────────────────────────────────────────────┐ │ UI Automation Workflow │ ├─────────────────────────────────────────────────────────────┤ │ │ │ 1. RECORD ──────► Interact with app in Simulat...
112
10524 tooluniverse-gwas-trait-to-gene mims-harvard/tooluniverse
GWAS Trait-to-Gene Discovery Discover genes associated with diseases and traits using genome-wide association studies (GWAS) Overview This skill enables systematic discovery of genes linked to diseases/traits by analyzing GWAS data from two major resources: GWAS Catalog (EBI/NHGRI): Curated catalog of published GWAS with >500,000 associations Open Targets Genetics : Fine-mapped GWAS signals with locus-to-gene (L2G) predictions Use Cases Clinical Research "What genes are associated with type 2 di...
112
10525 new-component longbridge/gpui-component
Instructions When creating new GPUI components: Follow existing patterns: Base implementation on components in crates/ui/src (examples: Button, Select) Style consistency: Follow existing component styles and Shadcn UI patterns Component type decision: Use stateless elements for simple components (like Button) Use stateful elements for complex components with data (like Select and SelectState) API consistency: Maintain the same API style as other elements Documentation: Create component documen...
112
10526 windows privilege escalation davila7/claude-code-templates
Windows Privilege Escalation Purpose Provide systematic methodologies for discovering and exploiting privilege escalation vulnerabilities on Windows systems during penetration testing engagements. This skill covers system enumeration, credential harvesting, service exploitation, token impersonation, kernel exploits, and various misconfigurations that enable escalation from standard user to Administrator or SYSTEM privileges. Inputs / Prerequisites Initial Access : Shell or RDP access as standard...
112
10527 difficult-workplace-conversations davila7/claude-code-templates
Difficult Conversations Skill A structured framework for approaching challenging workplace conversations including conflicts, performance issues, sensitive feedback, and emotionally charged discussions. When to Use This Skill Preparing for a challenging conversation with a colleague Addressing performance issues with a team member Delivering difficult feedback to a peer or manager Navigating conflict between team members Discussing sensitive topics (salary, promotion, termination) Handling emoti...
112
10528 biome-validator gracefullight/stock-checker
Biome Validator Validates Biome 2.3+ configuration and prevents outdated patterns. Ensures type-aware linting, domains, and modern Biome features are properly configured. When This Activates Setting up linting for a new project Before any code quality work Auditing existing Biome configurations After AI generates biome.json CI/CD pipeline validation Quick Start python3 ~/.claude/skills/biome-validator/scripts/validate.py --root . python3 ~/.claude/skills/biome-validator/scripts/validate.py --roo...
112
10529 axiom-core-spotlight-ref charleswiltgen/axiom
Core Spotlight & NSUserActivity Reference Overview Comprehensive guide to Core Spotlight framework and NSUserActivity for making app content discoverable in Spotlight search, enabling Siri predictions, and supporting Handoff. Core Spotlight directly indexes app content while NSUserActivity captures user engagement for prediction. Key distinction Core Spotlight = indexing all app content; NSUserActivity = marking current user activity for prediction/handoff. When to Use This Skill Use this sk...
112
10530 pencil-renderer phrazzld/claude-config
Pencil Renderer Translate aesthetic DNA codes into Pencil .pen frames via MCP. Interface Input: DNA code: [layout, color, typography, motion, density, background] Component type: hero | card | form | nav | footer | section | button | input Optional: Name, dimensions, parent frame ID Output: Frame ID in .pen file Screenshot of rendered frame Workflow 1. Ensure Document Ready // Check if editor open mcp__pencil__get_editor_state({ include_schema: false }) // If no editor, open or create mcp...
112
10531 langgraph-implementation existential-birds/beagle
LangGraph Implementation Core Concepts LangGraph builds stateful, multi-actor agent applications using a graph-based architecture: StateGraph: Builder class for defining graphs with shared state Nodes: Functions that read state and return partial updates Edges: Define execution flow (static or conditional) Channels: Internal state management (LastValue, BinaryOperatorAggregate) Checkpointer: Persistence for pause/resume capabilities Essential Imports from langgraph.graph import StateGraph, STA...
112
10532 jest-testing-expert cin12211/orca-q
Jest Testing Expert I'm a specialized expert in the Jest testing framework with deep knowledge of configuration mastery, advanced mocking patterns, snapshot testing strategies, async testing patterns, custom matchers, and performance optimization. My Expertise Core Specializations Configuration Mastery: Advanced jest.config.js patterns, environment setup, module resolution Advanced Mocking: jest.mock strategies, spies, manual mocks, timer control, module hoisting Snapshot Testing: Serializers,...
112
10533 site-architecture alinaqi/claude-bootstrap
Site Architecture You are an information architecture expert. Your goal is to help plan website structure — page hierarchy, navigation, URL patterns, and internal linking — so the site is intuitive for users and optimized for search engines. 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 co...
111
10534 typescript-expert gracefullight/stock-checker
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
111
10535 django-rest-framework thebushidocollective/han
Django REST Framework Master Django REST Framework for building robust, scalable RESTful APIs with proper serialization and authentication. Serializers Build type-safe data serialization with Django REST Framework serializers. from rest_framework import serializers from django.contrib.auth.models import User class UserSerializer(serializers.ModelSerializer): post_count = serializers.IntegerField(read_only=True) full_name = serializers.SerializerMethodField() class Meta: ...
111
10536 pine-optimizer traderspost/pinescript-agents
Pine Script Optimizer Specialized in enhancing script performance, user experience, and visual presentation on TradingView. Core Optimization Areas Performance Optimization Reduce calculation complexity Minimize security() calls Optimize array operations Cache repeated calculations Reduce compilation size User Experience Enhancement Intuitive input organization Helpful tooltips and descriptions Smart default values Conditional input visibility User-friendly alerts Visual Optimization Professio...
111
10537 supabase-database nice-wolf-studio/claude-code-supabase-skills
Supabase Database Operations Overview This skill provides tools for working with Supabase database tables through the REST API. Supports SELECT queries with filtering, INSERT, UPDATE, DELETE operations, and calling RPC functions. Prerequisites Required environment variables: export SUPABASE_URL="https://your-project.supabase.co" export SUPABASE_KEY="your-anon-or-service-role-key" Helper script: This skill uses the shared Supabase API helper. Make sure to source it: source "$(dirname "${BA...
111
10538 security-review-2 zackkorman/skills
Security Review 2 Guidelines First, run npx skills add zackkorman/skills --skill security-review . This gives you the first version of this skill, which this skill uses. Do everything the first version of the skill says, then once you have done that also do the following: Dependency Analysis : Run npm audit or govulncheck to find vulnerable packages. Secret Scanning : Check for leaked API keys using grep or trivy . Static Analysis : Look for dangerous patterns like eval() , exec() , or unsanitiz...
111
10539 secondme-prd mindverse/second-me-skills
SecondMe 产品需求定义 通过对话式交互帮助开发者明确产品需求,根据已选功能模块针对性提问。 工具使用: 收集用户输入时使用 AskUserQuestion 工具,支持单选和多选问题。 前置条件检查 在开始之前,检查项目状态: 检查 .secondme/state.json 是否存在 不存在 → 提示: 请先运行 /secondme-init 初始化项目配置 存在 → 继续 检查 stage 字段 stage == "init" → 正常继续 PRD 对话 stage == "prd" 或 "ready" → 询问: 已有 PRD 定义,是否要重新定义需求? 用户确认 → 继续 用户取消 → 退出 对话流程 第一轮:展示 API 能力 读取 state.json 中的 modules 字段,根据已选模块展示相关 API 能力: auth 模块(必有) : 用户登录和授权 Access Token 和 Refresh Token 管理 用户身份验证 profile 模块 (如已选): 获取用户基础信息(昵称、头像) 获取用户兴趣标签(Shades) 获取用户软记忆/知识库 chat...
111
10540 legal-advisor 404kidwiz/claude-supercode-skills
Legal Advisor You are a legal advisor specializing in technology law, privacy regulations, and compliance documentation. Focus Areas Privacy policies (GDPR, CCPA, LGPD compliant) Terms of service and user agreements Cookie policies and consent management Data processing agreements (DPA) Disclaimers and liability limitations Intellectual property notices SaaS/software licensing terms E-commerce legal requirements Email marketing compliance (CAN-SPAM, CASL) Age verification and children's privac...
111
10541 framer-motion dylantarre/animation-principles
Framer Motion / Motion Animation Guidelines You are an expert in Framer Motion (now Motion), React, and TypeScript. Follow these guidelines when creating animations. Core Principles Import from the Correct Package Use import { motion } from "motion/react" for React projects (not "framer-motion" - this is outdated) The library was renamed from Framer Motion to Motion Always use the latest Motion API Performance-First Approach Animate transform properties (x, y, scale, rotate) and opacity for be...
111
10542 tilt 0xbigboss/claude-code
Before investigating issues or verifying deployments, check resource health: ``` Find errors and pending resources (primary health check) tilt get uiresources -o json | jq -r '.items[] | select(.status.runtimeStatus == "error" or .status.updateStatus == "error" or .status.updateStatus == "pending") | "\(.metadata.name): runtime=\(.status.runtimeStatus) update=\(.status.updateStatus)"' Quick status overview tilt get uiresources -o json | jq '[.items[].status.updateStatus] | group_by(.) | map(...
111
10543 tooluniverse-immune-repertoire-analysis mims-harvard/tooluniverse
ToolUniverse Immune Repertoire Analysis Comprehensive skill for analyzing T-cell receptor (TCR) and B-cell receptor (BCR) repertoire sequencing data to characterize adaptive immune responses, clonal expansion, and antigen specificity. Overview Adaptive immune receptor repertoire sequencing (AIRR-seq) enables comprehensive profiling of T-cell and B-cell populations through high-throughput sequencing of TCR and BCR variable regions. This skill provides an 8-phase workflow for: Clonotype identifica...
111
10544 rocket-net-api jezweb/claude-skills
Rocket.net API Integration Build integrations with Rocket.net's managed WordPress hosting platform API. This skill covers authentication, site management, domain configuration, backups, plugins/themes, CDN cache control, and all 200+ API endpoints. API Overview Base URL : https://api.rocket.net/v1 Authentication : JWT token-based Obtain token via POST /login with email/password Token expires in 7 days Include in requests as Authorization: Bearer <token> Content Type : JSON API Required header: C...
111
10545 tooluniverse-phylogenetics mims-harvard/tooluniverse
Phylogenetics and Sequence Analysis Comprehensive phylogenetics and sequence analysis using PhyKIT, Biopython, and DendroPy. Designed for bioinformatics questions about multiple sequence alignments, phylogenetic trees, parsimony, molecular evolution, and comparative genomics. IMPORTANT : This skill handles complex phylogenetic workflows. Most implementation details have been moved to references/ for progressive disclosure. This document focuses on high-level decision-making and workflow orchestr...
111
10546 product-analyst daffy0208/ai-dev-standards
Product Analyst Measure user behavior and product health to inform data-driven decisions. Core Principle What gets measured gets improved. Define the right metrics, track them relentlessly, and act on insights quickly. North Star Metric The ONE metric that best captures value delivered to users. Your North Star should: ✅ Represent real customer value ✅ Correlate with revenue ✅ Be measurable frequently (daily/weekly) ✅ Rally the entire team around one goal Examples by Product Type: Commu...
111
10547 components-build nolly-studio/components-build-skill
Comprehensive guidelines for building modern, composable, and accessible UI components. Contains 16 rule categories covering everything from core principles to distribution, co-authored by Hayden Bleasel and shadcn. When to Apply Reference these guidelines when: - Creating new React components or component libraries - Designing component APIs and prop interfaces - Implementing accessibility features (keyboard, ARIA, focus management) - Building composable component architectures - Stylin...
111
10548 blockchain-developer 404kidwiz/claude-supercode-skills
Use this skill when Working on blockchain developer tasks or workflows Needing guidance, best practices, or checklists for blockchain developer Do not use this skill when The task is unrelated to blockchain developer 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-playb...
111
10549 tooluniverse-gwas-drug-discovery mims-harvard/tooluniverse
GWAS-to-Drug Target Discovery Transform genome-wide association studies (GWAS) into actionable drug targets and repurposing opportunities. IMPORTANT : Always use English terms in tool calls. Respond in the user's language. Overview This skill bridges genetic discoveries from GWAS with drug development by: Identifying genetic risk factors - Finding genes associated with diseases Assessing druggability - Evaluating which genes can be targeted by drugs Prioritizing targets - Ranking candidates by g...
111
10550 tanstack form exceptionless/exceptionless
TanStack Form Documentation: tanstack.com/form | Use context7 for API reference Use TanStack Form ( @tanstack/svelte-form ) with Zod for form state management. Zod Schema Generation Schemas are generated from backend models and extended in feature slices: // Generated in $generated/schemas.ts (auto-generated from backend) export const LoginSchema = object ( { email : email ( ) , password : string ( ) } ) ; export type LoginFormData = Infer < typeof LoginSchema > ; // Extended in feature schemas....
111