# common > See full documentation in the PRD. - Author: Travis Jones - Repository: tjones-gss/skunkswork - Version: 20260207104103 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/tjones-gss/skunkswork - Web: https://mule.run/skillshub/@@tjones-gss/skunkswork~common:20260207104103 --- # Common Utilities Skill ## Overview Shared utilities, helpers, and constants used across all agents. ## Key Components - RateLimiter: Token bucket rate limiting per domain - AsyncHTTPClient: HTTP client with retries and rate limiting - Data Normalization: Company name, address, URL normalization - JSONLWriter/Reader: JSONL file I/O - StructuredLogger: JSON logging - Config loader with environment variable substitution ## Rate Limits - Default: 1 req/sec - LinkedIn: 0.2 req/sec - APIs: Per provider limits See full documentation in the PRD.