Statute locator
Skill Zerif007/Claude_Legal-Bangladesh_Edition/bd-general-statutes/skills/statute-locator
Cluade Legal Bangladesh Plugin and Skill Suite
npx -y skills add Zerif007/Claude_Legal-Bangladesh_Edition --skill statute-locatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 23 days oldThe repository was created 23 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 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
Finds the governing Bangladesh statute for ANY question by searching the full 1,668-instrument corpus (references/full-statute-corpus.csv) in English and Bangla, reports its status (in force / repealed with successor), links the official text, and routes to the right specialist plugin. Use for "which law governs X", "is the Y Act still in force", "find the Bangla title", "who regulates Z".
SKILL.md
1.8 KB, 336 tokens by cl100k_base, as published. Nobody here has run it
Statute Locator — Full-Corpus Search & Routing
Zero-config beyond firm profile. This is the index skill for the whole marketplace.
Procedure
- Search
references/full-statute-corpus.csv(columns: short_title, title_bn, title_en, year, type, repealed, bdlaws_link, ministry_regulator, proposed_plugin_bucket). Search BOTH scripts — post-1987 laws usually exist only under their Bangla short title (the Bangla text prevails for them). - Status check: if
repealed = Y, pull the successor line fromreferences/repealed-statutes.mdand answer with the successor, never the dead act. For 2024-2026 ordinances, attach the Art. 93 ratification caveat fromreferences/currency-watch.md. - Deliver: short title (both languages where available), No./year, one-line scope, bdlaws link, regulator, and the plugin that owns deeper work — suggest its skill.
- Miss handling: if nothing matches, say so and run
/bd-law-watch:update-check --topic allguidance — a new instrument may postdate the corpus scrape (dated in the corpus header); never invent an act name.
Guardrails
The corpus is an index, not the text: substantive advice needs the linked bdlaws text read. Two rows carry [TITLE ILLEGIBLE AT SOURCE — VERIFY] (act-609, act-679) — treat as unresolved. Case law is always [VERIFY].
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.