Skip to content

docs: Improve Build with AI page clarity and structure#2256

Merged
patrikbraborec merged 4 commits intomasterfrom
update-build-with-ai
Feb 18, 2026
Merged

docs: Improve Build with AI page clarity and structure#2256
patrikbraborec merged 4 commits intomasterfrom
update-build-with-ai

Conversation

@patrikbraborec
Copy link
Contributor

@patrikbraborec patrikbraborec commented Feb 17, 2026

Summary

  • Restructured Quick Start as a top-level section with two tabbed paths: starting with a prompt vs starting with a template (apify create)
  • Added intro paragraph explaining that the methods on the page are complementary and where to start
  • Added Agent Skills section with installation command and explanation of what happens after install
  • Removed redundant tool lists (previously repeated 3 times with inconsistencies)
  • Removed bold intro line that duplicated the front matter description
  • Replaced Claude (web) MCP tab with Claude Code CLI command
  • Removed all Antigravity references
  • Fixed terminology: "actor" → "Actor", "MCP Server" → "MCP server"
  • Added missing Oxford commas
  • Made vague VS Code MCP instructions specific (Cline, Roo Code)

- 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>
@github-actions github-actions bot added the t-c&c Team covering store and finance matters. label Feb 17, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@apify-service-account
Copy link

Preview for this PR was built for commit ea3e9be and is ready at https://pr-2256.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit 4b7b9bd and is ready at https://pr-2256.preview.docs.apify.com!

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've removed all mentions of "vibe coding tools" from the body, but the description in the frontmatter still mentions them

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we want to keep vibe coding mainly due to SEO. But if you think that it should be removed, let's remove it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment on lines 112 to 137
</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"
]
}
}
}
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why completely delete Antigravity?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I instead added Claude Code.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor

@TC-MO TC-MO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
@apify-service-account
Copy link

Preview for this PR was built for commit 4c60b087 and is ready at https://pr-2256.preview.docs.apify.com!

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@apify-service-account
Copy link

Preview for this PR was built for commit 1b564aa5 and is ready at https://pr-2256.preview.docs.apify.com!

@patrikbraborec
Copy link
Contributor Author

@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!

Copy link
Contributor

@TC-MO TC-MO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@patrikbraborec patrikbraborec merged commit cf6759e into master Feb 18, 2026
13 checks passed
@patrikbraborec patrikbraborec deleted the update-build-with-ai branch February 18, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-c&c Team covering store and finance matters.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments