发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Publishing just-fucking-cancel to ClawdHub
- **Original**: https://github.com/rohunvora/just-fucking-cancel by @rohunvora - **Adapted for ClawdBot**: @chipagosfinest - **Mostly written by**: Claude (Anthropic)
Claude Watchdog 🐕
Monitor the Anthropic/Claude API for outages and latency spikes. Sends rich alerts to Telegram — no agent tokens consumed for status checks.
GUI Agent 最新动态:从 Claude Computer Use 到 OpenAI Operator
> 最近 GUI Agent 领域动作不断,从 Anthropic 的 Computer Use 到 OpenAI 的 Operator,再到国内各大厂商的跟进,这个赛道正在快速升温。这篇文章整理了 2025 年以来 GUI Agent 的最新进展。
cc-changelog-monitor
Monitors `@anthropic-ai/claude-code` on npm and sends Telegram alerts when a new version is detected, including a diff summary of what changed between versions.
Language Models Commands
Commands for interacting with language models (LLMs) in Foundry, including Anthropic Claude models and OpenAI embeddings.
🔮 Anthropic
Anthropic Claude API integration — chat completions, streaming, vision, tool use, and batch processing via the Anthropic Messages API.
Verification Loop Skill
A comprehensive verification system for Claude Code sessions.
Test-Driven Development Workflow
This skill ensures all code development follows TDD principles with comprehensive test coverage.
SwiftUI Patterns
Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization.
Swift Protocol-Based Dependency Injection for Testing
Patterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small, focused protocols. Enables deterministic tests without I/O.
Swift 6.2 Approachable Concurrency
Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introduced explicitly. Eliminates common data-race errors without sacrificing performance.