v8
- 31 skills
- 0 followers
- 8 hours ago last updated
- ▌
- ▌ Torque · v8Provides expert guidance for navigating, implementing, and verifying V8 Torque (.tq) builtins. Use when modifying or debugging Torque files. Do not use for C++ macro builtins.
- ▌
- ▌ V8 Setup · v8Handles missing dependencies and configuration for V8 tools. Use when encountering missing tools, test runners, or workspace symlinks. Do not use for C++ coding issues.
- ▌
- ▌
- ▌ V8 Testing · v8Executes and interprets V8 tests. Use when running unittests, cctest, or mjsunit, or when debugging test failures. Do not use for building.
- ▌ V8 Commands · v8Key commands for building, debugging, and testing in V8. Use when needing command syntax for gm.py, d8 flags, or run-tests.py. Do not use for environment setup.
- ▌ V8 Workflow · v8Manages git task isolation and environment setup in V8. Use at the start of any new task or bug fix. Do not use for general C++ editing.
- ▌ Clangd Setup · v8Handles installation and configuration of clangd-mcp for V8. Use when clangd-mcp is missing or needs configuration for the current workspace. Do not use for general C++ editing.
- ▌ Orchestrator · v8Core skill for task scheduling and multi-agent coordination in V8 development. Use for any multi-step workflow or complex task. Do not use for simple linear tasks.
- ▌ V8 Structure · v8Maps the V8 dir/folder structure, component locations, and local documentation. Use when locating specific subsystems, mapping src/ code to docs/ design files, or understanding repository architecture.
- ▌ Wasm D8 Perf · v8Use this skill to reproduce, profile, or analyze WebAssembly (Wasm) execution performance using d8 shell.
- ▌ Workflow Perf · v8 bundleWorkflow for performance and memory evaluation in V8. Use when tasked with improving the performance or memory usage of a workload in V8. Do not use when debugging a crash or functionality issue.
- ▌ Env Abstraction · v8Handles abstraction of environment-specific commands between Jetski and Gemini-CLI. Use when switching execution context between local terminal environments. Do not use for debugging logic issues.
- ▌ V8 Ciderg Paths · v8Adjusts instructions for V8 commands when running in a CiderG Chrome workspace environment. Trigger this when invoking any V8 binaries or running tests in a CiderG checkout.
- ▌ V8 Understanding · v8Guides the methodology for investigating V8 concepts, codebase structure, performance, memory, and architecture. MANDATORY to use whenever triaging bugs, investigating crashes, reading C++ files, analyzing compiler optimizations (Ignition, Maglev, TurboFan, Turboshaft), or doing static research on V8 subsystems. Essential for locating high-level design documents in the local docs/ directory before reading C++ code. Do not use for raw build commands or Git workflows.
- ▌ Workflow Debugging · v8Workflow for issue-based debugging in V8. Use when tasked with debugging a specific issue, usually associated with a Buganizer ID or a specific reproduction script. Do not use for performance regressions.
- ▌ Minimize Reproducer · v8 bundleUse this when you need to minimize a complex or bloated JavaScript test case (e.g., from a fuzzer or external report) into a minimal, readable reproduction for debugging V8 issues.
- ▌ Workflow Gerrit Fix · v8Workflow for automatically fixing errors or addressing comments on a Gerrit CL requested by the user.
- ▌ Header Cycle Breaker · v8Guide for breaking cyclic dependencies in V8 headers and resolving cascade IWYU failures.
- ▌ Subagent Env Passing · v8Workflow for passing environment variables (like PATH) from the Orchestrator to subagents. Use when spawning subagents that need specific environment variables. Do not use for standard subagent execution.
- ▌ V8 Security Triaging · v8Guides the initial analysis and impact assessment of a V8 security report, strictly excluding implementation or fixing.
- ▌
- ▌ V8 Poc Classification · v8Checks if a POC provided by some JS and d8 flags is a vulnerability or just a regular bug.
- ▌ V8 Regression Testing · v8Use this skill when designing, writing, or minimizing regression tests (e.g., mjsunit) for V8 bug fixes
- ▌ Agent Self Improvement · v8Workflow for agent self-improvement via isolated execution, evaluation, and process refinement. Use when evaluating historical bugs or self-correcting skills. Do not use for new feature development.
- ▌ Doc Invalidation Checker · v8Analyzes recent commits and uses a smart AI subagent to check if they invalidate any documentation in docs/.
- ▌ Agent Evaluation Framework · v8Workflow for evaluating and refining agent debugging capabilities using designated test cases and Swarm principles. Use when evaluating subagent performance or creating benchmarks. Do not use for regular bug fixing.
- ▌ Workflow General Debugging · v8Workflow for general debugging tasks without the overhead of issue tracking. Use when investigating crashes, hangs, or unexpected behavior where no specific issue ID is provided. Do not use when issue ID is provided.
- ▌