Skip to content

Skills & Custom Commands

Save and reuse AI coding workflows as Skills. Create custom commands, share with your team, and automate repetitive development patterns.

🌍

Community Skills

Reusable skills from the community, share, adapt, and combine.

⌨️

Custom Commands

Your own commands under `.lurus/commands/`, project- or team-specific.

Skillify (/skillify)

Turn conversations and patterns into structured skills quickly.

🔍

Skill Audit

Review, consolidate, and quality-check skills before they go live.

📋

/skills Command

List, activate, and deactivate skills directly from the chat.

📦

Skill Templates

Start from templates for common patterns like security checks or refactoring.

What is a Skill?

A Skill is a saved, reusable AI workflow — like a macro for your AI coding assistant. Instead of repeating the same instructions every session, you define a Skill once and activate it whenever needed.

.lurus/skills/user-auth.md
---
name: "User Auth Setup"
description: "Set up JWT auth with refresh tokens"
triggers: ["auth", "jwt", "authentication"]
---

# User Authentication Setup
This skill sets up JWT-based authentication with refresh token rotation...

Create a Skill from Any Session

After solving a problem in the chat, run /skillify. The AI analyzes your session, identifies the reusable pattern, and generates a SKILL.md file in .lurus/skills/.

1Solve a problem in the chat (e.g., set up auth)
2Run /skillify
3AI generates SKILL.md with triggers and steps
4Skill is available in all future sessions
/skillify

AI analyzes session → generates SKILL.md → ready to use

Skill Management

/skillsList all installed skills with status
/skills activate user-authActivate a skill for this session
/skills deactivate user-authDeactivate a skill
/skills auditCheck skills for conflicts or issues

Ready to code smarter?

Join the waitlist and extend Lurus Code with community skills and custom commands.

Get started