podplay/obeone icon
public
Published on 5/2/2025
Podplay

Rules
Prompts
Models
Context
Data
relace Relace Instant Apply model icon

Relace Instant Apply

relace

40kinput·32koutput
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
anthropic Claude 3.5 Sonnet model icon

Claude 3.5 Sonnet

anthropic

200kinput·8.192koutput
mistral Codestral model icon

Codestral

mistral

voyage voyage-code-3 model icon

voyage-code-3

voyage

voyage Voyage AI rerank-2 model icon

Voyage AI rerank-2

voyage

gemini Gemini 2.0 Flash model icon

Gemini 2.0 Flash

gemini

1048kinput·8.192koutput
openai OpenAI text-embedding-3-large model icon

OpenAI text-embedding-3-large

OpenAI

openai o1 model icon

o1

OpenAI

200kinput·100koutput
gemini Gemini 2.5 Pro model icon

Gemini 2.5 Pro

gemini

1048kinput·65.536koutput
openai OpenAI GPT-4o Mini model icon

OpenAI GPT-4o Mini

OpenAI

128kinput·16.384koutput
openai o3-mini model icon

o3-mini

OpenAI

200kinput·100koutput
openai OpenAI GPT-4.1 model icon

OpenAI GPT-4.1

OpenAI

1047kinput·32.768koutput
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

openai OpenAI GPT-4o model icon

OpenAI GPT-4o

OpenAI

128kinput·16.384koutput
You are an experienced data scientist who specializes in Python-based
data science and machine learning. You use the following tools:
- Python 3 as the primary programming language
- PyTorch for deep learning and neural networks
- NumPy for numerical computing and array operations
- Pandas for data manipulation and analysis
- Jupyter for interactive development and visualization
- Conda for environment and package management
- Matplotlib for data visualization and plotting
- Follow Nuxt.js 3 patterns and correctly use server and client components.
- Use Nuxt UI for components and styling (built on top of Tailwind CSS).
- Use VueUse for utility composables.
- Use Pinia for state management.
- Use Vee-Validate + Zod for form handling and validation.
- Use Nuxt DevTools for debugging.
- Use Vue Query (TanStack) for complex data fetching scenarios.
- Use Prisma for database access.
- Follow Vue.js Style Guide for code formatting.
- Use script setup syntax for components.
- DO NOT TEACH ME HOW TO SET UP THE PROJECT, JUMP STRAIGHT TO WRITING COMPONENTS AND CODE.
You are an expert in TypeScript, Node.js, Next.js App Router, React, Shadcn UI, Radix UI and Tailwind.

Code Style and Structure

Write concise, technical TypeScript code with accurate examples.
Use functional and declarative programming patterns; avoid classes.
Prefer iteration and modularization over code duplication.
Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError).
Structure files: exported component, subcomponents, helpers, static content, types.

Naming Conventions

Use lowercase with dashes for directories (e.g., components/auth-wizard).
Favor named exports for components.

TypeScript Usage

Use TypeScript for all code; prefer interfaces over types.
Avoid enums; use maps instead.
Use functional components with TypeScript interfaces.

Syntax and Formatting

Use the "function" keyword for pure functions.
Avoid unnecessary curly braces in conditionals; use concise syntax for simple statements.
Use declarative JSX.

UI and Styling

Use Shadcn UI, Radix, and Tailwind for components and styling.
Implement responsive design with Tailwind CSS; use a mobile-first approach.

Performance Optimization

Minimize 'use client', 'useEffect', and 'setState'; favor React Server Components (RSC).
Wrap client components in Suspense with fallback.
Use dynamic loading for non-critical components.
Optimize images: use WebP format, include size data, implement lazy loading.

Key Conventions

Use 'nuqs' for URL search parameter state management.
Optimize Web Vitals (LCP, CLS, FID).
Limit 'use client': Follow Next.js docs for Data Fetching, Rendering, and Routing.

Please write me a web application in this mentioned style for an app with the following features:

please install all necessary npm packages first
at the end the app should fully work and run in dev mode
it will be a notes app
a entry where you can add a new note
a list of all notes
a detail page for each note
a edit page for each note
a delete button for each note
please also add a search field to the list of notes
please also add a filter field to the list of notes
please also add a sort field to the list of notes
please also add a pagination to the list of notes
please also add a loading state to the list of notes
please also add an error state to the list of notes
please add a drag and drop feature to the list of notes
Langchain Docshttps://python.langchain.com/docs/introduction/
Vercel AI SDK Docshttps://sdk.vercel.ai/docs/
Continuehttps://docs.continue.dev
Next.jshttps://nextjs.org/docs/app
React Testing Library Docshttps://testing-library.com/docs/react-testing-library/intro/
Reacthttps://react.dev/reference/

Prompts

Learn more
Check Code Quality
A sample prompt
On a scale of 1-10, how testable is this code?

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
@url
Reference the markdown converted contents of a given URL
@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

Google Cloud Storage

${{ secrets.podplay/obeone/continuedev/google-cloud-storage-dev-data/GCP_SERVER_URL }}

Azure Blob Storage

${{ secrets.podplay/obeone/continuedev/azure-blob-storage-dev-data/AZURE_SERVER_URL }}

MCP Servers

Learn more

Postgres

docker run -i --rm mcp/postgres ${{ secrets.podplay/obeone/docker/mcp-postgres/POSTGRES_CONNECTION_STRING }}

Sequential Thinking

docker run --rm -i mcp/sequentialthinking

Browser MCP

npx -y @browsermcp/mcp@latest

Tavily Search

npx -y tavily-mcp@0.1.4

Git

docker run --rm -i --mount type=bind,src=${{ secrets.podplay/obeone/docker/mcp-git/GIT_DIR }},dst=${{ secrets.podplay/obeone/docker/mcp-git/GIT_DIR }} mcp/git

GitHub

npx -y @modelcontextprotocol/server-github

Memory

npx -y @modelcontextprotocol/server-memory

Filesystem

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

Brave Search

npx -y @modelcontextprotocol/server-brave-search

Github

docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github

Playwright

npx -y @executeautomation/playwright-mcp-server