From halalterminal-claude-skills
Use when the user asks whether a specific stock is Shariah-compliant ("Is X halal?", "Screen TSLA", "Compliance of AAPL"). Produces a single-stock verdict across all 5 methodologies (AAOIFI, DJIM, FTSE, MSCI, S&P), explains any failures, and suggests a halal alternative if non-compliant. Does NOT cover ETFs (use halal-etf-analysis) or portfolios (use halal-portfolio-audit).
How this skill is triggered — by the user, by Claude, or both
Slash command
/halalterminal-claude-skills:halal-verdictThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
"Is AAPL halal?" / "Screen TSLA" / "Compliance of MSFT" / "Is Apple Shariah-compliant?"
"Is AAPL halal?" / "Screen TSLA" / "Compliance of MSFT" / "Is Apple Shariah-compliant?"
references/disclaimer.md and enforce its hard rules.references/audience-rendering.md.screen_stock with symbol: <ticker>. ~5–10 tokens.screen_stock will screen it — this may take up to 10 seconds. Tell the user to hold on.compliance_explanation, use that string verbatim as the one-line headline answer for retail audiences. It already encodes which methodologies pass/fail and which ratio tripped any failures.references/verdict-format.md and audience profile./api/insights/{symbol}/trajectory and include the direction_summary line ("debt/assets falling: latest X% vs. 7-quarter median Y%") to show whether the verdict is on stable or shifting ground.screen_stock's last_checked_at is more than 7 days old, also call /api/insights/{symbol}/staleness. If is_stale: true, prepend a warning that recent material 8-Ks may shift the verdict and link the most recent filing./api/insights/{symbol}/alternatives?limit=3 (preferred over search_stocks — this returns compliance-verified, market-cap-matched alternatives directly). Surface the note field so the user knows whether the matches are same-sector or cross-sector.5–10 tokens for the screen; +2–4 if alternative lookup is triggered; +1 each for trajectory and staleness if surfaced.
screen_stock returns error: "ticker_unknown", treat it as a coverage gap, NOT a non-compliance finding. Tell the user we don't have data on the ticker; do NOT say it is non-compliant.compliance_explanation is present in the response, render it verbatim — it is generated to be domain-correct, audience-neutral, and consistent with the methodology table below it.screen_stock returns error or error_message (other than ticker_unknown), explain the error plainly; don't fabricate a verdict.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.