Agent Skills
› AltimateAI/altimate-code
› training-status
training-status
GitHub展示AI队友已学习的模式、规则、术语和标准概览,包括统计数量、近期学习记录及高频应用项。支持查看详细列表、添加新知识或移除过时条目,帮助用户监控和管理AI的训练状态。
触发场景
用户询问AI当前掌握的知识内容
需要检查AI的学习进度或历史
安装
npx skills add AltimateAI/altimate-code --skill training-status -g -y
SKILL.md
Frontmatter
{
"name": "training-status",
"description": "Show what your AI teammate has learned — patterns, rules, glossary, and standards"
}
Training Status
Purpose
Display a comprehensive overview of everything your AI teammate has been trained on.
Workflow
-
Fetch all training: Use the
training_listtool with no filters to get all training entries. -
Present the dashboard: Format the output as a clean status report:
Training Status
Patterns: X (staging-model, incremental-config, ...)
Rules: X (no-float, no-select-star, ...)
Glossary: X (arr, mrr, churn-date, ...)
Standards: X (sql-style-guide, review-checklist, ...)
Recent Training:
- 2 days ago: Learned rule "no-float" (from user correction)
- 5 days ago: Learned pattern "staging-model" (from stg_orders.sql)
- 1 week ago: Loaded standard "sql-style-guide" (from docs/sql-style.md)
Most Applied:
- "staging-model" pattern — applied 12 times
- "no-float" rule — applied 8 times
- Offer actions: After showing status, suggest:
/teachto learn new patterns/trainto load standards from documentstraining_removeto remove outdated entriestraining_listwith filters for detailed views
Usage
/training-status
版本历史
- 8c9a9a8 当前 2026-07-25 06:35


