regulatory-compliance-guide
Regulatory text mining, compliance research, and policy analysis tools
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill regulatory-compliance-guide --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.
# Regulatory Compliance Guide A skill for mining regulatory texts, tracking regulatory changes, and conducting compliance research. Covers accessing regulatory databases, parsing regulatory language, change detection in regulations, compliance gap analysis, and computational policy analysis. ## Regulatory Data Sources ### US Federal Regulatory Data | Source | Content | Format | Access | |--------|---------|--------|--------| | Federal Register API | Proposed and final rules | JSON API | Free (federalregister.gov) | | eCFR (Electronic CFR) | Current Code of Federal Regulations | XML + API | Free (ecfr.gov) | | Regulations.gov | Public comments on rulemakings | JSON API | Free | | Congress.gov | Bills and legislative history | API + bulk | Free | | SEC EDGAR | Securities filings and no-action letters | Full-text search + API | Free | ### Accessing Federal Register Data ```python import requests from datetime import date, timedelta class FederalRegisterClient: """Client for the Federal Register API.""" BASE_URL = "https://www.federalregister.gov/api/v1" def search_rules(self, query: str, agency: str = None, date_from: str = None, per_page: int = 20) -> dict: """ Search for rules and p
- Regulatory Data Sources
- US Federal Regulatory Data
- Accessing Federal Register Data
- Regulatory Text Parsing
- Identifying Regulatory Obligations
- CFR Section Parsing
- Regulatory Change Detection
- Tracking Amendments Over Time
- Compliance Gap Analysis
- Mapping Requirements to Controls
- Regulatory Domains
- Tools and Resources
What does the regulatory-compliance-guide skill do?
Regulatory text mining, compliance research, and policy analysis tools
How do I install it?
Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill regulatory-compliance-guide --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 brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 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.