A quick start guide for using the Tek4010 tool, providing basic usage syntax and practical command-line examples. The documentation covers how to display plot files, run ARDS examples, view text output, and execute animations or demo scripts.
Context7 is a platform designed to provide up-to-date, version-specific code documentation and examples directly into the context of Large Language Models (LLMs) and AI coding assistants. It solves the problem of LLMs using outdated training data or hallucinating non-existent APIs by fetching real-time information from official sources.
The platform operates in two primary modes: a CLI with Skills for guiding agents via commands, and an MCP server that allows agents to call documentation tools natively. Users can specify exact library IDs and versions within their prompts to ensure high accuracy.
Key features include:
- Real-time retrieval of version-specific documentation.
- Support for MCP (Model Context Protocol) clients.
- CLI commands for searching libraries and retrieving docs.
- Integration with popular AI agents like Cursor, Claude Code, and others.
The /llms.txt file is a proposal to standardize a method for providing LLMs with concise, expert-level information about a website. It addresses the limitations of LLM context windows by offering a dedicated markdown file containing background information, guidance, and links to detailed documentation. The format is designed to be both human and machine readable, enabling fixed processing methods. The proposal includes generating markdown versions of existing HTML pages (appending .md to the URL). This initiative aims to improve LLM performance in various applications, from software documentation to complex legal analysis, and is already being implemented in projects like FastHTML and nbdev.
This article introduces `install.md`, a proposed standard for creating installation instructions that are easily understood and executed by LLM-powered agents. The core idea is to provide a structured markdown file that details the installation process in a way that an agent can autonomously follow. This contrasts with traditional documentation geared towards human readers and allows for automated installation across various environments. The standard includes sections for product description, action prompts, objectives, verification criteria, and step-by-step instructions. Mintlify now auto-detects and generates `install.md` files for projects, offering a streamlined approach to agent-friendly documentation.
Google is announcing the public preview of the Developer Knowledge API and its associated Model Context Protocol (MCP) server. These tools provide a machine-readable gateway to Google’s official developer documentation, enabling AI assistants to access accurate and up-to-date information for building with Google technologies like Firebase, Android, and Google Cloud.
Create executable demo documents that show and prove an agent's work. Showboat helps agents build markdown documents that mix commentary, executable code blocks, and captured output. These documents serve as both readable documentation and reproducible proof of work. A verifier can re-execute all code blocks and confirm the outputs still match.
This document provides guidelines for maintaining high-quality Python code, specifically for AI coding agents. It covers principles, tools, style, documentation, testing, and security best practices.
A simple, open format for guiding coding agents, used by over 60k open-source projects. It's a dedicated, predictable place to provide the context and instructions to help AI coding agents work on your project.
Code Wiki is a platform that maintains a continuously updated, structured wiki for code repositories, aiming to improve developer productivity by unlocking knowledge buried in source code. It features automated documentation, intelligent context-aware chat, and integrated actionable links.
High-level diagram representations for code. CodeBoarding is an open-source codebase analysis tool that generates high-level diagram representations of codebases using static analysis and LLM agents, that humans and agents can interact with.