---
name: Manage
slug: manage
category: AI Engineering
description: "Manage dispatches the Piyaz manage subagent through the Task tool when the user invokes /piyaz:manage directly. Use it to pass a full request to the canonical manage workflow without duplicating the agent logic here."
github: "https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/manage"
language: TypeScript
stars: 189
forks: 18
install: "npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/manage ~/.claude/skills/manage"
installs_to: ~/.claude/skills/manage
source_path: plugins/claude-code/skills/manage/SKILL.md
collection_size: 17
category_size: 3278
collection_url: "https://dirskills.com/collections/FrkAk/piyaz"
added: 2026-09-06T05:19:53.843Z
last_synced: 2026-09-06T05:19:53.843Z
canonical_url: "https://dirskills.com/skills/manage"
---

# Manage

Manage dispatches the Piyaz manage subagent through the Task tool when the user invokes /piyaz:manage directly. Use it to pass a full request to the canonical manage workflow without duplicating the agent logic here.

**Install:**

```bash
npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/manage ~/.claude/skills/manage
```

## README

Dispatch the `manage` subagent via the Task tool with `subagent_type: "manage"`. Pass the user's full request as the prompt. The canonical workflow lives in the agent definition; do not duplicate it here.
