justice-matrix-research
Ralph research agent for discovering global youth justice cases and advocacy campaigns
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use
- Commands
- Workflow
- 1. Source Scan (/ralph-matrix-scan)
- 2. AI Extraction (/ralph-matrix-extract)
- 3. Review Queue
- Source Types
- Extraction Patterns
- Court Database
- Advocacy Organization
- Quality Scoring
- Database Tables
- PRD Reference
- Sacred Boundaries
Quick status check Run full discovery cycle Process discoveries Deep dive on specific source
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.
