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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,474
总 Skills
91.3M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
6451 huggingface-community-evals huggingface/skills
Overview This skill is for running evaluations against models on the Hugging Face Hub on local hardware . It covers: inspect-ai with local inference lighteval with local inference choosing between vllm , Hugging Face Transformers, and accelerate smoke tests, task selection, and backend fallback strategy It does not cover: Hugging Face Jobs orchestration model-card or model-index edits README table extraction Artificial Analysis imports .eval_results generation or publishing PR creation or commun...
837
6452 motion-designer dylantarre/animation-principles
Motion Designer: Visual Animation Craft You are a motion designer creating expressive, purposeful movement. Apply Disney's 12 principles to craft animations that communicate and delight. The 12 Principles for Motion Design 1. Squash and Stretch The soul of organic movement. Compress on impact, elongate during speed. Preserve volume—wider means shorter. Use for characters, UI elements with personality, brand mascots. 2. Anticipation Wind-up before action. A button recoils before launching na...
837
6453 apple-hig-designer jamesrochabrun/skills
Apple HIG Designer Design beautiful, native iOS apps following Apple's Human Interface Guidelines (HIG). Create accessible, intuitive interfaces with native components, proper typography, semantic colors, and Apple's design principles. What This Skill Does Helps you design and build iOS apps that feel native and follow Apple's guidelines: Generate iOS Components - Create SwiftUI and UIKit components Validate Designs - Check compliance with Apple HIG Ensure Accessibility - VoiceOver, Dynamic ...
836
6454 filmkit-fujifilm-camera aradotso/trending-skills
FilmKit Fujifilm Camera Skill Skill by ara.so — Daily 2026 Skills collection. FilmKit is a browser-based, zero-install preset manager and RAW converter for Fujifilm X-series cameras. It uses WebUSB to communicate via PTP (Picture Transfer Protocol) — the same protocol as Fujifilm X RAW STUDIO — so the camera's own image processor handles RAW-to-JPEG conversion. It runs entirely client-side (hosted on GitHub Pages) and supports desktop and Android. What FilmKit Does Preset Management : Read, edit...
836
6455 jest-react-testing manutej/luxor-claude-marketplace
Jest React Testing A comprehensive skill for testing React applications using Jest and React Testing Library. This skill covers everything from basic component testing to advanced patterns including mocking, async testing, custom hooks testing, and integration testing strategies. When to Use This Skill Use this skill when: Testing React components with Jest and React Testing Library Setting up Jest configuration for React projects Writing unit tests for components, hooks, and utilities Testing u...
836
6456 wiki-dedup ar9av/obsidian-wiki
No SKILL.md available for this skill. View on GitHub
836
6457 computer-automation web-infra-dev/midscene-skills
Desktop Computer 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 ...
836
6458 lint-and-validate sickn33/antigravity-awesome-skills
Lint and Validate Skill MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free. Procedures by Ecosystem Node.js / TypeScript Lint/Fix: npm run lint or npx eslint "path" --fix Types: npx tsc --noEmit Security: npm audit --audit-level=high Python Linter (Ruff): ruff check "path" --fix (Fast & Modern) Security (Bandit): bandit -r "path" -ll Types (MyPy): mypy "path" The Quality Loop Write/Edit Code Run Audit: npm run lint && npx tsc ...
835
6459 writing-clearly-and-concisely obra/the-elements-of-style
Writing Clearly and Concisely Overview Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns). When to Use This Skill Use this skill whenever you write prose for humans: Documentation, README files, technical explanations Commit messages, pull request descriptions Error messages, UI copy, help text, comments Reports, summaries, or any explanation Editing to improve clarity If you're writing sentences for a human to read, use this skill. Limited Conte...
835
6460 redux-toolkit mindrally/skills
Redux Toolkit You are an expert in Redux Toolkit for state management in React and Next.js applications. Development Philosophy Write clean, maintainable, and scalable code Adhere to SOLID principles Favor functional and declarative programming patterns Emphasize type safety and component-driven approaches Redux State Management Core Principles Implement Redux Toolkit for global state management Use createSlice to define state, reducers, and actions together Normalize state structure to preven...
835
6461 newsletter-generation bytedance/deer-flow
Newsletter Generation Skill Overview This skill generates professional, well-researched newsletters that combine curated content from multiple sources with original analysis and commentary. It follows modern newsletter best practices from publications like Morning Brew, The Hustle, TLDR, and Benedict Evans to produce content that is informative, engaging, and actionable. The output is a complete, ready-to-publish newsletter in Markdown format, suitable for email distribution platforms, web publi...
835
6462 cypress-docs cypress-io/ai-toolkit
Cypress Documentation Purpose Enable the agent to retrieve accurate, up-to-date, and verifiable information about the Cypress testing framework by prioritizing official documentation and structured sources. When to use Apply this skill whenever the task depends on finding, reading, or quoting Cypress documentation rather than general testing intuition: Look up facts : commands, APIs, assertions, lifecycle hooks, configuration options, environment variables, CLI flags, plugins, or TypeScript type...
835
6463 security-auditor sickn33/antigravity-awesome-skills
Security Auditor Expert in identifying security vulnerabilities following OWASP Top 10 and security best practices. When This Skill Activates Activates when you: Request a security audit Mention "security" or "vulnerability" Need security review Ask about OWASP OWASP Top 10 Coverage A01: Broken Access Control Show more
834
6464 comps-analysis anthropics/financial-services-plugins
Comparable Company Analysis ⚠️ CRITICAL: Data Source Priority (READ FIRST) ALWAYS follow this data source hierarchy: FIRST: Check for MCP data sources - If S&P Kensho MCP, FactSet MCP, or Daloopa MCP are available, use them exclusively for financial and trading information DO NOT use web search if the above MCP data sources are available ONLY if MCPs are unavailable: Then use Bloomberg Terminal, SEC EDGAR filings, or other institutional sources NEVER use web search as a primary data source - it ...
834
6465 open-websearch aas-ee/open-websearch
Open WebSearch Use this as the single user-facing entry skill for open-websearch . Assumption: The preferred low-friction path is a working local open-websearch CLI/daemon setup. A workspace that already exposes the open-websearch MCP tools such as search , fetchWebContent , and fetchGithubReadme is also a valid path and should continue to work. If neither path is available, treat that as a missing open-websearch capability in the current workspace, not as a broken skill. If the workspace tool e...
834
6466 debugging-dags astronomer/agents
DAG Diagnosis You are a data engineer debugging a failed Airflow DAG. Follow this systematic approach to identify the root cause and provide actionable remediation. Step 1: Identify the Failure If a specific DAG was mentioned: Use diagnose_dag_run with the dag_id and dag_run_id (if provided) If no run_id specified, use get_dag_stats to find recent failures If no DAG was specified: Use get_system_health to find recent failures across all DAGs List any import errors (broken DAG files) Show D...
833
6467 openspec-proposal-creation-cn forztf/open-skilled-sdd
遵循规范驱动开发方法,生成完整的变更提案。 快速开始 创建规范提案包含三类输出: - proposal.md - 为什么、做什么、影响摘要 - tasks.json - 编号的实施清单 - spec-delta.md - 正式的需求变更(ADDED/MODIFIED/REMOVED) 基本流程:生成变更 ID → 脚手架目录 → 起草提案 → 编写规范差异 → 验证结构 工作流 复制此清单并跟踪进度: ``` 规划进度: - [ ] 第 1 步:审阅现有规范 - [ ] 第 2 步:生成唯一的变更 ID - [ ] 第 3 步:生成目录结构 - [ ] 第 4 步:起草 proposal.md(为什么、做什么、影响摘要) - [ ] 第 5 步:创建 tasks.json 实施清单 - [ ] 第 6 步:编写 spec-delta.md 规范差异(ADDED/MODIFIED/REMOVED) - [ ] 第 7 步:验证提案结构 - [ ] 第 8 步:向用户展示并请求审批 ``` 第 1 步:审阅现有规范 在创建提案前,了解当前状态: ``` 列...
833
6468 data-model-creation tencentcloudbase/skills
When to use this skill This is an OPTIONAL advanced modeling tool for complex database design. Most simple table creation should use relational-database-tool directly with SQL statements. ONLY use this skill when you specifically need: Complex multi-table relationships with automatic foreign key management Visual ER diagram generation for documentation Automated field type mapping and constraint generation Enterprise-level data model documentation For most cases, use relational-database-tool ski...
832
6469 web-design-guidelines ehmo/platform-design-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
832
6470 link-building kostja94/marketing-skills
SEO Off-Page: Link Building Guides link building strategy: acquiring quality backlinks to improve domain authority and rankings. 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 (Off-Page SEO) Link building : Acquire backlinks from relevant, authoritative sites Broken link building : Find broken links on others' sites...
831
6471 homepage-generator kostja94/marketing-skills
Pages: Homepage Guides homepage content, structure, and conversion optimization. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, audience, and value prop...
831
6472 deck-swiss-international nexu-io/open-design
【模板: 瑞士国际主义 Deck (Swiss International)】 【意图】事实、产品、分析、方法论表达。极度冷静、理性、学院派, 没有任何手绘 / 噪点 / 装饰。Inspired by op7418/guizang-ppt-skill Style B。 【主题】 只能从下面 4 套二选一, 不许混用、不许改 hex : 🔵 Klein Blue (IKB) — accent 002FA7 , paper fafaf8 , ink 0a0a0a . 商业 / AI / 设计场景。 🟡 Lemon Yellow — accent FFD500 , paper f7f5ee (淡奶油), ink 0a0a0a . 年轻 / 零售 / 体育。文字必须用黑色 (不能白色)。 🟢 Lemon Green / Neon — accent C5E803 , paper f7f5ee , ink 0a0a0a . 可持续 / 科技初创 / Gen-Z 品牌。文字必须用黑色。 🟠 Safety Orange — accent FF6B35 , paper f7f5ee , ink 0a0a...
831
6473 senior-prompt-engineer alirezarezvani/claude-skills
Senior Prompt Engineer Prompt engineering patterns, LLM evaluation frameworks, and agentic system design. Table of Contents Quick Start Tools Overview Prompt Optimizer RAG Evaluator Agent Orchestrator Prompt Engineering Workflows Prompt Optimization Workflow Few-Shot Example Design Structured Output Design Reference Documentation Common Patterns Quick Reference Show more
830
6474 automation-workflows jk-0001/skills
Automation Workflows Overview As a solopreneur, your time is your most valuable asset. Automation lets you scale without hiring. The goal is simple: automate anything you do more than twice a week that doesn't require creative thinking. This playbook shows you how to identify automation opportunities, design workflows, and implement them without writing code. Step 1: Identify What to Automate Not every task should be automated. Start by finding the highest-value opportunities. Automation audit (...
830
6475 earnings-recap himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Earnings Recap Skill Generates a post-earnings analysis using Yahoo Finance data via yfinance . Covers the actual vs estimated numbers, surprise magnitude, stock price reaction, and financial context — a complete picture of what happened. Important : Data is for research and educational purposes only. Not financial advice. yfinance is not affil...
830
6476 mui davila7/claude-code-templates
MUI v7 Patterns Purpose Material-UI v7 (released March 2025) patterns for component usage, styling with sx prop, theme integration, and responsive design. Note: MUI v7 breaking changes from v6: Deep imports no longer work - use package exports field onBackdropClick removed from Modal - use onClose instead All components now use standardized slots and slotProps pattern CSS layers support via enableCssLayer config (works with Tailwind v4) When to Use This Skill Styling components with MUI sx pr...
830
6477 huggingface-trackio huggingface/skills
Trackio - Experiment Tracking for ML Training Trackio is an experiment tracking library for logging and visualizing ML training metrics. It syncs to Hugging Face Spaces for real-time monitoring dashboards. Three Interfaces Task Interface Reference Logging metrics during training Python API references/logging_metrics.md Firing alerts for training diagnostics Python API references/alerts.md Retrieving metrics & alerts after/during training CLI references/retrieving_metrics.md When to Use Each Pyth...
830
6478 app-builder sickn33/antigravity-awesome-skills
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating mu...
829
6479 vercel-labs-emulate aradotso/trending-skills
vercel-labs/emulate Skill by ara.so — Daily 2026 Skills collection. emulate provides fully stateful, production-fidelity local HTTP servers that replace Vercel, GitHub, and Google APIs. Designed for CI pipelines and no-network sandboxes — not mocks, real in-memory state with proper pagination, OAuth, webhooks, and cascading deletes. Installation CLI (no install needed) npx emulate Or install as a dev dependency npm install --save-dev emulate CLI Usage Start all services with defaults npx emul...
828
6480 codegen vercel-labs/json-render
@json-render/codegen Framework-agnostic utilities for generating code from json-render UI trees. Use these to build custom code exporters for Next.js, Remix, or other frameworks. Installation npm install @json-render/codegen Tree Traversal import { traverseSpec , collectUsedComponents , collectStatePaths , collectActions , } from "@json-render/codegen" ; // Walk the spec depth-first traverseSpec ( spec , ( element , key , depth , parent ) => { console . log ( ` ${ " " . repeat ( depth * 2 ) } ${...
828
6481 reverse-engineer-rpi boshu2/agentops
/reverse-engineer-rpi Reverse-engineer a product into a mechanically verifiable feature inventory + registry + spec set, with optional security-audit artifacts and validation gates. Hard Guardrails (MANDATORY) Only operate on code/binaries you own or have explicit written authorization to analyze. Do not provide steps to bypass protections/ToS or to extract proprietary source code/system prompts from third-party products. Do not output reconstructed proprietary source or embedded prompts from bi...
827
6482 knowledge-site-creator joeseesun/knowledge-site-creator
Knowledge Site Creator - 通用知识学习网站生成器 AI理解主题,自动创作内容,生成网站,一键部署。 核心理念 设计系统优先 : 复用设计语言(极简主义、配色、布局、交互模式) 不复用具体页面代码 AI根据主题重新创作所有内容 通用学习模式 (核心功能): 闪卡(Flashcard) - 快速记忆 学习(Learn) - 渐进式学习 测试(Quiz) - 知识检验 索引(Index) - 快速查找 进度(Progress) - 学习追踪 零模板依赖 : 不再 cp -r 复制模板 AI参考设计系统,生成新页面 所有文案、统计、介绍都由AI创作 触发方式 "生成一个XXX学习网站" "创建XXX知识网站" "做个XXX学习工坊" 示例: "生成一个进化心理学概念学习网站" "创建量子力学基础概念网站" "做个中医经络穴位学习工坊" 工作流程 用户视角(一句话) 用户:"生成一个进化心理学学习网站" AI自动执行: ✓ 分析"进化心理学"特点和价值 ✓ 生成30个核心概念数据 ✓ 创作首页文案、统计、介绍 ✓ 参考设计系统生成页面 ✓ 部署到 Vercel ✓ 返回:...
827
6483 business-analyst sickn33/antigravity-awesome-skills
Business Analyst Role: Phase 1 - Analysis Specialist Function: Conduct product discovery, research, and create product briefs When to Use This Skill Activate this skill when you need to: Create a product brief for a new product or feature Conduct product discovery and problem analysis Brainstorm and explore product ideas Perform market and competitive research Gather and document requirements Interview stakeholders about needs and pain points Define success metrics and goals Set the foundation b...
827
6484 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...
827
6485 cc-connect-ai-bridge aradotso/trending-skills
CC-Connect AI Bridge Skill by ara.so — Daily 2026 Skills collection. CC-Connect bridges locally running AI coding agents (Claude Code, Codex, Cursor Agent, Gemini CLI, Qoder CLI, OpenCode, iFlow CLI) to messaging platforms you already use. You can chat with your local agent from Telegram, Feishu, Slack, Discord, DingTalk, WeChat Work, LINE, or QQ — no public IP required for most platforms. Installation Via npm (recommended) Stable npm install -g cc-connect Beta (includes personal WeChat / Weix...
827
6486 brainstorm boshu2/agentops
/brainstorm — Clarify Goals Before Planning Purpose: Separate WHAT from HOW. Explore the problem space before committing to a solution. Four phases: Assess clarity — Is the goal specific enough? Understand idea — What problem, who benefits, what exists? Explore approaches — Generate options, compare tradeoffs, adversarial critique Capture design — Write structured output for /plan Quick Start /brainstorm "add user authentication" full 4-phase process /brainstorm prompts for goal Show more
826
6487 mcp vercel-labs/json-render
@json-render/mcp MCP Apps integration that serves json-render UIs as interactive MCP Apps inside Claude, ChatGPT, Cursor, VS Code, and other MCP-capable clients. Quick Start Server (Node.js) import { createMcpApp } from "@json-render/mcp" ; import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react/schema" ; import { shadcnComponentDefinitions } from "@json-render/shadcn/catalog" ; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js...
826
6488 opencli-rs-web-scraper aradotso/trending-skills
opencli-rs Web Scraper & Site Fetcher Skill by ara.so — Daily 2026 Skills collection. opencli-rs is a single 4.7MB Rust binary that fetches real-time data from 55+ websites (Twitter/X, Reddit, YouTube, HackerNews, Bilibili, Zhihu, Xiaohongshu, and more) with one command. It reuses your browser session via a Chrome extension, supports AI-native API discovery, controls Electron desktop apps (Cursor, ChatGPT, Notion), and passes through to external CLIs (gh, docker, kubectl). Up to 12x faster and 1...
826
6489 twitter-automation inference-sh/skills
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 75.6K Repository qu-skills/skills GitHub Stars 511 First Seen 3 days ago
826
6490 new-modular-project modular/skills
When the user wants to create a new project, first infer as many options as possible from the user's request (e.g., "new Mojo project" means type=Mojo, "called foo" means name=foo). Then use a structured multiple-choice prompt (not plain text) to gather only the remaining unspecified options in a single interaction. Do NOT ask about options the user has already provided or implied. The options to determine are: Project name — ask if not specified Type of project — Mojo or MAX (infer from context...
826
6491 locomotive-scroll freshtechbro/claudedesignskills
Locomotive Scroll Comprehensive guide for implementing smooth scrolling, parallax effects, and scroll-driven animations using Locomotive Scroll. Overview Locomotive Scroll is a JavaScript library that provides: Smooth scrolling : Hardware-accelerated smooth scroll with customizable easing Parallax effects : Element-level speed control for depth Viewport detection : Track when elements enter/exit viewport Scroll events : Monitor scroll progress for animation synchronization Sticky elements : Pin ...
826
6492 babylonjs-engine freshtechbro/claudedesignskills
Babylon.js Engine Skill
826
6493 senior-security alirezarezvani/claude-skills
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
825
6494 minimax-music-playlist minimax-ai/skills
MiniMax Music Playlist — Personalized Playlist Generator Scan the user's music taste, build a taste profile, generate a personalized playlist, and create an album cover. This skill is designed for both agent and direct user invocation — adapt interaction style to context. Prerequisites mmx CLI — music & image generation. Install: npm install -g mmx-cli . Auth: mmx auth login --api-key <key> . Python 3 — for scanning scripts you write on the fly (stdlib only, no pip). Audio player — mpv , ffplay ...
825
6495 karpathy-coder alirezarezvani/claude-skills
Karpathy Coder — Active Coding Discipline Derived from Andrej Karpathy's observations on LLM coding pitfalls. This is not just guidelines — it ships Python tools that detect violations, a review agent, a slash command, and a pre-commit hook. "The models make wrong assumptions on your behalf and just run along with them without checking. They don't manage their confusion, don't seek clarifications, don't surface inconsistencies, don't present tradeoffs, don't push back when they should." "They re...
825
6496 integrating-b2b-commerce-open-code-components forcedotcom/sf-skills
When to Use This Skill Use this skill when you need to: Integrate all open source B2B Commerce components into a store Add open source components to a new or existing B2B Commerce store Make open code components available in Experience Builder Rules Always explain before executing. Before running any command, you MUST tell the user what the command does and why you are running it. Never just show a raw command and ask for permission. The user should be able to read your explanation and understan...
825
6497 flutter-environment-setup-windows flutter/skills
Goal Configures a Windows development environment for building Flutter applications targeting Windows Desktop and Android. Analyzes system requirements, modifies environment variables, installs necessary C++ toolchains, manages platform-specific configurations, and generates self-signed certificates for local Windows application deployment. Assumes the host machine is running Windows 10 or 11 with administrative privileges available for system modifications. Instructions Configure Flutter SDK an...
824
6498 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...
824
6499 http-api-cloudbase tencentcloudbase/skills
When to use this skill Use this skill whenever you need to call CloudBase platform features via raw HTTP APIs , for example: Non-Node backends (Go, Python, Java, PHP, etc.) Integration tests or admin scripts that use curl or language HTTP clients Direct database operations via MySQL RESTful API Cloud function invocation via HTTP Any scenario where SDKs are not available or not preferred Do not use this skill for: Frontend Web apps using @cloudbase/js-sdk (use CloudBase Web skills) Node.js code u...
824
6500 production-code-audit sickn33/antigravity-awesome-skills
Production Code Audit Overview Autonomously analyze the entire codebase to understand its architecture, patterns, and purpose, then systematically transform it into production-grade, corporate-level professional code. This skill performs deep line-by-line scanning, identifies all issues across security, performance, architecture, and quality, then provides comprehensive fixes to meet enterprise standards. When to Use This Skill Use when user says "make this production-ready" Use when user says...
824