Next-Gen Agent Architecture Hub

AI Workflows & Skill Paketlari

Bitta oddiy proompterlikdan yuqorilab: Izchil zanjirli proompt kaskadi (Prompt Chains) hamda IDE agentlari uchun tayyor Skill Paketlari (Bundles) kutubxonasi!

๐Ÿ”— Prompt Chains (Zanjir)

Kettening avtomatlashtirilgan AI proompt ketma-ketliklari

โšก Live Execution Ready
Multi-Step Prompt Chain Verified & Jamiyat O'tkazgan

Clean Architecture & Security Refactoring Chain

Full-stack tizim arxitekturasini kod bazasiga qarz olib xavfsiz audit (Security & Perf Review) bosqichlaridan o'zaro o'tadigan 3 bosqichsiz professional kaskadi.

1

Architectural & Security Auditor (Claude 3.5 Sonnet)

Model Engine: claude-3-5-sonnet
// Prompt Instruction: Analyze the input project structure and codebase for architectural coupling, OWASP vulnerabilities, and type safety issues. Output a strict audit matrix in JSON.
2

Code Transformer & Refactoring Agent (Gemini 1.5 Pro)

Model Engine: gemini-1.5-pro
// Prompt Instruction: Receive the JSON audit matrix from Step 1. Rewrite the problematic modules adopting Clean Architecture principles, strict types, and resilient error handling boundaries.
3

Verifier & Test Generation Engine (GPT-4o)

Model Engine: gpt-4o
// Prompt Instruction: Take the refactored code from Step 2. Automatically construct comprehensive Jest unit tests and generate markdown API documentation for end developers.
Multi-Step Prompt Chain Verified & Jamiyat O'tkazgan

Supabase RLS & PostgreSQL Strict Migration Cascade

A specialized database modeling sequence that checks schema health, generates foolproof Row Level Security policies, and outputs strict TypeScript types.

1

Database Schema & Index Analyzer (Claude 3.5 Sonnet)

Model Engine: claude-3-5-sonnet
// Prompt Instruction: Analyze proposed Supabase PostgreSQL DDL migrations for missing indexes, foreign key cascading issues, and Row-Level Security (RLS) leaks.
2

RLS & Migration Remediation Agent (Gemini 1.5 Pro)

Model Engine: gemini-1.5-pro
// Prompt Instruction: Generate highly optmized PostgreSQL SQL fixes enforcing strict authenticated Supabase auth.uid() matching and multi-column composite indexing.
3

TypeScript Interface Generator (GPT-4o)

Model Engine: gpt-4o
// Prompt Instruction: Compile exact strict TypeScript interface definitions representing the updated SQL database schema with null-safe optional boundaries.

๐Ÿ“ฆ Skill Bundles (Paketlar)

Agentlar uchun tayyor qoidalar (.cursorrules, CLAUDE.md) va kontekst paketlari

Verified & Jamiyat O'tkazgan
Skill BundleVerified & Jamiyat O'tkazganFull-Stack Web

Next.js 14 + TS Enterprise Clean Architecture Pack

Next.js 14 + TypeScript loyihalari uchun yuqori tezlik va xato oldini oluvchi '.cursorrules' qoidalari bilan to'ldirilgan maxalliy agent paketi.

Curated by DevCommons Core Teamโ€ข3 Bundled Context Files
๐Ÿ“„ .cursorrulesrule
# DevCommons Strict Typescript & Architecture Rules
- Use Server Components by default unless interactive browser state is strictly required.
- Enable strict null checks and avoid floating Promises.
- Organize database accesses cleanly inside the repository/service folder layer.
Skill BundleVerified & Jamiyat O'tkazganBackend & Security

Claude Code API Security & Zod Validation Kit

An essential backend security bundle explicitly tailored for Claude Code and Anthropic agent workflows with automated payload parsing.

Curated by OWASP Working Groupโ€ข3 Bundled Context Files
๐Ÿ“„ CLAUDE.mdrule
# Claude Code Protocol โ€” DevCommons Backend Standard
- Always validate incoming Next.js route handlers using Zod validation schemas.
- Respond with standard JSON structures containing { success, data, error }.
- Never output raw unhandled try/catch errors to client responses.