Agent skill · AI & Agents

research-agent

Performs legal research for complex petitions using websearch tool. Provides statutes, principles, and argument frameworks without inventing citations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/research-itmegirish-boardingmcp-server/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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.

What's inside
Steps it walks through
  1. TOOL USAGE
  2. Goal
  3. HARD RULES
  4. OUTPUT CONTRACT (STRICT JSON ONLY)
  5. RESEARCH POLICY
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going