Best for
- Reach for this CLI when an agent or analyst needs to slice, join, or analyze the americanreindustrialization.com company directory and jobs board beyond what the website's filter UI exposes. The local SQLite store enabl…
mvanhorn/printing-press-library/cli-skills/pp-american-reindustrialization/SKILL.md
Browse, slice, and analyze the curated American Reindustrialization directory — with diffs, geo clusters, sector... Trigger phrases: `look up american reindustrialization companies`, `find reindustrialization jobs`, `browse american manufacturing directory`, `sector heatmap of reindustrialization companies`, `use american-reindustrialization`, `run american-reindustrialization`.
Decision brief
Browse, slice, and analyze the curated American Reindustrialization directory — with diffs, geo clusters, sector... Trigger phrases: `look up american reindustrialization companies`, `find reindustrialization jobs`, `browse american manufacturing directory`, `sector heatmap of reindustrialization companies`, `use american-reindustrialization`, `run american…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/mvanhorn/printing-press-library --skill "cli-skills/pp-american-reindustrialization"Inspect the Agent Skill "pp-american-reindustrialization" from https://github.com/mvanhorn/printing-press-library/blob/ea0c3cd89072bf822759f559a7026a33adbf8eae/cli-skills/pp-american-reindustrialization/SKILL.md at commit ea0c3cd89072bf822759f559a7026a33adbf8eae. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
No authentication required.
This skill drives the american-reindustrialization-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
Reach for this CLI when an agent or analyst needs to slice, join, or analyze the americanreindustrialization.com company directory and jobs board beyond what the website's filter UI exposes. The local SQLite store enables composed cross-resource filters (jobs at companies with p…
Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and a…
These capabilities aren't available in any other tool for this API.
Permission review
The documentation asks the agent to run terminal commands or scripts.
npx -y @mvanhorn/printing-press-library install american-reindustrialization --cli-onlyThe documentation asks the agent to run terminal commands or scripts.
go install github.com/mvanhorn/printing-press-library/library/other/american-reindustrialization/cmd/american-reindustrialization-pp-cli@latestThe documentation includes sending, uploading, or posting data to a remote service.
| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |The documentation includes network, browsing, or remote request actions.
| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 85/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 1,883 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
This skill drives the american-reindustrialization-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
$HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows:
npx -y @mvanhorn/printing-press-library install american-reindustrialization --cli-only
american-reindustrialization-pp-cli --version$PATH for the agent/runtime that will invoke this skill.If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.5 or newer):
go install github.com/mvanhorn/printing-press-library/library/other/american-reindustrialization/cmd/american-reindustrialization-pp-cli@latest
If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds.
Reach for this CLI when an agent or analyst needs to slice, join, or analyze the americanreindustrialization.com company directory and jobs board beyond what the website's filter UI exposes. The local SQLite store enables composed cross-resource filters (jobs at companies with property X), aggregate analytics (sector × state heatmaps, funding × sector crosstabs, salary distributions), and diff over time (whats-new since a prior sync). Pair --select with --json whenever an agent only needs a subset of the ~30 fields per company.
Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis.
These capabilities aren't available in any other tool for this API.
whats-new — Show companies and jobs added or updated since a date you provide, so a weekly sweep takes one command instead of an eyeball-the-list session.
Reach for this when an analyst or agent needs week-over-week deltas across the directory; the site offers no such view.
american-reindustrialization-pp-cli whats-new --since 2026-05-12 --json
openings find — Filter the jobs board by work_mode, experience_level, salary floor, state, company size, sector, and posted-since in a single query — combinations the website's UI cannot express.
Use this when a user wants the shortlist instead of 25 paginated pages; cross-resource filters are this CLI's reason to exist.
american-reindustrialization-pp-cli openings find --work-mode remote --experience senior --salary-min 150000 --state TX --json
companies top-hiring — Rank companies by jobs_count descending, with optional filters by sector, state, or funding_stage — the site has no ranking view.
Reach for this when a job seeker or recruiter wants 'who has the most openings in sector X right now'.
american-reindustrialization-pp-cli companies top-hiring --sector robotics --limit 10 --json
companies profile — Single-shot rich profile for one company: full fields plus that company's open jobs plus similar companies (same primary_sector and employee_range bucket).
Use this when a single named company needs full context plus peers — research, due diligence, competitor scans.
american-reindustrialization-pp-cli companies profile harmony-ai --json
analytics sector-heatmap — Crosstab of primary_sector × HQ state with company counts (optionally weighted by jobs_count or filtered by funding_stage), revealing the geographic shape of each sector.
Pull this when answering 'where is sector X clustering' or 'which states are bidding loudest on hiring in sector Y'.
american-reindustrialization-pp-cli analytics sector-heatmap --funding-stage seed --weight jobs --json
analytics funding-by-sector — Crosstab of funding_stage × primary_sector with company counts and median employee_range, exposing where capital is concentrating.
Use this when an investor needs the capital map across the reindustrialization directory.
american-reindustrialization-pp-cli analytics funding-by-sector --json
analytics geo-clusters — Grid-bucket companies by lat/lon (default 50km cells) and emit cluster centroid, member count, member companies, and the dominant sector per cluster.
Pull this for 'which metro is the densest cluster in sector X' style questions; the site has no map view.
american-reindustrialization-pp-cli analytics geo-clusters --state TX --radius-km 50 --json
openings salary-stats — p25 / p50 / p75 of midpoint salary across filtered jobs, with null-salary count reported separately so missing data is honest.
Use this when a job seeker or comp analyst wants band ranges, not individual postings.
american-reindustrialization-pp-cli openings salary-stats --sector robotics --experience senior --json
companies cohorts — Bucket companies by founded_year (default 5-year buckets) with company counts and the top-3 sectors per cohort.
Reach for this when writing about 'companies founded since 2020 in the reindustrialization wave' or tracking ecosystem age over time.
american-reindustrialization-pp-cli companies cohorts --bucket 5 --json
categories — Top-level sectors (hierarchical via parent_id)
american-reindustrialization-pp-cli categories counts — Map of category_id -> company countamerican-reindustrialization-pp-cli categories get — Get one category by slugamerican-reindustrialization-pp-cli categories list — List every category (bare array)american-reindustrialization-pp-cli categories search — Search categories by query stringcompanies — US-based companies driving reindustrialization (manufacturing, robotics, advanced materials, supply chains)
american-reindustrialization-pp-cli companies get — Get one company by slug (returns the full object directly, not wrapped)american-reindustrialization-pp-cli companies list — List companies with pagination and optional server-side filtersamerican-reindustrialization-pp-cli companies search — Full-text search across company names and descriptions; returns a bare arraynews — News feed (currently empty upstream; reserved for future API population)
american-reindustrialization-pp-cli news — List news items (returns a bare array; empty at capture)openings — Open job listings aggregated from companies in the directory
american-reindustrialization-pp-cli openings categories — Autocomplete list of categories that have at least one openingamerican-reindustrialization-pp-cli openings companies — Autocomplete list of {id, name} for companies that currently have open openingsamerican-reindustrialization-pp-cli openings get — Get one job opening by slugamerican-reindustrialization-pp-cli openings list — List job openings with pagination and optional server-side filters (work_mode and experience_level are honored;...american-reindustrialization-pp-cli openings tags — Autocomplete list of tags that appear on at least one openingamerican-reindustrialization-pp-cli openings titles — Autocomplete list of job titles matching the querytags — Typed tags (tag_type = tech, sector, focus area, etc.)
american-reindustrialization-pp-cli tags counts — Map of tag_id -> company countamerican-reindustrialization-pp-cli tags get — Get one tag by slugamerican-reindustrialization-pp-cli tags list — List every tag (bare array)american-reindustrialization-pp-cli tags search — Search tags by query stringWhen you know what you want to do but not which command does it, ask the CLI directly:
american-reindustrialization-pp-cli which "<capability in your own words>"
which resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code 0 means at least one match; exit code 2 means no confident match — fall back to --help or use a narrower query.
american-reindustrialization-pp-cli openings find --work-mode remote --experience senior --sector robotics --salary-min 150000 --json --select title,company.name,location_display,salary_min,salary_max,apply_url
Composed filter + field pruning — agent gets a tight shortlist payload instead of 25 paginated full-body responses.
american-reindustrialization-pp-cli whats-new --since 2026-05-12 --json --select kind,slug,name,primary_sector,funding_stage,hq_state
Diff-since-last-sync limited to the deal-flow fields; one command replaces a Monday morning eyeball-the-list session.
american-reindustrialization-pp-cli analytics geo-clusters --radius-km 75 --csv
Grid-bucket every company by lat/lon at 75km cells, emit centroid + members + dominant sector as CSV for downstream mapping.
american-reindustrialization-pp-cli analytics funding-by-sector --json
Crosstab of funding_stage × primary_sector — answers 'where is capital concentrating' in one local query.
No authentication required.
Run american-reindustrialization-pp-cli doctor to verify setup.
Add --agent to any command. Expands to: --json --compact --no-input --no-color --yes.
Pipeable — JSON on stdout, errors on stderr
Filterable — --select keeps a subset of fields. Dotted paths descend into nested structures; arrays traverse element-wise. Critical for keeping context small on verbose APIs:
american-reindustrialization-pp-cli categories list --agent --select id,name,status
Previewable — --dry-run shows the request without sending
Offline-friendly — sync/search commands can use the local SQLite store when available
Non-interactive — never prompts, every input is a flag
Read-only — do not use this CLI for create, update, delete, publish, comment, upvote, invite, order, send, or other mutating requests
Commands that read from the local store or the API wrap output in a provenance envelope:
{
"meta": {"source": "live" | "local", "synced_at": "...", "reason": "..."},
"results": <data>
}
Parse .results for data and .meta.source to know whether it's live or local. A human-readable N results (live) summary is printed to stderr only when stdout is a terminal AND no machine-format flag (--json, --csv, --compact, --quiet, --plain, --select) is set — piped/agent consumers and explicit-format runs get pure JSON on stdout.
When you (or the agent) notice something off about this CLI, record it:
american-reindustrialization-pp-cli feedback "the --since flag is inclusive but docs say exclusive"
american-reindustrialization-pp-cli feedback --stdin < notes.txt
american-reindustrialization-pp-cli feedback list --json --limit 10
Entries are stored locally at ~/.american-reindustrialization-pp-cli/feedback.jsonl. They are never POSTed unless AMERICAN_REINDUSTRIALIZATION_FEEDBACK_ENDPOINT is set AND either --send is passed or AMERICAN_REINDUSTRIALIZATION_FEEDBACK_AUTO_SEND=true. Default behavior is local-only.
Write what surprised you, not a bug report. Short, specific, one line: that is the part that compounds.
Every command accepts --deliver <sink>. The output goes to the named sink in addition to (or instead of) stdout, so agents can route command results without hand-piping. Three sinks are supported:
| Sink | Effect |
|---|---|
stdout | Default; write to stdout only |
file:<path> | Atomically write output to <path> (tmp + rename) |
webhook:<url> | POST the output body to the URL (application/json or application/x-ndjson when --compact) |
Unknown schemes are refused with a structured error naming the supported set. Webhook failures return non-zero and log the URL + HTTP status on stderr.
A profile is a saved set of flag values, reused across invocations. Use it when a scheduled agent calls the same command every run with the same configuration - HeyGen's "Beacon" pattern.
american-reindustrialization-pp-cli profile save briefing --json
american-reindustrialization-pp-cli --profile briefing categories list
american-reindustrialization-pp-cli profile list --json
american-reindustrialization-pp-cli profile show briefing
american-reindustrialization-pp-cli profile delete briefing --yes
Explicit flags always win over profile values; profile values win over defaults. agent-context lists all available profiles under available_profiles so introspecting agents discover them at runtime.
| Code | Meaning |
|---|---|
| 0 | Success |
| 2 | Usage error (wrong arguments) |
| 3 | Resource not found |
| 5 | API error (upstream issue) |
| 7 | Rate limited (wait and retry) |
| 10 | Config error |
Parse $ARGUMENTS:
help, or --help → show american-reindustrialization-pp-cli --help outputinstall → ends with mcp → MCP installation; otherwise → see Prerequisites above--agent)Install the MCP binary from this CLI's published public-library entry or pre-built release, then register it:
claude mcp add american-reindustrialization-pp-mcp -- american-reindustrialization-pp-mcp
Verify: claude mcp list
which american-reindustrialization-pp-cli
If not found, offer to install (see Prerequisites at the top of this skill).--agent flag:
american-reindustrialization-pp-cli <command> [subcommand] [args] --agent
american-reindustrialization-pp-cli <command> --help.Alternatives
mvanhorn/printing-press-library
Browse, slice, and analyze the curated American Reindustrialization directory — with diffs, geo clusters, sector... Trigger phrases: `look up american reindustrialization companies`, `find reindustrialization jobs`, `browse american manufacturing directory`, `sector heatmap of reindustrialization companies`, `use american-reindustrialization`, `run american-reindustrialization`.
JasonColapietro/suede-creator-skills
Suede-owned experimentation discipline for hypotheses, sample sizing, test duration, significance, and repeatable experiment programs. Use when comparing variants, deciding whether a result is reliable, or building an experiment backlog and cadence. NOT FOR: analytics instrumentation (use suede-analytics), post-click conversion diagnosis (use suede-site-alchemy), or writing the variant copy itself (use suede-copy).
narrative-io/narrative-skills-marketplace
Translate a fuzzy analytical question into a rigorous investigation plan. Interrogates the ask, grounds the plan in the available data dictionary, applies analytical best practices, and produces a structured brief of query specifications for a downstream query-writing skill. Plans, does not write SQL. Use when: "why did X drop", "is there a relationship between A and B", "who are our highest-value customers", "what's driving the change in Y", "investigate this trend", "design an analysis for", "
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.