nearl2001/nodejs-free icon
public
Published on 8/29/2025
NodeJS Freebie Agent

Rules
Models
Context
mistral Codestral model icon

Codestral

mistral

gemini Gemini 2.5 Pro model icon

Gemini 2.5 Pro

gemini

1048kinputยท65.536koutput
ollama Nomic Embed Text model icon

Nomic Embed Text

ollama

MCP Servers

Learn more

Context7 MCP

URL: https://mcp.context7.com/mcp

Slack MCP

npx -y slack-mcp-server@latest --transport stdio
- Optimize indexes to improve query execution speed.
- Avoid N+1 queries and suggest more efficient alternatives.
- Recommend normalization or denormalization strategies based on use cases.
- Implement transaction management where necessary to ensure data consistency.
- Suggest methods for monitoring database performance.
SQLAlchemyhttps://docs.sqlalchemy.org/en/20
MDN JavaScript Documentationhttps://developer.mozilla.org/en-US/docs/Web/JavaScript

Prompts

Learn more

No Prompts configured

Context

Learn more
@diff
Reference all of the changes you've made to your current branch
@terminal
Reference the last command you ran in your IDE's terminal and its output
@file
Reference any file in your current workspace
@code
Reference specific functions or classes from throughout your project
@currentFile
Reference the currently open file
@open
Reference the contents of all of your open files