.claude/skills/database-context/SKILL.md
Database schema, migration history, and query patterns. Activate for schema changes, migrations, or query optimization work.
npx skillsauth add yusufcmg/Agent_Memory_Systems database-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read in order:
.claude/memory-bank/domains/database/_summary.mddatabase from architecture/_index.mdBEFORE any migration:
1. Check rollback path (can it be reversed?)
2. Estimate table size (>1M rows = online migration needed)
3. Add to ADR if dropping columns or changing types
4. Test locally first
MIGRATION CHECKLIST:
- [ ] up() function complete
- [ ] down() rollback function complete
- [ ] Indexes on new FK columns
- [ ] No renaming (add + copy + drop instead)
- [ ] Named migration file (YYYYMMDD_HHMMSS_description)
EXPLAIN ANALYZE before and afterdevelopment
X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.
documentation
Translate visa application documents (images) to English and create a bilingual PDF with original and translation
tools
See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, video), and create real time alerts for events from live streams or desktop capture.
development
AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video, cut footage, create vlogs, or build video content.