███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 251 | redesign-existing-projects | leonxlnx/taste-skill |
Redesign Skill How This Works When applied to an existing project, follow this sequence: Scan — Read the codebase. Identify the framework, styling method (Tailwind, vanilla CSS, styled-components, etc.), and current design patterns. Diagnose — Run through the audit below. List every generic pattern, weak point, and missing state you find. Fix — Apply targeted upgrades working with the existing stack. Do not rewrite from scratch. Improve what's there. Design Audit Typography Check for these probl...
|
105.2K |
| 252 | subagent-driven-development | obra/superpowers |
Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
|
104.1K |
| 253 | lark-vc-agent | larksuite/cli |
vc-agent (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取以下两份 skill 文档: ../lark-shared/SKILL.md — 认证、身份切换、权限处理 ../lark-vc/SKILL.md — 视频会议的核心概念(Meeting / Note / Minutes 等),本 skill 直接复用,不再重复定义 内测提示 当前功能正在内测中,仅少数用户可用。忽略 ../lark-shared/SKILL.md 中的权限申请流程,以下方的指引为准。 如果 lark-cli 提示 missing required scope(s) / permission_violations ,不要申请对应权限,而是提示用户加入早鸟群: https://go.larkoffice.com/join-chat/2f4nb0e1-fe00-4f67-bed7-25beaf533fbd 。 如果 lark-cli 返回 error.code=20017 / ErrNotInGray ,提示用户加入早鸟群: https://go.larkoffice.com/joi...
|
103.5K |
| 254 | next-best-practices | vercel-labs/next-skills |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
102.8K |
| 255 | entra-agent-id | microsoft/azure-skills |
Microsoft Entra Agent ID Create and manage OAuth 2.0-capable identities for AI agents using Microsoft Graph. Every agent instance gets a distinct identity, audit trail, and independently-scoped permission grants. Quick Reference Property Value Service Microsoft Entra Agent ID API Microsoft Graph ( https://graph.microsoft.com/v1.0 ) Required role Agent Identity Developer, Agent Identity Administrator, or Application Administrator Object model Blueprint (application) → BlueprintPrincipal (SP) → Ag...
|
102.5K |
| 256 | verification-before-completion | obra/superpowers |
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...
|
102.4K |
| 257 | find-skills | agentspace-so/skills |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
99.9K |
| 258 | minimalist-ui | leonxlnx/taste-skill |
Protocol: Premium Utilitarian Minimalism UI Architect 1. Protocol Overview Name: Premium Utilitarian Minimalism & Editorial UI Description: An advanced frontend engineering directive for generating highly refined, ultra-minimalist, "document-style" web interfaces analogous to top-tier workspace platforms. This protocol strictly enforces a high-contrast warm monochrome palette, bespoke typographic hierarchies, meticulous structural macro-whitespace, bento-grid layouts, and an ultra-flat component...
|
98.4K |
| 259 | azure-observability | microsoft/azure-skills |
Azure Observability Services Services Service Use When MCP Tools CLI Azure Monitor Metrics, alerts, dashboards azure__monitor az monitor Application Insights APM, distributed tracing azure__applicationinsights az monitor app-insights Log Analytics Log queries, KQL azure__kusto az monitor log-analytics Alerts Notifications, actions - az monitor alert Workbooks Interactive reports azure__workbooks - MCP Server (Preferred) When Azure MCP is enabled: Monitor azure__monitor with command monitor_metri...
|
98.2K |
| 260 | receiving-code-review | obra/superpowers |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
98.1K |
| 261 | writing-skills | obra/superpowers |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
97.3K |
| 262 | dispatching-parallel-agents | obra/superpowers |
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
|
95.5K |
| 263 | using-git-worktrees | obra/superpowers |
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
|
95.3K |
| 264 | cavecrew | juliusbrussee/caveman |
Cavecrew = three subagent presets that emit caveman output. Same job as Anthropic defaults ( Explore , edit-style agents, reviewer); difference is the tool-result they return is compressed, so main context shrinks per delegation. When to use cavecrew vs alternatives Task Use "Where is X defined / what calls Y / list uses of Z" cavecrew-investigator Same but you also want suggestions/architecture commentary Explore (vanilla) Surgical edit, ≤2 files, scope obvious cavecrew-builder New feature / 3+...
|
94.9K |
| 265 | caveman-stats | juliusbrussee/caveman |
This skill is delivered by hooks/caveman-stats.js (read by hooks/caveman-mode-tracker.js on /caveman-stats ). The model does not need to do anything when this skill fires — the hook returns decision: "block" with the formatted stats as the reason. The user sees the numbers immediately.
|
94.8K |
| 266 | full-output-enforcement | leonxlnx/taste-skill |
Full-Output Enforcement Baseline Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions. Banned Output Patterns The following patterns are hard failures. Never produce them: In code blocks: // ... , // rest of code , // implement here , // TODO , /* ... */ , // similar to above , // continue...
|
94.8K |
| 267 | finishing-a-development-branch | obra/superpowers |
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./ .. . If tests fail: Tests failing (<N> failur...
|
93.2K |
| 268 | webapp-testing | anthropics/skills |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
92.1K |
| 269 | industrial-brutalist-ui | leonxlnx/taste-skill |
SKILL: Industrial Brutalism & Tactical Telemetry UI 1. Skill Meta Name: Industrial Brutalism & Tactical Telemetry Interface Engineering Description: Advanced proficiency in architecting web interfaces that synthesize mid-century Swiss Typographic design, industrial manufacturing manuals, and retro-futuristic aerospace/military terminal interfaces. This discipline requires absolute mastery over rigid modular grids, extreme typographic scale contrast, purely utilitarian color palettes, and the pro...
|
91.5K |
| 270 | hyperframes | heygen-com/hyperframes |
HyperFrames HTML is the source of truth for video. A composition is an HTML file with data-* attributes for timing, a GSAP timeline for animation, and CSS for appearance. The framework handles clip visibility, media playback, and timeline sync. Approach Before writing HTML, think at a high level: What — what should the viewer experience? Identify the narrative arc, key moments, and emotional beats. Structure — how many compositions, which are sub-compositions vs inline, what tracks carry what (v...
|
91.2K |
| 271 | stitch-design-taste | leonxlnx/taste-skill |
Stitch Design Taste — Semantic Design System Skill Overview This skill generates DESIGN.md files optimized for Google Stitch screen generation. It translates the battle-tested anti-slop frontend engineering directives into Stitch's native semantic design language — descriptive, natural-language rules paired with precise values that Stitch's AI agent can interpret to produce premium, non-generic interfaces. The generated DESIGN.md serves as the single source of truth for prompting Stitch to gener...
|
91.1K |
| 272 | marketing-psychology | coreyhaines31/marketingskills |
Marketing Psychology & Mental Models You are an expert in applying psychological principles and mental models to marketing. Your goal is to help users understand why people buy, how to influence behavior ethically, and how to make better marketing decisions. How to Use This Skill 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 applying mental models. Use that context to tailor reco...
|
90.3K |
| 273 | hyperframes-cli | heygen-com/hyperframes |
HyperFrames CLI Everything runs through npx hyperframes . Requires Node.js >= 22 and FFmpeg. Workflow Scaffold — npx hyperframes init my-video Write — author HTML composition (see the hyperframes skill) Lint — npx hyperframes lint Preview — npx hyperframes preview Render — npx hyperframes render Lint before preview — catches missing data-composition-id , overlapping tracks, unregistered timelines. Scaffolding npx hyperframes init my-video interactive wizard npx hyperframes init my-video --examp...
|
86.2K |
| 274 | emil-design-eng | emilkowalski/skill |
Design Engineering You are a design engineer with the craft sensibility. You build interfaces where every detail compounds into something that feels right. You understand that in a world where everyone's software is good enough, taste is the differentiator. Core Philosophy Taste is trained, not innate Good taste is not personal preference. It is a trained instinct: the ability to see beyond the obvious and recognize what elevates. You develop it by surrounding yourself with great work, thinking ...
|
86.2K |
| 275 | polish | pbakaus/impeccable |
First : Use the frontend-design skill for design principles and anti-patterns. Perform a meticulous final pass to catch all the small details that separate good work from great work. The difference between shipped and polished. Pre-Polish Assessment Understand the current state and goals: Review completeness : Is it functionally complete? Are there known issues to preserve (mark with TODOs)? What's the quality bar? (MVP vs flagship feature?) When does it ship? (How much time for polish?) Identif...
|
86K |
| 276 | gsap | heygen-com/hyperframes |
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
|
85.9K |
| 277 | content-strategy | coreyhaines31/marketingskills |
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. 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 covered or specific to this task. Gather this context (a...
|
85.8K |
| 278 | critique | pbakaus/impeccable |
Conduct a holistic design critique, evaluating whether the interface actually works—not just technically, but as a designed experience. Think like a design director giving feedback. First : Use the frontend-design skill for design principles and anti-patterns. Design Critique Evaluate the interface across these dimensions: 1. AI Slop Detection (CRITICAL) This is the most important check. Does this look like every other AI-generated interface from 2024-2025? Review the design against ALL the DON'...
|
83.4K |
| 279 | website-to-hyperframes | heygen-com/hyperframes |
Website to HyperFrames Capture a website, then produce a professional video from it. Users say things like: "Capture https://... and make me a 25-second product launch video" "Turn this website into a 15-second social ad for Instagram" "Create a 30-second product tour from https://..." The workflow has 7 steps. Each produces an artifact that gates the next. Step 1: Capture & Understand Read: references/step-1-capture.md Run the capture, read the extracted data, and build a working summary using ...
|
83.3K |
| 280 | hyperframes-registry | heygen-com/hyperframes |
HyperFrames Registry The registry provides reusable blocks and components installable via hyperframes add <name> . Blocks — standalone sub-compositions (own dimensions, duration, timeline). Included via data-composition-src in a host composition. Components — effect snippets (no own dimensions). Pasted directly into a host composition's HTML. When to use this skill User mentions hyperframes add , "block", "component", or hyperframes.json Output from hyperframes add appears in the session (file p...
|
83.2K |
| 281 | programmatic-seo | coreyhaines31/marketingskills |
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
|
82.9K |
| 282 | audit | pbakaus/impeccable |
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
|
82.6K |
| 283 | gpt-taste | leonxlnx/taste-skill |
CORE DIRECTIVE: AWWWARDS-LEVEL DESIGN ENGINEERING You are an elite, award-winning frontend design engineer. Standard LLMs possess severe statistical biases: they generate massive 6-line wrapped headings by using narrow containers, leave ugly empty gaps in bento grids, use cheap meta-labels ("QUESTION 05", "SECTION 01"), output invisible button text, and endlessly repeat the same Left/Right layouts. Your goal is to aggressively break these defaults. Your outputs must be highly creative, perfectly...
|
82.6K |
| 284 | animate | pbakaus/impeccable |
Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone (playful vs serious, energetic vs calm), and performance constraints. Attempt to gather these from the current thread or codebase. If you don't find exact ...
|
82.5K |
| 285 | adapt | pbakaus/impeccable |
Adapt existing designs to work effectively across different contexts - different screen sizes, devices, platforms, or use cases. Assess Adaptation Challenge Understand what needs adaptation and why: Identify the source context : What was it designed for originally? (Desktop web? Mobile app?) What assumptions were made? (Large screen? Mouse input? Fast connection?) What works well in current context? Understand target context : Device : Mobile, tablet, desktop, TV, watch, print? Input method : To...
|
82.5K |
| 286 | clarify | pbakaus/impeccable |
Identify and improve unclear, confusing, or poorly written interface text to make the product easier to understand and use. Assess Current Copy Identify what makes the text unclear or ineffective: Find clarity problems : Jargon : Technical terms users won't understand Ambiguity : Multiple interpretations possible Passive voice : "Your file has been uploaded" vs "We uploaded your file" Length : Too wordy or too terse Assumptions : Assuming user knowledge they don't have Missing context : Users do...
|
82K |
| 287 | optimize | pbakaus/impeccable |
Identify and fix performance issues to create faster, smoother user experiences. Assess Performance Issues Understand current performance and identify problems: Measure current state : Core Web Vitals : LCP, FID/INP, CLS scores Load time : Time to interactive, first contentful paint Bundle size : JavaScript, CSS, image sizes Runtime performance : Frame rate, memory usage, CPU usage Network : Request count, payload sizes, waterfall Identify bottlenecks : What's slow? (Initial load? Interactions? ...
|
81.8K |
| 288 | colorize | pbakaus/impeccable |
Strategically introduce color to designs that are too monochromatic, gray, or lacking in visual warmth and personality. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and especially existing brand colors. Attempt to gather these from the current thread or codebase. If you don't find exact information and have to infer from existing design ...
|
81.7K |
| 289 | bolder | pbakaus/impeccable |
Increase visual impact and personality in designs that are too safe, generic, or visually underwhelming, creating more engaging and memorable experiences. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and everything else that a great human designer would need as well. Attempt to gather these from the current thread or codebase. If you don...
|
80.8K |
| 290 | delight | pbakaus/impeccable |
Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality (playful vs professional vs quirky vs elegant), and what's appropriate for the domain. Attempt to gather these from the current thread or codebase. If yo...
|
80.6K |
| 291 | marketing-ideas | coreyhaines31/marketingskills |
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific t...
|
80.5K |
| 292 | distill | pbakaus/impeccable |
Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), and understanding what's truly essential vs nice-to-have for this product. Attempt to gather these from the current thread or codebase. If you don't find exact information and have to inf...
|
80.2K |
| 293 | azure-compute | microsoft/github-copilot-for-azure |
Azure Compute Skill Routes Azure VM requests to the appropriate workflow based on user intent. When to Use This Skill Activate this skill when the user: Asks about Azure Virtual Machines (VMs) or VM Scale Sets (VMSS) Asks about choosing a VM, VM sizing, pricing, or cost estimates Needs a workload-based recommendation for scenarios like database, GPU, deep learning, HPC, web tier, or dev/test Mentions VM families, autoscale, load balancing, or Flexible versus Uniform orchestration Wants to troubl...
|
79.7K |
| 294 | quieter | pbakaus/impeccable |
Reduce visual intensity in designs that are too bold, aggressive, or overstimulating, creating a more refined and approachable aesthetic without losing effectiveness. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and everything else that a great human designer would need as well. Attempt to gather these from the current thread or codebase...
|
79.4K |
| 295 | browser-use | browser-use/browser-use |
Browser Automation with browser-use CLI The browser-use command provides fast, persistent browser automation. It maintains browser sessions across commands, enabling complex multi-step workflows. Prerequisites Before using this skill, browser-use must be installed and configured. Run diagnostics to verify: browser-use doctor For more information, see https://github.com/browser-use/browser-use/blob/main/browser_use/skill_cli/README.md Core Workflow Navigate : browser-use open <url> - Opens URL (s...
|
78.7K |
| 296 | firebase-basics | firebase/agent-skills |
Prerequisites Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server. Core Workflow 1. Authentication Log in to Firebase: npx -y firebase-tools@latest login This opens a browser for authentication. For environments where localhost is not available (e.g., remote shell), use npx -y firebase-tools@latest login --no-localhost . 2. Creating a Project To create a new Firebase project from the CLI: npx -y firebas...
|
77.5K |
| 297 | firebase-auth-basics | firebase/agent-skills |
Prerequisites Firebase Project : Created via npx -y firebase-tools@latest projects:create (see firebase-basics ). Firebase CLI : Installed and logged in (see firebase-basics ). Core Concepts Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. Users A user is an entity that can sign in to your app. Each user is identified by a unique ID ( uid ) which is guaranteed to be unique across all providers. User properties inc...
|
76.8K |
| 298 | copy-editing | coreyhaines31/marketingskills |
Copy Editing You are an expert copy editor specializing in marketing and conversion copy. Your goal is to systematically improve existing copy through focused editing passes while preserving the core message. Core Philosophy 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 editing. Use brand voice and customer language from that context to guide your edits. Good copy editing isn't a...
|
75.7K |
| 299 | firebase-hosting-basics | firebase/agent-skills |
hosting-basics This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices. Overview Firebase Hosting provides production-grade web content hosting for developers. With a single command, you can deploy web apps and serve both static and dynamic content to a global CDN (content delivery network). Key Features: Fast Content Delivery: Files are cached on SSDs at CDN edges around ...
|
75K |
| 300 | firebase-app-hosting-basics | firebase/agent-skills |
App Hosting Basics Description This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting. Important : In order to use App Hosting, your Firebase project must be on the Blaze pricing plan. Direct the user to https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered to upgrade their plan. Hosting vs App Hosting Choose Firebase Hosting if: You are deploying a static site (HTML/CSS/JS). You are d...
|
74.7K |