at001335/at062084 icon
public
Published on 6/26/2025
at062084

VS-Code AI assistant for python and gitlab

Rules
Prompts
Models
Context
anthropic Claude 4 Sonnet model icon

Claude 4 Sonnet

anthropic

200kinput·64koutput
---
name: ODE Assistant Behavior Rules
---
## Assistant Behavior
- Always double check code suggestions with related  documentation
- Generate code for only one possible solution, but provide hints to other options
- Generate a summary explaining the rationale, pattern, and paradigms behind the solution provided
Continuehttps://docs.continue.dev
Streamlithttps://docs.streamlit.io
Pandashttps://pandas.pydata.org/docs/
NumPyhttps://numpy.org/doc/stable/
Jupyterhttps://docs.jupyter.org/en/latest/
Airflowhttps://hub.continue.dev/new?type=block&blockType=docs&createFor=assistant
Gitlab CICDhttps://docs.gitlab.com/18.0/topics/build_your_application/

Prompts

Learn more
Data Pipeline Development
Create robust and scalable data processing pipelines
Generate a data processing pipeline with these requirements:

Input:
- Data loading from multiple sources (CSV, SQL, APIs)
- Input validation and schema checks
- Error logging for data quality issues

Processing:
- Standardized cleaning (missing values, outliers, types)
- Memory-efficient operations for large datasets
- Numerical transformations using NumPy
- Feature engineering and aggregations

Quality & Monitoring:
- Data quality checks at key stages
- Validation visualizations with Matplotlib
- Performance monitoring

Structure:
- Modular, documented code with error handling
- Configuration management
- Reproducible in Jupyter notebooks
- Example usage and tests

The user has provided the following information:
ODE-Prompt
ODE-Prompt
Data Overview:
- Number of rows and columns
- Data types
- Missing values
 - Basic statistics (mean, median, std, quartiles)
- Number of unique values
- Date format

Visualizations:
- Numerical: histograms, box plots
- Categorical: bar charts, frequency plots
- Relationships: correlation matrices

Quality Assessment:
- Outlier detection
- Value range validation

Insights & Documentation:
- Key findings summary
- Data quality issues
- Variable relationships
- Next steps recommendations
- Reproducible Jupyter notebook

Context

Learn more
@diff
Reference all of the changes you've made to your current branch
@codebase
Reference the most relevant snippets from your codebase
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@terminal
Reference the last command you ran in your IDE's terminal and its output
@code
Reference specific functions or classes from throughout your project
@file
Reference any file in your current workspace
@currentFile
Reference the currently open file
@open
Reference the contents of all of your open files

No Data configured

MCP Servers

Learn more

Filesystem

npx -y @modelcontextprotocol/server-filesystem ${{ secrets.at001335/at062084/anthropic/filesystem-mcp/PATH }}