ソース情報
- リポジトリ
- whyzsm/tiny-agents
- ソースの最終更新活動
- 2026年7月7日 09:40
- 検出された SKILL.md の言語
- 英語
- スター
- 2
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/whyzsm/tiny-agents --skill mathgraphsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Single-Agent T-MAX Java backend architecture and engineering rule package. Use when Codex must design, implement, review, or diagnose T-MAX backend services involving Java 8, Spring Boot, Kylin, MyBatis XML, TiDB/MySQL, Apollo/Nacos, Feign, AnePageHelper, ResponseResult/DataGridResult, UEP export, Redis, RabbitMQ, or Maven multi-module repositories. Routes one Agent through repository intake, architecture decisions, API/data contracts, implementation diagnosis, quality/security review, and bounded evidence loops while keeping builds, tests, live calls, commits, and pushes as separate authority boundaries.
Create polished consulting-style single-file HTML research reports from messy business notes, screenshots, metrics, and iterative user feedback. Use this skill whenever the user asks for a 咨询风/艾瑞咨询风/研究报告/汇报报告/HTML报告, wants business or AI landing-practice material turned into a management-facing report, asks to add charts/diagrams, or asks to update report metrics and keep the whole HTML report consistent.
Audit HarmonyOS applications for AppGallery/AGC release readiness, including Huawei UX/HMI controls, system-feature integrations, and performance gates for multi-input interaction, latency, frame rate, content display, memory, and CPU. Use when users ask for 鸿蒙上架自检、应用市场审核、AGC发布前检查、控件/系统特性/人机交互/签名/隐私/权限/截图/性能核对或 release 包门禁, especially for Stage-model projects with module.json5, build-profile.json5, hvigorw, and local-first data constraints.
| name | mathgraphs |
| description | Math & statistics graphing, computation, visualization and validation engine |
You have access to an interactive math and statistics graphing engine via MCP. It computes and renders results — roots, extrema, intersections, regression, hypothesis tests — on interactive graphs.
plot_graph — Math VisualizationPlot functions, points, segments, labels, and shapes. Auto-computes roots, extrema, and intersections.
Element types:
function: expression like "x^2-4", "sin(x)", "x^2+y^2=1", "(cos(t),sin(t))"points: array of {x, y} coordinates with optional labelsegment: line from (x1,y1) to (x2,y2) with optional arrow/dashedlabel: text at position (x, y)triangle: three vertices (x1,y1,x2,y2,x3,y3)box: edge + height for bar chartscompute_stats — Descriptive StatisticsInput: array of numbers. Returns mean, median, std, min, max, quartiles.
add_histogram — HistogramInput: array of numbers. Auto-bins and draws bars.
add_regression — RegressionInput: array of {x,y} points. Fits linear/quadratic/exponential/power. Returns R².
fit_distribution — Distribution FittingInput: array of numbers. Fits normal/uniform/exponential. Returns best fit.
test_hypothesis — Hypothesis TestInput: data groups + test type. Returns p-value with visual rejection region.