# Portfolio Management

> Manage multi-strategy portfolios and automate lifecycle. Use when this capability is needed.

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

---


# Portfolio Management

Use this skill when the user asks to manage multiple strategies or automate strategy lifecycle.

## View & Monitor

```bash
coinjure engine list --json
coinjure engine status --json              # All engines
coinjure engine status --id <id> --json    # Single engine
```

## Lifecycle Management

```bash
coinjure engine retire --id <id> --reason "market_closed" --json
coinjure engine retire --all --reason "end_of_season" --json
```

## Intervention

```bash
coinjure engine pause --id <strategy_id> --json
coinjure engine pause --all --json
coinjure engine stop --all --json
```

## Hard Rules

- Live strategy count must not exceed `--max-live` limit.
- Monitor engine status regularly; retire stale strategies promptly.

---
> Source: [ulab-uiuc/coinjure](https://github.com/ulab-uiuc/coinjure) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-24 -->

