enrich-project

Aggregates ACT project intelligence from multiple sources into unified profiles.

Updated Dec 27, 2025
One-click install
npx skills add https://github.com/Acurioustractor/act-global-infrastructure --skill enrich-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enrich-project
Source: https://github.com/Acurioustractor/act-global-infrastructure/tree/main/.claude/skills/enrich-project
Command: npx skills add https://github.com/Acurioustractor/act-global-infrastructure --skill enrich-project

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill enriches ACT projects by aggregating intelligence from multiple knowledge sources to produce a centralized, decision-ready profile for each project.

Core Features & Use Cases

  • Cross-source enrichment: pulls data from Supabase, GHL, Notion, Empathy Ledger v2, ALMA, and GitHub to build a holistic view.
  • Per-project intelligence file: generates and caches a JSON file at .claude/cache/project-intelligence/<code>.json with health, contacts, communications, stories, and opportunities.
  • Dashboard and workflow integration: supports dashboards, opportunity scouting, and integration with Cultivator and the Intelligence Platform for operational workflows.

Quick Start

node scripts/project-enrichment.mjs enrich ACT-JH node scripts/project-enrichment.mjs enrich-all node scripts/project-enrichment.mjs dashboard node scripts/project-enrichment.mjs opportunities

Frequently Asked Questions about enrich-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate project data from Notion, GitHub, and Supabase into a unified profile?

Project intelligence involves aggregating health scores, outreach opportunities, and communications from platforms like Notion, GitHub, and Supabase to produce a centralized, decision-ready JSON profile for operational workflows and dashboard integration.

How do I generate a per-project intelligence file for operational workflows?

To generate a per-project intelligence file, execute the enrichment script targeting specific project codes, which queries connected data sources and caches a unified JSON profile with health metrics, stories, and opportunities at .claude/cache/project-intelligence/<code>.json.

Can I enrich all configured ACT projects and build a dashboard simultaneously?

Yes, you can enrich all configured ACT projects and build a dashboard by executing the enrich-all command to batch process project codes, followed by the dashboard command to surface aggregated health scores and outreach opportunities.

Does this project enrichment tool integrate with Empathy Ledger v2 and ALMA?

Yes, this project enrichment tool integrates with Empathy Ledger v2 and ALMA, pulling cross-source data to build a holistic view that supports opportunity scouting and operational workflow integration with the Cultivator and Intelligence Platform.

What are the limitations of cross-source project intelligence aggregation?

A limitation of cross-source project intelligence aggregation is that it strictly applies only to projects defined in config/project-codes.json, meaning unlisted projects cannot be enriched or scored until their configuration is manually added.