← Back to Labs
Interactive Lab

⚡ Skill Lab

Create, browse, and execute reusable workflow skills. Skills turn repeated tasks into one-click operations.

Skill Library

/deploy-v53operations
Deploy a project following V5.3 standards
When user says 'deploy' or '/deploy'
/morning-briefautomation
Generate a morning status brief from overnight logs
Automatically at 7:00 AM or when user says '/brief'
/code-reviewquality
Automated code review with advisor pattern
When PR is opened or user says '/review'

Create New Skill

SKILL.md Format

---
name: deploy-v53
description: Deploy following V5.3 standards
trigger: /deploy
---

## Steps
1. Verify docker-compose.yml exists
2. Check health endpoint
3. Build and verify
4. Docker compose up
5. Confirm external access