.Cursor

.Cursor from hutchic/.cursor.

by @hutchic 12 skills

Skills in this plugin

12
  1. Open Pr · hutchic
    Create or update a pull request with a terse semantic title and appropriate description. Use when creating a PR, opening a pull request, updating PR description, or when a PR already exists and the description should be checked and updated.
    1 install
  2. Hello World · hutchic
    Provides step-by-step instructions for working with hello world artifacts. This skill implements the standards established by the hello-world rule and provides actionable guidance that the hello-world command uses. Demonstrates how skills bridge rules (standards) and commands (workflows).
    1 install
  3. Land The Plane · hutchic
    Finish and ship work: sync task systems (taskmaster/beads if in use), ensure quality gates pass, run deslop, then shipit. Use when wrapping up a branch—closing tasks, cleaning AI slop, and opening or updating a PR.
    1 install
  4. Find Skills · hutchic
    Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
    1 install
  5. Stage Related Files · hutchic
    Group and stage related changes for git commit. Use when staging files for commit, grouping related changes, or deciding what to include in each commit. Implements how to group changes and when to split commits.
    1 install
  6. Pattern Extraction · hutchic
    Extract reusable patterns from conversations and code. Identify patterns, determine artifact type, and suggest organization location. Use when analyzing content to find patterns for artifact creation.
    1 install
  7. Ensure Feature Branch · hutchic
    Ensure we're on a feature or bug branch. If current branch is mainline (main, master, dev) or a release branch (release/*), create and checkout a new branch. Use when a workflow or user request should avoid committing or pushing directly to mainline or release.
    1 install
  8. Terse Semantic Commits · hutchic
    Write semantic commit messages in Conventional Commits format. Use when committing, writing commit messages, or when a terse semantic commit is required. Covers format, types, scope, imperative mood, and length.
    1 install
  9. Conversation Analysis · hutchic
    Analyze AI chat conversations to extract patterns, identify repeated instructions, and categorize potential artifacts. Use when processing past conversations for self-improvement or when user provides conversation content for analysis.
    1 install
  10. Validate New API Routes · hutchic
    When adding new API or server routes: document manual validation, add an automated check (smoke or test) that hits the route, wire it into the suite, and run that verification before marking the task complete. Use when adding new Nuxt/API routes, server endpoints, or similar.
    1 install
  11. Rebase Conflict Resolution · hutchic
    Resolve git rebase conflicts: when to accept main's version vs branch, how to remove conflict markers, and how to avoid duplicate sections. Use when resolving conflicts during git rebase (e.g. rebase onto main) or when continuing a rebase after fixing conflicts.
    1 install
  12. Cross Reference Maintenance · hutchic
    Maintain cross-references between artifacts and documentation. Identify missing references, update existing references, validate reference integrity, and ensure all links are current. Use when maintaining reference integrity or updating references after changes.
    1 install