一键导入
tondocs
toolkit to sync and search TON documentation from git@github.com:ton-org/docs.git; use when answering TON-related questions or referencing TON docs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
toolkit to sync and search TON documentation from git@github.com:ton-org/docs.git; use when answering TON-related questions or referencing TON docs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tondocs |
| description | toolkit to sync and search TON documentation from git@github.com:ton-org/docs.git; use when answering TON-related questions or referencing TON docs |
Use this skill to clone/update TON docs into .context/docs.ton.org, then search .mdx files for answers.
git and rg are installed.TON_DOCS_REPO_URL in the repo-root .env to override the default repo URL.python3 .codex/skills/tondocs/scripts/tondocs.py ensure-setup returns zero exit code.Clone docs (first time) or update:
python3 .codex/skills/tondocs/scripts/tondocs.py sync
python3 .codex/skills/tondocs/scripts/tondocs.py sync --update
List .mdx files:
python3 .codex/skills/tondocs/scripts/tondocs.py list-files
Search docs:
python3 .codex/skills/tondocs/scripts/tondocs.py search "wallet address"
python3 .codex/skills/tondocs/scripts/tondocs.py search "Message" --case-sensitive
.context/docs.ton.org (relative to repo root)rg matches with file and line numbersTranslate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.
Retrieve Linear task context via Linear MCP for implementation work. Use when the developer needs requirements, scope, or acceptance criteria from a ticket.
toolkit for llm-friendly interaction with GitHub pull requests; using this skill the LLM can fetch PR data and analyze it
Analyze QA regression impact for Tonkeeper Android, iOS, or Web by comparing the current branch with the relevant release branch, reviewing the platform regress.txt, and recommending test blocks, missing coverage, extra checks, and a generated TXT test collection.