Showing 30 of 14311 results
API and backend code review β REST conventions, auth, validation, error handling, pagination, rate limiting, test coverage. Use when asked to "review this API", "code review", "review backend", or "pre-launch backend check".
Build a new production-ready service from scratch β config management, health checks, graceful shutdown, structured logging. Use when asked to "new service", "scaffold a backend", "bootstrap service", or "create microservice".
Adversarial development spiral (/spiral) and multi-feature meta-spiral (/meta-spiral) β deterministic, file-bus, foreground-only orchestration for award-grade craft.
Splinter β master orchestrator, decomposes tasks and dispatches turtles.
Splunk log search and analysis for operational visibility and debugging
Write a rigorous task-by-task implementation plan, then read a short spoken summary of the key changes aloud via macOS text-to-speech. Uses the system default voice; supports named, Premium, and Personal voices.
Manage Spotify ad campaigns with natural language. Create campaigns, ad sets, ads, pull reports, and handle OAuth β all through conversation.
from ccplugins/awesome-claude-code-plugins
Offload Claude Code sessions to Sprites.dev sandboxes - run code remotely, sync files, manage background tasks
from secondsky/claude-skills
from DennisLiuCk/claude-plugin-marketplace
Production-grade SQLite for web, mobile, and CLI projects. Use this skill when designing schemas, tuning PRAGMAs (WAL, busy_timeout, mmap, optimize), modeling writer concurrency (single-writer pool, BEGIN IMMEDIATE, busy retry), building indexes (covering, partial, expression, STRICT, WITHOUT ROWID), paginating with keyset cursors, implementing job queues via `UPDATE ... RETURNING`, full-text search with FTS5 + sqlite-vec, replicating with Litestream / Turso / Cloudflare D1, picking a driver (better-sqlite3, modernc.org/sqlite, GRDB, Room, SQLDelight, expo-sqlite, SQLCipher), or running the 12-step `ALTER TABLE` rewrite. Pair with go-sql for sqlc + goose against SQLite, apple-dev for GRDB on iOS, and front-dev for in-browser SQLite via OPFS.
from claudeforge/marketplace
from NanmiCoder/claude-code-skills
from JosiahSiegel/claude-code-marketplace
from artwist-polyakov/polyakov-claude-skills
Enables AI agents to autonomously manage Slack workflows, post messages, and respond to team communication with intelligent automation.
Script-backed operations plugin for Bun projects with adapter profiles (Next.js or TanStack, Railway or Fly.io). It enforces deterministic init, migration, deploy, and incident workflows with production confirmation gates, artifacts, and rollback verification.