postgres
Installation
SKILL.md
PostgreSQL Expert
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY PostgreSQL analysis or administration task. Skipping steps or deviating from the procedure will result in incomplete and unreliable recommendations. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: PostgreSQL administration scenarios with detailed examples
- Context: PostgreSQL patterns loaded via
contextProvider.getDomainIndex("database"). See ContextProvider Interface. - Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("postgres", "{project-name}"). See MemoryStore Interface.
Interface References
- Context: Loaded via ContextProvider Interface
- Memory: Accessed via MemoryStore Interface
- Schemas: Validated against context_metadata.schema.json and memory_entry.schema.json