suggesting-cursor-rules — for Claude Code suggesting-cursor-rules, launcher, community, for Claude Code, ide skills, Suggesting, repeated, corrections, frustration, telling

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need suggesting cursor rules. ローカライズされた概要: Next-Gen Minecraft Launcher # Suggesting Cursor Rules Watch for repeated corrections and frustration.

機能

Suggesting Cursor Rules
Suggest a rule when you notice:
The user corrects the same pattern 2+ times (e.g. "use named exports", "don't use default exports")
The user expresses frustration about code style or conventions
The user says things like "I always want...", "never do...", "every time you..."

# 主なトピック

vesta-project vesta-project
[4]
[0]
更新日: 4/28/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

適した場面: Ideal for AI agents that need suggesting cursor rules. ローカライズされた概要: Next-Gen Minecraft Launcher # Suggesting Cursor Rules Watch for repeated corrections and frustration.

このスキルを使用する理由

推奨ポイント: suggesting-cursor-rules helps agents suggesting cursor rules. Next-Gen Minecraft Launcher # Suggesting Cursor Rules Watch for repeated corrections and frustration.

おすすめ

適した場面: Ideal for AI agents that need suggesting cursor rules.

実現可能なユースケース for suggesting-cursor-rules

ユースケース: Applying Suggesting Cursor Rules
ユースケース: Applying Suggest a rule when you notice:
ユースケース: Applying The user corrects the same pattern 2+ times (e.g. "use named exports", "don't use default exports")

! セキュリティと制限

  • 制約事項: The user corrects the same pattern 2+ times (e.g. "use named exports", "don't use default exports")
  • 制約事項: Do not add comments that narrate what the code does
  • 制約事項: Only comment non-obvious intent, tradeoffs, or constraints

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs デモ

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ とインストール手順

These questions and steps mirror the structured data on this page for better search understanding.

? よくある質問

suggesting-cursor-rules とは何ですか?

適した場面: Ideal for AI agents that need suggesting cursor rules. ローカライズされた概要: Next-Gen Minecraft Launcher # Suggesting Cursor Rules Watch for repeated corrections and frustration.

suggesting-cursor-rules はどうやって導入しますか?

次のコマンドを実行してください: npx killer-skills add vesta-project/launcher/suggesting-cursor-rules。Cursor、Windsurf、VS Code、Claude Code など19以上のIDEで使えます。

suggesting-cursor-rules の主な用途は?

主な用途は次のとおりです: ユースケース: Applying Suggesting Cursor Rules, ユースケース: Applying Suggest a rule when you notice:, ユースケース: Applying The user corrects the same pattern 2+ times (e.g. "use named exports", "don't use default exports")。

suggesting-cursor-rules に対応するIDEは?

このスキルは Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer に対応しています。統一された導入には Killer-Skills CLI を使えます。

suggesting-cursor-rules に制限はありますか?

制約事項: The user corrects the same pattern 2+ times (e.g. "use named exports", "don't use default exports"). 制約事項: Do not add comments that narrate what the code does. 制約事項: Only comment non-obvious intent, tradeoffs, or constraints.

このスキルの導入方法

  1. 1. ターミナルを開く

    プロジェクトディレクトリでターミナルまたはコマンドラインを開きます。

  2. 2. インストールコマンドを実行

    npx killer-skills add vesta-project/launcher/suggesting-cursor-rules を実行してください。CLI がIDEまたはエージェントを自動検出し、スキルを設定します。

  3. 3. スキルを使い始める

    このスキルはすぐに有効になります。現在のプロジェクトで suggesting-cursor-rules をすぐ使えます。

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

suggesting-cursor-rules

Install suggesting-cursor-rules, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Suggesting Cursor Rules

Watch for repeated corrections and frustration. When the user keeps telling you the same thing, suggest a .cursor/rules/ file so they never have to say it again.

Triggers

Suggest a rule when you notice:

  • The user corrects the same pattern 2+ times (e.g. "use named exports", "don't use default exports")
  • The user expresses frustration about code style or conventions
  • The user says things like "I always want...", "never do...", "every time you..."
  • You keep making the same mistake in this project

How to Suggest

When you detect a trigger, offer it naturally:

I notice you've corrected me on [pattern] a couple times. Want me to 
create a Cursor rule so I always follow this convention?

If they say yes, create the rule:

.cursor/rules/<name>.mdc
---
description: <what this rule enforces>
globs: <file pattern this applies to>
---

- <the convention, stated clearly>

Examples

User keeps saying "use relative imports":

---
description: Import conventions
globs: **/*.{ts,tsx}
---

- Use relative imports, not @ aliases
- Import from the same package with relative paths (e.g. "../../queries/..." not "src/queries/...")

User keeps saying "no comments on obvious code":

---
description: Comment style
globs: **/*.{ts,tsx,js,jsx}
---

- Do not add comments that narrate what the code does
- Only comment non-obvious intent, tradeoffs, or constraints

User frustrated about test file locations:

---
description: Test file conventions
globs: **/*.test.{ts,tsx}
---

- Co-locate test files next to the source file they test
- Name test files <source>.test.ts, not __tests__/<source>.ts

Rules

  • Don't be annoying — only suggest after a genuine repeated pattern, not on the first correction
  • Keep rule files small and focused — one concern per file
  • Check .cursor/rules/ first so you don't duplicate an existing rule
  • Frame it as a helpful offer, not a lecture

関連スキル

Looking for an alternative to suggesting-cursor-rules or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者