Agent skill
database
Run queries on SQL database
Install this agent skill to your Project
npx add-skill https://github.com/rakibdev/dotfiles/tree/main/home/.config/ai/skills/database
SKILL.md
Usage
bun -e "
import { SQL } from 'bun'
const sql = new SQL(process.env.DATABASE_URL)
console.log(await sql\`SELECT * FROM users LIMIT 1\`)
await sql.close()
"
- Use
LIMIT 1to inspect schema without wasting tokens.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
valibot
Valibot schema validation for backend and frontend forms.
vue
Vue coding style and best practices.
tailwind
Tailwind CSS styling conventions.
websearch
Search Google
github
Fetch GitHub URLs, repos, issues, pull requests, code search
figma
Tool for fetching Figma design data and downloading images.
Didn't find tool you were looking for?