mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
20 lines
558 B
Markdown
20 lines
558 B
Markdown
# Reference: Database Context Section
|
|
|
|
This is the reference template for what gets added to the workspace root `claude.md` file.
|
|
|
|
---
|
|
|
|
## Database Access Tasks
|
|
|
|
**Before writing any database access code, search for relevant skills in this repository.**
|
|
|
|
This repository contains skills for 24+ scientific databases. Each skill includes:
|
|
- API endpoints and authentication patterns
|
|
- Working code examples
|
|
- Best practices and rate limits
|
|
- Example scripts
|
|
|
|
Always search for and use existing database skills before writing custom database access code.
|
|
|
|
---
|