Find the perfect skill
BIM Verdi Design System
Development
Generates BIM Verdi UI components and pages following the established design system. Enforces enterprise-calm aesthetics with warm orange accent, Moderat typography, and whitespace-based layout. Use when building templates or frontend for bimverdi.no to avoid generic AI patterns.
Standardized Commit
Development
This skill automates staging relevant files and writing commit messages in a conventional format (type: description). It uses git status and diff to decide what to stage and ensures messages are concise, imperative, and under 72 characters. Useful for maintaining consistent commit history without manual formatting.
Workflow Orchestrator
Development
Orchestrates the task lifecycle by routing to research, plan, implement, or debug phases based on the user's request and existing state. It reads or creates a STATE.md file to manage progress, determines the appropriate path (e.g., quick fix skips phases), and presents a task assessment for approval. After each phase gate, it automatically updates state and triggers a checkpoint, ensuring context is preserved across sessions.
WTV: Vision-Driven Development
Development
WTV aligns development with a project's VISION.md. It operates in two modes: strategic assessment of distance-to-vision and tactical mission planning with execution from artisan agents. Ideal for teams wanting to keep every task tied to a clear purpose.
Creating Moorestech Server Protocols
Development
This guide helps create server protocols for moorestech, covering both request-response and event-driven types. It provides step-by-step instructions for creating protocol classes, registering them in PacketResponseCreator, and writing tests. Use when implementing new packet responses or event packets for client-server communication.
PR Changelog Generator
Development
Generates a changelog for a branch by analyzing commit messages and diffs. Produces a structured summary with a title, one-sentence motivation, and up to three key changes. Helps streamline PR descriptions and release notes.
SDD Requirements Documentation
Development
Create requirements documents that align to Foundation anchors. Helps define success criteria and write verifiable requirements with proper traceability. Useful when starting a new project or adding features that need clear, testable acceptance criteria.
Aegis Multi-Tenancy Enforcer
Development
Ensures every MongoDB query includes communityId, sourced from the JWT token rather than the request body. Use this skill when writing queries, repository methods, or service logic in Aegis to prevent cross-community data breaches.
Pull Request Review
Development
Performs comprehensive code review on pull requests. Analyzes changes for security, logic, performance, and style issues, providing structured feedback with severity levels. Useful for catching bugs and improving code quality before merging.
Server Deployment Management with Ops CLI
Development
The `bun ops` CLI manages server deployments, database operations, and CLI builds for the Scratch monorepo. It provides commands to set up, deploy, test instances (prod, staging, dev), run migrations, and manage configuration secrets.
List Claudia Tasks
Development
Lists all tasks in the Claudia orchestrator via the test CLI. Use this skill to view running, completed, or errored tasks along with their IDs, names, statuses, and workspaces. Optionally, pass a specific task ID to get detailed information about that task.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.