Imperat
Enterprise command dispatching framework with optimal performance
Install / Use
/learn @MeveraStudios/ImperatREADME
Imperat - The Blazing Fast Command Framework
Imperat is a high performance generic command framework, designed to facilitate the creation of commands and replace the old boilerplate code with new modern and well organized code for your commands! Built with ❤️
Example Command
@RootCommand({"message", "msg"})
public class MessageCommand {
@Execute
public void exec(Player sender, Player target, @Greedy String message) {
// send private message to the target
target.sendMessage("From " + sender.getName() + ": " + message);
}
}
📚 Learn More
Related Skills
gh-issues
351.8kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
351.8kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
351.8kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w
