Skip to content

Commit de3cc91

Browse files
committed
docs: rewrite skills section headline and copy
1 parent c89ffba commit de3cc91

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/app/page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,8 @@ export default function HomePage() {
225225
{/* SKILLS */}
226226
<section className="hp-skills">
227227
<div className="hp-container">
228-
<h2>The init skill is the real setup</h2>
229-
<p className="hp-section-subtitle">After installing, tell your agent to run <code>agentcrumbs/init</code>. It scans your repo, discovers your services and modules, and builds a <strong>namespace catalog</strong> that gets written to your agent config (CLAUDE.md, .cursorrules, etc.).</p>
230-
<p className="hp-section-subtitle">This is the critical step. Without the catalog, every agent invents its own namespace names: <code>auth</code>, <code>auth-service</code>, <code>authService</code>, <code>authentication</code>, all pointing at the same thing. The catalog locks it down. Every agent, every session, same names.</p>
228+
<h2>Set up with <code>agentcrumbs/init</code></h2>
229+
<p className="hp-section-subtitle">The init skill scans your repo, discovers services and modules, and writes a namespace table to your agent config (CLAUDE.md, .cursorrules, etc.). Agents use the table to pick consistent namespace names across sessions.</p>
231230

232231
<div className="hp-skills-install">
233232
<div className="hp-code-pane-header" style={{ borderRadius: '8px 8px 0 0' }}>

0 commit comments

Comments
 (0)