性能

性能分析与优化

显示 481-504 / 共 2714 个技能
mohitmishra786

interpreters

mohitmishra786

Bytecode interpreter and JIT compiler skill for implementing language runtimes in C/C++. Use when designing bytecode dispatch loops (switch, computed goto, threaded code), implementing stack-based or register-based VMs, adding a simple JIT using mmap/mprotect, or understanding performance trade-offs in interpreter design. Activates on queries about bytecode VMs, dispatch loops, computed goto, JIT compilation basics, tracing JITs, or implementing a scripting language runtime.

缓存 186 6个月前
TongmingLAIC

ako4all

TongmingLAIC

Drive an agentic loop that iteratively optimizes a GPU kernel for maximum speedup. Use this skill whenever the user wants to optimize / speed up / benchmark a GPU kernel (CUDA, Triton, TileLang, C++, Python), mentions AKO / AKO4ALL / AKO4X / agentic kernel optimization, asks to "make this kernel faster", or has a kernel they want measured against a PyTorch reference. The skill handles setup, profiling (ncu), correctness checking, iteration logging, and git commits. Bootstraps a workspace in any directory the user points at.

CLI 工具 358 3个月前
Donchitos

gate-check

Donchitos

"Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts."

代码评审 2.5万 6个月前
Donchitos

team-polish

Donchitos

"Orchestrate the polish team: coordinates performance-analyst, technical-artist, sound-designer, and qa-tester to optimize, polish, and harden a feature or area for release quality."

性能 2.5万 6个月前
Donchitos

perf-profile

Donchitos

"Structured performance profiling workflow. Identifies bottlenecks, measures against budgets, and generates optimization recommendations with priority rankings."

文件操作 2.5万 6个月前
QuixiAI

research

QuixiAI

How to research topics using web tools

学术 607 7个月前
QuixiAI

humanizer

QuixiAI

Detect and remove AI writing patterns to produce natural, human-sounding prose

代码评审 607 6个月前
QuixiAI

meeting-prep

QuixiAI

Prepare briefings for upcoming calendar events with attendee context and relevant memories

代码生成 607 6个月前
mohitmishra786

cpu-cache-opt

mohitmishra786

CPU cache optimization skill for C/C++ and Rust. Use when diagnosing cache misses, improving data layout for cache efficiency, using perf stat cache counters, understanding false sharing, prefetching, or structuring AoS vs SoA data layouts. Activates on queries about cache misses, cache lines, false sharing, perf cache counters, data layout optimization, prefetch, AoS vs SoA, or L1/L2/L3 cache performance.

缓存 186 6个月前
mohitmishra786

memory-model

mohitmishra786

C++ and Rust memory model skill for concurrent programming. Use when understanding memory ordering, writing lock-free data structures, using std::atomic or Rust atomics, diagnosing data races, or selecting the correct memory order for atomic operations. Activates on queries about memory ordering, acquire-release, seq_cst, relaxed atomics, happens-before, memory barriers, std::atomic, or Rust atomic ordering.

数据处理 186 6个月前
freekmurze

vercel-react-best-practices

freekmurze

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.

缓存 1000 6个月前
mohitmishra786

static-analysis

mohitmishra786

Static analysis skill for C/C++ codebases. Use when hardening code quality, triaging noisy builds, running clang-tidy, cppcheck, or scan-build, interpreting check categories, suppressing false positives, or integrating static analysis into CI. Activates on queries about clang-tidy checks, cppcheck, scan-build, compile_commands.json, code hardening, or static analysis warnings.

数据处理 186 6个月前
robertguss

writing-dna-discovery

robertguss

Capture a writer's voice DNA through collaborative interview and sample analysis. Use when someone wants to document their writing voice for use with a ghost writer skill. Produces a Voice DNA Document with patterns, anti-patterns, and actionable guidance. Handles one register/mode per session, supports refinement over time.

代码生成 107 7个月前
mcollina

nodejs-core

mcollina

Deep Node.js internals expertise including C++ addons, V8, libuv, and build systems

API 开发 1901 6个月前
ReinaMacCredy

note

ReinaMacCredy

Manage persistent working memory. Add priority context, manual notes, or working memory that persists across sessions.

认证鉴权 230 6个月前
Zal4DW

linkedin-coach

Zal4DW

This skill should be used when the user asks to "review my LinkedIn profile", "optimise my LinkedIn", "write a LinkedIn headline", "build a content strategy", "review my LinkedIn post", or "create a video introduction". Covers full profile audits, headline crafting, content strategy coaching, post review, and video introduction scripts across five modes.

性能 97 6个月前
robertguss

ghost-writer

robertguss

Produce first drafts that match a writer's authentic voice using their Voice DNA Document. Consumes DNA documents from writing-dna-discovery skill. Generates 2 meaningfully different drafts with headlines, confidence assessment, decision notes, and DNA refinement suggestions. Collaborative partner that evaluates, pushes back, and advocates for quality. Handles blog posts, essays, newsletters, and more.

自动化 107 7个月前
nowledge-co

distill-memory

nowledge-co

Recognize breakthrough moments, blocking resolutions, and design decisions worth preserving. Detect high-value insights that save future time. Suggest distillation at valuable moments, not routine work.

CLI 工具 162 6个月前
nowledge-co

Distill Memory

nowledge-co

Recognize breakthrough moments, blocking resolutions, and design decisions worth preserving. Detect high-value insights that save future time. Suggest distillation at valuable moments, not routine work.

CLI 工具 162 7个月前
nowledge-co

read-working-memory

nowledge-co

Read your daily Working Memory briefing to understand current context. Contains active focus areas, priorities, unresolved flags, and recent knowledge changes. Load this automatically at the beginning of sessions for cross-tool continuity.

认证鉴权 162 6个月前
gmh5225

binary-lifting

gmh5225

Expertise in binary lifting techniques - converting machine code to LLVM IR for analysis, decompilation, and recompilation. Use this skill when working on reverse engineering, binary analysis, deobfuscation, or converting binaries to higher-level representations.

学术 876 7个月前
gmh5225

llvm-security

gmh5225

Expertise in LLVM security features including sanitizers, hardening techniques, exploit mitigations, and secure compilation. Use this skill when implementing security-focused compiler features, analyzing vulnerabilities, or hardening applications.

CLI 工具 876 7个月前
JamieMason

front-loading

JamieMason

Put the answer first, then context and details follow. Use when writing documentation, tutorials, error messages, or any communication where readers need to decide quickly if something is relevant to them.

调试 2087 7个月前
AvdLee

swift-testing-expert

AvdLee

'Expert guidance for Swift Testing: test structure, #expect/#require macros, traits and tags, parameterized tests, test plans, parallel execution, async waiting patterns, and XCTest migration. Use when writing new Swift tests, modernizing XCTest suites, debugging flaky tests, or improving test quality and maintainability in Apple-platform or Swift server projects.'

数据库 441 6个月前