writing-skills
vmain
io.github.paperclipai/companies/writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
“github” 共 4,144 个结果
vmain
io.github.paperclipai/companies/writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
vmain
io.github.affaan-m/ECC/nextjs-turbopack
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
vmain
io.github.affaan-m/ECC/mcp-server-patterns
Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
vmain
io.github.databricks-solutions/ai-dev-kit/sql-correctness
SQL evaluation criteria for Databricks. Load when the trace contains execute_sql tool calls or SQL code in responses. Covers syntax validity, Unity Catalog patterns, and Databricks-specific SQL features.
vdev
io.github.useautumn/autumn/api-versioning
Create and maintain API version changes. Use when adding breaking changes to API responses/requests, creating version change files, transforming data between versions, or handling backward compatibility.
vmaster
io.github.FrankChen021/datastoria/sql-expert
Expert system for generating, validating, and optimizing ClickHouse SQL. Use this when the user needs data, queries, or analysis.
vmain
io.github.open-metadata/OpenMetadata/writing-playwright-tests
Use when writing new Playwright E2E tests or adding test cases. Provides testing philosophy, patterns, and best practices from the Playwright Developer Handbook.
vmain
io.github.kurtosis-tech/kurtosis/docker-local-build
Build and test Kurtosis from source on local Docker. Compiles all components (engine, core, files-artifacts-expander), builds Docker images, installs the CLI, and restarts the engine. Use when developing Kurtosis and testing changes locally with Docker.
vmain
io.github.kurtosis-tech/kurtosis/docker-debug
Debug Kurtosis running on local Docker. Inspect engine, API container, and service logs. Diagnose container crashes, port conflicts, and networking issues. Use when kurtosis commands fail or services aren't reachable on Docker.
vmain
io.github.giuseppe-trisciuoglio/developer-kit/nextjs-performance
Expert Next.js performance optimization skill covering Core Web Vitals, image/font optimization, caching strategies, streaming, bundle optimization, and Server Components best practices. Use when optimizing Next.js applications for Core Web Vitals (LCP, INP, CLS), implementing next/image and next/font, configuring caching with unstable_cache and revalidateTag, converting Client Components to Server Components, implementing Suspense streaming, or analyzing and reducing bundle size. Supports Next.js 16 + React 19 patterns.
vmain
io.github.Dimillian/Skills/swiftui-view-refactor
Refactor and review SwiftUI view files with strong defaults for small dedicated subviews, MV-over-MVVM data flow, stable view trees, explicit dependency injection, and correct Observation usage. Use when cleaning up a SwiftUI view, splitting long bodies, removing inline actions or side effects, reducing computed `some View` helpers, or standardizing `@Observable` and view model initialization patterns.
vmain
io.github.Dimillian/Skills/react-component-performance
Analyze and optimize React component performance issues (slow renders, re-render thrash, laggy lists, expensive computations). Use when asked to profile or improve a React component, reduce re-renders, or speed up UI updates in React apps.
vmain
io.github.ECNU-ICALK/AutoSkill/создание-sql-триггеров-для-аудита-подготовки-к-рейсу
Генерация SQL-кода для создания таблицы истории и триггеров (INSERT, UPDATE, DELETE), которые фиксируют изменения в таблице подготовки к рейсу, включая время, самолет, тип работ и ответственных лиц.
vmain
io.github.ECNU-ICALK/AutoSkill/维格表特定架构sql查询生成
根据用户定义的数据库表结构(<TOKEN>、apitable_node、apitable_datasheet_meta),生成SQL语句以查询表名、dst_id、数据记录及字段元数据。
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-decompiled-code-to-clean-c99
Converts provided C code snippets (typically decompiled) into clean, readable C99 code with improved variable names and explanatory comments.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-python-loops-to-use-pandarallel-for-parallel-processing
Converts sequential Python loops iterating over lists into parallelized operations using the pandarallel library, ensuring correct function scoping for FastAPI or standalone scripts.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-excel-vba-worksheet-code-to-standard-module
Guides the user in moving VBA logic from worksheet modules to a standard module to reuse code across multiple sheets, specifically handling the conversion of Private event handlers to Public subs and resolving scope/reference issues like the 'Me' keyword and 'Target' arguments.
vmain
io.github.ECNU-ICALK/AutoSkill/java-refactoring-with-spring-objectutils
Refactor Java code to use org.springframework.util.ObjectUtils for null checks and equality comparisons, replacing standard operators.
vmain
io.github.ECNU-ICALK/AutoSkill/css-tricolor-flag-generator-with-official-standards
Generates HTML and CSS code for tricolor flags adhering to official color specifications, aspect ratios, and correct stripe orientation.
vmain
io.github.ECNU-ICALK/AutoSkill/css-scalable-icon-architecture
Generates CSS for scalable graphics where the container uses em units and internal elements use percentage dimensions to ensure responsive scaling.
vmain
io.github.ECNU-ICALK/AutoSkill/css-image-hover-position-transition
Generates pure CSS code to animate an image's position on hover (e.g., moving top) without changing its dimensions.
vmain
io.github.ECNU-ICALK/AutoSkill/mobile_network_qa_concise_sauter
Answer technical questions about LTE, WLAN, and mobile networks based on the Sauter reference, strictly adhering to user-specified word count limits.
vmain
io.github.ECNU-ICALK/AutoSkill/使用docker-compose部署nextcloud及frp内网穿透
指导用户使用Docker Compose部署Nextcloud(含MariaDB数据库)及FRP服务端/客户端,配置TOML格式的FRP配置文件,利用Docker内部网络进行服务代理,并解决Nextcloud信任域名及文件权限问题。
vmain
io.github.ECNU-ICALK/AutoSkill/typescript-인터페이스-순서-기반-xlsx-엑셀-다운로드-구현
사용자가 정의한 TypeScript 인터페이스의 속성 순서를 기준으로 데이터 배열을 변환하고, xlsx 라이브러리를 사용하여 엑셀 파일로 다운로드하는 함수를 작성합니다.