
from awesome-skills-cn101
Provides starter patterns, examples, and guidance for building Rust Makepad apps, including live_design/app_main patterns and common platform setup.
This skill captures common patterns and starter code for apps built with the Rust makepad-widgets crate. It supplies example live_design! DSL usage, app_main entry points, event handling, and Cargo setup to help developers and agents scaffold and troubleshoot Makepad applications.
Use when an agent or developer needs to generate Makepad app boilerplate, explain live_design patterns, configure Cargo.toml for makepad-widgets, or troubleshoot widget/event wiring. It's aimed at onboarding and small examples rather than full production templates.
Useful for agents capable of producing code snippets (Copilot/Code models, Claude Code, or other code-capable assistants) and for developers working in Rust who need live-design patterns.
A Makepad Rust UI framework getting-started skill providing boilerplate patterns, code examples, and API reference. No scripts included — purely documentation-based. Content is well-structured with clear code samples, platform setup, and bilingual triggers, but references/ files mentioned in SKILL.md are not bundled so documentation completeness cannot be verified.
Pure documentation skill, no executable code. Security is clean — no shell commands, no network calls, no credentials. Quality is solid for reference material but lacks the interactive/verification layer that scripts would provide. Niche audience (Rust + Makepad).
Bash Pro
Defensive, production-grade Bash scripting patterns and CI/CD best practices: strict mode, safe argument parsing, testing with Bats, and tooling (ShellCheck/shf
Ip2location IO Automation
Automates Ip2location IO workflows through Rube MCP: discover tools, manage connections, and execute schema-compliant operations.
Makepad Event/Action
Event and action handling patterns for Makepad widgets — guides handling Mouse/Touch/Keyboard events, Hit detection, action emission and parent capture.
Obsidian CLI (vault & plugin ops)
Command-line reference and usage patterns for the Obsidian CLI: read/create/append notes, search vaults, manage properties, and developer workflows for plugin r
Kickbox Automation (Rube MCP)
Automate Kickbox toolkit operations through Rube MCP (Composio): discover tools, manage connections, and execute schema-compliant Kickbox workflows safely.
TaskEither Quick Reference (fp-ts)
Concise cheat-sheet for fp-ts TaskEither: patterns for typed async error handling, composing Promises, and recoverable pipelines.
Memory Forensics
Guidance and practical commands for acquiring, analyzing, and extracting artifacts from volatile memory dumps for incident response and malware analysis.
API Security Testing
A structured workflow for testing REST and GraphQL APIs covering discovery, authentication, authorization, input validation, rate limiting, and error handling.
Reverse Engineer
Guides and checklists for binary reverse-engineering workflows (IDA, Ghidra, radare2, angr) including static/dynamic analysis phases and best practices.
Makepad Basics
Guides and examples for starting Makepad apps with makepad-widgets: project setup, live_design! DSL, app_main!, and basic event/widget patterns.