Agent skill

regulatory-compliance-guide

Regulatory text mining, compliance research, and policy analysis tools

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/domains/law/regulatory-compliance-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Regulatory Data Sources
  2. US Federal Regulatory Data
  3. Accessing Federal Register Data
  4. Regulatory Text Parsing
  5. Identifying Regulatory Obligations
  6. CFR Section Parsing
  7. Regulatory Change Detection
  8. Tracking Amendments Over Time
  9. Compliance Gap Analysis
  10. Mapping Requirements to Controls
  11. Regulatory Domains
  12. Tools and Resources
More from Auto-Empirical-Research-Skills
All skills →
About this skill
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.

Keep going