2 skills found
AElfProject / aelf-skillsUnified aelf skills hub for discovery, routing, bootstrap, and health checks across OpenClaw, Codex, Cursor, and Claude Code.
okimar42 / error-handling- Error Handling Requirements - All catch blocks must type errors as `unknown` - Use type guards to check error types - Always provide fallback error messages - Standard Pattern ```