12583 results (94.9ms) page 16 / 630
bybren-llc / safe-agentic-workflow-migration-patterns exact

Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables with RLS, or updating Prisma schema.

yanko-belov / code-craft-auth-patterns exact

Use when implementing authentication. Use when storing passwords. Use when asked to store credentials insecurely.

yanko-belov / code-craft-aaa-pattern exact

Use when writing tests. Use when test structure is unclear. Use when arrange/act/assert phases are mixed.

mjunaidca / mjs-agent-skills-multi-agent-patterns exact

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

itsAR-VR / goatedskills-multi-agent-patterns exact

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

shipshitdev / library-multi-agent-patterns exact

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

kwanLeeFrmVi / claude-codes-md-reader-skill exact

Fetch and read markdown files from the internet with support for partial content extraction and intelligent section ranking. Use when Claude needs to retrieve markdown documentation from URLs and...

madteacher / mad-agents-skills-flutter-adaptive-ui exact

Build adaptive and responsive Flutter UIs that work beautifully across all platforms and screen sizes. Use when creating Flutter apps that need to adapt layouts based on screen size, support...

d-o-hub / rust-self-learning-memory-episodic-memory-testing exact

Domain-specific testing patterns for episodic memory operations. Use when testing episode lifecycle, pattern extraction, reward scoring, or memory retrieval.

DauQuangThanh / hanoi-rainbow-frontend-design-review exact

Conducts comprehensive frontend design reviews covering UI/UX design quality, design system validation, accessibility compliance, responsive design patterns, component library architecture, and...

ovachiever / droid-tings-bash-defensive-patterns exact

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

ovachiever / droid-tings-python-testing-patterns exact

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

0xbeedao / agentic-tools-python-testing-patterns exact

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

ovachiever / droid-tings-bats-testing-patterns exact

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.

ovachiever / droid-tings-sql-optimization-patterns exact

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing...

omer-metin / skills-for-antigravity-autonomous-agents exact

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable -...