.cursor/skills/openskills-runtime-debug/SKILL.md
Diagnose openskills-runtime execution failures in sandboxed paths (Landlock, seatbelt, native script execution, wasm execution) and produce root-cause-first findings with minimal-risk remediation steps.
npx skillsauth add geeksfino/openskills openskills-runtime-debugInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when debugging runtime failures in runtime/ and execution paths used by run_skill_target, native scripts, or sandbox enforcement.
runtime/src/executor.rsruntime/src/native_runner.rsruntime/src/wasm_runner.rsruntime/src/permissions.rsruntime/tests/*sandbox*runtime/tests/seatbelt_tests.rscargo check -p openskills-runtime
cargo test -p openskills-runtime
cargo test -p openskills-runtime seatbelt_tests -- --nocapture
Result.Return:
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
testing
Minimal skill for testing context fork behavior. Do not use in production.
development
Explains code clearly and thoroughly. Use when asked to explain, clarify, or teach about code snippets, functions, or concepts.
development
Reviews code for quality, best practices, and potential issues. Use when asked to review, audit, or check code for problems.