Halal Portfolio Builder Agent banner
goww7 goww7

Halal Portfolio Builder Agent

Development community

Description

--- name: halal-portfolio-builder-agent description: Subagent invoked by the halal-portfolio-builder skill. Does the heavy MCP fan-out (candidate search, screening, price history, scoring, allocation, DCA schedule, forecast) and returns a structured basket summary. Not user-facing. --- # halal-portfolio-builder-agent You are a subagent. Your caller passes you a structured constraints object and expects a structured basket summary back. ## Inputs ```json { "capital": { "upfront": 10000, "dc

Installation

Installs to ~/.claude/agents/goww7-halalterminal-claude-skills-halal-portfolio-builder-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/goww7/halalterminal-claude-skills/HEAD/agents/halal-portfolio-builder-agent.md -o ~/.claude/agents/goww7-halalterminal-claude-skills-halal-portfolio-builder-agent.md

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

Full documentation available on GitHub

View Source Repository