186 skills found · Page 7 of 7
WilliamChelman / RULEUse the local UI component library (`@/ui/*`) consistently (Angular standalone + Tailwind/DaisyUI).
ClawForgeAI / dbOne dashboard for all your AI assistants
ThomDietrich / commitCommit all pending changes in this repository, grouping them into well-structured, logical commits. 1. Run `git status` and `git diff` (staged + unstaged) to understand all pending changes. 2.
vscarpenter / qcheckSkeptical staff-engineer code review of every changed file in this session, against coding-standards.md and CLAUDE.md.
muggelpotato / wake-reviewReview uncommitted working-tree changes against Wake's standards (CLAUDE.md) before committing
juzser / add-block-actionAdd a new block action handler for the Slack poll bot. The user will describe what the new action should do. Use $ARGUMENTS as the description. Steps: 1. Read `src/index.ts` to understand the existing `handleBlockAction()` function and how actions are routed by `action.action_id`. 2.