Jean-Marc Giorgi
Community@multicam · Sydney, Australia
Agent Skills by Jean-Marc Giorgi
Showing 61 vetted skills indexed across 3 GitHub repositories.
lcov
Analyze LCOV coverage.info data to detect unexecuted lines, branches, and functions.
ctags
Generate tags files with ctags for cross-file symbol navigation.
scratch
Store ephemeral context in a dedicated scratch file across sessions.
style
Enforce C/C++ code style with inttypes.h types and Google-style include order.
e2e-testing
Document ikigai end-to-end test formats, runners, and mock providers.
makefile
Modify Makefiles with centralized guidance for target definitions and safety checks.
mdp
Render Markdown files as full-screen terminal slides with keyboard navigation.
principles
The requested data was not found. Please re-...
source-code
Index C source files in the Ikigai REPL project by function area.
meta
Organizes .claude ecosystem infrastructure, conventions and directory structure for ikigai agent system projects.
gdbserver
Attach GDB to ikigai TUI apps via gdbserver for remote debugging.
ikigai-ctl
Interact with a running ikigai instance via its Unix domain control socket.
rules
Enforce project constraints to prevent risky actions and unsafe tooling.
testability
Refactor code to extract pure logic and isolate I/O for testability.
coredump
Analyze core dumps with gdb to diagnose early startup crashes and segfaults.
harness
Run make targets and spawn fix sub-agents for quality checks.
align
Enforce one-action-per-request discipline with explicit user approval before modifications.
docs
Standardize ikigai project documentation with YAML frontmatter and structured guidelines.
naming
Enforce ik_MODULE_THING symbol prefixes and module-per-directory structure in the ikigai C codebase.
debugger
Diagnose ikigai TUI startup and runtime failures with a decision tree.
quality
Run project-wide quality checks including compile, link, and unit tests.
valgrind
Interpret Valgrind memcheck output to identify memory errors in C/C++ programs.
mocking
Mock external dependencies in C tests using MOCKABLE weak symbol wrappers.
bugs
Document known bugs and quirks in dependencies and tooling.