アイデアをコードに変える

実装は任せて、より重要な方向性に集中しましょう。
This element contains an interactive demo for sighted users showing multiple Cursor interfaces: Cursor Desktop interface, Cursor CLI interface. The interface is displayed over a subtle, solid brand background.
Cursor Desktop
Plansfeature-prd.md

Mission Control Interface

A grid view of all open windows as scaled previews, allowing quick selection to bring any window to front.

Trigger

Menu item in MenuBar.tsx (View > Mission Control), hotkey F3, or double-tap desktop.

View Behavior

Overlay existing windows into a grid of live previews with spring-based layout animations and shared element transitions.

3 Tasks
Add multiplayer mode to useAppStore.ts
Create a new MissionControlView.tsx component
Update AppManager.tsx to apply expose modes.
Add a task, ⌘K to generate...
Mission Control を計画
macOS の Exposé スタイルのウィンドウマネージャーのような Mission Control インターフェースを構築しましょう
Cursor CLI
Cursor エージェント
~/cursor/cursor-web
バイオインフォマティクスツール
アフィンギャップアラインメントを追加してください。現在あるのは基本的な NW アラインメントだけですが、indel をより適切に扱うために Gotoh のアルゴリズムが必要です。さらに、FASTA パーサーも修正してください。
Composer 2.5
コマンドは / ・ファイルは @

どこで作業していても

どんな環境でも、1 つのエージェントで。

デスクトップ

使い慣れた 1 つのエディタで、手動コーディングからエージェント型コーディングまで。
Interactive demo with multiple windows showing Cursor's AI-powered features. The interface is displayed over a subtle, solid brand background.
let's add a spotlight-style search
Read App.tsx, Menu.tsx
Searched ⌘K shortcut handlers
Edited Search.tsx
Done. Press ⌘K to search files, actions, and settings.
Cursor にプラン作成や構築を依頼

CLI

あらゆるターミナル、スクリプト、エディタでエージェントを実行できます。
Interactive demo with multiple windows showing Cursor's AI-powered features. The interface is displayed over a subtle, solid brand background.
Cursor エージェント
~/cursor/cursor-web
バイオインフォマティクスツール
アフィンギャップアラインメントを追加してください。現在あるのは基本的な NW アラインメントだけですが、indel をより適切に扱うために Gotoh のアルゴリズムが必要です。さらに、FASTA パーサーも修正してください。
5
bio/sequence_alignment.pybio/fasta.pybio/translate.py
gotoh algorithm implementation python
アラインメントモジュールに Gotoh のアフィンギャップアルゴリズムを追加し、FASTA パーサーを修正します。まずはアラインメントコードから始めます。
bio/sequence_alignment.py +GAP_OPEN-10
よいですね。適切なトレースバックを備えた完全なGotoh実装を追加しました。次に、FASTAパーサーを修正します。
bio/fasta.py -def
完璧です。次に、translateモジュールにORF検出機能も追加します。これは必要になることが多いためです。
bio/translate.py +def+3-1
すばらしいです。以下を追加しました。 1. 適切なアフィンギャップペナルティ(ギャップ開始: -10、延長: -1)を備えたGotohアルゴリズム 2. 複数行の配列を処理し、空白や数字を除去する修正済みのFASTAパーサー 3. 3つのフレームすべてで開始コドンと終止コドンを検索するORF finder 4. 両方の鎖を検索するためのreverse complement関数 Gotoh実装では、3つの行列(M、X、Y)を使ってmatch/mismatchとギャップ状態を個別に追跡するため、indelを含む配列に対してより良いアラインメントが得られます。既存の`nw_align`関数は変更していません。 すべてが正しく動作することを検証するための簡単なテストを作成しましょうか。
Composer 2.5
コマンドは / ・ファイルは @

その他の環境

GitHub、Slack、Linear、JetBrains IDEs などからエージェントを起動できます。
Interactive demo with multiple windows showing Cursor's AI-powered features. The interface is displayed over a subtle, solid brand background.
leerob5分前
@cursor このPRをレビューしてもらえる?
cursorbotreviewed 3分前
src/vs/workbench/composer/browser/components/ComposerUnifiedDropdown.tsx
3292
-
{selectedMode().keybinding}
3293
+
{composerOpenModeToggleKeybinding()}
バグ: 関数が文字列ではなくオブジェクトを返す(ロジックバグ)
composerOpenModeToggleKeybinding は値を取得するために呼び出す必要がある関数です。そのため、この条件は常に truthy になります。

Web とモバイル

ブラウザやスマートフォンからクラウドエージェントを実行できます。
Today
Vercel streaming SDK functionality
Analyzing codebase·dashboard-ui
Model selector dropdown
Planning next moves·stripe-landing
Implement agent window
2 models·agent-ui
Fix send button functionality
2 Files+26-12·agent-ui
This Week
Fix send button functionality
2 Files+26-12·agent-ui
Implement user authentication
3 Files+45-8·auth-system
Design responsive layout
5 Files+30-3·frontend
Set up database schema
4 Files+35-2·database
Create API endpoints
6 Files+50-5·backend
Ask Cursor to build, plan, fix...

あらゆる規模のコードベースを理解

Cursorは、コードを1行も書き始める前に、あなたのコードベースを深く理解します。

複数のモデル

サブエージェントが並列でコードベースを探索し、それぞれがタスクに最適なモデルを使います。
Started 4 subagents
Set up model architecture
Editing filesOpus-5
Mission Control Interface
Building dashboardComposer 2.5
Add evaluation metrics
Writing testsGPT-5.6 Sol
Implement training loop with AMP
Pending • Gemini 3.1 Pro

