supabase-auth
Manage authentication and user operations in Supabase. Use for sign up, sign in, sign out, password resets, and user management.
code-standards
>-
coding-patterns
Modern coding patterns for clean, maintainable code - use before implementing complex logic; includes orchestration, pure functions, function decomposition, vertical slice, composition, DI, SOLID, anti-patterns; prevents code complexity bloat and testability issues
daily-summary
Use when preparing daily standups or status reports - automates PR summary generation with categorization, metrics, and velocity analysis; eliminates manual report compilation and ensures consistent format
databento
Use when working with ES/NQ futures market data, before calling any Databento API - follow mandatory four-step workflow (cost check, availability check, fetch, validate); prevents costly API errors and ensures data quality
discord-integration
Use when sending Discord messages or encountering bot permission errors - provides three-tier integration methods with automatic fallback (MCP → REST API → Gateway); prevents wasted time on OAuth scope issues
wolf-adr
Architecture Decision Records index with searchable topics and phase-based organization (120+ ADRs from 50+ phases)
wolf-archetypes
Behavioral archetypes for automatic agent adaptation based on work type
wolf-context-management
Phase-aware context management for coder agents to prevent token bloat through checkpoint/restore pattern
wolf-governance
Wolf's governance framework, compliance rules, quality gates, and process standards
wolf-instructions
Four-level instruction cascading system (Global → Domain → Project → Role) with priority-based conflict resolution
wolf-principles
Wolf's 10 core principles for agent behavior and system design
wolf-roles
Guidance for 50+ specialized Wolf agent roles with responsibilities and collaboration patterns
wolf-scripts-agents
Agent coordination, orchestration, and multi-agent workflow management scripts
wolf-scripts-core
Core automation scripts for archetype selection, evidence validation, quality scoring, and safe bash execution
wolf-session-init
**MANDATORY** Use at the start of EVERY session before any work - establishes Wolf behavioral framework and ensures all required skills are loaded and chained properly
wolf-verification
Three-layer verification architecture (CoVe, HSP, RAG) for self-verification, fact-checking, and hallucination prevention
wolf-workflows
Workflow templates for orchestrating multi-agent development processes (feature, security, bugfix)
wolf
Master skill for Wolf Agents institutional knowledge and behavioral patterns (v1.1.0 with skill-chaining)
supabase-database
Perform database operations (CRUD) on Supabase tables using the REST API. Use for querying, inserting, updating, and deleting data in your Supabase database.
supabase-edge-functions
Deploy and manage Supabase Edge Functions. Use for invoking serverless functions, deploying new functions, and managing function deployments.
supabase-realtime
Subscribe to realtime changes in Supabase using WebSocket connections. Use for listening to database changes, presence tracking, and broadcast messaging.
supabase-storage
Manage file storage operations in Supabase Storage. Use for uploading, downloading, listing, and deleting files in buckets.