benxmy

Portfolio Deck — Data skill for Claude Code

Data community

Generate a portfolio status PPTX deck from current workboard data.

How to install Portfolio Deck

Installs to ~/.claude/skills/benxmy-claude-skills-portfolio-deck/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benxmy-claude-skills-portfolio-deck && curl -fsSL https://raw.githubusercontent.com/benxmy/claude-skills/HEAD/skills/portfolio-deck.md -o ~/.claude/skills/benxmy-claude-skills-portfolio-deck/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Portfolio Deck does


name: portfolio-deck description: Generate a portfolio status PPTX deck from current workboard data. Covers all active work projects with RAG status, current state, next steps, and blockers. user-invocable: true allowed-tools:

  • Read(~/.claude/projects//memory/)
  • Read(~/projects/deck-generator/server/*)
  • Bash(cd ~/projects/deck-generator && node *)
  • Bash(open *)
  • Bash(ls *)

/portfolio-deck — Generate Portfolio Status Deck

Generate a PowerPoint deck summarizing all act

Alternatives in Data

  • Private GPT — Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more 57.5k ★
  • OpenViking — Self-evolving Context Database for AI Agents 33.3k ★
  • HTML Anything — ✨ The agentic HTML editor — your local AI agent writes the HTML, you ship it 8.5k ★

Full documentation available on GitHub

View Source Repository