You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename 'AI-assisted development' to 'Coding with agents' and move
it to second position (after platform concepts, before backend) to
reflect that agents are a first-class development workflow
- Fix landing page card subtitle: remove em-dash, replace language-first
framing with goal-first framing that matches the page structure
- Remove stale 'Most developers begin with backend development' nudge
Copy file name to clipboardExpand all lines: docs/getting-started/choose-your-path.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar:
5
5
order: 3
6
6
---
7
7
8
-
Choose your next step based on what you want to build. Each path links to the first guide you should read, with a suggested progression from there. Not sure where to start? Most developers begin with [backend development](#backend-development).
8
+
Choose your next step based on what you want to build. Each path links to the first guide you should read, with a suggested progression from there.
9
9
10
10
## Understand the platform first
11
11
@@ -17,6 +17,14 @@ If you prefer to learn the concepts before diving into guides, the [Concepts](..
17
17
-[Cycles](../concepts/cycles.md): why users don't pay to interact with apps
18
18
-[Chain-key cryptography](../concepts/chain-key-cryptography.md): the cryptographic foundation enabling chain fusion
19
19
20
+
## Coding with agents
21
+
22
+
**You want to:** Use AI coding agents to build on ICP.
23
+
24
+
ICP has a set of [ICP skills](https://skills.internetcomputer.org): structured knowledge files that AI agents can load to write canister code, debug deployments, and navigate the platform. If you work with tools like Claude Code, Cursor, or Copilot, ICP skills give them the context they need.
**You want to:** Write canister logic: store data, call APIs, run scheduled tasks.
@@ -87,12 +95,4 @@ The Service Nervous System (SNS) lets you tokenize your application and create a
87
95
-[Managing an SNS](../guides/governance/managing.md): submit proposals and manage governance
88
96
-[Testing an SNS](../guides/governance/testing.md): validate your SNS configuration before launch
89
97
90
-
## AI-assisted development
91
-
92
-
**You want to:** Use AI coding agents to build on ICP.
93
-
94
-
ICP has a set of [ICP skills](https://skills.internetcomputer.org): structured knowledge files that AI agents can load to write canister code, debug deployments, and navigate the platform. If you work with tools like Claude Code, Cursor, or Copilot, ICP skills give them the context they need.
<LinkCardtitle="Quickstart"description="Install the icp CLI, create a project, and deploy your first canister in under 5 minutes."href="/getting-started/quickstart/" />
28
-
<LinkCardtitle="Choose your path"description="Rust, Motoko, or frontend — pick the right starting point for your background."href="/getting-started/choose-your-path/" />
28
+
<LinkCardtitle="Choose your path"description="Platform concepts, backend, full-stack, cross-chain, and more: find the right starting point for what you want to build."href="/getting-started/choose-your-path/" />
0 commit comments