Back to categories
Category

Agent Skills in category: Uncategorized

72246 skills match this category. Browse curated collections and explore related Agent Skills.

better-chatbot

|

Jeremy Dawes (Jez) | Jezweb
Jeremy Dawes (Jez) | Jezweb
104

哔哩哔哩字幕获取器

从哔哩哔哩(B站)搜索视频、获取字幕并转换为 Markdown 格式。当用户需要搜索 B 站视频、下载视频字幕、批量获取字幕、分析视频内容时使用。支持关键词搜索、单视频处理、批量并发下载。

jackspace
jackspace
104

brainstorming

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

jackspace
jackspace
104

browser-app-creator

Creates complete single-file HTML/CSS/JS web apps with localStorage persistence, ADHD-optimized UI (60px+ buttons), dark mode, and offline functionality. Use when user says "create app", "build tool", "make dashboard", or requests any browser-based interface.

jackspace
jackspace
104

checkpoint-workflow-builder

Build resumable state-machine workflows with checkpoint patterns, progress preservation, and automatic recovery for complex multi-phase operations that need to survive interruptions, timeouts, and failures.

jackspace
jackspace
104

chrome-devtools

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

jackspace
jackspace
104

claude-agent-sdk

|

jackspace
jackspace
104

claude-api

|

jackspace
jackspace
104

claude-code-bash-patterns

|

Jeremy Dawes (Jezweb)
Jeremy Dawes (Jezweb)
104

d3-viz

Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke visualisations beyond standard charting libraries, whether in React, Vue, Svelte, vanilla JavaScript, or any other environment.

jackspace
jackspace
104

claude-git-branching

Expert Git workflow management for Claude Code sessions with branch naming conventions, push retry logic, conflict resolution, and PR automation specifically designed for AI-assisted development workflows.

jackspace
jackspace
104

clerk-auth

|

jackspace
jackspace
104

cloudflare-agents

|

jackspace
jackspace
104

cloudflare-browser-rendering

|

jackspace
jackspace
104

cloudflare-cron-triggers

|

jackspace
jackspace
104

cloudflare-d1

|

jackspace
jackspace
104

cloudflare-durable-objects

|

jackspace
jackspace
104

cloudflare-email-routing

|

jackspace
jackspace
104

cloudflare-full-stack-integration

|

jackspace
jackspace
104

cloudflare-full-stack-scaffold

|

jackspace
jackspace
104

cloudflare-hyperdrive

|

jackspace
jackspace
104

cloudflare-images

|

jackspace
jackspace
104

cloudflare-kv

|

jackspace
jackspace
104

cloudflare-mcp-server

|

jackspace
jackspace
104

cloudflare-nextjs

|

jackspace
jackspace
104

cloudflare-queues

|

jackspace
jackspace
104

cloudflare-r2

|

jackspace
jackspace
104

cloudflare-sandbox

|

jackspace
jackspace
104

cloudflare-turnstile

|

jackspace
jackspace
104

cloudflare-vectorize

|

jackspace
jackspace
104

cloudflare-worker-base

|

jackspace
jackspace
104

cloudflare-workers-ai

|

jackspace
jackspace
104

cloudflare-workflows

|

jackspace
jackspace
104

code-review

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.

jackspace
jackspace
104

codex

Executes OpenAI Codex CLI for code analysis, refactoring, and automated editing. Activates when users mention codex commands, code review requests, or automated code transformations requiring advanced reasoning models.

jackspace
jackspace
104

condition-based-waiting

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

jackspace
jackspace
104

content-collections

|

jackspace
jackspace
104

context-manager

Manages permanent memory storage for decisions, blockers, context, preferences, and procedures. Use when user says "remember", "save this decision", "what did we decide", "recall", "search memories", "any blockers", or when making important architectural decisions. Provides SDAM compensation through external memory.

jackspace
jackspace
104

csv-data-summarizer

Analyzes CSV files, generates summary stats, and plots quick visualizations using Python and pandas.

jackspace
jackspace
104

databases

Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.

jackspace
jackspace
104

defense-in-depth

Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible

jackspace
jackspace
104

devops

Deploy and manage cloud infrastructure on Cloudflare (Workers, R2, D1, KV, Pages, Durable Objects, Browser Rendering), Docker containers, and Google Cloud Platform (Compute Engine, GKE, Cloud Run, App Engine, Cloud Storage). Use when deploying serverless functions to the edge, configuring edge computing solutions, managing Docker containers and images, setting up CI/CD pipelines, optimizing cloud infrastructure costs, implementing global caching strategies, working with cloud databases, or building cloud-native applications.

jackspace
jackspace
104

dispatching-parallel-agents

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently

jackspace
jackspace
104

docker-helper

Expert helper for Docker containers, Docker Compose, and container optimization

jackspace
jackspace
104

docs-seeker

Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel

jackspace
jackspace
104

drizzle-orm-d1

|

jackspace
jackspace
104

elevenlabs-agents

|

jackspace
jackspace
104

error-debugger

Analyzes errors, searches past solutions in memory, provides immediate fixes with code examples, and saves solutions for future reference. Use when user says "debug this", "fix this error", "why is this failing", or when error messages appear like TypeError, ECONNREFUSED, CORS, 404, 500, etc.

jackspace
jackspace
104

error-tracking

Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.

jackspace
jackspace
104

executing-plans

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

jackspace
jackspace
104

Page 970 of 1445 · 72246 results