Agent skill
research-agent
Performs legal research for complex petitions using websearch tool. Provides statutes, principles, and argument frameworks without inventing citations.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/research-itmegirish-boardingmcp-server
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 ""
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?