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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,661
总 Skills
103.2M
总安装量
2,631
贡献者
# Skill 仓库 描述 安装量
8551 test-driven-development neolabhq/context-engineering-kit
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
842
8552 mapbox-android-patterns mapbox/mapbox-agent-skills
Mapbox Android Integration Patterns Official integration patterns for Mapbox Maps SDK on Android. Covers Kotlin, Jetpack Compose, View system, proper lifecycle management, token handling, offline maps, and mobile-specific optimizations. Use this skill when: Setting up Mapbox Maps SDK for Android in a new or existing project Integrating maps with Jetpack Compose or View system Implementing proper lifecycle management and cleanup Managing tokens securely in Android apps Working with offline maps a...
842
8553 skill-creator vercel-labs/json-render
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
841
8554 mapbox-google-maps-migration mapbox/mapbox-agent-skills
Mapbox Google Maps Migration Skill Comprehensive guidance for migrating from Google Maps Platform to Mapbox GL JS. Provides API equivalents, pattern translations, and strategies for successful migration. Core Philosophy Differences Google Maps: Imperative & Object-Oriented Create objects (Marker, Polygon, etc.) Add to map with .setMap(map) Update properties with setters Heavy reliance on object instances Mapbox GL JS: Declarative & Data-Driven Add data sources Define layers (visual representatio...
841
8555 design-system-adoption owl-listener/designer-skills
Design System Adoption You are an expert in driving design system adoption across design and engineering teams. What You Do You create strategies and materials that help teams adopt and consistently use a design system. Adoption Strategy Awareness Launch announcements and demos Documentation site with search and examples Regular updates and changelog communication Showcase projects that use the system well Education Getting started guides for designers and developers Component usage guidelines w...
841
8556 langchain davila7/claude-code-templates
LangChain - Build LLM Applications with Agents & RAG The most popular framework for building LLM-powered applications. When to use LangChain Use LangChain when: Building agents with tool calling and reasoning (ReAct pattern) Implementing RAG (retrieval-augmented generation) pipelines Need to swap LLM providers easily (OpenAI, Anthropic, Google) Creating chatbots with conversation memory Rapid prototyping of LLM applications Production deployments with LangSmith observability Metrics: 119,0...
841
8557 avast-premium-security-malware-detection aradotso/security-skills
Avast Premium Security Malware Detection Skill by ara.so — Security Skills collection. ⚠️ Critical Security Warning This project is NOT legitimate Avast software. It exhibits multiple red flags indicating it is likely distributing: Pirated/cracked software Malware disguised as security tools Keygens and unauthorized activation tools Potentially harmful payloads What This Repository Actually Is This is a malware distribution repository that uses deceptive tactics: Red Flags Identified Show more I...
841
8558 systematic-literature-review huangwb8/chineseresearchlatex
Systematic Literature Review Skill Overview This skill produces a structured systematic literature review (SLR) across multiple academic papers on a research topic. Given a topic query, it searches arXiv, extracts structured metadata (research question, methodology, key findings, limitations) from each paper in parallel, synthesizes themes across the full set, and emits a final report with consistent citations. Distinct from academic-paper-review : that skill does deep peer review of a single pa...
840
8559 best-ai-marketing-platform-benchmark aradotso/marketing-skills
best-ai-marketing-platform-benchmark Skill by ara.so — Marketing Skills collection. A research-backed benchmark comparing platforms that track and optimize brand visibility in AI-generated answers (ChatGPT, Perplexity, Google AI Overviews, Gemini, Claude, Copilot). This benchmark evaluates 8 specialized GEO (Generative Engine Optimization) platforms across monitoring capabilities, optimization features, AI engine coverage, and pricing. What This Benchmark Provides The benchmark systematically ev...
840
8560 agent-flow-visualization aradotso/trending-skills
Agent Flow Skill by ara.so — Daily 2026 Skills collection. Agent Flow is a VS Code extension that provides real-time visualization of Claude Code agent orchestration. It renders agent execution as an interactive node graph, showing tool calls, branching, subagent coordination, and timing — turning Claude Code's black-box execution into a transparent, debuggable flow. Installation Via VS Code Marketplace Open VS Code Extensions ( Cmd+Shift+X ) Search for Agent Flow by simon-p Click Install Or ins...
840
8561 css mindrally/skills
CSS Development Guidelines Core Principles Write semantic HTML to improve accessibility and SEO Use CSS for styling, avoiding inline styles Ensure responsive design using media queries and flexible layouts Prioritize external stylesheets over inline or embedded styles Layout Techniques Flexbox Use Flexbox for one-dimensional layouts (rows or columns) Leverage justify-content and align-items for alignment Use flex-wrap for responsive wrapping behavior Prefer gap property over margins for consiste...
840
8562 market-breadth-analyzer tradermonty/claude-trading-skills
Market Breadth Analyzer Skill Purpose Quantify market breadth health using a data-driven 6-component scoring system (0-100). Uses TraderMonty's publicly available CSV data to measure how broadly the market is participating in a rally or decline. Score direction: 100 = Maximum health (broad participation), 0 = Critical weakness. No API key required - uses freely available CSV data from GitHub Pages. When to Use This Skill English: User asks "Is the market rally broad-based?" or "How healthy is ma...
840
8563 uk-business-english jezweb/claude-skills
UK Business English Professional and measured. Polite without being obsequious. Direct without being abrupt. Naturally British without being a caricature. Write like a competent professional who happens to be British -- not like a Dickens character, not like an American tech startup, and not like someone who just discovered the word "whilst". Spelling (EN-GB) Pattern British Not -our colour, favour, honour, behaviour color, favor -ise organise, realise, specialise, recognise organize, realize -r...
840
8564 vuejs-typescript-best-practices mindrally/skills
Vue.js TypeScript Best Practices You are an expert in TypeScript, Node.js, Vite, Vue.js, Vue Router, Pinia, VueUse, Headless UI, Element Plus, and Tailwind, with deep understanding of best practices and performance optimization. Code Style and Structure Write concise, maintainable, and technically accurate TypeScript code with relevant examples Use functional and declarative programming patterns; avoid classes Favor iteration and modularization to adhere to DRY principles and avoid code duplic...
840
8565 recharts ansanabria/skills
Recharts React charting library built on top of D3 for composable, declarative data visualization. Quick Start 1. Install Recharts npm install recharts 2. Basic Chart Structure All Recharts charts follow the same pattern: import { LineChart , Line , XAxis , YAxis , CartesianGrid , Tooltip , Legend , ResponsiveContainer } from 'recharts' ; const data = [ { name : 'Jan' , sales : 4000 , profit : 2400 } , { name : 'Feb' , sales : 3000 , profit : 1398 } , { name : 'Mar' , sales : 2000 , profit : 980...
840
8566 senior-security davila7/claude-code-templates
Senior Security Engineer Security engineering tools for threat modeling, vulnerability analysis, secure architecture design, and penetration testing. Table of Contents Threat Modeling Workflow Security Architecture Workflow Vulnerability Assessment Workflow Secure Code Review Workflow Incident Response Workflow Security Tools Reference Tools and References Threat Modeling Workflow Show more
840
8567 gke-backup-dr google/skills
GKE Backup & Disaster Recovery Protects stateful GKE workloads using Backup for GKE. CLI Reference Enable GKE Backup addon (Slow cluster-level update) gcloud container clusters update < CLUSTER_NAME > --enable-gke-backup --region < REGION > --quiet Create Backup Plan gcloud container backup-restore backup-plans create < PLAN_NAME > \ --cluster = < CLUSTER_NAME > --location = < REGION > \ --retention-days = < DAYS > --cron-schedule = "<CRON>" --all-namespaces --quiet Trigger Manual Backup gclo...
840
8568 splitflucover93-r12-seo-content-marketing-suite aradotso/marketing-skills
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. An AI-powered SEO and content marketing toolkit derived from vincenthopf/My-Claude-Code. This skill suite provides 10 specialized commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO, and content strategy with structured, actionable output. What This Project Does This skill suite transforms Claude Code into an SEO and content marketing specialist with: Keyword R...
839
8569 us-market-bubble-detector tradermonty/claude-trading-skills
US Market Bubble Detection Skill (Revised v2.1) Key Revisions in v2.1 Critical Changes from v2.0: ✅ Mandatory Quantitative Data Collection - Use measured values, not impressions or speculation ✅ Clear Threshold Settings - Specific numerical criteria for each indicator ✅ Two-Phase Evaluation Process - Quantitative evaluation → Qualitative adjustment (strict order) ✅ Stricter Qualitative Criteria - Max +3 points (reduced from +5), requires measurable evidence ✅ Confirmation Bias Prevention - Expli...
839
8570 skill-creator sickn33/antigravity-awesome-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
839
8571 rag-retrieval yonatangross/orchestkit
Combine vector search with LLM generation for accurate, grounded responses. Basic RAG Pattern ``` async def rag_query(question: str, top_k: int = 5) -> str: """Basic RAG: retrieve then generate.""" 1. Retrieve relevant documents docs = await vector_db.search(question, limit=top_k) 2. Construct context context = "\n\n".join([ f"[{i+1}] {doc.text}" for i, doc in enumerate(docs) ]) 3. Generate with context response = await llm.chat([ {...
839
8572 cms-migration payloadcms/skills
CMS Migration to Payload Interactive workflow to design Payload collections from source CMS data. Config-first approach: establish the data structure through conversation before any data import. Workflow Show more
839
8573 gke-batch-hpc google/skills
GKE Batch & HPC Workloads This reference covers running batch processing and high-performance computing (HPC) workloads on GKE. MCP Tools: apply_k8s_manifest , get_k8s_resource , describe_k8s_resource , get_k8s_logs , delete_k8s_resource , list_k8s_events When to Use Running batch data processing pipelines HPC simulations (CFD, molecular dynamics, financial modeling) Large-scale parallel computation (MPI, MapReduce) ML training jobs CI/CD build farms Batch Processing on GKE Show more Installs 70...
839
8574 gpt-image infsh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli GPT-Image-2 Generate and edit images with OpenAI's GPT-Image-2 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run openai/gpt-image-2 --input '{"prompt": "a cat astronaut floating in space"}' Capabilities Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 585 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
838
8575 p-video-avatar infsh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Pruna P-Video-Avatar Generate talking head avatar videos from a single portrait image via inference.sh CLI. P-Video-Avatar is the fastest and most cost-effective avatar video model available. Quality on par with Veo 3.0, 18x faster and 6x cheaper than alternatives like Fabric, OmniHuman, and HeyGen. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository inference-sh-sk…s/skills GitHub ...
838
8576 create-site adobe/skills
Create a New AEM Edge Delivery Site This skill walks through the full onboarding flow for a new AEM Edge Delivery site. It handles everything that can be automated and clearly signals the steps that require human action. When to Use This Skill Use this skill when: A user wants to create a brand-new AEM Edge Delivery site from scratch A user asks to "set up a new site", "create a new EDS project", or "onboard a new site" No GitHub repository or DA content exists yet for the project Do NOT use thi...
838
8577 senior-data-scientist alirezarezvani/claude-skills
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
838
8578 verification-before-completion jnmetacode/superpowers-zh
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
838
8579 conversation-memory davila7/claude-code-templates
Conversation Memory You're a memory systems specialist who has built AI assistants that remember users across months of interactions. You've implemented systems that know when to remember, when to forget, and how to surface relevant memories. You understand that memory is not just storage—it's about retrieval, relevance, and context. You've seen systems that remember everything (and overwhelm context) and systems that forget too much (frustrating users). Your core principles: Memory types differ...
838
8580 outlook-calendar-automation sickn33/antigravity-awesome-skills
Outlook Calendar Automation via Rube MCP Automate Outlook Calendar operations through Composio's Outlook toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Outlook connection via RUBE_MANAGE_CONNECTIONS with toolkit outlook Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube M...
838
8581 happyhorse infsh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli HappyHorse 1.0 Video Generation Generate and edit physically realistic videos with Alibaba's HappyHorse 1.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run alibaba/happyhorse-1-0-t2v --input '{"prompt": "a horse galloping across a sunlit meadow"}' HappyHorse Models Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 585 First Seen – Security Audits Ge...
837
8582 logo-generator kostja94/marketing-skills
Logo Generator Generate professional SVG logos and high-end showcase presentations for products and brands. Workflow Phase 1: Information Gathering Collect essential information from the user: Product/Brand Name (required) Industry/Category (e.g., AI, fintech, design tools) Core Concept (e.g., connection, flow, security, simplicity) Design Preferences : Style: minimal/complex, geometric/organic Color preference: monochrome/specific colors Mood: cold/warm, professional/friendly Ask concise questi...
837
8583 r19-iannuttall-claude-agents-seo aradotso/marketing-skills
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. AI agent skill suite for SEO and content marketing workflows derived from iannuttall/claude-agents . Provides 10 specialized commands and 5 multi-step workflows with structured output for keyword research, content audits, technical SEO, competitor analysis, and content strategy. What This Suite Does This skill suite equips AI agents with professional SEO and content marketing capabilities: Keyword Research — cl...
837
8584 tg-ws-proxy-telegram-socks5 aradotso/trending-skills
TG WS Proxy Skill by ara.so — Daily 2026 Skills collection. TG WS Proxy is a local SOCKS5 proxy server for Telegram Desktop that reroutes traffic through WebSocket (WSS) connections to Telegram's Data Centers, bypassing network-level blocking without external servers. Telegram Desktop → SOCKS5 (127.0.0.1:1080) → TG WS Proxy → WSS → Telegram DC How It Works Starts a local SOCKS5 proxy on 127.0.0.1:1080 Intercepts connections to Telegram IP addresses Extracts DC ID from MTProto obfuscation init pa...
837
8585 microsoft-rust-training aradotso/trending-skills
Microsoft Rust Training Skill by ara.so — Daily 2026 Skills collection. A collection of seven structured Rust training books maintained by Microsoft, covering Rust from multiple entry points (C/C++, C/Java, Python backgrounds) through deep dives on async, advanced patterns, type-level correctness, and engineering practices. Each book contains 15–16 chapters with Mermaid diagrams, editable Rust playgrounds, and exercises. Book Catalog Book Level Focus c-cpp-book 🟢 Bridge Move semantics, RAII, FFI...
837
8586 feishu-cli-board riba2534/feishu-cli
飞书画板操作技能 前置条件 认证 :需要有效的 App Access Token(环境变量 FEISHU_APP_ID + FEISHU_APP_SECRET ,或 ~/.feishu-cli/config.yaml ) 权限 :应用需开通 board:whiteboard (画板读写)和 docx:document (文档中添加画板) 验证 : feishu-cli auth status 确认认证状态正常 两种模式 在飞书文档中创建画板并绘制可视化图表。支持两种模式: 模式 方式 适用场景 精排绘图 board create-notes — JSON 描述节点坐标、颜色、连线 架构图、看板、自定义布局 图表导入 board import — Mermaid/PlantUML 代码自动渲染 标准流程图、时序图等 8 种图表 何时使用哪种方式 需求 推荐方式 说明 精确控制节点位置、颜色、坐标 board create-notes (本技能) 完全自定义布局,适合架构图、看板 从 Mermaid/PlantUML 代码快速生成图 board import 或 doc import 服务...
837
8587 design-patterns rtk-ai/rtk
RTK Rust Design Patterns Patterns that apply to RTK's filter module architecture. Focused on CLI tool patterns, not web/service patterns. Pattern 1: Newtype (Type Safety) Use when: wrapping primitive types to prevent misuse (command names, paths, token counts). // Without Newtype — easy to mix up fn track ( input_tokens : usize , output_tokens : usize ) { ... } track ( output_tokens , input_tokens ) ; // Silent bug! // With Newtype — compile error on swap pub struct InputTokens ( pub usize ) ; p...
837
8588 summarize-interview owl-listener/designer-skills
Summarize Customer Interview Transform an interview transcript into a structured summary focused on Jobs to Be Done, satisfaction, and action items. Context You are summarizing a customer interview for the product discovery of $ARGUMENTS . The user will provide an interview transcript — either as an attached file (text, PDF, audio transcription) or pasted directly. Read any attached files first. Instructions Read the full transcript carefully before summarizing. Fill in the summary template belo...
837
8589 software-architecture-design vasilyu1983/ai-agents-public
Software Architecture Design — Quick Reference Use this skill for system-level design decisions rather than implementation details within a single service or component. Quick Reference Task Pattern/Tool Key Resources When to Use Choose architecture style Layered, Microservices, Event-driven, Serverless modern-patterns.md Greenfield projects, major refactors Design for scale Load balancing, Caching, Sharding, Read replicas scalability-reliability-guide.md High-traffic systems, performance goals E...
837
8590 open-graph kostja94/marketing-skills
SEO On-Page: Open Graph Guides implementation of Open Graph meta tags for social media previews (Facebook, LinkedIn, Slack, Discord, etc.). Pages with proper OG tags get 2–3× more clicks than bare URL links. 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. Scope (Social Sharing) Open Graph : Facebook-originated protocol; co...
836
8591 css-architecture aj-geddes/useful-ai-prompts
CSS Architecture Overview Build maintainable CSS systems using methodologies like BEM (Block Element Modifier), SMACSS, and CSS-in-JS patterns with proper organization and conventions. When to Use Large-scale stylesheets Component-based styling Design system development Multiple team collaboration CSS scalability and reusability Implementation Examples 1. BEM (Block Element Modifier) Pattern /* Block - standalone component */ .button { display: inline-block; padding: 10px 20px; border: n...
836
8592 wewrite-wechat-ai-publishing aradotso/trending-skills
WeWrite — WeChat AI Publishing Skill Skill by ara.so — Daily 2026 Skills collection. WeWrite is a full-pipeline AI skill for producing WeChat Official Account (公众号) articles end-to-end: hotspot fetching → topic selection → writing → SEO → AI image generation → formatting → draft box publishing. It runs as a Claude Code skill (via SKILL.md ) but every component also works standalone. Installation As a Claude Code Skill Clone the repo git clone https://github.com/oaker-io/wewrite.git ~/.claude/sk...
836
8593 stripe-integration sickn33/antigravity-awesome-skills
Stripe Integration Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds. When to Use This Skill Implementing payment processing in web/mobile applications Setting up subscription billing systems Handling one-time payments and recurring charges Processing refunds and disputes Managing customer payment methods Implementing SCA (Strong Customer Authentication) for European payments Building marketplace payment ...
836
8594 feishu-bitable alextangson/feishu_skills
飞书多维表格 通过 Bitable API 操作数据、字段、视图和权限。 Base URL : https://open.feishu.cn/open-apis/bitable/v1 关键参数 : app_token : 多维表格 URL 中 /base/ 后的字符串 table_id : 调用列表 API 获取 记录操作 API 端点 说明 新增单条 POST /apps/{app_token}/tables/{table_id}/records - 批量新增 POST .../records/batch_create 最多 500 条,支持 Upsert 更新 PUT .../records/{record_id} - 批量更新 POST .../records/batch_update 最多 500 条 批量删除 POST .../records/batch_delete 最多 500 条 查询 POST .../records/search 支持 filter/sort/分页 请求示例 : { "fields" : { "名称" : "测试" , "金额" : 100 , "进...
836
8595 generate-image k-dense-ai/scientific-agent-skills
Generate Image Generate and edit high-quality images using OpenRouter's image generation models including FLUX.2 Pro and Gemini 3 Pro. When to Use This Skill Use generate-image for: Photos and photorealistic images Artistic illustrations and artwork Concept art and visual concepts Visual assets for presentations or documents Image editing and modifications Any general-purpose image generation needs Use scientific-schematics instead for: Flowcharts and process diagrams Circuit diagrams and ...
836
8596 version-control-strategy owl-listener/designer-skills
Version Control Strategy You are an expert in managing design file versions, component libraries, and design assets. What You Do You define strategies for versioning design work so teams can collaborate, track changes, and maintain consistency. What to Version Design files (Figma, Sketch, etc.) Component libraries Design tokens Icon sets and assets Documentation Versioning Approaches Design Files Named versions at key milestones (v1-exploration, v2-refinement, v3-final) Branch-based: main branch...
836
8597 newapi quantumnous/skills
SKILL: newapi newapi ( new-api ) is an open-source unified AI gateway platform. It aggregates multiple model providers behind OpenAI / Claude / Gemini compatible interfaces, and provides model, token, group, and balance management. Security Guidelines This skill follows these security guidelines to protect API keys: Do not expose any sk- key value in chat, files, code, logs, or command arguments. To use keys securely, tell the user to run copy-token (clipboard), apply-token (config file), or exe...
836
8598 developer-marketing-jobs-board aradotso/marketing-skills
Developer Marketing Jobs Board Skill by ara.so — Marketing Skills collection. This project is a curated, daily-updated job board featuring Developer Advocate, DevRel, technical writing, developer marketing, community, and documentation roles at devtool companies. Jobs are pulled directly from company ATS feeds every night via GitHub Actions, eliminating aggregator noise and reposts. What It Does Automated Job Aggregation : Pulls jobs nightly from company career pages using their ATS feeds Catego...
835
8599 jkvideo-bilibili-react-native aradotso/trending-skills
JKVideo Bilibili React Native Client Skill by ara.so — Daily 2026 Skills collection. JKVideo is a full-featured third-party Bilibili client built with React Native 0.83 + Expo SDK 55. It supports DASH adaptive streaming, real-time danmaku (bullet comments), WBI API signing, QR code login, live streaming with WebSocket danmaku, and a download manager with LAN QR sharing. Installation & Setup Prerequisites Node.js 18+ npm or yarn For Android: Android Studio + SDK For iOS: macOS + Xcode 15+ Quick S...
835
8600 msbuild-antipatterns dotnet/skills
MSBuild Anti-Pattern Catalog A numbered catalog of common MSBuild anti-patterns. Each entry follows the format: Smell : What to look for Why it's bad : Impact on builds, maintainability, or correctness Fix : Concrete transformation Use this catalog when scanning project files for improvements. AP-01: <Exec> for Operations That Have Built-in Tasks Smell : <Exec Command="mkdir ..." /> , <Exec Command="copy ..." /> , <Exec Command="del ..." /> Why it's bad : Built-in tasks are cross-platform, suppo...
835