- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
n8n-patterns
by mindmorass
Design and implement n8n workflow automations with best practices
responsible-disclosure
by pluginagentmarketplace
Ethical vulnerability reporting, coordinated disclosure, and bug bounty participation for AI systems
backend-dev-guidelines
by liuchiawei
Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod validation, unifiedConfig, Sentry error tracking, async safety, and testing discipline.
complex-state-management
by vishalsachdev
Production patterns for managing complex application state in React without Redux, Zustand, or other state libraries. Includes multi-stage loading, command patterns, refs for performance, and parallel data fetching. Use when building complex UIs with interconnected states, need loading stages and progress tracking, or implementing command patterns.
anti-fraud
by Art-of-Technology
"Multi-layered anti-fraud and bot detection system for registration flows. Use when implementing: (1) Registration form security, (2) Bot detection and shadow banning, (3) Behavioral analysis (keystroke, mouse tracking), (4) Risk scoring systems, (5) Honeypot field implementation, (6) Disposable email detection, or any fraud prevention for user registration"
continuous-monitoring
by pluginagentmarketplace
Real-time monitoring and detection of adversarial attacks and model drift in production
adversarial-training
by pluginagentmarketplace
Defensive techniques using adversarial examples to improve model robustness and security
prompt-injection-testing
by pluginagentmarketplace
Master prompt injection attacks, jailbreak techniques, input manipulation, and payload crafting for LLM security testing
base-ui-design
by retrip-ai
Base UI component patterns and design system guidelines. Use when creating or styling UI components, managing spacing, typography, border radius, icons, or following project design standards.
no-null-in-aliases
by marius-townhouse
Use when defining type aliases. Use when null/undefined appears in type definitions. Use when types are confusing.
playing-to-win
by Coowoolf
Use when defining long-term product strategy, when needing to pivot from horizontal to vertical focus, or when teams struggle with prioritization due to serving too many use cases
currying-inference
by marius-townhouse
Use when generic types aren't inferred. Use when builder patterns need better types. Use when creating new inference sites.
nextjs-project-scaffolding
by Agentient
Opinionated Next.js 14+ project structure and configuration for scaffolding new projects. PROACTIVELY activate for: (1) setting up new Next.js projects, (2) configuring tsconfig.json with strict mode, (3) establishing folder structure patterns. Triggers: "new project", "scaffold", "project structure"
git
by plutowang
Auto-apply when the user asks for any git version control operations, including commit, push, pull, branch, merge, rebase, squash, reset, revert, cherry-pick, stash, tag, undo, amend, diff, log, or blame.
solid-principles
by pluginagentmarketplace
Apply and validate SOLID principles in object-oriented design
safety-filter-bypass
by pluginagentmarketplace
Techniques to test and bypass AI safety filters, content moderation systems, and guardrails for security assessment
user-discovery-research
by pluginagentmarketplace
Master user research methodologies, customer interviews, persona development, and journey mapping. Understand customer problems deeply before building.
trigger-jobs
by retrip-ai
Trigger.dev background job patterns. Use when creating scheduled tasks, async jobs, background workers, email tasks, or event-driven workflows with queues and rate limiting.
architecture
by AlexanderStephenThompson
Architecture principles, module boundaries, folder structure, and project type profiles
noimplicitany-completion
by marius-townhouse
Use when finishing TypeScript migration. Use when enabling strict mode. Use when finalizing tsconfig. Use when ensuring type safety. Use when completing adoption.
scr
by yarlson
Automated terminal screenshots. Run CLI/TUI commands, script interactions, capture PNGs. Use when generating documentation, testing terminal apps, or capturing command output sequences.
red-team-frameworks
by pluginagentmarketplace
Tools and frameworks for AI red teaming including PyRIT, garak, Counterfit, and custom attack automation
azure-ai-document-intelligence-ts
by Tryboy869
"Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models."
spring-rest-api
by pluginagentmarketplace
Build production-ready REST APIs with Spring MVC - controllers, validation, exception handling, OpenAPI