.claude/skills/adr-report/SKILL.md
--- context: fork --- # ADR Report Skill ## Purpose Generate comprehensive Architecture Decision Record (ADR) activity reports for a specified time period. ## Usage - `/adr-report` - All ADR activity (default: last 30 days) - `/adr-report week` - ADR activity this week - `/adr-report month` - ADR activity this month - `/adr-report all` - Complete ADR inventory ## Instructions When this skill is invoked: 1. **Find all ADRs** in the vault using Glob: ``` ADR*.md ``` 2. **Read al
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/adr-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate comprehensive Architecture Decision Record (ADR) activity reports for a specified time period.
/adr-report - All ADR activity (default: last 30 days)/adr-report week - ADR activity this week/adr-report month - ADR activity this month/adr-report all - Complete ADR inventoryWhen this skill is invoked:
Find all ADRs in the vault using Glob:
ADR*.md
Read all ADR files to extract:
Categorize ADRs by status:
Generate formatted report with:
# ADR Activity Report
**Period**: [time period]
**Generated**: [current date]
## Summary Statistics
- Total ADRs: [count]
- Accepted: [count]
- Proposed: [count]
- Deprecated: [count]
- Created in period: [count]
- Updated in period: [count]
## Recent ADR Activity
### Created This Period
| ADR | Status | Project | Created | Deciders |
| --------------- | -------- | ---------------- | ---------- | -------- |
| [[ADR - Title]] | accepted | [[Project Name]] | YYYY-MM-DD | Team |
### Updated This Period
| ADR | Status | Project | Modified | Changes |
| --------------- | -------- | ---------------- | ---------- | -------------- |
| [[ADR - Title]] | accepted | [[Project Name]] | YYYY-MM-DD | Status changed |
## ADRs by Project
### [Project Name]
- [[ADR - Decision 1]] (accepted)
- [[ADR - Decision 2]] (proposed)
## Pending Decisions (Proposed ADRs)
| ADR | Project | Created | Deciders | Next Action |
| --------------- | ----------- | ---------- | -------- | ----------------- |
| [[ADR - Title]] | [[Project]] | YYYY-MM-DD | Team | Awaiting approval |
## Recent Key Decisions
### [ADR Title]
**Status**: Accepted
**Project**: [[Project Name]]
**Decision**: Brief summary of what was decided
**Impact**: Key consequences and implications
**Date**: YYYY-MM-DD
## ADRs by Technology Area
- **Cloud/AWS**: 5 ADRs
- **Data Integration**: 3 ADRs
- **Security**: 2 ADRs
- **AI/ML**: 4 ADRs
## Recommendations
- [Any ADRs that need review or updates]
- [ADRs that have been proposed for >30 days without decision]
- [ADRs that may need deprecation]
Output the report as formatted markdown
Optionally save report by asking user:
Page - ADR Activity Report [date].mdExample 1:
User: /adr-report week
Assistant: [Generates report for past 7 days showing 3 new ADRs created for NewProductLine and AIIncidentProcessor projects]
Example 2:
User: /adr-report
Assistant: [Generates default 30-day report showing all ADR activity including VendorTooling ADR completion]
Example 3:
User: /adr-report all
Assistant: [Generates complete inventory of all ADRs grouped by project and status]
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi