accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
Web change monitoring - track changes on pages, detect updates, changelog diffs
$ npx -y skills add vibeeval/vibecosystem --skill harvest-monitor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/harvest-monitorContext preview
The summary Claude sees to decide when to auto-load this skill.
Web change monitoring - track changes on pages, detect updates, changelog diffs
name: harvest-monitor description: Web change monitoring - track changes on pages, detect updates, changelog diffs allowed-tools: [Bash, Read, Write, WebFetch, Grep] keywords: [monitor, watch, changes, diff, changelog, update, track, compare]
Track changes on web pages over time. Compare current content against cached versions to detect updates, new releases, breaking changes, and documentation modifications.
# Monitor a page for changes /harvest-monitor https://docs.example.com/changelog # Compare against last cached version /harvest-monitor https://docs.example.com/api --diff # Track multiple pages /harvest-monitor --watchlist ~/.claude/cache/agents/harvest/watchlist.json
1. Fetch current page content 2. Check cache for previous version 3. Compute diff (content-level, not HTML-level) 4. Categorize changes (added, removed, modified) 5. Report significant changes 6. Update cache with current version
# Change Report: [URL] > Checked: [timestamp] > Previous: [cached timestamp] > Status: CHANGED / NO CHANGE ## Changes Detected ### Added - [New content] ### Modified - [Changed content - before → after] ### Removed - [Removed content] ## Impact Assessment [What these changes mean for our project]
{
"pages": [
{
"url": "https://docs.example.com/changelog",
"frequency": "daily",
"notify": ["migrator", "shipper"]
}
]
}Your AI software team. Built on Claude Code. vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.
Repo: vibeeval/vibecosystem
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
axe-core integration, WCAG 2.2 AA checklist, keyboard navigation testing, screen reader testing, and ARIA pattern validation.
Steam-style achievement system with XP, levels, streaks, and skill trees. Gamifies the development workflow. 25 achievements across 5 categories.
Framework for measuring and tracking agent response quality over time. Detects regressions before they reach production. Use when evaluating agent changes,…
Agent ve skill dosyalarinin yapisal dogrulamasi. Frontmatter kontrol, naming convention, zorunlu bolum kontrolu, tutarlilik denetimi. Yeni agent/skill…