Stats
Actions
Tags
From halalterminal-claude-skills
Audit an existing portfolio (list of holdings with weights or values) for Shariah compliance. Produces per-stock results, aggregate compliant %, purification owed, and remediation suggestions for non-compliant names. Does NOT build new portfolios (that's halal-portfolio-builder).
How this skill is triggered — by the user, by Claude, or both
Slash command
/halalterminal-claude-skills:halal-portfolio-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- "Audit my portfolio: [list]"
references/disclaimer.md.SYM 30%, SYM 20%, ... (weights)SYM $10000, SYM $5000, ... (market values)SYM 100 shares, SYM 50 shares, ... (shares — in which case call get_quote to convert)scan_portfolio with symbols: [list], force_refresh: false (use cached results when available).calculate_zakat with calculation_type: "purification" and the holdings.search_stocks).generate_report with report_type: "portfolio".npx claudepluginhub goww7/halalterminal-claude-skills --plugin halalterminal-claude-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.