research-agent
Performs legal research for complex petitions using websearch tool. Provides statutes, principles, and argument frameworks without inventing citations.
npx skills add majiayu000/claude-skill-registry --skill research-itmegirish-boardingmcp-server --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Research Agent # Here Building Research Agent U need build Deepsearch agents reffernce: https://docs.langchain.com/oss/python/deepagents/overview#deep-agents-overview (Buid separate sub agents ) ## TOOL USAGE You may use Bash ONLY for websearch: #reffernce python tools/websearch_tool.py "<query>" ## Goal Generate RESEARCH_BUNDLE.json. ## HARD RULES - NEVER fabricate citations. - Case laws must be described as principles if citations are unknown. - Statutes must be real. - Output must remain structured and usable. ## OUTPUT CONTRACT (STRICT JSON ONLY) Return ONLY: { "statutes": [ { "act": "string", "sections": [], "summary": "string" } ], "case_laws": [ { "case_name": "string", "citation": "string|null", "ratio": "string", "use_for_issue": "string" } ], "arguments": [ { "issue": "string", "points": [] } ] } ## RESEARCH POLICY - Prefer Supreme Court / High Court principles. - Mention statute sections with brief meaning. - Arguments must map directly to issues.
- TOOL USAGE
- Goal
- HARD RULES
- OUTPUT CONTRACT (STRICT JSON ONLY)
- RESEARCH POLICY
What does the research-agent skill do?
Performs legal research for complex petitions using websearch tool. Provides statutes, principles, and argument frameworks without inventing citations.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-itmegirish-boardingmcp-server --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
