docs: Improve Build with AI page clarity and structure#2256
docs: Improve Build with AI page clarity and structure#2256patrikbraborec merged 4 commits intomasterfrom
Conversation
- Add Quick Start as top-level section with two paths (prompt vs template) - Add intro paragraph explaining how methods complement each other - Add Agent Skills section with installation and usage context - Remove redundant tool lists and bold intro line - Replace Claude web tab with Claude Code CLI command for MCP setup - Remove Antigravity references - Fix terminology (Actor, MCP server) and add missing Oxford commas Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
| import Tabs from '@theme/Tabs'; | ||
| import TabItem from '@theme/TabItem'; | ||
|
|
||
| This guide provides best practices for building new Actors or improving existing ones using AI code generation and vibe coding tools such as Antigravity, Cursor, Claude Code, or Visual Studio Code, by providing the AI agents with the right instructions and context. |
There was a problem hiding this comment.
You've removed all mentions of "vibe coding tools" from the body, but the description in the frontmatter still mentions them
There was a problem hiding this comment.
Yeah, we want to keep vibe coding mainly due to SEO. But if you think that it should be removed, let's remove it.
There was a problem hiding this comment.
Yeah, I think that is how it was originally. We ahd it in description but not in body since back then it was considered not a favourable term. Then sentiment chagned and we've added after discussions. I feel indifferent I think the article now states it's goal clearly and reads well
| </TabItem> | ||
| <TabItem value="antigravity" label="Antigravity"> | ||
|
|
||
| To add Apify MCP server to Antigravity: | ||
|
|
||
| 1. Click on the **Chat tab**. | ||
| 2. Click the three dots (**Additional options**) menu. | ||
| 3. Select **Manage MCP Servers**. | ||
| 4. Click **View raw config** to open the configuration file. | ||
| 5. Add the following to the configuration file: | ||
|
|
||
| ```json | ||
| { | ||
| "mcpServers": { | ||
| "apify": { | ||
| "command": "npx", | ||
| "args": [ | ||
| "-y", | ||
| "@apify/actors-mcp-server", | ||
| "--tools", | ||
| "docs" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| ``` |
There was a problem hiding this comment.
Why completely delete Antigravity?
There was a problem hiding this comment.
It's just observation from market. A lot of people is talking about Cursor, Claude Code, potentially Codex, but Antigravity does not have such adoption. That's my motivation behind it.
There was a problem hiding this comment.
I instead added Claude Code.
There was a problem hiding this comment.
Good on adding Claude Code, this is correct approach IMO. And I concur with removal of Antigravity, it seems pretty dead (this is subject to change but we can always add it back) we used similar reasoning to remove Windsurf I believe
TC-MO
left a comment
There was a problem hiding this comment.
Nice work, few minor tweaks:
- "The methods below" > "The methods on this page". We try to avoid directional language for accessibility.
- ~46 words-long intro, split into shorter sentences for better flow.
- Remove the vague sentences ("Agents are increasingly capable..." / "Skills solve this..." / "Agents with access to..."). They read like marketing copy. Better to explain what Agent Skills are and move onto installation.
- Add trailing periods to Quick Start tab steps to match the rest of the page.
sources/platform/actors/development/quick-start/build_with_ai.md
Outdated
Show resolved
Hide resolved
sources/platform/actors/development/quick-start/build_with_ai.md
Outdated
Show resolved
Hide resolved
sources/platform/actors/development/quick-start/build_with_ai.md
Outdated
Show resolved
Hide resolved
sources/platform/actors/development/quick-start/build_with_ai.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
|
Preview for this PR was built for commit |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Preview for this PR was built for commit |
|
@TC-MO , @marcel-rbro thanks both of you for the review. I approved the suggestions, and comment the threads. Let me know, if you need something else. Thanks! |
Summary
apify create)