# Commands

> Commands

- Skill: `j4flmao/commands` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add j4flmao/commands`
- Raw SKILL.md: https://api.skillmd.com/api/skills/j4flmao/commands/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: j4flmao (https://skillmd.com/u/j4flmao)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/j4flmao/commands

---

# /skill — Load a skill by name

Activate a skill from the suite. Reads the skill's SKILL.md and applies its rules.

## Usage
```
/skill <name>
/skill nestjs-architecture
/skill api-response
/skill ios
```

## Resolution
1. Match `name:` field in `skills/**/SKILL.md`
2. Read SKILL.md content
3. Load reference files from `references/` directory
4. Follow skill's Agent Protocol

## Output
```
Activated: {name}
Description: {description}
References: {N} files
```

