DevOtts

43 mods across 3 repositories, 21 stars between them.

e2e-testing-rules

26

DevOtts/all-skills-you-will-ever-need

Cursor rule Cursor

This document outlines the best practices for creating and maintaining end-to-end (E2E) tests for our projects. The goal is to have a robust testing suite that validates entire workflows, ensures data integrity, and provides a clear "definition of done" for features. These tests are crucial for both human developers…

4 3mo ago A 0 tokens

self_improve

33

DevOtts/all-skills-you-will-ever-need

Cursor rule Cursor

description: Guidelines for continuously improving Cursor rules based on emerging code patterns and best practices. globs: / alwaysApply: true.

4 3mo ago A 530 tokens

taskmaster

35

DevOtts/all-skills-you-will-ever-need

Cursor rule Cursor

Cursor rule "taskmaster" from DevOtts/all-skills-you-will-ever-need, covering taskmaster tool & command reference, initialization & setup, 1. initialize project (init), 2. parse prd (parseprd) and ai model configuration.

4 3mo ago B 7,555 tokens

DevOtts/all-skills-you-will-ever-need

Cursor rule Cursor

AI should proactively consult the Context7 MCP Server when it encounters ambiguity, lack of confidence, or shows signs of cognitive struggle (e.g., looping, failing to fix bugs). Context7 is a high-value repository of internal documentation that should be treated as a primary knowledge source in these cases.

4 3mo ago A 0 tokens

vercel-deployment

38

DevOtts/all-skills-you-will-ever-need

Cursor rule Cursor

This rule documents essential practices and common pitfalls to avoid when deploying Next.js applications to Vercel, based on real deployment challenges and solutions.

4 3mo ago A 0 tokens

parallel-lifecycle

39

DevOtts/parallel-lifecycle

Plugin Claude Code

Direct-discovery marketplace for the parallel-lifecycle plugin. Add this repo to install the plugin by itself; it is also published in the wider DevOtts marketplace.

3 1mo ago A tokens not measured original MIT

parallel-lifecycle

40

DevOtts/parallel-lifecycle

Skill Claude CodeCodex

Run and CDP-test a feature inside its own git worktree without colliding with other parallel coding sessions. Use whenever you are testing a feature locally in a worktree, running Playwright/CDP against your own app, or running two or more agent sessions in parallel that each need a dev server and a browser. Trigger…

3 1mo ago A 157 tokens original MIT

parallel-lifecycle

41

DevOtts/parallel-lifecycle

Plugin Claude Code

Give every git worktree its own isolated, disposable environment (app port, ephemeral Chrome/CDP, per-worktree database) behind a single .env.worktree contract, so N agentic coding sessions build features in parallel without colliding on ports, the browser, or the database.

3 1mo ago A tokens not measured original MIT

SessionStart

42

DevOtts/parallel-lifecycle

Hook

Runs when a session starts on startup and resume, executing worktree-bootstrap.sh. From DevOtts/parallel-lifecycle.

3 1mo ago A tokens not measured original MIT

SessionEnd

43

DevOtts/parallel-lifecycle

Hook

Runs when a session ends, executing worktree-teardown.sh. From DevOtts/parallel-lifecycle.

3 1mo ago A tokens not measured original MIT