·strace-ltrace
</>

strace-ltrace

strace and ltrace skill for system call and library call tracing. Use when a binary behaves incorrectly without crashing, diagnosing file-not-found errors, permission failures, network issues, or unexpected library calls by tracing syscalls and library function calls. Activates on queries about strace, ltrace, syscall tracing, library interception, ENOENT, EPERM, strace -e, or diagnosing binary behaviour without a debugger.

26Installs·2Trend·@mohitmishra786

Installation

$npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill strace-ltrace

How to Install strace-ltrace

Quickly install strace-ltrace AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill strace-ltrace
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mohitmishra786/low-level-dev-skills.

SKILL.md

View raw

Guide agents through tracing system calls with strace and library calls with ltrace — the most effective tools for diagnosing incorrect binary behaviour without a crash or debugger.

| file | open, openat, stat, access, unlink, rename, ... | | network | socket, connect, bind, accept, send, recv, ... | | process | fork, exec, wait, clone, exit, ... | | memory | mmap, munmap, mprotect, brk, ... | | signal | kill, sigaction, sigprocmask, ... | | ipc | pipe, socket pair, shmget, ... | | desc | close, dup, poll, select, epoll, ... |

| ENOENT | No such file or directory | Config file missing, wrong path | | EACCES | Permission denied | File permissions, SELinux | | EPERM | Operation not permitted | Missing capability, suid needed | | EADDRINUSE | Address already in use | Port already bound | | ETIMEDOUT | Connection timed out | Network unreachable, firewall |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill strace-ltrace
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from mohitmishra786/low-level-dev-skills

Quick answers

What is strace-ltrace?

strace and ltrace skill for system call and library call tracing. Use when a binary behaves incorrectly without crashing, diagnosing file-not-found errors, permission failures, network issues, or unexpected library calls by tracing syscalls and library function calls. Activates on queries about strace, ltrace, syscall tracing, library interception, ENOENT, EPERM, strace -e, or diagnosing binary behaviour without a debugger. Source: mohitmishra786/low-level-dev-skills.

How do I install strace-ltrace?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill strace-ltrace Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mohitmishra786/low-level-dev-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22