sql-gen
vmain
io.github.sundial-org/awesome-openclaw-skills/sql-gen
Generate SQL queries from natural language
“filesystem github context7 playwright” 共 3,096 个结果
vmain
io.github.sundial-org/awesome-openclaw-skills/sql-gen
Generate SQL queries from natural language
vmain
io.github.sundial-org/awesome-openclaw-skills/docker-pro-diagnostic
Advanced log analysis for Docker containers using signal extraction.
vmain
io.github.sundial-org/awesome-openclaw-skills/kubernetes
Comprehensive Kubernetes and OpenShift cluster management skill covering operations, troubleshooting, manifest generation, security, and GitOps. Use this skill when: (1) Cluster operations: upgrades, backups, node management, scaling, monitoring setup (2) Troubleshooting: pod failures, networking issues, storage problems, performance analysis (3) Creating manifests: Deployments, StatefulSets, Services, Ingress, NetworkPolicies, RBAC (4) Security: audits, Pod Security Standards, RBAC, secrets management, vulnerability scanning (5) GitOps: ArgoCD, Flux, Kustomize, Helm, CI/CD pipelines, progressive delivery (6) OpenShift-specific: SCCs, Routes, Operators, Builds, ImageStreams (7) Multi-cloud: AKS, EKS, GKE, ARO, ROSA operations
vmain
io.github.sundial-org/awesome-openclaw-skills/database
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
vmain
io.github.syi0808/screenize/sqlite-vectordb
SQLite vector DB for work log storage and semantic search. Use for indexing work logs, generating embeddings, semantic search, and DB maintenance.
vmaster
io.github.oro-ad/nuxt-claude-devtools/css-architecture
CSS and styling best practices. Use when working with styles, layouts, or theming.
vmain
io.github.NTCoding/claude-skillz/typescript-backend-project-setup
Sets up NX monorepo for TypeScript backend projects optimized for AI-assisted development. Delegates to NX commands where possible, patches configs as last resort. Triggers on: 'set up typescript backend project', 'create backend project', 'initialize typescript backend', 'create monorepo', or when working in an empty project folder.
vmain
io.github.linuxhsj/openclaw-zero-token/mcporter
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
vmain
io.github.sddevelopment-be/quickstart_agent-augmented-development/automation-script
Prompt for DevOps Danny to generate an automation script based on requirements or direct prompt
vmain
io.github.loocor/codmate/mcp-wizard
Generate MCP server drafts from requirements.
vmain
io.github.reactjs/react.dev/react-expert
Use when researching React APIs or concepts for documentation. Use when you need authoritative usage examples, caveats, warnings, or errors for a React feature.
vmain
io.github.wshobson/agents/python-project-structure
Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with __all__, or planning directory layouts.
vmain
io.github.wshobson/agents/python-code-style
Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards.
vmain
io.github.DanielPodolsky/ownyourcode/backend
Reviews API design, REST conventions, and backend architecture. Use when junior builds API endpoints, Express routes, middleware, controllers, or asks "is this RESTful", "check my endpoint".
vmain
io.github.hashicorp/agent-skills/refactor-module
Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
vmain
io.github.mitsuhiko/agent-stuff/frontend-design
Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
vmain
io.github.llama-farm/llamafarm/typescript-skills
Shared TypeScript best practices for Designer and Electron subsystems.
vmain
io.github.RefoundAI/lenny-skills/writing-specs-designs
Help users write effective specs and design documents. Use when someone is creating technical specs, feature specs, design docs, or trying to communicate product requirements to engineering and design teams.
vmain
io.github.RefoundAI/lenny-skills/writing-job-descriptions
Help users write effective job descriptions. Use when someone is creating a job posting, defining a new role, preparing to hire, or trying to attract the right candidates for an open position.
vmain
io.github.RefoundAI/lenny-skills/writing-north-star-metrics
Help users define their North Star metric. Use when someone is choosing their primary success metric, trying to align the team around a key measure, struggling with metric proliferation, or setting up their measurement strategy.
vmain
io.github.RefoundAI/lenny-skills/writing-prds
Help users write effective PRDs. Use when someone is documenting product requirements, preparing specs for engineering, writing feature briefs, or defining what to build for their team.
vmain
io.github.sanity-io/sanity/vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
vmain
io.github.YFGaia/dify-plus/component-refactoring
Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.
vmain
io.github.YFGaia/dify-plus/frontend-testing
Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.