
Agentic Skills by jackspace
markitdown
by jackspace
Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use whe...
ai-elements-chatbot
by jackspace
This skill provides production-ready AI chat UI components built on shadcn/ui for conversational AI interfaces. Use when building ChatGPT-style cha...
ai-sdk-core
by jackspace
Backend AI functionality with Vercel AI SDK v5 - text generation, structured output with Zod,tool calling, and agents. Multi-provider support for O...
ai-sdk-ui
by jackspace
Frontend React hooks for AI-powered chat interfaces, completions, and streaming UIs with Vercel AI SDK v5.Includes useChat, useCompletion, and useO...
api-integration-builder
by jackspace
Generates production-ready API clients with TypeScript types, retry logic, rate limiting, authentication (OAuth, API keys), error handling, and moc...
auth-js
by jackspace
Production-ready Auth.js v5 setup for Next.js and Cloudflare Workers.Use when: setting up authentication, implementing OAuth/credentials/magic link...
auto-animate
by jackspace
Production-tested setup for AutoAnimate (@formkit/auto-animate) - a zero-config, drop-in animation librarythat automatically adds smooth transition...
base-ui-react
by jackspace
Production-tested setup for Base UI (@base-ui-components/react) - MUI's unstyled component librarythat provides accessible, customizable React comp...
bash-script-helper
by jackspace
Expert helper for bash scripting, debugging, and best practices
better-auth
by jackspace
Implement authentication and authorization with Better Auth - a framework-agnostic TypeScript authentication framework. Features include email/pass...
better-chatbot
by jackspace
This skill provides project-specific coding conventions, architectural principles, repository structure standards, testing patterns, and contributi...
better-chatbot-patterns
by jackspace
This skill provides reusable implementation patterns extracted from the better-chatbot project for custom AI chatbot deployments. Use this skill wh...
browser-app-creator
by jackspace
Creates complete single-file HTML/CSS/JS web apps with localStorage persistence, ADHD-optimized UI (60px+ buttons), dark mode, and offline function...
checkpoint-workflow-builder
by jackspace
Build resumable state-machine workflows with checkpoint patterns, progress preservation, and automatic recovery for complex multi-phase operations ...
chrome-devtools
by jackspace
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing per...
claude-agent-sdk
by jackspace
This skill provides comprehensive knowledge for working with the Anthropic Claude Agent SDK. It should be used when building autonomous AI agents, ...
claude-api
by jackspace
This skill provides comprehensive knowledge for working with the Anthropic Messages API (Claude API). It should be used when integrating Claude mod...
claude-code-bash-patterns
by jackspace
Comprehensive knowledge for using the Bash tool in Claude Code effectively. This skillshould be used when orchestrating CLI tools, configuring hook...
claude-git-branching
by jackspace
Expert Git workflow management for Claude Code sessions with branch naming conventions, push retry logic, conflict resolution, and PR automation sp...
clerk-auth
by jackspace
This skill provides comprehensive knowledge for integrating Clerk authentication in React, Next.js, and Cloudflare Workers applications. It should ...
cloudflare-agents
by jackspace
Comprehensive guide for the Cloudflare Agents SDK - build AI-powered autonomous agents on Workers + Durable Objects.Use when: building AI agents, c...
cloudflare-browser-rendering
by jackspace
Complete knowledge domain for Cloudflare Browser Rendering - Headless Chrome automationwith Puppeteer and Playwright on Cloudflare Workers for scre...
cloudflare-cron-triggers
by jackspace
Complete knowledge domain for Cloudflare Cron Triggers - scheduled execution of Workers usingcron expressions for periodic tasks, maintenance jobs,...
cloudflare-d1
by jackspace
Complete knowledge domain for Cloudflare D1 - serverless SQLite database on Cloudflare's edge network.Use when: creating D1 databases, writing SQL ...
cloudflare-durable-objects
by jackspace
Comprehensive guide for Cloudflare Durable Objects - globally unique, stateful objects for coordination, real-time communication, and persistent st...
cloudflare-email-routing
by jackspace
Complete guide for Cloudflare Email Routing covering both Email Workers (receiving emails) and Send Email bindings (sending emails from Workers).Us...
cloudflare-full-stack-integration
by jackspace
Production-tested integration patterns for connecting React frontends to Cloudflare Worker backendswith Hono, Clerk authentication, and D1 database...
cloudflare-full-stack-scaffold
by jackspace
Production-ready starter project for React + Cloudflare Workers + Hono with core services(D1, KV, R2, Workers AI) and optional advanced features (C...
cloudflare-hyperdrive
by jackspace
Complete knowledge domain for Cloudflare Hyperdrive - connecting Cloudflare Workers to existing PostgreSQL and MySQL databases with global connecti...
cloudflare-images
by jackspace
This skill provides comprehensive knowledge for Cloudflare Images, covering both the Images API (upload/storage) and Image Transformations (optimiz...
cloudflare-kv
by jackspace
Complete knowledge domain for Cloudflare Workers KV - global, low-latency key-value storage on Cloudflare's edge network.Use when: creating KV name...
cloudflare-mcp-server
by jackspace
Use this skill when building Model Context Protocol (MCP) servers on Cloudflare Workers. This skill should be used when deploying remote MCP server...
cloudflare-nextjs
by jackspace
Deploy Next.js applications (App Router and Pages Router) to Cloudflare Workers using the OpenNext adapter. This skill should be used when deployin...
cloudflare-queues
by jackspace
Complete knowledge domain for Cloudflare Queues - flexible message queue for asynchronous processingand background tasks on Cloudflare Workers.Use ...
cloudflare-r2
by jackspace
Complete knowledge domain for Cloudflare R2 - S3-compatible object storage on Cloudflare's edge network.Use when: creating R2 buckets, uploading fi...
cloudflare-sandbox
by jackspace
This skill provides comprehensive knowledge for building applications with Cloudflare Sandboxes SDK, which enables secure, isolated code execution ...
cloudflare-turnstile
by jackspace
This skill provides comprehensive knowledge for implementing Cloudflare Turnstile, the CAPTCHA-alternative bot protection system. It should be used...
cloudflare-vectorize
by jackspace
Complete knowledge domain for Cloudflare Vectorize - globally distributed vector database for buildingsemantic search, RAG (Retrieval Augmented Gen...
cloudflare-worker-base
by jackspace
Production-tested setup for Cloudflare Workers with Hono, Vite, and Static Assets.Use when: creating new Cloudflare Workers projects, setting up Ho...
cloudflare-workers-ai
by jackspace
Complete knowledge domain for Cloudflare Workers AI - Run AI models on serverless GPUs across Cloudflare's global network.Use when: implementing AI...
cloudflare-workflows
by jackspace
Complete knowledge domain for Cloudflare Workflows - durable execution frameworkfor building multi-step applications on Workers that automatically ...
cloudflare-zero-trust-access
by jackspace
Use this skill when integrating Cloudflare Zero Trust Access authentication with Cloudflare Workers applications. Provides Hono middleware setup, m...
codex
by jackspace
Executes OpenAI Codex CLI for code analysis, refactoring, and automated editing. Activates when users mention codex commands, code review requests,...
content-collections
by jackspace
Production-tested setup for Content Collections - a TypeScript-first build tool that transformslocal content files (Markdown/MDX) into type-safe da...
context-manager
by jackspace
Manages permanent memory storage for decisions, blockers, context, preferences, and procedures. Use when user says "remember", "save this decision"...
databases
by jackspace
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CL...
docker-helper
by jackspace
Expert helper for Docker containers, Docker Compose, and container optimization
drizzle-orm-d1
by jackspace
Type-safe ORM for Cloudflare D1 databases using Drizzle. This skill provides comprehensivepatterns for schema definition, migrations management, ty...
elevenlabs-agents
by jackspace
Use this skill when building AI voice agents with the ElevenLabs Agents Platform. This skill covers the complete platform including agent configura...
error-debugger
by jackspace
Analyzes errors, searches past solutions in memory, provides immediate fixes with code examples, and saves solutions for future reference. Use when...
fastmcp
by jackspace
Use this skill when building MCP (Model Context Protocol) servers with FastMCP in Python. FastMCP is a framework for creating servers that expose t...
firecrawl-scraper
by jackspace
Complete knowledge domain for Firecrawl v2 API - web scraping and crawling that converts websites into LLM-ready markdown or structured data.Use wh...
fluxwing-component-creator
by jackspace
Create uxscii components with ASCII art and structured metadata when user wants to create, build, or design UI components. Use when working with .u...
fluxwing-enhancer
by jackspace
Enhance uxscii components from sketch to production fidelity. Use when working with .uxm files marked as "fidelity: sketch" or when user wants to a...
fluxwing-screen-scaffolder
by jackspace
Build complete UI screens by composing multiple uxscii components. Use when working with .uxm files, when user wants to create, scaffold, or build ...
fluxwing-screenshot-importer
by jackspace
Import UI screenshots and generate uxscii components automatically using vision analysis. Use when user wants to import, convert, or generate .uxm ...
git-workflow-helper
by jackspace
Expert guidance for Git workflows, troubleshooting, and best practices
github-auth
by jackspace
Securely authenticate with GitHub using stored credentials for API operations and git commands
github-project-automation
by jackspace
This skill provides comprehensive automation for GitHub repository setup and configuration.It should be used when creating new projects, setting up...
google-gemini-api
by jackspace
Complete guide for Google Gemini API using the CORRECT current SDK (@google/genai v1.27+, NOT thedeprecated @google/generative-ai). Covers text gen...
google-gemini-embeddings
by jackspace
This skill provides complete coverage of Google Gemini embeddings API (gemini-embedding-001) for building RAG systems, semantic search, document cl...
hono-routing
by jackspace
This skill provides comprehensive knowledge for building type-safe APIs with Hono, focusing on routing patterns, middleware composition, request va...
hugo
by jackspace
This skill provides comprehensive knowledge for building static websites with Hugo static site generator. It should be used when setting up Hugo pr...
infrastructure-skill-builder
by jackspace
Transform infrastructure documentation, runbooks, and operational knowledge into reusable Claude Code skills. Convert Proxmox configs, Docker setup...
json-config-helper
by jackspace
Validate, format, and work with JSON configuration files
multi-ai-consultant
by jackspace
Consult external AIs (Gemini 2.5 Pro, OpenAI Codex, fresh Claude) for second opinions when stuck on bugs or making architectural decisions. Use whe...
multi-repository-orchestrator
by jackspace
Coordinate development workflows across multiple Git repositories with synchronized branching, batch commits, cross-repo operations, and monorepo-l...
neon-vercel-postgres
by jackspace
This skill provides comprehensive knowledge for integrating Neon serverless Postgres and Vercel Postgres (which is built on Neon infrastructure) in...
network-diagnostics
by jackspace
Automated network troubleshooting and diagnostics for WSL/Linux environments
nextjs
by jackspace
Use this skill for Next.js App Router patterns, Server Components, Server Actions, Cache Components, and framework-level optimizations. Covers Next...
open-source-contributions
by jackspace
Use this skill when contributing code to open source projects. The skill covers proper pull request creation, avoiding common mistakes that annoy m...
openai-agents
by jackspace
Use this skill when building AI applications with OpenAI Agents SDK for JavaScript/TypeScript. The skill covers both text-based agents and realtime...
openai-api
by jackspace
Complete guide for OpenAI's traditional/stateless APIs: Chat Completions (GPT-5, GPT-4o), Embeddings,Images (DALL-E 3), Audio (Whisper + TTS), and ...
openai-assistants
by jackspace
Complete guide for OpenAI's Assistants API v2: stateful conversational AI with built-in tools(Code Interpreter, File Search, Function Calling), vec...
openai-responses
by jackspace
This skill provides comprehensive knowledge for working with OpenAI's Responses API, the unified stateful API for building agentic applications. It...
project-planning
by jackspace
>
project-session-management
by jackspace
>
rapid-prototyper
by jackspace
Creates minimal working prototypes for quick idea validation. Single-file when possible, includes test data, ready to demo immediately. Use when us...
react-hook-form-zod
by jackspace
This skill provides comprehensive knowledge for building type-safe, validated forms in React using React Hook Form and Zod schema validation.Use wh...
repository-analyzer
by jackspace
Analyzes codebases to generate comprehensive documentation including structure, languages, frameworks, dependencies, design patterns, and technical...
route-tester
by jackspace
Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functi...
aeon
by jackspace
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, ...
anndata
by jackspace
This skill should be used when working with annotated data matrices in Python, particularly for single-cell genomics analysis, managing experimenta...
arboreto
by jackspace
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics d...
astropy
by jackspace
Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical data including celestial coor...
denario
by jackspace
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be u...
geniml
by jackspace
This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Regio...
gtars
by jackspace
High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tra...
hypogenic
by jackspace
Automated hypothesis generation and testing using large language models. Use this skill when generating scientific hypotheses from datasets, combin...
lamindb
by jackspace
This skill should be used when working with LaminDB, an open-source data framework for biology that makes data queryable, traceable, reproducible, ...
networkx
by jackspace
Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data stru...
pufferlib
by jackspace
This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, ve...
pyopenms
by jackspace
Python interface to OpenMS for mass spectrometry data analysis. Use for LC-MS/MS proteomics and metabolomics workflows including file handling (mzM...
scikit-learn
by jackspace
Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (cluste...
stable-baselines3
by jackspace
Use this skill for reinforcement learning tasks including training RL agents (PPO, SAC, DQN, TD3, DDPG, A2C, etc.), creating custom Gym environment...
exploratory-data-analysis
by jackspace
"Analyze datasets to discover patterns, anomalies, and relationships. Use when exploring data files, generating statistical summaries, checking dat...
session-launcher
by jackspace
Restores full context when user says "hi-ai" or starts a new conversation. Searches project files, loads memory indexes, reads session state, and c...
session-timeout-handler
by jackspace
Build timeout-resistant Claude Code workflows with chunking strategies, checkpoint patterns, progress tracking, and resume mechanisms to handle 2-m...
skill-harvester
by jackspace
Meta-skill for extracting and creating reusable Claude Code skills from past work sessions. Analyzes git history, code patterns, workflows, and doc...
skills-collection-manager
by jackspace
Comprehensive toolkit for managing large Claude Code skill collections including bulk downloading from GitHub, organizing into categories, detectin...
sveltia-cms
by jackspace
Complete Sveltia CMS skill for lightweight, Git-backed content management.Sveltia is the modern successor to Decap/Netlify CMS with 5x smaller bund...
tailwind-v4-shadcn
by jackspace
Production-tested setup for Tailwind CSS v4 with shadcn/ui, Vite, and React.Use when: initializing React projects with Tailwind v4, setting up shad...
tanstack-query
by jackspace
This skill provides comprehensive knowledge for TanStack Query v5 (React Query) server state management in React applications. It should be used wh...
tdd-reference
by jackspace
>
terraform-iac-helper
by jackspace
Expert helper for Terraform and infrastructure-as-code best practices
testing-builder
by jackspace
Automatically generates comprehensive test suites (unit, integration, E2E) based on code and past testing patterns. Use when user says "write tests...
thesys-generative-ui
by jackspace
Production-ready skill for integrating TheSys C1 Generative UI API into React applications. This skill should be used when building AI-powered inte...
timeout-prevention
by jackspace
Prevent request timeouts in Claude Code sessions by chunking long operations, implementing progress checkpoints, using background processes, and op...
tinacms
by jackspace
Complete TinaCMS skill for building content-heavy sites with Git-backed CMS.Use this skill when setting up blogs, documentation sites, or marketing...
typescript-mcp
by jackspace
Use this skill when building MCP (Model Context Protocol) servers with TypeScript on Cloudflare Workers. This skill provides production-tested patt...
vercel-blob
by jackspace
This skill provides comprehensive knowledge for integrating Vercel Blob object storage into Vercel applications. It should be used when setting up ...
vercel-kv
by jackspace
This skill provides comprehensive knowledge for integrating Vercel KV (Redis-compatible key-value storage powered by Upstash) into Vercel applicati...
windows-expert
by jackspace
Expert guidance for Windows, PowerShell, WSL interop, and cross-platform development
wordpress-plugin-core
by jackspace
This skill provides comprehensive knowledge for WordPress plugin development, covering core patterns, security best practices, database interaction...
yaml-config-helper
by jackspace
Validate, format, and troubleshoot YAML configuration files
youtube-downloader
by jackspace
Download videos, audio, playlists, and channels from YouTube and 1000+ websites using yt-dlp. Supports quality selection, format conversion, subtit...
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.