# Skill Profile

> Skill Profile

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

---


# Skill Profile

Use this when a user wants a smaller active skill set for a task.

Profiles are examples. Edit `switch-profile.sh` to fit your local skill names.

## Profiles

| profile | keeps |
|---|---|
| `all` | restores every backed-up skill |
| `coding` | review, debug, build, dependency, test, summarize |
| `writing` | summarize, explain, rewrite, review |
| `minimal` | summarize, remind, status |

## Command

```bash
AI_TOOL_HOME="$HOME/.ai-tool" ./switch-profile.sh coding
```

The script only touches `AI_TOOL_HOME/skills`.

