Search Skills
Search across 54932 indexed skills
cloud
Activate on: iCloud full, cloud storage, backup photos, sync between devices, share folder, Google Drive help, Dropbox issues, "where are my files", s...
unity
Awake before Start — use Awake for self-init, Start for cross-references OnEnable called before Start — but after Awake Order between scripts not guar...
psychology
Context reveals level: terminology, references to studies, clinical vs academic focus When unclear, start with relatable examples and adjust based on ...
cloud-storage
User needs to upload, download, sync, or manage files across cloud storage providers. Agent handles multi-provider operations with cost awareness. | T...
analyze
Purpose → Structure → Analyze → Prioritize → Conclude Before analyzing: State what decision this serves. Pick a framework. Note first impression to ch...
css
User needs CSS expertise — from layout challenges to production optimization. Agent handles stacking contexts, flexbox/grid patterns, responsive desig...
threejs
Call .dispose() on geometries, materials, and textures before removing objects — Three.js never garbage collects GPU resources automatically When remo...
html
width and height on <img> even with CSS sizing — browser reserves space before load aspect-ratio in CSS as fallback — for responsive images without di...
ansible
Jinja2 in value needs quotes — "{{ variable }}" not {{ variable }} : in string needs quotes — msg: "Note: this works" not msg: Note: this Boolean stri...
ci-cd
Trigger on: automated deployment, continuous integration, pipeline setup, GitHub Actions, GitLab CI, build failing, deploy automatically, CI configura...
statistics
Context reveals level: notation familiarity, software mentioned, problem complexity When unclear, start with concrete examples and adjust based on res...
db
Connection pools exhausted = app hangs silently — set max connections, monitor pool usage Each Lambda/serverless invocation may open new connection — ...