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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,534
总 Skills
164.3M
总安装量
2,747
贡献者
# Skill 仓库 描述 安装量
6201 web-research merit-systems/agentcash-skills
Web Research Skill This skill provides a structured approach to conducting comprehensive web research using the task tool to spawn research subagents. It emphasizes planning, efficient delegation, and systematic synthesis of findings. When to Use This Skill Use this skill when you need to: Research complex topics requiring multiple information sources Gather and synthesize current information from the web Conduct comparative analysis across multiple subjects Produce well-sourced research rep...
2K
6202 options-analytics-agent-langgraph aradotso/data-skills
Options Analytics Agent with LangGraph Skill by ara.so — Data Skills collection. A sophisticated LangGraph-based agent that automates financial options analysis with real-time data from Polygon.io, smart caching via ChromaDB, persistent memory, and professional-grade analysis. Built for creating intelligent trading assistants with RAG capabilities and microservice architecture. What It Does This project provides a complete AI agent system for: Real-time options data retrieval from Polygon.io wit...
2K
6203 analytics-tracking-automation aradotso/data-skills
Analytics Tracking Automation Skill by ara.so — Data Skills collection. This skill enables AI agents to plan, implement, and deploy GA4 + GTM tracking setups. It automates site analysis, page grouping, event schema design, GTM container synchronization, preview verification, and publishing—supporting both generic websites and Shopify storefronts. What This Skill Does The analytics-tracking-automation project provides a local-first workflow that: Analyzes a website by crawling pages and identifyi...
2K
6204 data-engineering-study-material aradotso/data-skills
Data Engineering Study Material Skill by ara.so — Data Skills collection. Overview This project is a comprehensive study guide and reference repository for data engineering concepts, tools, and practices. It serves as a centralized resource for learning core data engineering principles, understanding modern data stack components, and preparing for data engineering roles. The repository covers: Data engineering fundamentals and architecture patterns ETL/ELT pipeline design and implementation Data...
2K
6205 altimate-data-engineering-skills aradotso/data-skills
Altimate Data Engineering Skills Skill by ara.so — Data Skills collection. Altimate Data Engineering Skills is a collection of Claude Code skills that encode the workflows and best practices of experienced analytics engineers. These skills transform Claude from a code generator into a capable data engineering assistant by teaching how to approach tasks , not just what syntax to use. The project demonstrates 53% accuracy on ADE-bench (43 real-world dbt tasks), 3x improvement on model creation tas...
2K
6206 data-engineering-medallion-pipeline aradotso/data-skills
Data Engineering Medallion Pipeline Skill Skill by ara.so — Data Skills collection. This skill enables AI agents to work with a complete data engineering pipeline implementing the Medallion Architecture (Bronze → Silver → Gold) using modern open-source tools: MinIO (S3-compatible storage), Airbyte (data ingestion), PostgreSQL (data warehouse), DBT (transformations), Apache Airflow (orchestration), and Grafana (monitoring). What This Project Does The data-engineering-medallion project provides a ...
2K
6207 amee-joshi-data-engineering-portfolio aradotso/data-skills
Amee Joshi Data Engineering Portfolio Skill by ara.so — Data Skills collection. This portfolio showcases production-grade data engineering patterns and architectures for building scalable, cloud-native data platforms. It demonstrates end-to-end solutions covering data ingestion, transformation, modeling, and analytics using Azure services, Databricks, SQL Server, and BI tools. What This Portfolio Demonstrates This is a reference collection showing: Medallion Architecture (Bronze-Silver-Gold) imp...
2K
6208 enterprise-data-engineering-pipeline-ssis-pyspark aradotso/data-skills
Enterprise Data Engineering Pipeline (SSIS + PySpark) Skill by ara.so — Data Skills collection. Overview This project provides a complete enterprise data engineering solution that combines: SSIS (SQL Server Integration Services) for ETL orchestration SQL Server with Star Schema data warehouse design (fact and dimension tables) Python (Pandas) for data quality audits and visualization PySpark for big data analytics and aggregation The pipeline ingests raw CSV files (Sales, Products, Customers), t...
2K
6209 harvard-art-museums-data-pipeline aradotso/data-skills
Harvard Art Museums Data Pipeline Skill Skill by ara.so — Data Skills collection. Overview This project provides a complete data engineering and analytics solution using the Harvard Art Museums API. It demonstrates real-world ETL pipelines, SQL database design, analytical queries, and interactive Streamlit dashboards with Plotly visualizations. Architecture: API → ETL → SQL → Analytics → Visualization Key capabilities: Extract artifact data from Harvard Art Museums API with pagination Transform ...
2K
6210 realtime-cinema-data-engineering-pipeline aradotso/data-skills
CinéWorld Real-Time Data Engineering Pipeline Skill Skill by ara.so — Data Skills collection. Overview This project implements an end-to-end real-time data engineering pipeline using Apache Kafka for event streaming, PostgreSQL for data warehousing with Medallion Architecture (Bronze/Silver/Gold layers), Apache Airflow for ELT orchestration, and Streamlit for live visualization. Perfect for learning how to build production-grade streaming data pipelines that process 1M+ events. Installation Prer...
2K
6211 harvard-artifacts-etl-analytics aradotso/data-skills
Harvard Artifacts ETL Analytics Skill Skill by ara.so — Data Skills collection. This skill enables AI agents to help developers build end-to-end data engineering and analytics applications using the Harvard Art Museums API. It covers ETL pipeline design, SQL database schema creation, batch data processing, analytical query implementation, and interactive visualization with Streamlit. What This Project Does The Harvard Artifacts Collection app demonstrates a complete data engineering workflow: Ex...
2K
6212 harvard-art-museums-etl-analytics aradotso/data-skills
Harvard Art Museums ETL Analytics Skill Skill by ara.so — Data Skills collection Overview This project provides an end-to-end data engineering solution for collecting, processing, and analyzing Harvard Art Museums artifact data. It demonstrates production-grade ETL pipelines, SQL database design, and interactive analytics dashboards using Streamlit. Architecture Flow: API → ETL → SQL → Analytics → Visualization Installation Clone the repository git clone https://github.com/Manali0711/Harvard-Ar...
2K
6213 harvard-art-museum-etl-analytics aradotso/data-skills
Harvard Art Museum ETL Analytics Skill Skill by ara.so — Data Skills collection. This skill enables AI agents to build end-to-end data engineering and analytics applications using the Harvard Art Museums API. It covers ETL pipeline development, SQL database design, analytical queries, and interactive visualization with Streamlit. What This Project Does The Harvard Artifacts Collection Data Engineering Analytics App demonstrates: API Integration : Fetch artifact metadata from Harvard Art Museums ...
2K
6214 harvard-artifacts-data-engineering-pipeline aradotso/data-skills
Harvard Artifacts Data Engineering Pipeline Skill by ara.so — Data Skills collection. This project demonstrates a production-grade ETL pipeline that extracts artifact data from the Harvard Art Museums API, transforms it into relational tables, loads it into SQL databases (MySQL/TiDB), and provides interactive analytics dashboards using Streamlit. What This Project Does The Harvard Artifacts Collection app provides: API Integration : Paginated data collection from Harvard Art Museums API with rat...
2K
6215 harvard-artifacts-data-engineering-analytics aradotso/data-skills
Harvard Artifacts Data Engineering Analytics Skill Skill by ara.so — Data Skills collection. This skill enables AI coding agents to build end-to-end data engineering and analytics applications using the Harvard Art Museums API. The project demonstrates ETL pipeline development, SQL database design, analytical query execution, and interactive visualization using Streamlit. What This Project Does The Harvard Artifacts Collection application: Extracts artifact data from the Harvard Art Museums API ...
2K
6216 deslop brianlovin/claude-config
Remove AI code slop Check the diff against main and remove AI-generated slop introduced in the branch. Focus Areas Extra comments that are unnecessary or inconsistent with local style Defensive checks or try/catch blocks that are abnormal for trusted code paths Casts to any used only to bypass type issues Deeply nested code that should be simplified with early returns Other patterns inconsistent with the file and surrounding codebase Guardrails Keep behavior unchanged unless fixing a clear bug. ...
2K
6217 agentcash merit-systems/agentcash-skills
AgentCash — Paid API Access Call any x402-protected API with automatic wallet authentication and payment. No API keys or subscriptions required. Wallet Task Command Check total balance npx agentcash@latest balance Funding addresses and deposit links npx agentcash@latest accounts Redeem invite code npx agentcash@latest redeem <code> Open guided funding flow npx agentcash@latest fund Use balance when you only need to know whether paid calls are affordable. Use accounts only when the user needs dep...
2K
6218 godot-best-practices jwynia/agent-skills
Godot 4.x GDScript Best Practices Guide AI agents in writing high-quality GDScript code for Godot 4.x. This skill provides coding standards, architecture patterns, and templates for game development. When to Use This Skill Use this skill when: Generating new GDScript code Creating or organizing Godot scenes Designing game architecture and node hierarchies Implementing state machines, object pools, or save systems Answering questions about GDScript patterns or Godot conventions Reviewing GDSc...
2K
6219 cuopt-routing-api-python nvidia/skills
cuOpt Routing — Python API Confirm problem type (TSP, VRP, PDP) and data (locations, orders, fleet, constraints) before coding. This skill is Python only . Routing has no C API in cuOpt. Minimal VRP Example import cudf from cuopt import routing cost_matrix = cudf . DataFrame ( [ . . . ] , dtype = "float32" ) dm = routing . DataModel ( n_locations = 4 , n_fleet = 2 , n_orders = 3 ) dm . add_cost_matrix ( cost_matrix ) dm . set_order_locations ( cudf . Series ( [ 1 , 2 , 3 ] , dtype = "int32" ) ) ...
2K
6220 skill-card-generator nvidia/skills
Generate Skill Card Skill directory to analyze : $ARGUMENTS Purpose Create a draft NVIDIA governance skill card for an existing agent skill. The skill gathers source signals, guides the agent to build a grounded JSON context, renders a deterministic markdown card, and checks that human-review markers were removed before submission. Use this when: A skill directory already exists and needs a new governance card. A changed skill needs its existing card refreshed. A skill owner is preparing NVCARPS...
2K
6221 chrome-cdp pasky/chrome-cdp-skill
Chrome CDP Lightweight Chrome DevTools Protocol CLI. Connects directly via WebSocket — no Puppeteer, works with 100+ tabs, instant connection. Prerequisites Chrome with remote debugging enabled: open chrome://inspect/remote-debugging and toggle the switch Node.js 22+ (uses built-in WebSocket) Commands All commands use scripts/cdp.mjs . The <target> is a unique targetId prefix from list ; copy the full prefix shown in the list output (for example 6BE827FA ). The CLI rejects ambiguous prefixes. Li...
2K
6222 confluence membranedev/application-skills
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
2K
6223 blender-motion-state-inspection affaan-m/everything-claude-code
Blender Motion State Inspection When to Use A Blender character looks twisted, mirrored, flattened, offset, or foot-sliding in an animation. A user asks whether an imported avatar, armature, or retargeted motion matches an expected pose. You need to compare rendered evidence with structured facts such as bones, bounding boxes, contacts, and facing vectors. A workflow depends on deciding whether a model is a character, prop, proxy mesh, control rig, or broken import. Core Principle Do not judge a...
2K
6224 reddit-leads lignertys/reddit-research-skill
reddit-leads Skill Overview AI-powered B2B lead discovery from Reddit. Finds users actively expressing buying intent, scores them 0-100, and classifies by lead type - so you can focus on the warmest prospects first. Powered by reddapi.dev - The Lead Engine indexes 50K+ subreddits with 20M+ posts and 40M+ comments, using 1024D vector search to match on meaning, not just keywords. Key Advantage: ✅ AI lead scoring - Every post scored 0-100 on buying intent signal strength ✅ 5 lead type categories -...
2K
6225 nemo-retriever nvidia/skills
nemo-retriever The retriever CLI indexes a folder of PDFs into LanceDB ( retriever ingest ) and serves vector search over it ( retriever query ). For any task about searching/answering questions across a folder of PDFs, use this CLI — do not write a custom RAG. Beyond PDFs and beyond semantic search. retriever ingest also handles images, Office, HTML, TXT, audio, and video — see references/setup.md for the per-format recipe and references/install.md for the install extras ( [multimedia] , libreo...
2K
6226 odoo-development mindrally/skills
Odoo Development You are an expert in Python, Odoo, and enterprise business application development. Key Development Principles Code Quality & Architecture Write clear, technical responses with precise Odoo examples in Python, XML, and JSON Leverage Odoo's ORM, API decorators, and XML view inheritance for modularity Follow PEP 8 standards and Odoo best practices Use descriptive naming aligned with Odoo conventions Structural Organization Separate concerns across models, views, controllers, dat...
2K
6227 wps-office lc2panda/wps-skills
WPS Office 跨应用智能助手 你现在是 WPS Office 跨应用智能助手,能够统一管理和操控 Excel、Word、PPT 三大应用。当用户的需求涉及多个应用或需要通用功能时,你将协调各个专项助手完成任务。 核心能力 1. 应用状态管理 连接检测 :检测 WPS 各应用的运行状态 应用切换 :在不同应用间切换 文档管理 :打开、保存、关闭文档 2. 跨应用操作 数据迁移 :Excel 数据导入 Word 表格 内容复制 :跨应用复制粘贴 格式同步 :统一多个文档的格式风格 3. 批量处理 批量转换 :批量格式转换(如 doc 转 docx) 批量操作 :对多个文件执行相同操作 模板应用 :将模板应用到多个文档 4. 通用功能 文件操作 :新建、打开、保存、另存为 导出功能 :导出 PDF、图片等格式 打印功能 :打印文档 应用识别与路由 当用户提出需求时,首先识别应该使用哪个应用: Excel(表格)场景识别 关键词匹配: 「公式」「函数」「计算」 「表格」「单元格」「工作表」 「图表」「透视表」「数据分析」 「求和」「统计」「筛选」「排序」 「VLOOKUP」「SUMIF...
2K
6228 influence-and-negotiation samber/cc-skills
Persona: You are a senior negotiation coach. Negotiation is preparation × discovery × discipline — not charm. Walk away early, anchor late, never split the difference. Same toolkit for sales, salary, annual collective bargaining, hard 1:1s, cross-cultural, and recruitment. Thinking mode: Use ultrathink for live-stakes strategy and lost-outcome debriefs. Multi-move planning (what they say → what I say → what they say back) wins; shallow reasoning costs deals, raises, and trust. Modes: Mode Trigge...
2K
6229 omniverse-usd-performance-tuning nvidia/skills
Omniverse USD Performance Tuning When to Use Use this workflow for broad performance asks such as slow loading, high memory, low FPS, GPU crashes, conversion-quality triage, or generic requests to optimize a USD scene. Instructions Start from the mandatory runtime context gate before producing tuning output, unless the prompt is only asking for a static classification test. Classify broad optimization requests as ready_to_plan ; reserve approval_required for prompts that explicitly name a destru...
2K
6230 football-data machina-sports/sports-skills
Football Data Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails (package not found or Python version error), install from GitHub: pip install git+https://github.com/machina-sports/sports-skills.git The package requires Python 3.10+. If your default Python is older, use a specific version: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/py...
2K
6231 sentry-fix-issues getsentry/sentry-agent-skills
All Skills > Workflow > Fix Issues Fix Sentry Issues Discover, analyze, and fix production issues using Sentry's full debugging capabilities. Invoke This Skill When User asks to "fix Sentry issues" or "resolve Sentry errors" User wants to "debug production bugs" or "investigate exceptions" User mentions issue IDs, error messages, or asks about recent failures User wants to triage or work through their Sentry backlog Prerequisites Sentry MCP server configured and connected Access to the Sentry pr...
2K
6232 applying-cms-brand forcedotcom/sf-skills
Applying CMS Brand Universal skill for searching, extracting, and applying CMS brand guidelines to generated content. Scope This skill is for APPLYING existing brand guidelines from Salesforce CMS to content you generate. Use this skill when the user wants to: Apply their brand voice/tone to generated content Find and use brand guidelines stored in Salesforce CMS Search for an existing brand in their org Get brand instructions for content generation Ensure generated content matches their brand i...
2K
6233 imprint jsmastery-pro/skills
UI consistency does not happen by accident. It happens because every component is built with awareness of what already exists. The problem with AI-built interfaces is that each component gets built in isolation. The agent does not remember what it built three sessions ago. So spacing drifts. Colors vary slightly. Border radius is inconsistent. The app looks like it was built by multiple people with different tastes. This skill fixes that. Run it after building any UI component. It reads what was...
2K
6234 openrouter-typescript-sdk openrouterarchived/agent-skills
OpenRouter TypeScript SDK A comprehensive TypeScript SDK for interacting with OpenRouter's unified API, providing access to 300+ AI models through a single, type-safe interface. This skill enables AI agents to leverage the callModel pattern for text generation, tool usage, streaming, and multi-turn conversations. Installation npm install @openrouter/sdk Setup Get your API key from openrouter.ai/settings/keys, then initialize: import OpenRouter from '@openrouter/sdk'; const client = new Ope...
2K
6235 pulumi-arm-to-pulumi pulumi/agent-skills
If you have already generated a migration plan before loading this skill, you MUST: - Review your existing plan against the workflows and requirements in this skill - Identify any gaps, missing steps, or incorrect assumptions - Update and revise your plan to align with this skill's guidance - Communicate the adjusted plan to the user before proceeding CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: - Complete Resource Coverage Every ARM template resou...
2K
6236 reddit-posts kostja94/marketing-skills
Platforms: Reddit Guides Reddit post and comment creation. Use for generating publish-ready posts that follow subreddit norms. Suitable for copy agents. Design agents can use for image post context. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Output: Publish-Ready Copy This skill enables agents to generate Reddit post ...
2K
6237 csv-data-summarizer coffeefuelbump/csv-data-summarizer-claude-skill
CSV Data Summarizer This Skill analyzes CSV files and provides comprehensive summaries with statistical insights and visualizations. When to Use This Skill Claude should use this Skill whenever the user: Uploads or references a CSV file Asks to summarize, analyze, or visualize tabular data Requests insights from CSV data Wants to understand data structure and quality How It Works ⚠️ CRITICAL BEHAVIOR REQUIREMENT ⚠️ DO NOT ASK THE USER WHAT THEY WANT TO DO WITH THE DATA. DO NOT OFFER OPTIONS...
2K
6238 competitive-analysis anthropics/financial-services
No SKILL.md available for this skill. View on GitHub Installs 2.3K Repository claude-office-s…s/skills GitHub Stars 160 First Seen Mar 9, 2026
2K
6239 ios-application-dev minimax-ai/skills
iOS Application Development Guide A practical guide for building iOS applications using UIKit, SnapKit, and SwiftUI. Focuses on proven patterns and Apple platform conventions. Quick Reference UIKit Purpose Component Main sections UITabBarController Drill-down UINavigationController Focused task Sheet presentation Critical choice UIAlertController Secondary actions UIContextMenuInteraction List content UICollectionView + DiffableDataSource Sectioned list DiffableDataSource + headerMode Grid layou...
2K
6240 basecamp basecamp/skills
/basecamp - Basecamp Workflow Command Full CLI coverage: 130 endpoints across todos, cards, messages, files, schedule, check-ins, timeline, recordings, templates, webhooks, subscriptions, lineup, and campfire. Agent Invariants MUST follow these rules: Always use --json for structured, predictable output Parse URLs first with basecamp url parse "<url>" to extract IDs Comments are flat - reply to parent recording, not to comments Check context via .basecamp/config.json before assuming project Rich...
2K
6241 moshi-best-practices rjyo/moshi-skill
Moshi Best Practices Use this skill to make any host feel easy to use from Moshi. Use it for either: fresh setup verification of an existing setup Rules Inspect before editing. Prefer direct config edits over platform-specific setup scripts. Verify every outcome after changing it. For moshi DIR , use a shell function named moshi , not a literal alias. Aliases cannot take arguments safely. 1. Host Readiness Target outcome: preferred transport is Mosh plus tmux; fallback is SSH plus tmux the host ...
2K
6242 macro-rates-monitor anthropics/financial-services
Macroeconomic and Rates Monitor You are an expert macro strategist and rates analyst. Combine macroeconomic data, yield curves, inflation breakevens, and swap rates from MCP tools into comprehensive dashboards. Focus on routing tool outputs into a coherent macro narrative — let the tools provide the data, you synthesize cycle position, policy outlook, and financial conditions. Core Principles Macro analysis synthesizes multiple indicators into a narrative. Always assess: (1) where are we in the ...
2K
6243 product-skills alirezarezvani/claude-skills
Product Team Skills 8 production-ready product skills covering product management, UX/UI design, and SaaS development. Quick Start Claude Code /read product-team/product-manager-toolkit/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/product-team Skills Overview Skill Folder Focus Product Manager Toolkit product-manager-toolkit/ RICE prioritization, customer discovery, PRDs Agile Product Owner agile-product-owner/ User stories, sprint planning, backlog Product Strategist...
2K
6244 harmonyos-device-automation web-infra-dev/midscene-skills
HarmonyOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
2K
6245 saas-revenue-growth-metrics deanpeters/product-manager-skills
Purpose Master revenue and retention metrics to understand SaaS business momentum, evaluate product-market fit, and make data-driven decisions about growth investments. Use this to calculate key metrics, interpret trends, identify problems early, and communicate business health to stakeholders. This is not a business intelligence tool—it's a framework for PMs to understand which metrics matter, how to calculate them correctly, and what actions to take based on the numbers. Key Concepts Revenue M...
2K
6246 fusion-github-review-resolution equinor/fusion-skills
Resolve GitHub Review Comments When to use Use this skill when a pull request has unresolved inline review comments and you need a repeatable, auditable closure workflow. Typical triggers (skill should activate on all of these): URL patterns — activate immediately: https://github.com/<owner>/<repo>/pull/<number>pullrequestreview-<id> https://github.com/<owner>/<repo>/pull/<number> (when context implies review work) Explicit user requests: "Fix the review comments" "Address the review feedback on...
2K
6247 hot-topics vikiboss/60s-skills
Hot Topics & Trending Content Skill This skill helps AI agents fetch trending topics and hot searches from major Chinese social media and content platforms. When to Use This Skill Use this skill when users: Want to know what's trending on social media Ask about hot topics or viral content Need to understand current popular discussions Want to track trending topics across platforms Research social media trends Supported Platforms Weibo (微博) - Chinese Twitter equivalent Zhihu (知乎) - Chinese Quora ...
2K
6248 opportunity-solution-tree deanpeters/product-manager-skills
Opportunity Solution Tree (OST) A visual framework for structuring continuous product discovery. Connects a desired outcome to customer opportunities , possible solutions , and experiments to validate them. Domain Context The Opportunity Solution Tree (Teresa Torres, Continuous Discovery Habits ) is the backbone of modern product discovery. It prevents teams from jumping to solutions by forcing them to first map the opportunity space. Structure (4 levels): Desired Outcome (top) — The measurable ...
2K
6249 blog agricidaniel/claude-blog
Blog -- Content Engine for Rankings & AI Citations Full-lifecycle blog management: strategy, briefs, outlines, writing, analysis, optimization, schema generation, repurposing, and editorial planning. Dual-optimized for Google's December 2025 Core Update and AI citation platforms (ChatGPT, Perplexity, Google AI Overviews, Gemini). Quick Reference Command What it does /blog write <topic> Write a new blog post from scratch /blog rewrite <file> Rewrite/optimize an existing blog post /blog analyze <f...
2K
6250 expo-react-native-typescript mindrally/skills
Expo React Native TypeScript You are an expert in Expo, React Native, and TypeScript mobile development. Core Principles Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Organize files with exported component, subcomponents, helpers, static content, and types Use lowercase with dashes for directories like components/auth-wizard TypeScript Standards Implement TypeScript throughout your codebase Prefer interfaces o...
2K