Skills 导航
浏览和发现最好用的 AI Agent Skills,按 GitHub 仓库分类展示
找到 73 个 Skills
浏览和发现最好用的 AI Agent Skills,按 GitHub 仓库分类展示
找到 73 个 Skills
by anderskev
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.
by anderskev
Reviews Elixir code for idiomatic patterns, OTP basics, and documentation. Use when reviewing .ex/.exs files, checking pattern matching, GenServer usage, or module documentation.
by anderskev
Reviews iOS animation code for correctness, performance, accessibility, and Apple API best practices. Use when reviewing .swift files containing animation code — withAnimation, .animation(), PhaseAnimator, KeyframeAnimator, matchedGeometryEffect, navigationTransition, CABasicAnimation, CASpringAnimation, UIViewPropertyAnimator, UIDynamicAnimator, symbolEffect, scrollTransition, contentTransition, or custom Transition conformances.
by BytesAgain
Write film reviews, get recommendations, and manage watchlists with spoiler control. Use when drafting reviews, getting recs, comparing films side by side.
by BytesAgain
Preview installed fonts, list typefaces, and check typography details. Use when browsing system fonts, previewing rendering, or comparing font styles.
by anderskev
Reviews BubbleTea TUI code for proper Elm architecture, model/update/view patterns, and Lipgloss styling. Use when reviewing terminal UI code using charmbracelet/bubbletea.
by anderskev
Reviews URLSession networking code for iOS/macOS. Covers async/await patterns, request building, error handling, caching, and background sessions.
by anderskev
Reviews watchOS code for app lifecycle, complications (ClockKit/WidgetKit), WatchConnectivity, and performance constraints. Use when reviewing code with import WatchKit, WKExtension, WKApplicationDelegate, WCSession, or watchOS-specific patterns.
by anderskev
Reviews tokio async runtime usage for task management, sync primitives, channel patterns, and runtime configuration. Use when reviewing Rust code that uses tokio, async/await patterns, spawn, channels, or async synchronization. Also covers tokio-util, tower, and hyper integration patterns.
by anderskev
Reviews Deep Agents code for bugs, anti-patterns, and improvements. Use when reviewing code that uses create_deep_agent, backends, subagents, middleware, or human-in-the-loop patterns. Catches common configuration and usage mistakes.
by amaxclaw
专业级合同风险审查工具,自动识别 20+ 类常见风险条款,给出修改建议和法律依据
by anderskev
Reviews ExUnit test code for proper patterns, boundary mocking with Mox, and test adapter usage. Use when reviewing _test.exs files or test helper configurations.
by anderskev
Reviews FastAPI code for routing patterns, dependency injection, validation, and async handlers. Use when reviewing FastAPI apps, checking APIRouter setup, Depends() usage, or response models.
by anderskev
Comprehensive Go backend code review with optional parallel agents
by anderskev
Reviews Go code for idiomatic patterns, error handling, concurrency safety, and common mistakes. Use when reviewing .go files, checking error handling, goroutine usage, or interface design. Covers generics (Go 1.18+), errors.Join and slog (Go 1.21+), and Go 1.22 loop variable semantics.
by anderskev
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
by anderskev
Reviews axum web framework code for routing patterns, extractor usage, middleware, state management, and error handling. Use when reviewing Rust code that uses axum, tower, or hyper for HTTP services. Covers axum 0.7+ patterns including State, Path, Query, Json extractors.
by anderskev
Reviews CloudKit code for container setup, record handling, subscriptions, and sharing patterns. Use when reviewing code with import CloudKit, CKContainer, CKRecord, CKShare, or CKSubscription.
by anderskev
Reviews pytest test code for async patterns, fixtures, parametrize, and mocking. Use when reviewing test_*.py files, checking async test functions, fixture usage, or mock patterns.
by daymade
按官方最佳实践审查并优化 Claude Code Skill,支持自检、评审他人 Skill 仓库,以及 fork 后自动改进并提交 PR,适合发布前验收和开源贡献。
✎ 对照官方最佳实践快速体检并优化 Claude Code 技能,既能自查代审,也能自动提 PR,特别适合高效维护开源技能库。
by levnikolaevich
每个任务执行后强制复审实现质量、代码规范与测试覆盖,发现范围外副作用会补建 [BUG] 任务,并判定 Done 或 To Rework,附明确返工建议
✎ 在主流程里就能把任务质量、代码规范和测试覆盖审清,还会自动拆出范围外 BUG 并给出 Done/返工结论,团队评审省心又提速。
by giuseppe-trisciuoglio
面向 Next.js App Router 的结构化代码审查,重点检查 Server/Client Components、Server Actions、缓存、metadata、API 路由和 middleware,适合 PR 合并前、新功能落地后或架构核查时使用。
by giuseppe-trisciuoglio
针对 TypeScript/Node.js 项目做系统化安全审查,排查 XSS、注入、CSRF、JWT/OAuth2、依赖 CVE 与密钥泄露风险,适合上线前、鉴权改动后或审计 Express、NestJS、Next.js 代码。
by giuseppe-trisciuoglio
针对 React 应用做结构化代码审查,重点检查组件架构、Hooks、React 19 模式、状态管理、性能、无障碍与 TypeScript 类型,适合合并前、重构后或新功能上线前把关。