Browse Skills
44357 skills found
templates.md
110
1
export
templates
2
from
"hellowind777/helloagents"
from
"hellowind777/helloagents"
3
文档模板集合;创建Wiki或方案包文件时读取;包含所有知识库模板和方案文件模板
2026-01-16
develop.md
110
1
export
develop
2
from
"hellowind777/helloagents"
from
"hellowind777/helloagents"
3
开发实施阶段详细规则;进入开发实施时读取;包含执行流程、代码规范、一致性审计、方案包迁移
2026-01-16
n8n-workflow-testing-fundamentals.md
110
1
export
n8n-workflow-testing-fundamentals
2
from
"proffesor-for-testing/agentic-qe"
from
"proffesor-for-testing/agentic-qe"
3
Comprehensive n8n workflow testing including execution lifecycle, node connection patterns, data flow validation, and error handling strategies. Use when testing n8n workflow automation applications.
2026-01-15
dotfiles-manager.md
109
1
export
dotfiles-manager
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Comprehensive knowledge of dotfiles management, configuration file organization, symlink strategies, and cross-platform environment setup. Use when the user needs to organize, sync, or deploy dotfiles and development configurations.
2026-01-15
chrome-devtools.md
109
1
export
chrome-devtools
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
2026-01-15
gemini-image-gen.md
109
1
export
gemini-image-gen
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing Google Gemini API image generation - create high-quality images from text prompts using gemini-2.5-flash-image model. Use when generating images, creating visual content, or implementing text-to-image features. Supports text-to-image, image editing, multi-image composition, and iterative refinement.
2026-01-15
debug-helper.md
109
1
export
debug-helper
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Systematic debugging strategies, troubleshooting methodologies, and problem-solving techniques for code and system issues. Use when the user encounters bugs, errors, or unexpected behavior and needs help diagnosing and resolving problems.
2026-01-15
shopify.md
109
1
export
shopify
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing Shopify apps, extensions, themes, and integrations using GraphQL/REST APIs, Shopify CLI, Polaris UI, and various extension types (Checkout, Admin, POS). Use when building Shopify apps, implementing checkout extensions, customizing admin interfaces, creating themes with Liquid, or integrating with Shopify's APIs.
2026-01-15
gemini-audio.md
109
1
export
gemini-audio
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing Google Gemini API audio capabilities - analyze audio with transcription, summarization, and understanding (up to 9.5 hours), plus generate speech with controllable TTS. Use when processing audio files, creating transcripts, analyzing speech/music/sounds, or generating natural speech from text.
2026-01-15
mongodb.md
109
1
export
mongodb
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing MongoDB - a document database platform with CRUD operations, aggregation pipelines, indexing, replication, sharding, search capabilities, and comprehensive security. Use when working with MongoDB databases, designing schemas, writing queries, optimizing performance, configuring deployments (Atlas/self-managed/Kubernetes), implementing security, or integrating with applications through 15+ official drivers. (project)
2026-01-15
nextjs.md
109
1
export
nextjs
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing Next.js - a React framework for production with server-side rendering, static generation, and modern web features. Use when building Next.js applications, implementing App Router, working with server components, data fetching, routing, or optimizing performance.
2026-01-15
cloudflare.md
109
1
export
cloudflare
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for building applications on Cloudflare's edge platform. Use when implementing serverless functions (Workers), edge databases (D1), storage (R2, KV), real-time apps (Durable Objects), AI features (Workers AI, AI Gateway), static sites (Pages), or any edge computing solutions.
2026-01-15
better-auth.md
109
1
export
better-auth
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing Better Auth - a framework-agnostic authentication and authorization framework for TypeScript. Use when adding authentication features like email/password, OAuth, 2FA, passkeys, or advanced auth functionality to applications.
2026-01-15
performance-optimizer.md
109
1
export
performance-optimizer
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Performance analysis, profiling techniques, bottleneck identification, and optimization strategies for code and systems. Use when the user needs to improve performance, reduce resource usage, or identify and fix performance bottlenecks.
2026-01-15
docker.md
109
1
export
docker
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for using Docker - a containerization platform for building, running, and deploying applications in isolated containers. Use when containerizing applications, creating Dockerfiles, working with Docker Compose, managing images/containers, configuring networking and storage, optimizing builds, deploying to production, or implementing CI/CD pipelines with Docker.
2026-01-15
gemini-document-processing.md
109
1
export
gemini-document-processing
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing Google Gemini API document processing - analyze PDFs with native vision to extract text, images, diagrams, charts, and tables. Use when processing documents, extracting structured data, summarizing PDFs, answering questions about document content, or converting documents to structured formats. (project)
2026-01-15
cloudflare-workers.md
109
1
export
cloudflare-workers
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Comprehensive guide for building serverless applications with Cloudflare Workers. Use when developing Workers, configuring bindings, implementing runtime APIs, testing Workers, using Wrangler CLI, deploying to production, or building edge functions with JavaScript/TypeScript/Python/Rust.
2026-01-15
turborepo.md
109
1
export
turborepo
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing Turborepo - a high-performance build system for JavaScript and TypeScript monorepos. Use when setting up monorepos, optimizing build performance, implementing task pipelines, configuring caching strategies, or orchestrating tasks across multiple packages.
2026-01-15
test-expert.md
109
1
export
test-expert
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Testing methodologies, test-driven development (TDD), unit and integration testing, and testing best practices across multiple frameworks. Use when the user needs to write tests, implement TDD, or improve test coverage and quality.
2026-01-15
ffmpeg.md
109
1
export
ffmpeg
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for using FFmpeg - a comprehensive multimedia framework for video/audio encoding, conversion, streaming, and filtering. Use when processing media files, converting formats, extracting audio, creating streams, applying filters, or optimizing video/audio quality.
2026-01-15
gemini-video-understanding.md
109
1
export
gemini-video-understanding
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Analyze videos using Google's Gemini API - describe content, answer questions, transcribe audio with visual descriptions, reference timestamps, clip videos, and process YouTube URLs. Supports 9 video formats, multiple models (Gemini 2.5/2.0), and context windows up to 2M tokens (6 hours of video).
2026-01-15
shadcn-ui.md
109
1
export
shadcn-ui
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Guide for implementing shadcn/ui - a collection of beautifully-designed, accessible UI components built with Radix UI and Tailwind CSS. Use when building user interfaces, adding UI components, or implementing design systems in React-based applications.
2026-01-15
postgresql-psql.md
109
1
export
postgresql-psql
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and using advanced psql features for database administration and development.
2026-01-15
docs-seeker.md
109
1
export
docs-seeker
2
from
"einverne/dotfiles"
from
"einverne/dotfiles"
3
Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel
2026-01-15