Browse Skills
44358 skills found
code-auditor.md
126
1
export
code-auditor
2
from
"mhattingpete/claude-skills-marketplace"
from
"mhattingpete/claude-skills-marketplace"
3
Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.
2026-01-16
zai-cli.md
124
1
export
zai-cli
2
from
"numman-ali/n-skills"
from
"numman-ali/n-skills"
3
Z.AI CLI providing:
- Vision: image/video analysis, OCR, UI-to-code, error diagnosis (GLM-4.6V)
- Search: real-time web search with domain/recency filtering
- Reader: web page to markdown extraction
- Repo: GitHub code search and reading via ZRead
- Tools: MCP tool discovery and raw calls
- Code: TypeScript tool chaining
Use for visual content analysis, web search, page reading, or GitHub exploration. Requires Z_AI_API_KEY.
2026-01-16
gastown.md
124
1
export
gastown
2
from
"numman-ali/n-skills"
from
"numman-ali/n-skills"
3
Multi-agent orchestrator for Claude Code. Use when user mentions gastown, gas town, gt commands, bd commands, convoys, polecats, crew, rigs, slinging work, multi-agent coordination, beads, hooks, molecules, workflows, the witness, the mayor, the refinery, the deacon, dogs, escalation, or wants to run multiple AI agents on projects simultaneously. Handles installation, workspace setup, work tracking, agent lifecycle, crash recovery, and all gt/bd CLI operations.
2026-01-16
mooncheat.md
123
1
export
mooncheat
2
from
"mizchi/luna.mbt"
from
"mizchi/luna.mbt"
3
Moonbit cheatsheet to check syntax and corelibrary usages
2026-01-16
frontend-design-pro.md
121
1
export
frontend-design-pro
2
from
"claudekit/frontend-design-pro-demo"
from
"claudekit/frontend-design-pro-demo"
3
Creates jaw-dropping, production-ready frontend interfaces AND delivers perfectly matched real photos (Unsplash/Pexels direct links) OR flawless custom image-generation prompts for hero images, backgrounds, and illustrations. Zero AI slop, zero fake URLs.
2026-01-12
frontend-design-pro.md
121
1
export
frontend-design-pro
2
from
"claudekit/frontend-design-pro-demo"
from
"claudekit/frontend-design-pro-demo"
3
Creates jaw-dropping, production-ready frontend interfaces AND delivers perfectly matched real photos (Unsplash/Pexels direct links) OR flawless custom image-generation prompts for hero images, backgrounds, and illustrations. Zero AI slop, zero fake URLs.
2026-01-12
prompt-authoring.md
121
1
export
prompt-authoring
2
from
"minipuft/claude-prompts-mcp"
from
"minipuft/claude-prompts-mcp"
3
Guidance for creating effective prompts, chains, and gates using CAGEERF methodology
2026-01-16
google-chat-api.md
120
1
export
google-chat-api
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build Google Chat bots and webhooks with Cards v2, interactive forms, and Cloudflare Workers. Covers Spaces/Members/Reactions APIs, bearer token verification, and dialog patterns.
Use when: creating Chat bots, workflow automation, interactive forms. Troubleshoot: bearer token 401, rate limit 429, card schema validation, webhook failures.
2026-01-15
streamlit-snowflake.md
120
1
export
streamlit-snowflake
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build and deploy Streamlit apps natively in Snowflake. Covers snowflake.yml scaffolding, Snowpark sessions, multi-page structure, and Marketplace publishing as Native Apps.
Use when building data apps on Snowflake, deploying SiS, or fixing package channel errors, authentication issues.
2026-01-15
cloudflare-workflows.md
120
1
export
cloudflare-workflows
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build durable workflows with Cloudflare Workflows (GA April 2025). Features step.do, step.sleep, waitForEvent, Vitest testing, automatic retries, and state persistence for long-running tasks.
Use when: creating workflows, implementing retries, or troubleshooting NonRetryableError, I/O context, serialization errors.
2026-01-15
TanStack Start.md
120
1
export
TanStack Start
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build full-stack React apps with TanStack Start on Cloudflare Workers. Type-safe routing, server functions, SSR/streaming, D1/KV/R2 integration.
Use when building full-stack React apps with SSR, or migrating from Next.js. RC status - monitor #5734 before production.
2026-01-15
backend-dev.md
120
1
export
backend-dev
2
from
"julianromli/ai-skills"
from
"julianromli/ai-skills"
3
Comprehensive backend development workflow that orchestrates expert analysis, architecture design, implementation, and deployment using the integrated toolset. Handles everything from API design and database architecture to security implementation and DevOps automation.
2026-01-16
openai-agents.md
120
1
export
openai-agents
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build AI applications with OpenAI Agents SDK - text agents, voice agents, multi-agent handoffs, tools with Zod schemas, guardrails, and streaming.
Use when: building agents with tools, voice agents with WebRTC, multi-agent workflows, or troubleshooting MaxTurnsExceededError, tool call failures.
2026-01-15
project-session-management.md
120
1
export
project-session-management
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Track progress across sessions using SESSION.md with git checkpoints and concrete next actions. Converts IMPLEMENTATION_PHASES.md into trackable session state.
Use when: resuming work after context clears, managing multi-phase implementations, or troubleshooting lost context.
2026-01-15
google-workspace.md
120
1
export
google-workspace
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build integrations with Google Workspace APIs (Gmail, Calendar, Drive, Sheets, Docs, Chat, Meet, Forms, Tasks, Admin SDK). Covers OAuth 2.0, service accounts, rate limits, batch operations, and Cloudflare Workers patterns.
Use when building MCP servers, automation tools, or integrations with any Google Workspace API, or troubleshooting OAuth errors, rate limit 429 errors, scope issues, or API-specific gotchas.
2026-01-15
rsc-data-optimizer.md
120
1
export
rsc-data-optimizer
2
from
"julianromli/ai-skills"
from
"julianromli/ai-skills"
3
Optimize Next.js App Router data fetching by converting slow client-side
fetching to fast server-side fetching using React Server Components (RSC).
Use when:
- User reports slow initial page load with loading spinners
- Page uses useEffect + useState for data fetching
- StoreContext/useStore pattern causes waterfall fetching
- Need to improve SEO (content not in initial HTML)
- Converting "use client" pages to Server Components
Triggers: "slow loading", "optimize fetching", "SSR data", "RSC optimization",
"remove loading spinner", "server-side fetch", "convert to server component",
"data fetch lambat", "loading lama"
2026-01-16
cloudflare-workers-ai.md
120
1
export
cloudflare-workers-ai
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Run LLMs and AI models on Cloudflare's GPU network with Workers AI. Includes Llama 4, Gemma 3, Mistral 3.1, Flux images, BGE embeddings, streaming, and AI Gateway. Handles 2025 breaking changes.
Use when: implementing LLM inference, images, RAG, or troubleshooting AI_ERROR, rate limits, max_tokens, BGE pooling.
2026-01-15
cloudflare-durable-objects.md
120
1
export
cloudflare-durable-objects
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build stateful Durable Objects for real-time apps, WebSocket servers, coordination, and persistent state. Use when: implementing chat rooms, multiplayer games, rate limiting, session management, WebSocket hibernation, or troubleshooting class export, migration, WebSocket state loss, or binding errors.
2026-01-15
agents-md-generator.md
120
1
export
agents-md-generator
2
from
"julianromli/ai-skills"
from
"julianromli/ai-skills"
3
Generate hierarchical AGENTS.md structures for codebases. Use when user asks to create AGENTS.md files, analyze codebase for AI agent documentation, set up AI-friendly project documentation, or generate context files for AI coding assistants. Triggers on "create AGENTS.md", "generate agents", "analyze codebase for AI", "AI documentation setup", "hierarchical agents".
2026-01-16
cloudflare-python-workers.md
120
1
export
cloudflare-python-workers
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build Python APIs on Cloudflare Workers using pywrangler CLI and WorkerEntrypoint class pattern. Includes Python Workflows for multi-step DAG automation. Prevents 8 documented errors.
Use when: building Python serverless APIs, migrating Python to edge, or troubleshooting async errors, package compatibility, handler pattern mistakes.
2026-01-15
MCP OAuth Cloudflare.md
120
1
export
MCP OAuth Cloudflare
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Add OAuth authentication to MCP servers on Cloudflare Workers. Uses @cloudflare/workers-oauth-provider with Google OAuth for Claude.ai-compatible authentication.
Use when building MCP servers that need user authentication, implementing Dynamic Client Registration (DCR) for Claude.ai, or replacing static auth tokens with OAuth flows. Prevents CSRF vulnerabilities, state validation errors, and OAuth misconfiguration.
2026-01-15
frontend-ui-integration.md
120
1
export
frontend-ui-integration
2
from
"julianromli/ai-skills"
from
"julianromli/ai-skills"
3
Implement or extend a user-facing workflow in a web application, integrating with existing backend APIs. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following design system, routing, and testing conventions.
2026-01-16
nextjs.md
120
1
export
nextjs
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts and React 19.2.
Use when: building Next.js 16 projects, or troubleshooting async params (Promise types), "use cache" directives, parallel route 404s.
2026-01-15
flask.md
120
1
export
flask
2
from
"jezweb/claude-skills"
from
"jezweb/claude-skills"
3
Build Python web apps with Flask using application factory pattern, Blueprints, and Flask-SQLAlchemy. Covers project structure, authentication, and configuration management.
Use when: creating Flask projects, organizing blueprints, or troubleshooting circular imports, context errors, or registration.
2026-01-15