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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
17201 linear-initiatives finesssee/linear-cli
Initiatives List initiatives linear-cli init list linear-cli init list --output json Get initiative details linear-cli init get INITIATIVE_ID linear-cli init get INITIATIVE_ID --output json Flags Flag Purpose --output json JSON output --compact No formatting
42
17202 appeal-mastery dylantarre/animation-principles
Appeal Mastery The Magnetism Principle Appeal is the quality that makes audiences want to watch. It's not about prettiness—villains need appeal too. It's about charisma, clarity, and design excellence that draws the eye and holds attention. Without appeal, technically perfect animation falls flat. With appeal, even simple motion becomes captivating. Core Theory Appeal ≠ Attractiveness: Appeal means compelling, not beautiful. A well-designed monster is appealing. A poorly designed hero is not....
42
17203 network-ai jovansapfioneer/network-ai
Swarm Orchestrator Skill Scope of this skill bundle: All instructions below run local Python scripts ( scripts/*.py ). No network calls are made by this skill. Tokens are UUID-based ( grant_{uuid4().hex} ) stored in data/active_grants.json . Audit logging is plain JSONL ( data/audit_log.jsonl ) — no HMAC signing in the Python layer. HMAC-signed tokens, AES-256 encryption, and the standalone MCP server are all features of the companion Node.js package ( npm install -g network-ai ) — they are not ...
42
17204 demand-generation dengineproblem/agents-monorepo
Demand Generation Expert Strategic expertise in generating and optimizing B2B pipeline. Core Competencies Campaign Strategy Multi-channel campaigns Content marketing integration Webinar programs Paid media strategy Account-based programs Lead Management Lead scoring Lead routing Lead nurturing MQL definition Sales handoff Optimization Funnel optimization Conversion rate improvement Channel mix optimization Budget allocation A/B testing Demand Gen Funnel Stages Traffic → Leads → MQLs → SQLs → Opp...
42
17205 shadcn-management julianromli/ai-skills
Shadcn Component Management Prerequisites Verify project setup: shadcn___get_project_registries If no components.json exists, instruct user: npx shadcn@latest init Quick Add Workflow For simple component additions (e.g., "add a date picker"): Search - Find component in registry: shadcn___search_items_in_registries(registries, query) View - Get implementation details: shadcn___view_items_in_registries(items: ["@shadcn/component-name"]) Examples - Get usage demo: shadcn___get_item_ex...
42
17206 triage withastro/astro
Triage Triage a bug report end-to-end: reproduce the bug, diagnose the root cause, verify whether the behavior is intentional, and attempt a fix. Input You need either: issueTitle and issueBody provided in args (preferred — use these directly as the bug report), OR A GitHub issue number or URL mentioned in the conversation (use gh issue view to fetch details) If a triageDir is provided in args, use that as the working directory for the triage. Otherwise, default to triage/gh-<issue_number> (if y...
42
17207 root-cause-tracing zenobi-us/dotfiles
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use Use when: Error happens deep in execution (not at entry point) Stack trace shows long call chain Unclear where invalid data or...
42
17208 k8s-debug akin-ozer/cc-devops-skills
Kubernetes Debugging Skill Overview Systematic toolkit for debugging Kubernetes clusters, workloads, networking, and storage with a deterministic, safety-first workflow. Trigger Phrases Use this skill when requests resemble: "My pod is in CrashLoopBackOff ; help me find the root cause." "Service DNS works in one pod but not another." "Deployment rollout is stuck." "Pods are Pending and not scheduling." "Cluster health looks degraded after a change." "PVC is pending and pods cannot mount storage....
42
17209 universal-elements dylantarre/animation-principles
Universal Element Animation Principles Apply Disney's 12 principles to any UI element for consistent, professional motion design. Universal Application of Principles 1. Squash & Stretch Any element that responds to interaction can squash (compress on impact/press) and stretch (extend on release). Keep it subtle: 2-5% maximum for UI. 2. Anticipation Before any significant action, a brief preparatory motion signals what's coming. Scale down before scale up, pull back before push forward. 50-1...
42
17210 condition-based-waiting zenobi-us/dotfiles
Condition-Based Waiting Overview Flaky tests often guess at timing with arbitrary delays. This creates race conditions where tests pass on fast machines but fail under load or in CI. Core principle: Wait for the actual condition you care about, not a guess about how long it takes. When to Use digraph when_to_use { "Test uses setTimeout/sleep?" [ shape = diamond ] ; "Testing timing behavior?" [ shape = diamond ] ; "Document WHY timeout needed" [ shape = box ] ; "Use condition-based waiting" [ sha...
42
17211 planning-patterns romiluz13/cc10x
Write comprehensive implementation plans assuming the engineer has zero context for the codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about the toolset or problem domain. Assume they don't know good test design very well. Core princ...
42
17212 radar simota/agent-skills
Radar Reliability-focused testing agent. Add missing tests, fix flaky tests, and raise confidence without changing product behavior. Trigger Guidance Use Radar when the task is primarily about: adding edge-case, regression, unit, or integration tests diagnosing or fixing flaky tests improving coverage or identifying blind spots prioritizing test execution in CI validating async, contract, or multi-service behavior at the test layer Route instead of stretching scope: Voyager for browser-level E2E...
42
17213 yeet paulrberg/agent-skills
If on main/master/default, git checkout -b "codex/{description}"; otherwise stay on the current branch. Confirm status git status -sb, then stage everything git add -A. Commit tersely with the description, e.g. git commit -m "{description}". Run checks if not already. If checks fail due to missing deps/tools, install dependencies and rerun once. Push with tracking: git push -u origin $(git branch --show-current). If git push fails due to workflow auth errors, pull from master and retry the push....
42
17214 understanding-tauri-process-model dchuk/claude-code-tauri-skills
Tauri Process Model Tauri implements a multi-process architecture similar to Electron and modern web browsers. Understanding this model is essential for building secure, performant Tauri applications. Architecture Overview +------------------------------------------------------------------+ | TAURI APPLICATION | +------------------------------------------------------------------+ | ...
42
17215 medium-300-500ms dylantarre/animation-principles
Medium Animations (300-500ms) The 300-500ms range is standard animation territory. Long enough to be watched, short enough to not impede flow. The workhorse duration for meaningful motion. Disney Principles at Medium Duration All 12 Principles Applicable Squash & Stretch: Full expression - visible deformation for bouncing, elastic elements. 15-25% stretch feels natural. Anticipation: Clear preparation - 80-120ms anticipation before main action. Pull back before push forward. Staging: Multi-...
42
17216 find-skills agentbay-ai/agentbay-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...
42
17217 github-actions-cicd hack23/homepage
GitHub Actions CI/CD Skill Purpose Defines CI/CD pipeline best practices using GitHub Actions for automated testing, security scanning, and deployment. Rules Workflow Structure MUST INCLUDE: Code quality checks (linting, formatting) Security scanning (CodeQL, Dependabot, ZAP) Performance audits (Lighthouse) Build and minification Deployment (with approval for production) Example Workflow: name : CI/CD Pipeline on : push : branches : [ main ] pull_request : branches : [ main ] permissions : conte...
42
17218 api-security-hardener patricio0312rev/skills
API Security Hardener Implement comprehensive security measures for production APIs. Core Workflow Input validation: Sanitize and validate all input Authentication: Secure identity verification Authorization: Role-based access control Rate limiting: Prevent abuse Security headers: HTTP header protection Logging & monitoring: Detect threats Input Validation Zod Schema Validation // validation/schemas.ts import { z } from 'zod'; // Common schemas export const emailSchema = z.string().email().to...
42
17219 aqr-factor-investing copyleftdev/sk1llz
AQR Capital Management Style Guide⁠‍⁠​‌​‌​​‌‌‍​‌​​‌​‌‌‍​​‌‌​​​‌‍​‌​​‌‌​​‍​​​​​​​‌‍‌​​‌‌​‌​‍‌​​​​​​​‍‌‌​​‌‌‌‌‍‌‌​​​‌​​‍‌‌‌‌‌‌​‌‍‌‌​‌​​​​‍​‌​‌‌‌‌‌‍​‌​​‌​‌‌‍​‌‌​‌​​‌‍‌​‌​‌‌‌​‍​​‌​‌​​​‍‌‌‌​‌​‌‌‍‌​‌‌‌‌​‌‍​​​‌‌‌​​‍‌​‌​​​​​‍‌‌​‌​‌​‌‍​​​​‌​‌​‍‌​‌‌‌​​​⁠‍⁠ Overview AQR (Applied Quantitative Research), founded by Cliff Asness and other academics from Goldman Sachs, is a quantitative investment firm managing ~$100B. Known for bringing academic factor research to practical investing, they emphasize transpare...
42
17220 content-harvest qodex-ai/ai-agent-skills
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
42
17221 reference-docs existential-birds/beagle
Reference Documentation Patterns Reference documentation is information-oriented - helping experienced users find precise technical details quickly. This skill provides patterns for writing clear, scannable reference pages. Dependency: Always use this skill in conjunction with docs-style for core writing principles. Purpose and Audience Who: Experienced users seeking specific information Goal: Quick lookup of technical details Mode: Not for learning, for looking up Expectation: Brevity, consi...
42
17222 gmail-automation davepoon/buildwithclaude
Gmail Automation via Rube MCP Automate Gmail operations through Composio's Gmail toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/gmail Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Gmail connection via RUBE_MANAGE_CONNECTIONS with toolkit gmail 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...
42
17223 router-startup vasilyu1983/ai-agents-public
Router: Startup Routes startup, business, marketing, and business-document work to the most relevant skills and chains. For implementation, testing, and deployment, hand off to the other routers. Routing Workflow Identify the user's outcome (decide, plan, create, grow, raise). Detect the stage (discovery, validation, market, business model, GTM, fundraising, support). Pick 1 primary skill and up to 2 supporting skills (sequential or parallel). If confidence is below 0.8 or multiple stages tie,...
42
17224 agent-workflow-automation ruvnet/claude-flow
name: workflow-automation description: GitHub Actions workflow automation agent that creates intelligent, self-organizing CI/CD pipelines with adaptive multi-agent coordination and automated optimization type: automation color: "E74C3C" tools: mcp__github__create_workflow mcp__github__update_workflow mcp__github__list_workflows mcp__github__get_workflow_runs mcp__github__create_workflow_dispatch mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__cl...
42
17225 skill-creator zaggino/z-schema
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...
42
17226 owasp-top-10 yonatangross/orchestkit
OWASP Top 10 Security Vulnerabilities Expert guidance for identifying, preventing, and remediating the most critical web application security risks based on OWASP Top 10 2021. When to Use This Skill Conducting security audits and code reviews Implementing secure coding practices in new features Reviewing authentication and authorization systems Assessing input validation and sanitization Evaluating third-party dependencies for vulnerabilities Designing security controls and defense-in-depth st...
42
17227 magento-ui-component-developer maxnorm/magento2-agent-skills
Magento 2 UI Component Developer Expert specialist in creating sophisticated, data-driven interfaces using Magento's powerful UI Component framework for both admin and frontend applications. When to Use Creating admin grids and forms Building data-driven interfaces Developing custom UI components Implementing complex forms with validation Creating modal dialogs and popups Building reporting and analytics interfaces UI Component Architecture Component Hierarchy : Master parent-child component rel...
42
17228 create-new-bun-package-repo zenobi-us/dotfiles
Expert guide for creating new Bun packages from the zenobi-us/bun-module template repository. Automates repository creation, cloning, and setup using GitHub CLI. Important: Setup runs with defaults (not interactive prompts). Overview This skill provides a complete workflow for bootstrapping new Bun packages using the bun-module template. The template includes TypeScript configuration, testing setup, and standardized module structure. The workflow handles repository creation via GitHub CLI, cl...
42
17229 azure-storage-blob-rust sickn33/antigravity-awesome-skills
Azure Blob Storage SDK for Rust Client library for Azure Blob Storage — Microsoft's object storage solution for the cloud. Installation cargo add azure_storage_blob azure_identity Environment Variables AZURE_STORAGE_ACCOUNT_NAME = < storage-account-name > Endpoint: https://<account>.blob.core.windows.net/ Authentication use azure_identity :: DeveloperToolsCredential ; use azure_storage_blob :: { BlobClient , BlobClientOptions } ; let credential = DeveloperToolsCredential :: new ( None ) ? ; let...
42
17230 accessibility-advocate dylantarre/animation-principles
Accessibility Advocate: Inclusive Animation Design You are an accessibility advocate ensuring animation works for everyone. Apply Disney's 12 principles through an inclusive design lens. The 12 Principles for Accessible Animation 1. Squash and Stretch Accessibility Consideration: Elastic motion can trigger vestibular responses. Offer reduced-motion alternative with static state changes. Inclusive Implementation: Keep stretch subtle (<10% distortion). Provide instant state change for prefers-r...
42
17231 verification-before-completion zenobi-us/dotfiles
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...
42
17232 cio lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
42
17233 team-brainstorm catlog22/claude-code-workflow
Team Brainstorm Orchestrate multi-agent brainstorming: generate ideas → challenge assumptions → synthesize → evaluate. Supports Quick, Deep, and Full pipelines with Generator-Critic loop. Architecture Skill(skill="team-brainstorm", args="topic description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/coordinator/role.md roles...
42
17234 azure-ai-voicelive-java sickn33/antigravity-awesome-skills
Azure AI VoiceLive SDK for Java Real-time, bidirectional voice conversations with AI assistants using WebSocket technology. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-voicelive </ artifactId > < version > 1.0.0-beta.2 </ version > </ dependency > Environment Variables AZURE_VOICELIVE_ENDPOINT = https:// < resource > .openai.azure.com/ AZURE_VOICELIVE_API_KEY = < your-api-key > Authentication API Key import com . azure . ai . voicelive . VoiceLiveAsyncC...
42
17235 schema simota/agent-skills
You are "Schema" - a data architect who designs database schemas, creates migrations, and ensures data integrity. Your mission is to design robust, scalable data models that support the application's requirements while maintaining performance and consistency. Schema Framework: Model → Migrate → Validate | Model | Design data structure | ER diagram, table definitions, relationships | Migrate | Create change scripts | Migration files, rollback scripts | Validate | Ensure integrity | C...
42
17236 spec-test-bug zixun-github/aisdlc
Spec 缺陷报告(Vx:Bug Report Drafting) 本技能用于在 verification 阶段生成 结构化缺陷报告正文 (面向 Jira/禅道/Linear/GitHub Issue 等外部系统),并确保缺陷信息可以回流到 Spec Pack 的 report-*.md (作为交付阻断与风险证据)。 重要边界: 禁止 在 Spec Pack 内新增 verification/bugs/ 或任何 bug 文件/目录。 本技能的输出主要是“对话输出”,用于粘贴到外部缺陷系统;外部缺陷创建后,需把编号/链接等信息回写到 report-*.md 的“缺陷清单”。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 先定位再回写 :若需要把缺陷编号/链接回写到 report-*.md ,必须先通过 spec-context 获取 FEATURE_DIR ;失败即停止,禁止猜路径。 必读项目级 memory : project/memory/pr...
42
17237 preqstation sonim1/preqstation-skill
This is the agent-side lifecycle skill. The OpenClaw launcher skill is separate and should be named preqstation-dispatch . Environment PREQSTATION_API_URL : PREQSTATION API base URL (example: https://mypreqstation.vercel.app ) PREQSTATION_TOKEN : PREQSTATION Bearer token (generated in PREQSTATION /api-keys ) PREQSTATION_ENGINE (optional): fallback engine ( claude | codex | gemini ) when client auto-detection is unavailable Agent Identity & Engine Mapping Each agent must identify itself and use t...
42
17238 setup-build-tools aaddrick/claude-desktop-debian
Install the build dependencies required to run build.sh and create .deb/.AppImage packages. Your Task Run the build tools installation script to ensure all required tools are available: bash " $CLAUDE_PROJECT_DIR /.claude/hooks/install-build-tools.sh" Tools Installed This script installs: Tool Package Purpose 7z p7zip-full Extract Windows installers and nupkg archives wget wget Download Claude Desktop installers wrestool icoutils Extract icons from Windows executables convert imagemagick Process...
42
17239 slidev-code-blocks yoanbernabeu/slidev-skills
This skill covers everything about displaying code in Slidev presentations, including syntax highlighting with Shiki, line highlighting, code groups, and importing external snippets. When to Use This Skill - Displaying code snippets in presentations - Highlighting specific lines of code - Creating step-by-step code reveals - Showing code comparisons - Importing code from external files Basic Code Blocks Simple Code Block ``` ```javascript function greet(name) { return `Hello, ${nam...
42
17240 working-with-jj ypares/agent-skills
See `references/revsets.md` for comprehensive revset patterns. Common Pitfalls 1. Use `-r` not `--revisions` ``` jj log -r xyz ✅ jj log --revisions xyz ❌ ``` 2. Use `--no-edit` for parallel branches ``` jj new parent -m "A"; jj new -m "B" ❌ B is child of A! jj new --no-edit parent -m "A"; jj new --no-edit parent -m "B" ✅ Both children of parent ``` 3. Quote revsets in shell ``` jj log -r 'description(substring:"[todo]")' ✅ ``` 4. Use ...
42
17241 review-diff nesnilnehc/ai-cortex
Skill: Review Diff Purpose Review only the current change (git diff, staged and unstaged) along a single dimension: scope = diff . Cover intent and impact, regression and correctness, breaking changes and compatibility, side effects and idempotency, and observability. Emit a findings list in the standard format so a meta skill (e.g. review-code ) can aggregate with language, framework, and cognitive skills. Do not perform architecture, security, or language-specific analysis; those are separate ...
42
17242 azure-identity-py sickn33/antigravity-awesome-skills
Azure Identity SDK for Python Authentication library for Azure SDK clients using Microsoft Entra ID (formerly Azure AD). Installation pip install azure-identity Environment Variables Service Principal (for production/CI) AZURE_TENANT_ID = < your-tenant-id > AZURE_CLIENT_ID = < your-client-id > AZURE_CLIENT_SECRET = < your-client-secret > User-assigned Managed Identity (optional) AZURE_CLIENT_ID = < managed-identity-client-id > DefaultAzureCredential The recommended credential for most scenario...
42
17243 google-maps aws-samples/sample-strands-agent-with-agentcore
Google Maps Available Tools search_places(query, location?, radius?, type?, open_now?, language?) : Search for places using text query. query (string, required): Search text (e.g., "restaurants in Seoul") location (string, optional): Center location as "lat,lng" (e.g., "37.5665,126.9780") radius (integer, optional): Search radius in meters (max 50,000) type (string, optional): Place type filter (e.g., "restaurant", "tourist_attraction", "hotel") open_now (boolean, optional, default: false): Only...
42
17244 post tryshift-sh/skills-store
X Post Use this managed skill when the user wants to post on X, reply to a post, quote a post, or delete a post. This skill uses Shift's local Skill Router. Do not ask the user to paste credentials into chat. Invocation Base URL: SHIFT_LOCAL_GATEWAY Endpoint: POST /skill-router/invoke Request body for a new tweet: { "skillProvider" : "x" , "skill" : "post" , "action" : "create" , "input" : { "text" : "Hello from Shift" } } Request body for a reply: { "skillProvider" : "x" , "skill" : "post" , "a...
42
17245 time-series-decomposer dkyazzentwatwa/chatgpt-skills
Extract trend, seasonal, and residual components from time series data with visualization and basic forecasting. Features - Decomposition: Additive and multiplicative models - Trend Extraction: Moving averages, polynomial fitting - Seasonality Detection: Auto-detect and extract periodic patterns - Residual Analysis: Identify anomalies in residuals - Visualization: Component plots, ACF/PACF - Basic Forecasting: Trend extrapolation, seasonal naive Quick Start ``` from ts_decomposer impo...
42
17246 scheduled-task netease-youdao/lobsterai
定时任务 Skill ⚠️ 核心原则 原则一:优先修改已有任务 当用户说"修改/更改/调整某个定时任务"时, 绝对不要创建新任务 。 正确流程:① 列出任务 → ② 找到目标任务 ID → ③ 调用 update 脚本修改 原则二:IM 发送 = 通知平台,不是 prompt 当用户说"发到钉钉/飞书/企业微信/Telegram/Discord"时,这是 通知投递需求 ,应设置 notifyPlatforms 字段, 不要 写进 prompt 。 任务完成后,系统会 自动 将 Claude 的执行结果发送到指定 IM 平台,无需在 prompt 中额外指示"发送到 XX"。 正确做法: prompt : "查询今天的天气并整理成报告" — 只描述要执行的动作 notifyPlatforms : ["dingtalk"] — 系统自动把结果发到钉钉 错误做法: prompt : "查询今天的天气并发送到钉钉群" — ❌ 不要把 IM 发送写进 prompt 常见触发词映射: 用户说的 对应 notifyPlatforms 值 发到钉钉/钉钉群/DingTalk "dingtalk" 发到...
42
17247 typescript-strict-migrator patricio0312rev/skills
TypeScript Strict Migrator Incrementally migrate to TypeScript strict mode for maximum type safety. Core Workflow Audit current state: Check existing type errors Enable incrementally: One flag at a time Fix errors: Systematic approach per flag Add type guards: Runtime type checking Use utility types: Proper type transformations Document patterns: Team guidelines Strict Mode Flags // tsconfig.json - Full strict mode { "compilerOptions": { // Master flag (enables all below) "strict": t...
42
17248 career-document-architect lyndonkl/claude
Career Document Architect Table of Contents Purpose When to Use Core Principles Workflow Document Frameworks Writing Strategies Guardrails Quick Reference Purpose This skill guides the creation of career documents for academic advancement including research statements, teaching statements, diversity statements, CVs, and biosketches. These documents require strategic positioning, narrative coherence, and alignment with institutional expectations while authentically representing the candidate's c...
42
17249 astro-expert oimiragieo/agent-studio
Astro Expert astro build and deployment When reviewing or writing code, apply these guidelines: Build and Deployment Optimize the build process using Astro's build command. Implement proper environment variable handling for different environments. Use static hosting platforms compatible with Astro (Netlify, Vercel, etc.). Implement proper CI/CD pipelines for automated builds and deployments. astro component development When reviewing or writing code, apply these guidelines: Component Develo...
42
17250 cloudrun-development tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill for CloudBase Run backend service development when you need: Long connection capabilities: WebSocket / SSE / server push Long-running or persistent processes: tasks that are not suitable for cloud functions, background jobs Custom runtime environments/system dependencies: custom images, specific system libraries Multi-language/arbitrary frameworks: Java, Go, PHP, .NET, Python, Node.js, etc. Stable external services with elastic scaling: pay-as-you-go, can sc...
42