소스 정보
- 저장소
- tools-only/X-Skills
- 최근 소스 활동
- 2026년 2월 18일 12:09
- 감지된 SKILL.md 언어
- 영어
- 스타
- 7
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tools-only/X-Skills --skill dex-whats-new명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 직업 분류 기준
SKILL.md 표시 중
| name | dex-whats-new |
| description | Check for system improvements (learnings + Claude updates) |
Check for improvements to your Dex system from TWO sources:
/dex-whats-new # Review learnings + check for Claude updates
/dex-whats-new --full # Include detailed explanations
/dex-whats-new --learnings # Only review session learnings
/dex-whats-new --claude # Only check Claude Code updates
$MODE: Optional flags
--full - Detailed explanations of each feature--learnings - Only review learnings (skip Claude check)--claude - Only check Claude updates (skip learnings)Check for learnings to review:
System/Session_Learnings/ from last 30 days06-Resources/Learnings/Mistake_Patterns.md - check for new patterns06-Resources/Learnings/Working_Preferences.md - check for trendsExtract improvement opportunities:
Present findings:
🧠 LEARNINGS FROM YOUR USAGE
Since last review: [X] session learnings captured
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 PATTERNS IDENTIFIED
1. [Pattern name]
Observed: [frequency] times
Impact: [what this affects]
Suggestion: [concrete improvement]
2. [Pattern name]
...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 SUGGESTED IMPROVEMENTS
Based on what you've learned, here's how to improve Dex:
1. [Improvement name]
Problem: [What's not working smoothly]
Solution: [Specific change to make]
Files: [What to update]
Effort: Low/Medium/High
2. [Improvement name]
...
Want me to implement any of these? (Enter number)
If no learnings: Skip this section or show: "No session learnings captured yet. The system will learn as you use it."
Load System/claude-code-state.json:
{
"last_check": "2026-01-15",
"last_version_seen": "1.0.28",
"features_seen": ["hooks", "sub-agents", "skills", "commands", "mcp"]
}
If file missing or last_check is null, treat as first run.
Use WebSearch to find the latest Claude Code changelog:
Focus on:
Identify what's new since last_check:
For each new feature:
If Claude Code updates found:
🆕 CLAUDE CODE UPDATES
Last checked: [date] (X days ago)
Current version: [version]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🆕 NEW FEATURES
1. [Feature Name]
What: [Plain English description]
For you: [How this could improve Dex]
Effort: Low
2. [Feature Name]
What: [Description]
For you: [Specific improvement idea]
Effort: Medium
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 SUGGESTED IMPROVEMENTS
Based on what's new, here are concrete things you could add to Dex:
1. [Improvement name]
Uses: [Which new feature]
What it does: [Specific description]
Pillar: [Which pillar it supports]
Want me to implement any of these? (Enter number)
Or run `/dex-improve` to workshop custom ideas.
If no Claude updates:
✅ Claude Code is up to date!
Last checked: Today
Current version: [version]
No new features since your last check.
When running without flags, show BOTH sections:
🔄 DEX SYSTEM IMPROVEMENT REVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🧠 FROM YOUR USAGE
[Session learnings section]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🆕 FROM CLAUDE CODE
[Claude updates section]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 COMBINED IMPROVEMENTS
Pulling together learnings + new capabilities:
1. [Improvement combining both]
Uses: [Your pattern] + [New Claude feature]
Impact: [What this unlocks]
Want me to implement any of these? (Enter number or 'all')
CRITICAL: After presenting findings, you MUST update System/claude-code-state.json using the Write tool.
Steps:
features_seen arraylast_check to today's date (YYYY-MM-DD format)last_version_seen if a new version was foundSystem/claude-code-state.jsonExample update:
{
"last_check": "2026-01-28",
"last_version_seen": "1.0.32",
"features_seen": [
"hooks",
"sub-agents",
"skills",
"commands",
"mcp",
"parallel-sub-agents",
"async-hooks"
]
}
Verification: After writing, confirm to user: "State file updated - next check will compare against today's findings."
After presenting findings to the user, automatically create or enrich backlog ideas:
Call synthesize_changelog() from Improvements MCP
Call synthesize_learnings() from Improvements MCP
Report synthesis results to user:
🤖 BACKLOG SYNTHESIS
Changelog: Scanned X entries → Created Y new ideas, enriched Z existing
Learnings: Scanned X entries → Created Y new ideas, enriched Z existing
Top ideas created/enriched:
1. [idea-XXX] Title (action: created/enriched)
2. [idea-XXX] Title (action: created/enriched)
3. [idea-XXX] Title (action: created/enriched)
Run `/dex-backlog` to see full ranked backlog.
This step is what connects external intelligence to your improvement backlog. Without it, findings are presented and forgotten. With it, every relevant discovery becomes a tracked, ranked improvement opportunity.
When --full is provided, include educational deep-dives:
For each feature, add:
📚 DEEP DIVE: [Feature Name]
**What it is:**
[2-3 paragraph explanation of the capability]
**How it works:**
[Technical explanation with examples]
**Real-world example:**
[Concrete scenario showing the feature in action]
**In Dex, you could:**
- [Specific application 1]
- [Specific application 2]
**To implement:**
1. [Step 1]
2. [Step 2]
3. [Step 3]
When evaluating relevance, categorize features:
| Category | Relevance to Dex | Examples |
|---|---|---|
| Automation | High | Hooks, triggers, scheduled tasks |
| Performance | Medium | Faster models, caching |
| Context | High | Memory, skills, knowledge bases |
| Integration | High | MCP improvements, new protocols |
| UI/UX | Low | IDE features, visual changes |
| Developer | Low | API changes, SDK updates |
Focus on High relevance categories. Mention Medium. Skip Low unless asked.
Current Claude Code features to track:
| Feature | What It Does | Dex Potential |
|---|---|---|
| Commands | User-triggered workflows | /plan, /review, etc. |
| Skills | Reusable behaviors, always loaded | Person lookup, writing style |
| Hooks | Auto-triggers at events | Session start, file changes |
| Sub-agents | Parallel workers, isolated context | Research, analysis |
| MCP | External service connections | Calendar, tasks, email |
| Memory | Cross-session persistence | Preferences, learnings |
| Tools | Built-in capabilities | File ops, search, terminal |
📢 Claude Code Updates
Last checked: 2026-01-15 (8 days ago)
Current version: 1.0.32
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🆕 NEW FEATURES
1. Async Hooks
What: Hooks can now run without blocking the main conversation
For you: Faster session starts — load context in background
Effort: Low
2. Sub-agent Communication
What: Sub-agents can now pass data back to parent
For you: Research agent could update your notes directly
Effort: Medium
3. MCP Resource Subscriptions
What: MCP servers can push updates, not just respond to queries
For you: Get notified when calendar changes, tasks update
Effort: High (requires MCP server changes)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 SUGGESTED IMPROVEMENTS
1. Background Context Loading
Uses: Async Hooks
What: Load your learnings and today's plan while you type
Pillar: Productivity
2. Auto-Research on New Topics
Uses: Sub-agent Communication
What: When you mention a new company, auto-research in background
Pillar: Deal Support
Want me to implement any of these? (Enter 1 or 2)
If web search fails:
"Couldn't fetch the latest changelog. Here's what I know was current as of [last_check]: [List known capabilities]
Try again later, or check manually at docs.anthropic.com"
If state file is corrupted:
"Your capability state file has an issue. I'll create a fresh one and do a full scan."
Then proceed with first-run behavior.
/dex-improve — Full design partner (includes this + workshopping + audit)/create-mcp — Build new integrations when new MCP features enable themUpdate System/usage_log.md to mark what's new check as used.
Analytics (Silent):
Call track_event with event_name whats_new_viewed and properties:
update_available (boolean)This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".