feat: add LLM-friendly docs and agent skill#1679
Draft
pcriadoperez wants to merge 5 commits intosammchardy:masterfrom
Draft
feat: add LLM-friendly docs and agent skill#1679pcriadoperez wants to merge 5 commits intosammchardy:masterfrom
pcriadoperez wants to merge 5 commits intosammchardy:masterfrom
Conversation
Add llms.txt (concise overview) and llms-full.txt (full method reference) following the llmstxt.org standard, plus a cross-client Agent Skill (.agents/skills/) compatible with 30+ coding agents and a Claude Code plugin for marketplace distribution. - generate_llms_txt.py: auto-generates both files by introspecting Client - .agents/skills/python-binance/: agentskills.io-compatible skill - python-binance-plugin/: Claude Code plugin wrapping the same skill - README.rst: add LLM & AI Agent Support section with npx install command
- Remove python-binance-plugin/ directory - Switch llms-full.txt to compact format: one heading + description + params per method, no response examples (360KB -> 198KB) - Drop RST-to-Markdown conversion code (no longer needed) - Truncate long param descriptions to 80 chars
Switch to compact one-line-per-method format with param names only. Truncate descriptions to 120 chars, drop auto-generated placeholder descriptions. Down from 48K to 18K tokens.
- client.py: fix extra space after keyword, spacing around colon - helpers.py: add missing space after comma - code-generator.py: fix operator spacing, indentation issues - examples/depth_cache_threaded_example.py: fix indentation, add type ignores
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
llms.txt(7KB concise overview) andllms-full.txt(360KB full reference) following the llmstxt.org standardgenerate_llms_txt.pyscript that introspectsClientto auto-generate both files (797 methods across 10 categories).agents/skills/python-binance/compatible with 30+ coding agents (agentskills.io standard)python-binance-plugin/for marketplace distributionnpx skills addinstall command