チームルール

チームの慣習から特定のアーキテクチャ判断まで、あなたの好みをCursorに伝えられます。

高速なコードベース検索

大規模なコードベース向けに設計されたCursorは、Instant Grepを使って数百万ものファイルをミリ秒単位で検索します。
How does the payment flow handle failed transactions?

    開発ライフサイクル全体をカバー

    Cursor は、計画からコーディング、コードレビューまで、あらゆる段階をサポートします。

    プラン

    複雑なタスクでは、Cursor は確認のための質問を行い、プランを立てたうえで、バックグラウンドで実行します。
    How should Mission Control be opened?
    1Gesture (swipe up with 3 fingers)
    2Keyboard shortcut (e.g. CMD+F3)
    3Both keyboard and button
    スキップ
    続行
    フォローアップを追加...
    プラン

    デザイン

    要素を選択して、あらゆるページを視覚的に編集し、その場で書き換え、サイズ変更、移動できます。
    Acme Labs

    Software creation is changing. We are a group of researchers, engineers, and technologists inventing at the edge of what's useful and possible.

    We have much to learn, try, and build.

    Join our team →

    Shorten Tagline

    デバッグ

    Cursorはコードを計測し、実際の実行データを使って修正すべき箇所を特定します。
    Chart tooltips freeze when hovering over data points.
    Checking server output
    Adding console logs
    Taking screenshot
    Reading ChartRenderer.tsx
    Found it: stale closure in the hover handler.
    Tooltip.tsx+3-1
    Fixed. Tooltips should update smoothly now.

    実際のエンジニアリングに対応

    Cursorは、ファイルの編集、ターミナルコマンドの実行、Web検索など、実務に必要な作業をこなします。

    ターミナル

    構築からテスト、インストールまで、Cursor から直接シェルコマンドを実行できます。デフォルトではサンドボックス化されています。
    build this project
    Reading package.json
    Running terminal command
    $ npm run build
    Build complete. Ready to deploy?

    コンテキストを追加

    @メンションや画像のアップロードを参照情報として使い、重要なものを正確に Cursor に伝えられます。
    Make drawer.tsx use vaul.emilkowal.ski and match our brand

    Git とチェックポイント

    コードがどのように変化してきたかを確認し、いつでも以前のスナップショットに戻せます。
    Set up Next.js project
    Jan 8
    Add Google OAuth
    Jan 12
    Build canvas editor
    Jan 18
    Add multiplayer
    Yesterday
    Improve performance
    3h ago
    Add keyboard shortcuts
    1h ago
    Ship to production
    Now

    ツールと知識を拡張

    既存のコンテキストをCursorに与え、カスタム機能を追加できます。

    プラグイン

    コミュニティ製プラグインを確認してインストールし、新しい機能でCursorを拡張できます。
    /add-plugin
    Add plugin
    Slack Messaging Kit
    Figma Visual Editor
    Notion Workspace Integration
    Linear Agent Excellence
    GitHub Actions Suite

    スキル

    専門分野の知識を追加して、Cursorが特化したプロンプトやコードを見つけて実行できるようにします。
    let's /apply-notion-styleguide and /
    Skills
    /fix-merge-conflicts
    Resolve git conflicts automatically
    /code-review
    Analyze code for issues and improvements
    /apply-notion-styleguide
    Format code to match team standards
    /pr
    Create a pull request with summary
    /test
    Generate unit tests for selected code

    MCP

    GitHub や Figma などの外部ツールやデータソースを Cursor に直接接続します。

    世界トップクラスの開発者たちに信頼されています

    今では、毎日1ダースものエージェントのブランチがマージされるのが当たり前になっています。その結果生まれたスピードの向上は、リリース頻度からバグバックログの解消まで、あらゆる面に表れています。Cursorは単なる便利な追加機能ではなく、組織全体のスケールを増幅する存在です。

    Cody De Arkland Senior Director, Sentry

    Pelotonを漕ぎながらPRをマージしている自分に、今でも驚きます。もうノートパソコンには戻れません。

    Nick Dobos Prompt Engineer, The Browser Company

    Cursorのチームは、モデルの性能を限界まで引き出してくれます。GPT-5.2は驚くほどよく働くモデルですが、それを丸1週間動かし続けるのは圧巻です。しかもブラウザを丸ごと1つ構築してしまうなんて!

    Sherwin Wu Head of Engineering, OpenAI

    Cursorのようなcoding agentsは、AIにとって決定的なアプリになりつつあります。coding agentsはコードが作られる速度を高めるだけでなく、コード品質も向上させます。

    Alexis Lê-Quôc CTO & Co-Founder, Datadog

    Cursorのおかげで、生産性が上がっただけでなく、新しい問題領域を探求することに対して、より好奇心を持ち、より自信を持てるようになりました。今では本当に、日々のワークフローに欠かせないツールになっています。

    Lathesh Karkera Software Engineer, eBay

    現在、社内のエンジニアの70%以上がCursorを使っており、日々の開発で大きな改善を実感しています。大規模な移行はより迅速に進められるようになり、デバッグも速くなり、オンボーディングさえもさらにスピードアップしました。

    James Reggio CTO, Brex
    Morty Proxy This is a proxified and sanitized view of the page, visit original site.
    Morty Proxy This is a proxified and sanitized view of the page, visit original site.