CLAUDE.md file (for Claude Code) and custom skills (for Claude Desktop). Both benefit from the Timely.ai llms.txt.
Claude Code
Inject context via CLAUDE.md
Claude Code reads theCLAUDE.md file at the project root before each session. Add an instruction so the model consults the Timely.ai llms.txt:
Keep the file up to date
Add a script to your project to update thellms.txt when needed:
Claude Desktop — Custom Skills
You can create a skill that downloads thellms.txt and injects it as context into the system prompt before answering questions about the API.
Skill example
Create a skill file (.md format or as required by your Claude Desktop version):
MCP with context7
If you use thecontext7 MCP server configured in your environment, you can fetch Timely.ai documentation in real time during a session:
Timely.ai indexing in context7 depends on the server being configured with access to the URL
https://docs.timelyai.com.br. If the search returns empty, use the llms.txt directly as described above.Recommended workflow
New project with Timely.ai integration
New project with Timely.ai integration
- Download
timely-llms.txtwithcurl - Add the reference in
CLAUDE.md - Commit the file to the repository
- Use
/initto start sessions with context loaded
One-off question without a project
One-off question without a project
Open Claude Desktop, activate the Timely.ai Developer skill, and ask your question directly. The skill fetches the context on demand.
API error debugging
API error debugging
In Claude Code, paste the error and the endpoint:With the
CLAUDE.md context loaded, Claude will compare against the expected schema and identify the problem.