Agent skill · AI & Agents

justice-matrix-research

Ralph research agent for discovering global youth justice cases and advocacy campaigns

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill justice-matrix-research-acurioustractor-justicehub-platform-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/justice-matrix-research-acurioustractor-justicehub-platform-2/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

# Justice Matrix Research Agent ## When to Use - Discovering new global youth justice cases - Finding advocacy campaigns worldwide - Updating the Justice Matrix database - Checking source health and coverage gaps - Running scheduled research cycles ## Commands | Command | Purpose | Duration | |---------|---------|----------| | `/ralph-matrix-scan` | Run discovery across active sources | 10-30 min | | `/ralph-matrix-extract` | Process pending discoveries | 5-15 min | | `/ralph-matrix-status` | Show pipeline status and stats | Instant | | `/ralph-matrix-source [name]` | Deep dive specific source | 10 min | ## Workflow ``` DISCOVER → EXTRACT → QUEUE → REVIEW → APPROVE ↓ ↓ ↓ ↓ ↓ Sources AI Parse Pending Admin Database ``` ### 1. Source Scan (`/ralph-matrix-scan`) ```typescript // Query active sources by priority const sources = await supabase .from('justice_matrix_sources') .select('*') .eq('is_active', true) .order('scrape_priority', { ascending: true }); // For each source: // 1. Fetch pages // 2. Extract case/campaign links // 3. Check for duplicates // 4. Queue new discoveries ``` ### 2. AI Extraction (`/ralph-matrix-extract`) For each pending discovery: 1. Fetch full content from

What's inside
Steps it walks through
  1. When to Use
  2. Commands
  3. Workflow
  4. 1. Source Scan (/ralph-matrix-scan)
  5. 2. AI Extraction (/ralph-matrix-extract)
  6. 3. Review Queue
  7. Source Types
  8. Extraction Patterns
  9. Court Database
  10. Advocacy Organization
  11. Quality Scoring
  12. Database Tables
  13. PRD Reference
  14. Sacred Boundaries
Ships with 1 file
  • metadata.json
Commands it runs
Quick status check
Run full discovery cycle
Process discoveries
Deep dive on specific source
More from claude-skill-registry
All skills →
About this skill
What does the justice-matrix-research skill do?

Ralph research agent for discovering global youth justice cases and advocacy campaigns

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill justice-matrix-research-acurioustractor-justicehub-platform-2 --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