Showing 30 of 119811 results
Connects AI agents to 28 Brazilian public APIs via an MCP server (`mcp-brasil`) exposing 213 tools, 55 resources, and 45 prompts — covering economy (IBGE, Banco Central), legislature (Câmara, Senado), transparency portals (Transparência, TCU), judiciary (DataJud), and state audit courts. 26 of 28 APIs require no authentication.
A large collection of Claude Code skill templates sponsored by Z.AI, providing ready-to-use development skill configurations across various domains.
Builds, extends, and troubleshoots Type4Me, a macOS voice-input Swift app that captures audio via a global hotkey, transcribes with local (SherpaOnnx/Paraformer/Zipformer) or cloud (Volcengine/Deepgram) ASR engines, optionally refines with an LLM, and injects text into any app. All credentials stored locally; no telemetry.
A Google Workspace CLI skill that audits external sharing settings in Recipes, part of the gws tool that provides 40+ agent skills for managing Drive, Gmail, Calendar, and all Workspace APIs with structured JSON output.
A collection of agent skills for the 60s API providing daily news summaries, real-time weather for China, trending topics from Weibo/Zhihu/Douyin, utility tools (translation, IP lookup, QR codes), entertainment, exchange rates, and media information.
Verifies data freshness by identifying timestamp columns, checking last update times, and assessing data currency across tables.
Breaks down complex code into clear, step-by-step explanations with visual diagrams and educational narratives for developers.
Remotion video creation skill for programmatically building MP4 videos with React, covering compositions, animations, interpolation, spring physics, sequences, subtitles, and music visualization
A analytics tracking skill from Marketing Skills, a collection of AI-powered marketing skills for content creation, SEO, social media, and campaign management.
Agent skills for automating App Store Connect workflows using the asc CLI. Covers build/archive/export with xcodebuild, TestFlight management, metadata editing, screenshot pipelines, app submission, and signing configuration.
A logging library that consolidates request logs into one structured entry per request with full context included, solving the problem of noisy, scattered logs in production.
Sets up mac-code, a free local Claude Code alternative on Apple Silicon that routes prompts (search/shell/chat) through a 35B MoE or 9B LLM via llama.cpp (30 tok/s, IQ2_M in 16 GB) or MLX (64K context with persistent KV cache), bundling DuckDuckGo search, shell, and file tools.
Best practices skills for Capacitor app development including project structure, plugin usage, performance optimization, security measures, and app store deployment guidelines.
Bundles Korean service automation skills for AI agents — SRT/KTX rail booking, KBO baseball, lottery lookup, KakaoTalk messaging (macOS kakaocli), Seoul subway arrivals, HWP conversion, postal code lookup — with a `k-skill-setup` wizard and sops+age encrypted secrets storage.
Skill for initializing and configuring Astro/Airflow projects with Astro CLI, covering project structure, dependency setup, and connection/variable configuration
Agent skill for extracting, structuring, and applying visual design identity as machine-readable "Design DNA" across design tokens, qualitative style, and visual effects.
Performance and architecture patterns for React Native + Expo apps, ordered by impact. CRITICAL: replace `ScrollView` with `FlatList`/FlashList, provide `keyExtractor`, memoise `renderItem`, use `getItemLayout`. HIGH: `react-native-reanimated` on UI thread, Expo Router for file-based routing, `expo-image` for caching, `<SafeAreaView>` + `<KeyboardAvoidingView>`. MEDIUM: MMKV instead of AsyncStorage, Zustand + TanStack Query, EAS Build/Update workflow.
A collection of 255+ universal agentic skills for AI coding assistants including Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, and Cursor.
Provides expert guidance and best practices for AWS Cloud Development Kit (CDK) infrastructure-as-code development, offering pre-deployment validation and comprehensive CDK pattern references throu...
Agent skills for 3D content creation including Cinema 4D MCP expert guidance for extracting scene data, writing C4D Python scripts, and controlling Cinema 4D through MCP tools with MoGraph and animation support.
Enforces opinionated, consistent patterns for Effect-TS codebases, covering services with Effect.Service, Schema.TaggedError for errors, Layer composition, and effect-atom React components. Requires the Effect Language Server for edit-time diagnostics and includes a quick reference table of critical rules.
Conducts comprehensive architectural reviews, evaluating system design for scalability, maintainability, and adherence to modern architectural patterns and best practices.