← all publishers

udecode

@udecode source repo

)}

56 published skills

  1. Git Worktree · udecode bundle
    This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles.
    0
    installs
  2. Todo Resolve · udecode
    Use when batch-resolving approved todos, especially after code review or triage sessions
    0
    installs
  3. Ce Compound · udecode bundle
    Document a recently solved problem to compound your team's knowledge
    0
    installs
  4. Docs Plugin · udecode
    Command: docs-plugin
    0
    installs
  5. Todo Create · udecode bundle
    Use when creating durable work items, managing todo lifecycle, or tracking findings across sessions in the file-based todo system
    0
    installs
  6. Todo Triage · udecode
    Use when reviewing pending todos for approval, prioritizing code review findings, or interactively categorizing work items
    0
    installs
  7. Components · udecode
    React component architecture for creating composable, accessible components with data attributes. Use when creating/updating composable components, not for higher-level feature/page components.
    0
    installs
  8. Major Task · udecode
    Work heavyweight framework or library tasks with planning-first research, selective deep analysis, and rigorous handoff
    0
    installs
  9. Onboarding · udecode bundle
    Generate or regenerate ONBOARDING.md to help new contributors understand a codebase. Use when the user asks to 'create onboarding docs', 'generate ONBOARDING.md', 'document this project for new developers', 'write onboarding documentation', 'vonboard', 'vonboarding', 'prepare this repo for a new contributor', 'refresh the onboarding doc', or 'update ONBOARDING.md'. Also use when someone needs to onboard a new team member and wants a written artifact, or when a codebase lacks onboarding documentation and the user wants to generate one.
    0
    installs
  10. Lint · udecode
    Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.
    0
    installs
  11. Task · udecode
    Work a task end-to-end with lean context gathering, implementation, and verification
    0
    installs
  12. Debug · udecode
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
    0
    installs
  13. React · udecode
    React patterns with destructured props, compiler optimization, Effects, and Tailwind v4 syntax. ALWAYS use when using React.
    0
    installs
  14. Tdd · udecode
    Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
    0
    installs
  15. Issue Intelligence Analyst · udecode
    Fetches and analyzes GitHub issues to surface recurring themes, pain patterns, and severity trends. Use when understanding a project's issue landscape, analyzing bug patterns for ideation, or summarizing what users are reporting.
    0
    installs
  16. Project Standards Reviewer · udecode
    Always-on code-review persona. Audits changes against the project's own CLAUDE.md and AGENTS.md standards -- frontmatter rules, reference inclusion, naming conventions, cross-platform portability, and tool selection policies.
    0
    installs
  17. Best Practices Researcher · udecode
    Researches and synthesizes external best practices, documentation, and examples for any technology or framework. Use when you need industry standards, community conventions, or implementation guidance.
    0
    installs
  18. Framework Docs Researcher · udecode
    Gathers comprehensive documentation and best practices for frameworks, libraries, or dependencies. Use when you need official docs, version-specific constraints, or implementation patterns.
    0
    installs
  19. Code Simplicity Reviewer · udecode
    Final review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities.
    0
    installs
  20. Maintainability Reviewer · udecode
    Always-on code-review persona. Reviews code for premature abstraction, unnecessary indirection, dead code, coupling between unrelated modules, and naming that obscures intent.
    0
    installs
  21. Architecture Strategist · udecode
    Analyzes code changes from an architectural perspective for pattern compliance and design integrity. Use when reviewing PRs, adding services, or evaluating structural refactors.
    0
    installs
  22. Git Clean Gone Branches · udecode bundle
    Clean up local branches whose remote tracking branch is gone. Use when the user says "clean up branches", "delete gone branches", "prune local branches", "clean gone", or wants to remove stale local branches that no longer exist on the remote. Also handles removing associated worktrees for branches that have them.
    0
    installs
  23. Scope Guardian Reviewer · udecode
    Reviews planning documents for scope alignment and unjustified complexity -- challenges unnecessary abstractions, premature frameworks, and scope that exceeds stated goals. Spawned by the document-review skill.
    0
    installs
  24. Agent Native Reviewer · udecode
    Reviews code to ensure agent-native parity -- any action a user can take, an agent can also take. Use after adding UI features, agent tools, or system prompts.
    0
    installs
  25. Product Lens Reviewer · udecode
    Reviews planning documents as a senior product leader -- challenges problem framing, evaluates scope decisions, and surfaces misalignment between stated goals and proposed work. Spawned by the document-review skill.
    0
    installs
  26. Repo Research Analyst · udecode
    Conducts thorough research on repository structure, documentation, conventions, and implementation patterns. Use when onboarding to a new codebase or understanding project conventions.
    0
    installs
  27. Correctness Reviewer · udecode
    Always-on code-review persona. Reviews code for logic errors, edge cases, state management bugs, error propagation failures, and intent-vs-implementation mismatches.
    0
    installs
  28. Feasibility Reviewer · udecode
    Evaluates whether proposed technical approaches in planning documents will survive contact with reality -- architecture conflicts, dependency gaps, migration risks, and implementability. Spawned by the document-review skill.
    0
    installs
  29. Git History Analyzer · udecode
    Performs archaeological analysis of git history to trace code evolution, identify contributors, and understand why code patterns exist. Use when you need historical context for code changes.
    0
    installs
  30. Learnings Researcher · udecode
    Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes.
    0
    installs
  31. Agent Browser Issue · udecode
    Open a concise GitHub follow-up for reusable dev-browser or agent-browser limitations. Use when browser automation is blocked by a likely tool-side issue that is worth fixing separately, especially for clicks, dropdowns, file inputs, focus traps, or other repeatable agent/browser failures.
    0
    installs
  32. Browser Debug Setup · udecode
    One-time setup for a persistent debug browser on `127.0.0.1:9222` for `dev-browser --connect`. Use when browser work is needed but no reusable debug browser is running yet.
    0
    installs
  33. Ce Compound Refresh · udecode bundle
    Refresh stale or drifting learnings and pattern docs in docs/solutions/ by reviewing, updating, consolidating, replacing, or deleting them against the current codebase. Use after refactors, migrations, dependency upgrades, or when a retrieved learning feels outdated or wrong. Also use when reviewing docs/solutions/ for accuracy, when a recently solved problem contradicts an existing learning, when pattern docs no longer reflect current code, or when multiple docs seem to cover the same topic and might benefit from consolidation.
    0
    installs
  34. Resolve Pr Feedback · udecode bundle
    Resolve PR review feedback by evaluating validity and fixing issues in parallel. Use when addressing PR review comments, resolving review threads, or fixing code review feedback.
    0
    installs
  35. Coherence Reviewer · udecode
    Reviews planning documents for internal consistency -- contradictions between sections, terminology drift, structural issues, and ambiguity where readers would diverge. Spawned by the document-review skill.
    0
    installs
  36. Git Commit Push Pr · udecode
    Commit, push, and open a PR with an adaptive, value-first description. Use when the user says "commit and PR", "push and open a PR", "ship this", "create a PR", "open a pull request", "commit push PR", or wants to go from working changes to an open pull request in one step. Also use when the user says "update the PR description", "refresh the PR description", "freshen the PR", or wants to rewrite an existing PR description. Produces PR descriptions that scale in depth with the complexity of the change, avoiding cookie-cutter templates.
    0
    installs
  37. Performance Oracle · udecode
    Analyzes code for performance bottlenecks, algorithmic complexity, database queries, memory usage, and scalability. Use after implementing features or when performance concerns arise.
    0
    installs
  38. Spec Flow Analyzer · udecode
    Analyzes specifications and feature descriptions for user flow completeness and gap identification. Use when a spec, plan, or feature description needs flow analysis, edge case discovery, or requirements validation.
    0
    installs
  39. Sync Testing Skill · udecode
    Command: sync-testing-skill
    0
    installs
  40. Create App Design · udecode
    Generate comprehensive app design document with project stage assessment
    0
    installs
  41. Create Tech Stack · udecode
    Generate comprehensive technical stack documentation from codebase analysis
    0
    installs
  42. Update App Design · udecode
    Update existing app design document based on codebase changes and project evolution
    0
    installs
  43. Update Tech Stack · udecode
    Update tech stack documentation based on dependency changes and technical evolution
    0
    installs
  44. Video Transcripts · udecode bundle
    Generate structured video transcripts from local files or video URLs using Gemini Files API. Use when a GitHub or Linear tracker item, comment, or attachment includes a screen recording, .mov, .mp4, or tracker-hosted video and you need a <video-transcripts> block instead of hand-written notes.
    0
    installs
  45. Testing Review · udecode
    Review whole-repo test quality, rerun coverage, score remaining worth-testing files, inspect slow-drift and stale test debt, and publish the next testing batch. Use every few weeks or before large breaking changes and rearchitecture.
    0
    installs
  46. Ce Brainstorm · udecode
    Explore requirements and approaches through collaborative dialogue before writing a right-sized requirements document and planning implementation. Use for feature ideas, problem framing, when the user says 'let's brainstorm', or when they want to think through options before deciding what to build. Also use when a user describes a vague or ambitious feature request, asks 'what should we build', 'help me think through X', presents a problem with multiple valid solutions, or seems unsure about scope or direction — even if they don't explicitly ask to brainstorm.
    0
    installs
  47. Reproduce Bug · udecode
    Systematically reproduce and investigate a bug from a GitHub issue. Use when the user provides a GitHub issue number or URL for a bug they want reproduced or investigated.
    0
    installs
  48. Shadcn Parity · udecode
    Clone shadcn implementation patterns with source-by-source parity. Use when the user says "shadcn parity", asks to mirror shadcn, copy shadcn UX/architecture/tests, or wants more than inspiration.
    0
    installs
  49. Ce Ideate · udecode
    Generate and critically evaluate grounded improvement ideas for the current project. Use when asking what to improve, requesting idea generation, exploring surprising improvements, or wanting the AI to proactively suggest strong project directions before brainstorming one in depth. Triggers on phrases like 'what should I improve', 'give me ideas', 'ideate on this project', 'surprise me with improvements', 'what would you change', or any request for AI-generated project improvement suggestions rather than refining the user's own idea.
    0
    installs
  50. Ce Review · udecode bundle
    Structured code review using tiered persona agents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR.
    0
    installs
  51. Changeset · udecode
    Command: changeset
    0
    installs
  52. Translate · udecode
    Command: translate
    0
    installs
  53. Hard Cut · udecode
    Remove a feature completely with no backward compatibility. Use when the user says "hard cut", "rip it out", "delete it", "unship", "kill this feature", or wants dead code removed instead of deprecated. Delete the surface, callers, tests, docs, comments, fallbacks, and stubs.
    0
    installs
  54. Status · udecode
    Show current planning status at a glance - phases, progress, and any logged errors.
    0
    installs
  55. Ce Plan · udecode
    Transform feature descriptions or requirements into structured implementation plans grounded in repo patterns and research. Use when the user says 'plan this', 'create a plan', 'write a tech plan', 'plan the implementation', 'how should we build', 'what's the approach for', 'break this down', or when a brainstorm/requirements document is ready for technical planning. Best when requirements are at least roughly defined; for exploratory or ambiguous requests, prefer ce:brainstorm first.
    0
    installs
  56. Ce Work · udecode
    Execute work efficiently while maintaining quality and finishing features
    0
    installs