一键导入
atlas-tx
Safe agent workflow for Texas drinking-water-risk and environmental-justice context across state and federal public data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Safe agent workflow for Texas drinking-water-risk and environmental-justice context across state and federal public data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Bootstrap the Atlas TX project from zero: create public GitHub repo, scaffold Next.js app, lock MVP Texas datasets, add county normalization, and add initial Socrata adapter helpers with TDD.
Add approachable acronym definitions and lightweight glossary tooltips to Atlas TX without changing the product tone or introducing heavy client-side UI.
Extend Atlas TX's MCP surface to mirror filing-level permit workflows and plan/ship snapshot-pipeline automation without splitting web and MCP data paths.
Build or extend Atlas TX's /permits page using the stable TCEQ water-quality pending-permits Socrata dataset plus an optional snapshot-backed CID open-cases lane with explicit coverage caveats.
Extend Atlas TX's permits workflow with filing-level red-flag scoring, `/permits/[tceqId]` detail pages, and non-legal protest-helper UX built on CID procedural data.
Build Atlas TX county/data feature lanes using structured public endpoints, county-normalized summaries, and honest map layers before heavier geospatial analytics.
基于 SOC 职业分类
| name | atlas-tx |
| description | Safe agent workflow for Texas drinking-water-risk and environmental-justice context across state and federal public data. |
Atlas TX surfaces Texas Public Water System drinking-water risk and environmental-justice burden by joining TCEQ permits + Texas Water Districts with EPA SDWIS, EPA EJScreen, and Census ACS. The skill is an agent-safe wrapper around the Atlas TX MCP server.
Use when the user asks about:
Do not activate for:
dataset_id + publisher + URL from each tool's sources envelope.caveats must reach the user without paraphrasing away the qualifier.cache_state: "snapshot", name the snapshot date.This skill expects the Atlas TX MCP server at packages/mcp-server/ with the v0.1.0 tool surface defined in docs/contracts/mcp-tools.md:
discover_datasetsget_dataset_schemascore_pws_drinking_water_riskoverlay_ej_burdensummarize_water_risk_for_countyIf a required tool is missing, fall back to discover_datasets + get_dataset_schema and decline the user's request with a clear explanation.
User: "What Texas counties have the most overlooked drinking-water risk?"
score_pws_drinking_water_risk with { limit: 25 }.county. Identify counties whose mean score is high but who do not appear in well-known rankings (e.g. NRDC, EPA enforcement annual report).summarize_water_risk_for_county with { county }.overlay_ej_burden with { county, buffer_miles: 1 } to add demographic context.caveats from each tool envelopeSource (publisher + URL + retrieved_at)Stable URLs only. Don't link results pages or filtered queries — those rot.
From a clean clone:
npm install
# (M2+) start MCP server
node packages/mcp-server/src/index.js
# in another shell, run the example invocation against the local MCP
If this doesn't reproduce, the skill is not done. See docs/contracts/skill-protocol.md.