afv-library/skills/platform-soql-query/CREDITS.md

995 B

Credits & Acknowledgments

This skill integrates concepts and patterns from the Salesforce developer community and official Salesforce documentation. The goal is to teach Apex developers how to write efficient, maintainable SOQL using vanilla Apex patterns that don't require external package installation.


Key Patterns Integrated

Pattern Integration
Selector Layer architecture references/selector-patterns.md
Bulkification and Map-based lookup assets/bulkified-query-pattern.cls
SOQL anti-patterns catalog references/anti-patterns.md
Query Plan analysis SKILL.md, assets/optimization-patterns.soql
Field coverage validation references/field-coverage-rules.md

Philosophy

This skill integrates concepts and patterns from community resources, not specific libraries as dependencies. All patterns produce vanilla Apex code that works in any Salesforce org without additional package installation.