원클릭으로
knowledge-updater
Automated skill for keeping AI knowledge bases current with latest model versions, framework updates, and best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automated skill for keeping AI knowledge bases current with latest model versions, framework updates, and best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Patterns for multi-agent coordination, task decomposition, handoffs, and workflow orchestration. Best practices for building and managing agent systems.
Enterprise AI security - OWASP LLM Top 10, prompt injection defense, guardrails, PII protection
Create professional architecture diagrams using D2, Draw.io, Mermaid, and OCI official icons for enterprise-grade visualizations
Build AI applications on AWS using Bedrock, SageMaker, and AI/ML services with best practices for enterprise deployment
Build AI applications on Azure using Azure OpenAI, Cognitive Services, and ML services with enterprise patterns
Build autonomous AI agents using Claude Agent SDK with computer use, tool calling, MCP integration, and production best practices
| name | Knowledge Updater |
| description | Automated skill for keeping AI knowledge bases current with latest model versions, framework updates, and best practices |
| version | 1.0.0 |
| last_updated | "2026-01-06T00:00:00.000Z" |
| external_version | Self-updating |
| triggers | ["update knowledge","check versions","outdated","latest versions"] |
Automate the process of keeping AI architecture knowledge current by systematically checking and updating version references across the toolkit.
AI evolves rapidly:
Stale knowledge = bad recommendations = lost credibility.
LLM Models (check monthly)
Search: "[Provider] latest model [current year]"
- OpenAI: GPT-5.x series
- Anthropic: Claude Opus/Sonnet versions
- Google: Gemini versions
- Meta: Llama versions
- Mistral: Latest releases
Agent Frameworks (check weekly)
Sources:
- Vercel AI SDK: https://github.com/vercel/ai/releases
- OpenAI Agents: https://github.com/openai/openai-agents-python/releases
- LangGraph: https://github.com/langchain-ai/langgraph/releases
- Claude SDK: Check Anthropic announcements
Frontend (check monthly)
Sources:
- Next.js: https://github.com/vercel/next.js/releases
- React: https://github.com/facebook/react/releases
AI Gateways (check monthly)
- OpenRouter: Check model count at openrouter.ai/models
- New providers/features
Read current versions from dev-docs/VERSION-TRACKING.md and identify deltas.
If changes detected:
VERSION-TRACKING.md
Last Updated dateAffected Skills
# In skills/*/SKILL.md frontmatter:
version: X.Y.Z → X.Y.(Z+1) # Increment patch
last_updated: [today]
external_version: "[new version]"
CLAUDE.md (if model changes)
CONTEXT.md
## Knowledge Update Report - [DATE]
### Summary
- Technologies checked: X
- Updates found: Y
- Files modified: Z
### Version Changes
| Technology | Previous | Current | Source |
|------------|----------|---------|--------|
| GPT | 5.1 | 5.2 | openai.com |
| ... | ... | ... | ... |
### Skills Updated
- skills/openai-agentkit/SKILL.md
- skills/azure-ai-services/SKILL.md
### Action Required
- [ ] Review changes
- [ ] Commit: `git commit -m "chore: update versions [date]"`
- [ ] Push to remote
Weekly: Every Monday 9 AM
- Run full version check
- Update if changes found
- Generate report
Monthly: First of month
- Deep check including benchmarks
- Update pricing if changed
- Review deprecated technologies
Triggers:
- User says "outdated", "latest", "current version"
- Major AI announcement detected
- Before `/design-solution` command
For skills:
/update-knowledge → /design-solution
↓
(ensures latest versions used in recommendations)
/update-knowledge → /commit
↓
(saves updates to git)
Fresh knowledge = accurate recommendations = trusted architect