Back to Skills

Source Maps

a5c-ai
Updated 5 days ago
13 views
331
15
331
View on GitHub
Othergeneral

About

This skill enables generating and consuming source maps for debugging compiled code, supporting formats like V3 JSON and DWARF. It handles mapping generated positions to original source, inlined functions, and source map composition. Use it when developing compilers, debuggers, or JIT compilers to maintain accurate debugging information.

Quick Install

Claude Code

Recommended
Primary
npx skills add a5c-ai/babysitter -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/a5c-ai/babysitter
Git CloneAlternative
git clone https://github.com/a5c-ai/babysitter.git ~/.claude/skills/Source Maps

Copy and paste this command in Claude Code to install this skill

GitHub Repository

a5c-ai/babysitter
Path: plugins/babysitter/skills/babysit/process/specializations/programming-languages/skills/source-maps
0
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-automationbabysitter

Related Skills

Debug Adapter Protocol

Other

This skill helps developers implement the Debug Adapter Protocol (DAP) to integrate debuggers into editors like VS Code. It handles core debugging features including breakpoints, stepping, stack traces, and variable inspection. Use it when building or extending a debug adapter for a custom language or runtime.

View skill

Tree-sitter

Other

This Claude skill helps developers create Tree-sitter grammars for incremental parsing and syntax highlighting. It can write grammar files, implement external scanners, design syntax queries, and integrate with editors like VS Code and Neovim. Use it when building or extending language support for editors and tools that leverage Tree-sitter.

View skill

REPL Development

Other

This skill helps developers build interactive REPLs with features like readline editing, multi-line input, and tab completion. It's ideal for creating language interpreters, development consoles, or tools requiring incremental code evaluation. Use it when implementing persistent REPL states, expression evaluation, or special commands like :help and :type.

View skill

Language Server Protocol

Other

This Claude Skill helps developers implement full-featured Language Server Protocol servers with comprehensive IDE support. It provides expert guidance on implementing core LSP features including document synchronization, semantic analysis, code navigation, and refactoring tools. Use it when building or enhancing language servers to enable rich editor integrations.

View skill