typescript-skills
vmain
io.github.llama-farm/llamafarm/typescript-skills
Shared TypeScript best practices for Designer and Electron subsystems.
“filesystem github context7 playwright” 共 15,930 个结果
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.
vmain
io.github.stacklok/toolhive/deploying-vmcp-locally
Deploys a VirtualMCPServer configuration locally for manual testing and verification
vmain
io.github.cisco-ai-defense/skill-scanner/database-query
Query database safely with parameterized statements
vmain
io.github.papermark/papermark/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.corvo007/MioSub/writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
vmain
io.github.BagelHole/DevOps-Security-Agent-Skills/kubernetes-ops
Deploy, scale, and manage Kubernetes workloads. Create deployments, services, and configurations, manage cluster resources, troubleshoot pods, and implement production-ready Kubernetes patterns. Use when working with Kubernetes clusters, K8s deployments, or container orchestration.
vmain
io.github.BagelHole/DevOps-Security-Agent-Skills/kubernetes-hardening
Implement Kubernetes security contexts, Pod Security Standards, and network policies. Secure cluster components and workloads. Use when hardening Kubernetes deployments or meeting security compliance.
vmain
io.github.vercel-labs/agent-skills/react-native-skills
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
vmain
io.github.JimmyLv/BibiGPT-v1/agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
vmain
io.github.alibaba/spring-ai-alibaba/pdf-extractor
Extract text, tables, and form data from PDF documents for analysis and processing. Use when user asks to extract, parse, or analyze PDF files.
vmain
io.github.netalertx/NetAlertX/api-development
Develop and extend NetAlertX REST API endpoints. Use this when asked to create endpoint, add API route, implement API, or modify API responses.
vmain
io.github.ynulihao/AgentSkillOS/sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
vmain
io.github.davila7/claude-code-templates/codex-review
Professional code review with auto CHANGELOG generation, integrated with Codex AI
vmain
io.github.davila7/claude-code-templates/code-review-checklist
Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
vmain
io.github.davila7/claude-code-templates/writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
vmain
io.github.davila7/claude-code-templates/browser-extension-builder
Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3.
vmain
io.github.davila7/claude-code-templates/browser-automation
Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the better choice in 202