Loading...
Loading...
Found 522 Skills
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Flutter Tooling - Tools and Commands. Use when working with tooling.
Setup Wizard — Configure environment for all skills
Compound engineering workflow system. Use when: running any groove command. Routes to daily, work, task, memory, and skills sub-commands. Use 'groove help' for overview, 'groove <skill> help' for skill-specific help.
Full-featured Feishu message management. Send messages (11 types including text/post/interactive cards), reply to messages, forward/merge forward messages, add/remove Reaction emojis, pin messages, delete messages, view message details, check conversation history, and search group chats. Use this when users request "send message", "reply", "forward", "pin", "Reaction", "emoji response", "message history", or "pin message".
GitHub: Create a new issue in a repository.
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management. Trigger for requests to use gh, manage GitHub repos, PRs, or issues from the CLI.
Run Intent validation and sync checks. Triggers intent-validate and intent-sync agents. Use /intent-check for full check, or /intent-check --validate/--sync for specific checks.
Guidance for using the App Store Connect CLI in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
Analyze files and get detailed metadata including size, line counts, modification times, and content statistics. Use when users request file information, statistics, or analysis without modifying files.
Publish files or Obsidian notes as GitHub Gists. Use when user wants to share code/notes publicly, create quick shareable snippets, or publish markdown to GitHub. Triggers include "publish as gist", "create gist", "share on github", "make a gist from this".
Build production Rust CLIs with Clap: subcommands, config layering, validation, exit codes, shell completions, and testable command surfaces