Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Full build workflow for adding new syscall descriptions to syzkaller
When adding new syscall descriptions, follow this workflow:
cd /opt/syzkaller
# 1. Write/edit your .txt file in sys/linux/
# 2. Create a .const file with constant values (see syz-extract-constants skill)
# The .const file should be named: sys/linux/your_file.txt.const
# 3. Compile descriptions
make descriptions
# 4. Build syzkaller
make all
If you only changed descriptions (not constants):
cd /opt/syzkaller
make descriptions # Runs syz-sysgen to compile descriptions
If you add new constants, update the .const file first.
unknown type foo_bar
SOME_CONST is defined for none of the arches
.const filesys/linux/your_file.txt.const with the correct valueundefined reference to 'some_type'
npx skills add benchflow-ai/skillsbench --skill syzkaller-build-loopHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.