- Home
- /
- Categories
- /
- Performance
Performance
Performance profiling and optimization
chrome-devtools
by artivilla
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests.
tonejs
by HongmingWang-Rabbit
Best practices for Tone.js - programmatic music and audio synthesis in the browser using the Web Audio API. Covers synths, effects, sequencing, timing, samples, signals, patterns, MIDI, visualization, browser audio, music emotion mapping, rhythm/beat construction, music theory utilities, generative/algorithmic composition, performance optimization, offline rendering/recording, and React/Next.js integration.
graphiti
by aeonbridge
Comprehensive skill for Graphiti and Zep - temporal knowledge graph framework for AI agents with dynamic context engineering
desktop-app-dev
by YPYT1
Desktop App Dev subagent
vercel-react-best-practices
by yldgio
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.
react-rerender-auditor
by handxr
Audit React components for unnecessary re-renders, inline object/array/function creation in JSX props, Context.Provider with unstable values, useEffect anti-patterns (async callbacks, setState loops, missing deps), expensive unmemoized render operations, and component complexity issues. Use when reviewing React performance, debugging slow components, auditing a codebase for re-render issues, or when a user asks to check their React code for performance problems, find unnecessary re-renders, optimize components, or audit hook usage. Triggers on tasks involving .jsx/.tsx/.js/.ts files with React components.
agent-orchestration-improve-agent
by ncdevshiv
"Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration."
agent-builder
by YPYT1
Build high-performing OpenClaw agents end-to-end. Use when you want to design a new agent (persona + operating rules) and generate the required OpenClaw workspace files (SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md, optional MEMORY.md + memory/YYYY-MM-DD.md). Also use to iterate on an existing agent’s behavior, guardrails, autonomy model, heartbeat plan, and skill roster.
upsell-sequence-assembler
by tonyflo79
Assemble all upsell sequence pieces (order bump + upsell + downsell) into a cohesive sequence document with cross-page narrative validation. Use after U1-U3 have produced their individual pieces. This is an ASSEMBLY + VALIDATION skill, not a writing skill — it combines existing pieces, validates threading between them, verifies pricing cascade compliance, and catches inconsistencies that individual skill validations miss. Produces assembled sequence document plus E0 handoff for email integration. Trigger when users mention assembling the upsell funnel, compiling upsell pages, sequence validation, or building the complete post-purchase flow. Requires U0-U3 outputs.
wandb-experiment-memory
by wilfred-dore
Query Weights & Biases experiment history to retrieve past optimization runs, compare configurations, and inform the next optimization decision. Use this skill when asked to review past AI optimization experiments, find the best configuration tried so far, understand what has already been explored, or suggest the next experiment to run based on W&B history.
javascript-best-practices
by jcastillotx
JavaScript coding standards and best practices. This skill should be used when writing, reviewing, or refactoring JavaScript code. Triggers on tasks involving vanilla JavaScript, DOM manipulation, async operations, or performance optimization.
timeline-skill
by tower1229
Factual timeline layer. Given a time range, retrieves or generates structured episode facts from memory and session history. Returns a TimelineWindow JSON object. Writes new episodes to disk (Append-Only).
expression-coach
by ethansage0618
一个用于生成语言表达组织训练场景的技能。当您需要系统性地练习在不同情境下的口语沟通能力时,请使用此技能。
generate-jest-unit-tests
by Olino3
Intelligent Jest unit test generation for Angular components, services, and more with Socratic planning and project-specific memory.
cost-optimization
by TriNgo0108
Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
data-quality
by masterkram
Diagnose and fix data quality problems in datasets. Use when working with dirty data, finding duplicates, handling missing values, detecting outliers/anomalies, validating constraints (functional dependencies, referential integrity), profiling datasets, or cleaning data for analysis or ML. Covers the full data quality lifecycle - define, detect, clean, measure.
web-perf-ux
by october-academy
Web application performance and UX optimization through automated analysis. Use when developers need to (1) measure and diagnose performance issues using Lighthouse and Core Web Vitals, (2) identify root causes of LCP, CLS, INP problems, (3) analyze UX pain points like layout shifts or slow interactivity, (4) generate actionable improvement plans with concrete code-level fixes. Triggers on requests like "analyze performance", "why is my page slow", "fix CLS issues", "optimize web vitals", "run Lighthouse", "performance audit", or "improve page speed".
character-profile-generator
by BizShuk
This skill generates detailed virtual character profiles based on a standardized template. Use this skill when a user wants to create or refine a character for stories, roleplay, or virtual assistants. It guides the user through a clarifying dialogue to establish core personality, behavior, and background before generating the final profile.
svelte
by NikiSkaarup
Guide Svelte 5 component development with runes, props, and performance-aware patterns.
token-saver
by RubenAQuispe
"Token optimization dashboard with two sections - (1) Workspace file compression for ALL .md files in context, (2) AI model audit that detects current models and suggests cheaper alternatives. Shows \"possible savings\" until optimizations are applied. Triggers on \"optimize tokens\", \"reduce AI costs\", \"model audit\", \"save money on AI\"."
agent-memory-skills
by kimasplund
Self-improving agent architecture using ChromaDB for continuous learning, self-evaluation, and improvement storage. Agents maintain separate memory collections for learned patterns, performance metrics, and self-assessments without modifying their static .md configuration.
memory-management
by naohainezha
Search and manage Alma's memory and conversation history. Use when the user asks about past conversations, personal facts, preferences, or anything that requires recalling information ("你知道我...吗", "我们之前聊过...", "你还记得...", "帮我找之前说的..."). Also used to store new memories and search through archived chat threads.
create-mcp-skill
by Cygnusfear
Create a new skill that uses an MCP server, following best practices from the MCP CLI guide. Use when user wants to create a skill for a new MCP server or integrate MCP functionality into a skill.
6502-assembly
by hwatkins
Write, read, debug, and optimize 6502 assembly language code. Use this skill whenever the user asks about 6502 assembly, MOS 6502, 6510, 65C02, or 65C816 programming, or is working on projects for the NES, SNES, Commodore 64, Apple II, Atari 2600/8-bit, VIC-20, BBC Micro, or any other 6502-based platform. Also trigger when the user mentions opcodes, addressing modes, zero page, stack operations, or assembly language concepts in the context of 8-bit/retro computing. Covers instruction set, addressing modes, common algorithms (16-bit math, multiplication, division), memory layout, optimization, and platform-specific patterns. Even if the user just says "assembly" in a retro computing context, use this skill.