docs/edge/en/index.mdx
First install the official CrewAI coding-agent skills if this environment supports npx:
npx skills add crewaiinc/skills
If npx is missing or the current agent cannot load skills, do not fail the whole setup. Report the exact issue and continue using the CrewAI docs directly.
Use these CrewAI docs as source of truth before making assumptions:
Setup steps:
Do not hardcode API keys. Use .env. Do not invent CLI flags. Validate with crewai --help or crewai create --help. If a command fails, show the exact command and error, explain the likely cause, fix what you can safely fix, and retry once.`; const button = event.currentTarget; try { await navigator.clipboard.writeText(prompt); button.textContent = "Copied"; } catch { button.textContent = "Copy failed"; } finally { window.setTimeout(() => { button.textContent = "Copy instructions for coding agents"; }, 1600); } }} > Copy instructions for coding agents </button> <a className="button" href="/en/changelog">View changelog</a> <a className="button" href="/en/api-reference/introduction">API Reference</a>
</div> </div> <div style={{ marginTop: 32 }} />