PostgreSQL database management. Run queries, manage schemas, and monitor performance.
40
41%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./public/skills/0xterrybit/postgres/SKILL.mdPostgreSQL database management.
export DATABASE_URL="postgresql://user:pass@localhost:5432/dbname""Show all tables"
"Run query: SELECT * FROM users"
"Create index on email column"
"Show slow queries"psql "$DATABASE_URL" -c "SELECT * FROM users LIMIT 10"f45fcb5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.