setup▌
85 indexed skills · max 10 per page
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
sentry-setup-ai-monitoring
getsentry/sentry-for-ai · AI/ML
sentry-setup-ai-monitoring
setup-pre-commit
mattpocock/skills · Productivity
Check for package-lock.json (npm), pnpm-lock.yaml (pnpm), yarn.lock (yarn), bun.lockb (bun). Use whichever is present. Default to npm if unclear.
sentry-react-setup
getsentry/sentry-agent-skills · Frontend
Sentry error monitoring, session replay, and tracing for React applications. \n \n Install @sentry/react and initialize via instrument.js (imported first in your entry point) with DSN configuration \n Supports error capture via React 19+ error hooks or ErrorBoundary component for earlier versions \n Includes browser tracing, session replay, and Redux integration; router integrations available for React Router (v4–v7) and TanStack Router \n Source map upload via @sentry/wizard enables readable st
setup-artist
recoupable/setup-artist · Productivity
Complete artist workspace scaffold with directories, context files, memory system, and environment setup. \n \n Creates a standardized folder structure including context, memory, songs, releases, content, config, library, and apps directories with README guides for each \n Initializes context files (artist identity, audience insights, era metadata) and a scoped memory system that distinguishes between permanent, era-specific, and session-level knowledge \n Sets up environment and services config
setup-sandbox
recoupable/setup-sandbox · Productivity
Initial file system scaffolding for Recoup sandbox accounts with organizations and artists. \n \n Fetches organizations and artists from the connected Recoup account via CLI, then creates an opinionated folder structure under orgs/{org}/artists/{artist-slug} \n Generates a RECOUP.md identity file in each artist directory to track setup status and connect the workspace to the Recoupable platform \n Requires RECOUP_ACCOUNT_ID environment variable only when using an Org API Key; omit it for Persona
recipe-post-mortem-setup
googleworkspace/cli · Productivity
Orchestrate post-mortem workflows across Google Docs, Calendar, and Chat in one recipe. \n \n Combines three Google Workspace skills to create a structured post-mortem document, schedule a review meeting, and send a team notification \n Requires gws-docs , gws-calendar , and gws-chat skills to be loaded before execution \n Provides templated steps with customizable incident names, attendees, and meeting times for consistent incident response processes \n
alicloud-platform-openclaw-setup-test
cinience/alicloud-skills · Cloud
Category: test
setup-api-key
elevenlabs/skills · Backend
Interactive guide for obtaining and configuring an ElevenLabs API key. \n \n Checks for existing ELEVENLABS_API_KEY in environment or .env file and validates it before prompting for setup \n Walks users through account creation and key generation at elevenlabs.io, with clear copy-paste instructions \n Validates the provided key via API call to https://api.elevenlabs.io/v1/user and saves it to .env on success \n Requires internet access to elevenlabs.io and api.elevenlabs.io; retries validation o