Skills 导航
浏览和发现最好用的 AI Agent Skills,按 GitHub 仓库分类展示
找到 52 个 Skills
浏览和发现最好用的 AI Agent Skills,按 GitHub 仓库分类展示
找到 52 个 Skills
by anderskev
Reviews App Intents code for intent structure, entities, shortcuts, and parameters. Use when reviewing code with import AppIntents, @AppIntent, AppEntity, AppShortcutsProvider, or @Parameter.
by anderskev
Reviews Swift code for concurrency safety, error handling, memory management, and common mistakes. Use when reviewing .swift files for async/await patterns, actor isolation, Sendable conformance, or general Swift best practices.
by BytesAgain
Encode text to base64, URL-safe strings, and HTML entity formats. Use when encoding payloads, escaping URLs, converting HTML entities.
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 chouchounii
Matic MQuant strategy development assistant. Generates Python strategy code for Matic-MQuant platform.
by alone86136
Generate QR codes locally from text/URL to PNG image or ASCII art. Pure local generation using qrcode library. No API key required. Use when users need to create QR codes for links, text, or any content.
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 anderskev
Reviews Phoenix code for controller patterns, context boundaries, routing, and plugs. Use when reviewing Phoenix apps, checking controllers, routers, or context modules.
by anderskev
Reviews SQLAlchemy code for session management, relationships, N+1 queries, and migration patterns. Use when reviewing SQLAlchemy 2.0 code, checking session lifecycle, relationship() usage, or Alembic migrations.
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 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 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
Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGraph features. Catches common mistakes in state management, graph structure, and async patterns.
by anderskev
Reviews React Router code for proper data loading, mutations, error handling, and navigation patterns. Use when reviewing React Router v6.4+ code, loaders, actions, or navigation logic.
by anderskev
Reviews shadcn/ui components for CVA patterns, composition with asChild, accessibility states, and data-slot usage. Use when reviewing React components using shadcn/ui, Radix primitives, or Tailwind styling.
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 BytesAgain
Decode base64, URLs, JWTs, and encoded formats into readable text. Use when decoding base64, parsing JWT tokens, inspecting encoded payloads.
by axelhu
Use when receiving code review feedback - requires technical verification before implementing suggestions, with reasoned pushback when feedback is technically questionable; no performative agreement
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 daymade
扫描Claude Code在~/.claude/projects的会话历史,按关键词定位旧会话、恢复被删代码或文件,并追踪跨会话修改记录与工具操作轨迹。
✎ 误删代码或想追溯改动时,它能直接从 Claude Code 会话历史里捞回文件内容,跨会话恢复尤其省心。
by levnikolaevich
扫描代码库中的 DRY 重复、KISS/YAGNI 失衡、错误处理缺口和 DI 设计问题,输出带严重级别、位置、修复成本、模式签名与重构建议的审计报告和评分。
✎ 想系统揪出代码里违反 DRY、KISS、YAGNI、错误处理和依赖注入的问题,用它能按严重级别、位置与修复成本给出审计结果,排查特别高效。
by levnikolaevich
审计代码复杂度、深层嵌套、超长方法、God Class、O(n²)、N+1 查询和常量管理,输出带严重级别、定位、修复建议与评分的质量问题报告。
✎ 想尽早揪出复杂度失控、长方法和 N+1 查询等隐患时,用它做静态审计很省心,代码质量与性能问题都能一起扫到。
by levnikolaevich
对已完成实现任务做代码体检:按复杂度、规模和问题罚分计算 Code Quality Score,并结合 MCP 校验架构、最佳实践与性能,标出 DRY/KISS/YAGNI、越层设计和安全隐患。
✎ 把代码评审从“靠经验”变成可量化质检,既查 DRY/KISS/YAGNI 和架构合规,也用评分与问题前缀快速定位性能、维护性隐患。
by levnikolaevich
并行调度 9 个专项审计 Skill,按技术栈研究最佳实践,检查安全、架构、依赖、死代码、可观测性与并发等问题,最后汇总生成 docs/project/codebase_audit.md,适合做全面代码库体检。
✎ 想系统摸清代码库的安全、架构和质量隐患,用它一次拉起 9 类审计并行排查,最后自动汇总成可落地的审计报告。