Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

DeepRhapsody

DeepRhapsody에는 DennySun2020에서 수집한 skills 8개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
8
Stars
3
업데이트
2026-03-24
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

neuraldebug
소프트웨어 개발자

AI-powered debugging for software (8 languages) and LLM/transformer reasoning. Debug programs with natural language via real debuggers (GDB, LLDB, CDB, JDB, Delve, Node Inspector, rdbg). Debug LLM internals with Logit Lens, Attention Analysis, Probing, Activation Patching, and LoRA fine-tuning. Client-server architecture works with any AI agent.

2026-03-24
binary-debugger
소프트웨어 개발자

Debug C/C++ programs at the assembly and machine-code level. Disassemble instructions, step through individual CPU instructions, inspect registers and raw memory, set breakpoints on addresses, patch live process memory, NOP out instructions, and modify binaries on disk. Works with GDB, LLDB, and CDB. All standard source-level debugging commands remain available.

2026-03-20
debugger
소프트웨어 개발자

Debug Python, C/C++, C#, Rust, Java, Go, Node.js/TypeScript, and Ruby programs interactively (persistent session with step/continue/inspect commands) or non-interactively (one-shot). Python uses stdlib bdb; C/C++ drives GDB (MI mode), LLDB, or CDB; C# uses netcoredbg (MI mode); Rust uses rust-gdb/rust-lldb/GDB/LLDB; Java uses JDB; Go uses Delve; Node.js uses built-in inspector; Ruby uses rdbg. Supports auto-detection of platform, compilers, and debuggers.

2026-03-20
llm-api-probe
소프트웨어 개발자

Debug reasoning of hosted LLMs (GPT-4, Claude, Gemini) through API-based probes — logprob analysis, consistency testing, chain-of-thought extraction, counterfactual probing, and calibration checks. No model weights required.

2026-03-20
llm-debugger
소프트웨어 개발자

Debug LLM/transformer model reasoning interactively using PyTorch hooks and interpretability techniques. Step through forward passes layer by layer, inspect activations and attention weights, run Logit Lens to see how predictions evolve, Activation Patching to find causal layers, Probing to test what information is encoded, and Attention Analysis to understand head behavior. Supports GPT-2 family, Llama, Mistral, Qwen, DeepSeek, and custom architectures via model adapters. Same TCP/JSON protocol as the traditional debugger skill.

2026-03-20
llm-finetuner
데이터 과학자

Fine-tune GPT-2 family models with LoRA to inject missing knowledge. Diagnose knowledge gaps, generate paraphrased training data, run lightweight LoRA training, verify predictions before/after, and persist merged weights to disk. Supports distilgpt2, gpt2, gpt2-medium, gpt2-large, gpt2-xl. Uses the same TCP/JSON server as the LLM debugger skill.

2026-03-20
llm-interpretability
데이터 과학자

Advanced LLM interpretability toolkit — Sparse Autoencoders, neuron-level analysis, hallucination detection, and attention head surgery. Decomposes model internals into interpretable features, finds important neurons, detects hallucinations, and enables targeted interventions on attention heads. Uses the same TCP/JSON server as the LLM debugger skill.

2026-03-20
reverse-engineering
정보 보안 분석가

Static binary analysis for reverse engineering. Parse PE/ELF headers, extract strings, discover functions in stripped binaries, build cross-reference maps, generate control flow graphs, analyze entropy for packing detection, and perform static disassembly. Works with .exe, .dll, .so, .elf, and raw binaries. Pure Python — no external dependencies required.

2026-03-20