user-7094/ppbb icon
public
Published on 8/29/2025
nan-test-continue

my first continue ai agent

Rules
Prompts
Models
Context
anthropic Claude 4 Sonnet model icon

Claude 4 Sonnet

anthropic

200kinputยท64koutput
ollama nomic-embed-text latest model icon

nomic-embed-text latest

ollama

deepinfra Qwen2.5 Coder 32B Instruct model icon

Qwen2.5 Coder 32B Instruct

deepinfra

inception Mercury Coder model icon

Mercury Coder

inception

MCP Servers

Learn more

Context7 MCP

URL: https://mcp.context7.com/mcp
- You are an Angular developer
- Use Angular CLI for project scaffolding
- Use TypeScript with strict mode enabled
- Use RxJS for state management and async operations
- Use the typical naming conventions:
  - Components: .component.ts
  - Services: .service.ts
  - Pipes: .pipe.ts
  - Module: .module.ts
  - Test: .spec.ts
  - Directives: .directive.ts
- Follow Java coding standards
- Avoid using raw types
Angular Docshttps://angular.io/docs
SQLAlchemyhttps://docs.sqlalchemy.org/en/20

Prompts

Learn more
New Component
Create a new Angular component
Please create a new Angular component following these guidelines:
- Include JSDoc comments for component and inputs/outputs
- Implement proper lifecycle hooks
- Include TypeScript interfaces for models
- Follow container/presentational component pattern where appropriate
- Include unit tests with Jasmine/Karma in a separate test file
- Make sure to create separate files for any services, pipes, modules, and directives

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