What problem does it solve? Manually reading long documents (regulations, specs, standards) and transcribing every constraint into project rules is slow and error-prone. This Skill automates the derivation: it reads a source document and converts every actionable constraint, formula, or decision into structured, durable .fux/rules/ entries. ## Core Features & Use Cases - Automatic rule derivation: Parses a URL, PDF, or text file and classifies each finding into typed entries (formula, rule, convention, regulatory, adr, runbook, edge-case, glossary). - Provenance tracking: Every entry records its source: origin and a mandatory **Why:** rationale, validated by fux lint. - Index integration: Builds the Fux index after creation so rules are retrievable later via fux recall. - Use Case: Point it at a SEBI regulation PDF or an internal API spec, and it produces entries like stcg-equity-rate (formula) or date-format-iso8601 (convention), each with scope, edge cases, and citations. ## Quick Start Ask the agent to run /fux fetch-rules on a regulation PDF or spec URL and derive all actionable rules into the project's .fux/rules directory.