{"id":80,"date":"2026-02-05T10:15:43","date_gmt":"2026-02-05T01:15:43","guid":{"rendered":"https:\/\/studio-puff.com\/tech\/?p=80"},"modified":"2026-02-05T10:15:43","modified_gmt":"2026-02-05T01:15:43","slug":"cursor-recommended-settings-2026","status":"publish","type":"post","link":"https:\/\/studio-puff.com\/tech\/cursor-recommended-settings-2026\/","title":{"rendered":"\u756a\u5916\u7de8\u3011\u958b\u767a\u901f\u5ea6\u3092\u3055\u3089\u306b\u4e0a\u3052\u308b\u3001Cursor\u306e\u300c\u30bf\u30a4\u30d7\u5225\u300d\u304a\u3059\u3059\u3081\u8a2d\u5b9a"},"content":{"rendered":"\n<p>\u30c4\u30fc\u30eb\u306f\u4f7f\u3044\u624b\u6b21\u7b2c\u3067\u6b66\u5668\u306b\u3082\u8db3\u67b7\u306b\u3082\u306a\u308a\u307e\u3059\u3002 \u3042\u306a\u305f\u306e\u9078\u3093\u3060\u30eb\u30fc\u30c8\uff08Flutter vs Expo\uff09\u3084\u3001\u958b\u767a\u30b9\u30bf\u30a4\u30eb\uff08\u81ea\u529b\u5b9f\u88c5\u6d3e vs \u6307\u793a\u51fa\u3057\u6d3e\uff09\u306b\u5408\u308f\u305b\u3066\u3001Cursor\u306e\u8a2d\u5b9a\u3092\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u30bf\u30a4\u30d7A\uff1a\u3010Flutter\u7279\u5316\u3011\u53b3\u683c\u30a8\u30f3\u30b8\u30cb\u30a2\u8a2d\u5b9a<\/h3>\n\n\n\n<p>Dart\u306e\u578b\u5b89\u5168\u6027\u3092\u6d3b\u304b\u3057\u3001\u5805\u7262\u306a\u30a2\u30d7\u30ea\u3092\u4f5c\u308a\u305f\u3044\u4eba\u5411\u3051\u306e\u8a2d\u5b9a\u3067\u3059\u3002<\/p>\n\n\n\n<p><strong>\u76ee\u7684:<\/strong> \u81ea\u52d5\u751f\u6210\u30d5\u30a1\u30a4\u30eb\u306e\u30ce\u30a4\u30ba\u3092\u6e1b\u3089\u3057\u3001AI\u306b\u6b63\u78ba\u306aWidget\u30c4\u30ea\u30fc\u3092\u66f8\u304b\u305b\u308b\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1. \u57fa\u672c\u8a2d\u5b9a (Settings &gt; General)<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Rules for AI:<\/strong> \u4ee5\u4e0b\u306e\u30d7\u30ed\u30f3\u30d7\u30c8\u3092\u5e38\u99d0\u3055\u305b\u307e\u3059\u3002&#8221;Always prioritize type safety. Use <code>const<\/code> constructors wherever possible. When using Riverpod, prefer <code>ConsumerWidget<\/code> over <code>StatefulWidget<\/code>.&#8221;<\/li>\n\n\n\n<li><strong>Codebase Indexing:<\/strong> <code>ON<\/code> (\u5fc5\u9808)<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2. .cursorrules (\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30eb\u30fc\u30c8\u306b\u914d\u7f6e)<\/h4>\n\n\n\n<p>Flutter\u958b\u767a\u3067\u306f\u3001<code>freezed<\/code>\u306a\u3069\u306e\u81ea\u52d5\u751f\u6210\u30d5\u30a1\u30a4\u30eb\u3092AI\u304c\u8aad\u307f\u8fbc\u3093\u3067\u6df7\u4e71\u3059\u308b\u306e\u3092\u9632\u3050\u306e\u304c\u30b3\u30c4\u3067\u3059\u3002<\/p>\n\n\n\n<p>Markdown<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># .cursorrules for Flutter\n\n- **Framework:** Flutter (Latest Stable)\n- **State Management:** Riverpod (Generator syntax preferred)\n- **Style:** - Use `const` for widgets strictly.\n  - Separate UI into small, reusable widgets.\n  - Never put logic inside `build` methods.\n- **Ignored Files:** - Do NOT edit `*.g.dart`, `*.freezed.dart`.\n  - Treat these as read-only context.\n- **Testing:** specific widget testing is required for complex UI.\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u30bf\u30a4\u30d7B\uff1a\u3010Expo (React Native) \u7279\u5316\u3011Web\u30e9\u30a4\u30af\u8a2d\u5b9a<\/h3>\n\n\n\n<p>Web\u306e\u30b9\u30d4\u30fc\u30c9\u611f\u3092\u6301\u3061\u8fbc\u307f\u3001\u67d4\u8edf\u306bUI\u3092\u4f5c\u308a\u305f\u3044\u4eba\u5411\u3051\u306e\u8a2d\u5b9a\u3067\u3059\u3002<\/p>\n\n\n\n<p><strong>\u76ee\u7684:<\/strong> Tailwind (NativeWind) \u3092\u6d3b\u7528\u3057\u3001\u7206\u901f\u3067\u898b\u305f\u76ee\u3092\u6574\u3048\u308b\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1. \u57fa\u672c\u8a2d\u5b9a (Settings &gt; General)<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Rules for AI:<\/strong>&#8220;You are an expert in React Native and Expo. Prefer functional components and hooks. Use NativeWind for styling. Do not use <code>StyleSheet.create<\/code> unless necessary.&#8221;<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2. .cursorrules (\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30eb\u30fc\u30c8\u306b\u914d\u7f6e)<\/h4>\n\n\n\n<p>Web\u958b\u767a\uff08React\uff09\u306e\u77e5\u8b58\u3068\u6df7\u540c\u3057\u306a\u3044\u3088\u3046\u3001React Native\u7279\u6709\u306e\u5236\u7d04\u3092\u660e\u8a18\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>Markdown<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># .cursorrules for Expo\n\n- **Framework:** Expo (SDK 52+), Expo Router\n- **Language:** TypeScript (Strict mode)\n- **Styling:** - Use `NativeWind` (Tailwind CSS classes).\n  - Avoid inline styles.\n- **Navigation:** Use file-based routing via `expo-router`.\n- **Constraint:** - Remember `&lt;div&gt;` and `&lt;span&gt;` do not exist. Use `&lt;View&gt;` and `&lt;Text&gt;`.\n  - Use `&lt;SafeAreaView&gt;` for top-level layout.\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u30bf\u30a4\u30d7C\uff1a\u3010\u76e3\u7763\uff08\u30c7\u30a3\u30ec\u30af\u30bf\u30fc\uff09\u7279\u5316\u3011Vibe Coding\u5168\u632f\u308a\u8a2d\u5b9a<\/h3>\n\n\n\n<p>\u30b3\u30fc\u30c9\u306e\u7d30\u90e8\u306f\u898b\u305a\u3001\u3072\u305f\u3059\u3089\u300cComposer\uff08Cmd+I\uff09\u300d\u3067\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u3066\u3044\u304f\u30b9\u30bf\u30a4\u30eb\u3067\u3059\u3002\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u3084\u3001\u30d7\u30ed\u30c8\u30bf\u30a4\u30d4\u30f3\u30b0\u91cd\u8996\u306e\u65b9\u306f\u3053\u3061\u3089\u3002<\/p>\n\n\n\n<p><strong>\u76ee\u7684:<\/strong> \u3068\u306b\u304b\u304f\u5bfe\u8a71\u306e\u30b3\u30b9\u30c8\u3092\u4e0b\u3052\u3001AI\u306b\u81ea\u5f8b\u7684\u306b\u52d5\u3044\u3066\u3082\u3089\u3046\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1. \u57fa\u672c\u8a2d\u5b9a (Settings &gt; Beta)<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Cursor Predict:<\/strong> <code>ON<\/code> (\u6b21\u306e\u5909\u66f4\u7b87\u6240\u3092\u4e88\u6e2c\u3055\u305b\u308b)<\/li>\n\n\n\n<li><strong>Composer Mode:<\/strong> <code>Enabled<\/code> (\u5e38\u306b\u30de\u30eb\u30c1\u30d5\u30a1\u30a4\u30eb\u7de8\u96c6\u30e2\u30fc\u30c9\u3067\u5f85\u6a5f)<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2. .cursorrules (\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30eb\u30fc\u30c8\u306b\u914d\u7f6e)<\/h4>\n\n\n\n<p>\u6280\u8853\u7684\u306a\u6307\u5b9a\u3088\u308a\u3082\u3001\u300c\u632f\u308b\u821e\u3044\u300d\u3084\u300c\u9032\u3081\u65b9\u300d\u3092\u6307\u793a\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>Markdown<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># .cursorrules for Director Mode\n\n- **Role:** You are a Senior Tech Lead. I am the Product Manager.\n- **Workflow:**\n  1. Understand the goal from my prompt.\n  2. If the prompt is ambiguous, ask ONE clarifying question.\n  3. Implement across multiple files immediately.\n  4. Run a self-check for basic errors before finishing.\n- **Language:**\n  - Explain your plan in Japanese.\n  - Write comments in code in Japanese.\n  - Keep variable names in English.\n- **Philosophy:** \"Move fast and break things.\" Prioritize speed over perfect architecture for now.\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u8a2d\u5b9a\u306e\u9069\u7528\u65b9\u6cd5<\/h3>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u76f4\u4e0b\u306b <code>.cursorrules<\/code> \u3068\u3044\u3046\u540d\u524d\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u3002<\/li>\n\n\n\n<li>\u4e0a\u8a18\u306e\u30b3\u30fc\u30c9\u30d6\u30ed\u30c3\u30af\uff08\u30bf\u30a4\u30d7A\u301cC\u306e\u3044\u305a\u308c\u304b\uff09\u3092\u30b3\u30d4\u30da\u3059\u308b\u3002<\/li>\n\n\n\n<li>Cursor\u3092\u518d\u8d77\u52d5\uff08\u307e\u305f\u306f <code>Cmd+R<\/code>\uff09\u3059\u308b\u3002<\/li>\n<\/ol>\n\n\n\n<p>\u305f\u3063\u305f\u3053\u308c\u3060\u3051\u3067\u3001AI\u306e\u56de\u7b54\u7cbe\u5ea6\u304c\u5287\u7684\u306b\u5411\u4e0a\u3057\u3001\u300c\u305d\u3046\u3058\u3083\u306a\u3044\u3093\u3060\u3088\u306a&#8230;\u300d\u3068\u3044\u3046\u30b9\u30c8\u30ec\u30b9\u304c\u6fc0\u6e1b\u3057\u307e\u3059\u3002\u307e\u305a\u306f<strong>\u30bf\u30a4\u30d7C<\/strong>\u304b\u3089\u59cb\u3081\u3066\u3001\u5f90\u3005\u306b\u6280\u8853\u7684\u306a\u5236\u7d04\uff08\u30bf\u30a4\u30d7A\/B\uff09\u3092\u8db3\u3057\u3066\u3044\u304f\u306e\u304c\u304a\u3059\u3059\u3081\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30c4\u30fc\u30eb\u306f\u4f7f\u3044\u624b\u6b21\u7b2c\u3067\u6b66\u5668\u306b\u3082\u8db3\u67b7\u306b\u3082\u306a\u308a\u307e\u3059\u3002 \u3042\u306a\u305f\u306e\u9078\u3093\u3060\u30eb\u30fc\u30c8\uff08Flutter vs Expo\uff09\u3084\u3001\u958b\u767a\u30b9\u30bf\u30a4\u30eb\uff08\u81ea\u529b\u5b9f\u88c5\u6d3e vs \u6307\u793a\u51fa\u3057\u6d3e\uff09\u306b\u5408\u308f\u305b\u3066\u3001Cursor\u306e\u8a2d\u5b9a\u3092\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u3057\u307e\u3057\u3087\u3046\u3002 \u30bf\u30a4\u30d7A\uff1a\u3010 &hellip; <a href=\"https:\/\/studio-puff.com\/tech\/cursor-recommended-settings-2026\/\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":81,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,29,28],"tags":[33,18,30],"class_list":["post-80","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web","category-29","category-28","tag-curosr","tag-vibe-cording","tag-30"],"_links":{"self":[{"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/posts\/80","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/comments?post=80"}],"version-history":[{"count":1,"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/posts\/80\/revisions"}],"predecessor-version":[{"id":82,"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/posts\/80\/revisions\/82"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/media\/81"}],"wp:attachment":[{"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/media?parent=80"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/categories?post=80"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/studio-puff.com\/tech\/wp-json\/wp\/v2\/tags?post=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}