setup▌
84 indexed skills · max 10 per page
sentry-setup-ai-monitoring
getsentry/sentry-agent-skills · AI/ML
Automatically detect and configure Sentry monitoring for LLM calls, agents, and AI SDKs. \n \n Auto-detects installed AI packages (OpenAI, Anthropic, LangChain, Google GenAI, Vercel AI, Pydantic AI, and others) and enables appropriate integrations with zero manual registration in Python \n Requires tracing enabled ( tracesSampleRate > 0 ) and supports manual span instrumentation via gen_ai.* operation types for unsupported SDKs \n Captures model, token counts, and latency by default; prompt and
documentation-site-setup
aj-geddes/useful-ai-prompts · Documents
Set up professional documentation websites using popular static site generators like Docusaurus, MkDocs, VitePress, and GitBook.
tutor-setup
roundtable02/tutor-skills · Productivity
Converts knowledge sources into Obsidian study vaults with auto-detected document or codebase modes. \n \n Document Mode transforms PDFs, text, web sources, and ebooks into structured study notes with practice questions, concept linking, and exam trap callouts \n Codebase Mode generates developer onboarding vaults from source code projects, mapping architecture, module dependencies, APIs, and hands-on exercises \n Enforces strict CWD boundary; all file access and vault output remain within the c
setup-webhook
vapiai/skills · Productivity
Configure server URLs to receive real-time events from Vapi during calls — transcripts, tool calls, status changes, and end-of-call reports.
setup
parallel-web/parallel-agent-skills · Productivity
Installs and authenticates the Parallel CLI for agent integration. \n \n Provides two installation methods: automated install script or pip-based installation via pipx \n Includes authentication setup via parallel-cli login and verification commands to confirm successful installation \n Requires PATH configuration if the CLI binary is not automatically discoverable after installation \n
setup
assistant-ui/skills · Productivity
Initialize and configure assistant-ui chat UI in Next.js projects or create new apps from templates. \n \n Supports two workflows: init for existing Next.js projects and create for new apps, with six starter templates covering AI SDK, cloud persistence, Clerk auth, LangGraph, and MCP integrations \n CLI flags enable non-interactive setup ( --yes ), template selection ( -t ), preset configuration ( --preset ), and component registry additions ( add ) \n Reference documentation covers advanced run
flutter-environment-setup-linux
flutter/skills · Productivity
Linux environment setup for Flutter desktop development with OS detection and toolchain validation. \n \n Automatically detects Debian/Ubuntu or ChromeOS and halts with instructions for non-apt systems \n Installs core dependencies (curl, git, unzip, libglu1-mesa) and Linux desktop toolchain (clang, cmake, ninja-build, GTK libraries) \n Prompts for optional IDE setup (VS Code or Android Studio via snap) \n Runs flutter doctor -v and flutter devices to validate the environment, automatically inst
flutter-environment-setup-windows
flutter/skills · Productivity
Automated Windows Flutter development environment setup with platform-specific toolchain configuration. \n \n Configures Flutter SDK paths, Visual Studio C++ toolchain installation, and platform-specific settings via interactive prompts for Windows Desktop, Android, or both targets \n Handles Android Studio setup, device/emulator configuration, and USB driver installation when Android is selected \n Generates self-signed MSIX certificates using OpenSSL for local Windows app packaging and deploym
trigger-setup
triggerdotdev/skills · Productivity
Initialize Trigger.dev in your project with configuration and first task setup. \n \n Scaffolds trigger.config.ts , trigger/ directory, and example task via npx trigger init \n Requires Node.js 18+, Bun, and a Trigger.dev account with project credentials from the dashboard \n Development server runs locally with npx trigger dev ; tasks are triggered from app code or the dashboard test interface \n Common setup issues covered: task export requirements, project ID verification, and secret key conf
devcontainer-setup
trailofbits/skills · AI/ML
Pre-configured devcontainer with Claude Code, language detection, and multi-language tooling support. \n \n Automatically detects Python, Node/TypeScript, Rust, and Go projects; configures language-specific extensions, formatters, and build tools for each \n Generates five files in .devcontainer/ : Dockerfile, devcontainer.json, post_install.py, .zshrc, and install.sh helper script \n Includes Claude Code with marketplace plugins, Python 3.13 via uv, Node 22 via fnm, ast-grep, and modern CLI too