standard-first - Prefer standard official solutions over custom code
Guides technical implementation to prefer built-in framework features and official packages over custom or AI-generated code.
Tags
Updated: 2026-09-17Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Inspect project manifests for stack context
- Check session for technology-specific skills
- Search package registries for existing solutions
- Fetch and read official vendor documentation
- Select simplest solution using decision hierarchy
- Implement code following official recommendations
Inputs
- Task description
- Project dependency manifest files
- Official documentation and package listings
Outputs
- Package installation command
- Code implementation following official patterns
- Notes on best-practice deviations
Requirements
- WebSearch and WebFetch tools
- Read, Glob, Write, Bash tools
- Optional find-docs skill or ctx7 CLI
