redux-saga-skill — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsredux-saga-skill
    Back to Agents
    redux-saga-skill

    redux-saga-skill

    anivar February 23, 2026
    2 copies 0 downloads

    AI agent skill for Redux-Saga — 25 rules: effects, fork model, channels, RTK integration. Works with Claude Code, Cursor, Codex, Windsurf.

    Agent Definition
    # Redux-Saga Skill
    
    Created by **[Anivar Aravind](https://anivar.net)**
    
    An AI agent skill for writing, testing, and debugging Redux-Saga code with modern best practices.
    
    ## The Problem
    
    AI agents often generate outdated or incorrect redux-saga code — missing `yield` on effects, calling async functions directly instead of using `call()`, using `fork` inside `race`, or setting up root sagas that crash entirely when one watcher fails. These are subtle bugs that pass linting but break at runtime.
    
    ## This Solution
    
    22 rules with incorrect→correct code examples that teach agents the actual redux-saga API behavior, fork model semantics, and modern Redux Toolkit integration patterns. Each rule targets a specific mistake and shows exactly how to fix it.
    
    ## Install
    
    ```bash
    npx skills add anivar/redux-saga-skill -g
    ```
    
    Or with full URL:
    
    ```bash
    npx skills add https://github.com/anivar/redux-saga-skill
    ```
    
    ## Baseline
    
    - redux-saga ^1.4.2
    - @reduxjs/toolkit (recommended)
    - redux-saga-test-plan ^5.x (for testing rules)
    - Jest or Vitest
    
    ## What's Inside
    
    ### 22 Rules Across 7 Categories
    
    | Priority | Category | Rules | Impact |
    |----------|----------|-------|--------|
    | 1 | Effects & Yielding | 5 | CRITICAL |
    | 2 | Fork Model & Concurrency | 4 | CRITICAL |
    | 3 | Error Handling | 2 | HIGH |
    | 4 | Testing Patterns | 4 | HIGH |
    | 5 | Recipes & Patterns | 3 | MEDIUM |
    | 6 | Channels & External I/O | 2 | MEDIUM |
    | 7 | RTK Integration | 2 | MEDIUM |
    
    Each rule file contains:
    - Why it matters
    - Incorrect code with explanation
    - Correct code with explanation
    - Decision tables and additional context
    
    ### 7 Deep-Dive References
    
    | Reference | Covers |
    |-----------|--------|
    | `effects-and-api.md` | All effect creators, blocking vs non-blocking, pattern matching |
    | `fork-model.md` | Attached vs detached forks, error propagation, cancellation semantics |
    | `testing.md` | expectSaga, testSaga, providers, matchers, reducer integration |
    | `channels.md` | eventChannel, actionChannel,

    Tags

    agent-rulesagent-skillagenticai-agentclaudecoding-agentcopilotcursor-rulesgeminillm

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.