Documentation Index
Fetch the complete documentation index at: https://docs.early-bird.space/llms.txt
Use this file to discover all available pages before exploring further.
Skill.md
Early Bird keeps a stable agent-readable skill entrypoint at:/skill.md on the deployed Early Bird app
Copyable prompt
Humans can send this directly to an agent:Purpose
Theskill.md file gives an external agent a short set of instructions so it can:
- discover available data
- ask conservative questions
- avoid over-fetching
- explain when results are partial
What the skill should say
- read the docs first
- prefer summary endpoints before row-level endpoints
- use paginated reads only
- avoid fetching all pages unless the user explicitly asks
- be clear about truncation, uncertainty, and unavailable fields
Why keep it separate from Mintlify
Mintlify is for humans.skill.md is for agents.
Mintlify can explain the workflow in detail, but the public skill.md route should stay:
- short
- stable
- text-friendly
- easy to reference in prompts
Recommended onboarding flow
For humans:- Copy the prompt above.
- Paste it into your agent.
- Let the agent read
skill.mdbefore making requests.
- Read
skill.md. - Read the docs if more context is needed.
- Start with summary surfaces.
- Only fetch paginated detail when the summary is not enough.