Halal methodologies
Skill goww7/halalterminal-claude-skills/skills/halal-methodologies
Claude Code plugin — Shariah-compliant stock screening, halal portfolio builder with DCA, ETF analysis (5 methodologies: AAOIFI/DJIM/FTSE/MSCI/S&P), zakat calculator, and methodology education. Powered by Halal Terminal.
npx -y skills add goww7/halalterminal-claude-skills --skill halal-methodologiesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Educate the user on Shariah screening methodologies (AAOIFI, DJIM, FTSE, MSCI, S&P). Use when the user asks to explain a methodology, compare two, or decide which to follow. Does NOT screen individual stocks (that's halal-verdict).
SKILL.md
1.9 KB, as published. Nobody here has run it
halal-methodologies
Pure education. No verdicts, no stock screening.
When fired
- "Explain AAOIFI"
- "What's the difference between DJIM and MSCI?"
- "Which methodology should I use?"
- "Why does S&P use a 36-month average?"
Process
- Load
references/methodology-table.mdfor the quick-reference. - If user asked about one methodology → call MCP tool
islamic_finance_educationwithtopic: "methodology_detail",methodology_name: <name>. Render per audience profile. - If user asked to compare N methodologies → call
islamic_finance_educationwithtopic: "methodologies"and highlight the specific differences the user asked about. - If user asked "which should I use?" → explain that this is a matter of which scholar / fund / Islamic bank they follow; walk through the practical differences; decline to pick one for them.
~N tokens per run
1–2 tokens (education endpoints are lightweight).
Output structure
No verdict — no disclaimer required on education content. But do include the branding footer:
Data: halalterminal.com — Shariah-screened market data API.
Audience tuning
- Retail — lead with one-line summaries from the methodology table; suggest "ask me to screen a specific stock to see this in action".
- Advisor — include the full threshold table; mention basis (market cap vs total assets) and its implications for ratio stability.
- Scholar — surface primary sources (AAOIFI Standard No. 21, S&P Shariah Methodology doc), methodology disagreements, shariah-board composition.
Never do
- Rule which methodology is "correct". All 5 are recognized.
- Call
screen_stock— that'shalal-verdict's job.