About
This skill provides comprehensive architectural guidance for the Rustfeed project, a CLI-based RSS reader built in Rust. It outlines the modular Cargo workspace structure—separating shared logic in 'rustfeed-core' from UI-specific code in 'rustfeed-cli' and 'rustfeed-tui'—and enforces strict dependency rules. By utilizing this skill, developers can quickly understand the SQLite database schema, follow established patterns for asynchronous processing, and ensure that new contributions align perfectly with the project's existing design philosophy and file placement rules.