Skip to content

Commit 246f810

Browse files
committed
Add ref links to agents skills page
1 parent 791560a commit 246f810

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/getting-started/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ <h3 id="examples">Example projects</h3>
123123
<p>&nbsp</p>
124124

125125
<h2 id="ai-guides">Step-by-step guides (for AI agents and developers)</h2>
126+
<p>
127+
If you use a skill-aware coding tool, install the <code>ebean-orm</code> agent skill first.
128+
See <a href="/docs/agents/skills">Agent Skills for Ebean Projects</a>.
129+
</p>
126130
<p>
127131
Prescriptive step-by-step guides for adding Ebean to an existing project are available
128132
in the Ebean GitHub repository. These guides are written to be followed by AI coding

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ <h2>Persistence for Java & Kotlin</h2>
6161
<div class="links">
6262
<h4><a class="bright-link" href="/docs/getting-started"><i class="fas fa-angle-right"></i> Getting started</a></h4>
6363
<h4><a href="/docs"><i class="fas fa-angle-right"></i> Documentation</a></h4>
64+
<h4><a href="/docs/agents/skills"><i class="fas fa-angle-right"></i> Agent Skills</a></h4>
6465
<h4><a href="https://github.com/ebean-orm"><i class="fas fa-angle-right"></i> GitHub</a></h4>
6566
</div>
6667

llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
## Start Here (Agent Onboarding)
66

7+
- If your tool supports Agent Skills, prefer installing the [ebean-orm skill](https://ebean.io/docs/agents/skills).
78
- [AGENTS.md template](https://raw.githubusercontent.com/ebean-orm/ebean/HEAD/docs/guides/AGENTS.md): Minimal onboarding template for AI coding agents.
89
- [Guide index](https://raw.githubusercontent.com/ebean-orm/ebean/HEAD/docs/guides/README.md): Canonical index of Ebean markdown guides for agents.
910

0 commit comments

Comments
 (0)