What problem does it solve?
This Skill solves the challenge of discovering and correctly implementing the 25 specialized Effect v4-first libraries within the @effected ecosystem, preventing redundant re-implementation of common app plumbing.
Core Features & Use Cases
- Ecosystem Indexing: Provides a comprehensive lookup for capabilities ranging from config loading and monorepo introspection to GitHub API integration and SBOM generation.
- Tier-Based Guidance: Clearly distinguishes between pure, boundary, and integrated packages to help you manage runtime dependencies and IO surface area effectively.
- Use Case: When starting a new Effect v4 application, use this Skill to identify which @effected packages provide the necessary schema-first services for your specific needs, such as XDG-compliant path resolution or SQLite-backed durable state.
Quick Start
Use the effected-packages skill to identify the correct package for handling JSONC configuration files and its required platform layer.