返回技能列表

REPL Development

a5c-ai
更新于 6 days ago
15 次查看
331
15
331
在 GitHub 上查看
其他design

关于

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.

快速安装

Claude Code

推荐
主要方式
npx skills add a5c-ai/babysitter -a claude-code
插件命令备选方式
/plugin add https://github.com/a5c-ai/babysitter
Git 克隆备选方式
git clone https://github.com/a5c-ai/babysitter.git ~/.claude/skills/REPL Development

在 Claude Code 中复制并粘贴此命令以安装该技能

GitHub 仓库

a5c-ai/babysitter
路径: plugins/babysitter/skills/babysit/process/specializations/programming-languages/skills/repl-development
0
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-automationbabysitter

相关推荐技能

Source Maps

其他

Source Maps Skill是专门用于生成和使用源码映射的工具,帮助开发者调试编译后的代码。它能将压缩或编译后的代码位置精确映射回原始源码,支持多种格式并处理内联函数等复杂场景。适用于需要集成调试器适配器、开发JIT编译器或处理代码生成的工作流程。

查看技能

Debug Adapter Protocol

其他

该Skill专门用于实现Debug Adapter Protocol(DAP),帮助开发者将调试器集成到编辑器中。它能够处理断点管理、单步执行、变量检查和堆栈跟踪等核心调试功能。适用于开发调试适配器、语言服务器或解释器的场景,可显著简化跨工具调试支持的构建过程。

查看技能

Tree-sitter

其他

这是一个专为创建Tree-sitter语法而设计的专家级Skill,用于实现增量解析和语法高亮功能。它能帮助开发者编写grammar.js文件、设计外部扫描器、创建语法查询,并集成到各种编辑器中。适用于需要为自定义编程语言或DSL开发语法支持、编辑器插件或语言服务器的开发场景。

查看技能

Language Server Protocol

其他

这是一个用于实现Language Server Protocol服务器的专家级Skill,提供完整的IDE功能支持。它能帮助开发者构建具备代码补全、跳转定义、重构等核心功能的语言服务器,特别适合开发编程语言工具链或IDE插件。该Skill支持JSON-RPC传输层、文档同步和语义分析等关键LSP特性。

查看技能