Browse Skills

20307 skills found

testing-patterns.md
0
1 export testing-patterns
2 ericnunes30 from "ericnunes30/frame-code-cli"
3 Padrões e boas práticas para testes de software
2026-01-05
google-shell-style.md
0
1 export google-shell-style
2 pproenca from "pproenca/dot-claude"
3 Use when the user asks to "refactor shell script", "fix bash style", "apply Google style guide to shell", "review shell script style", "format bash script", or when writing, reviewing, or refactoring shell/bash scripts. Provides Google Shell Style Guide rules for formatting, quoting, naming, control flow, and common anti-patterns.
2026-01-05
wasp-jobs.md
0
1 export wasp-jobs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Background jobs with PgBoss for Wasp applications. Use when implementing async tasks, scheduled jobs, email queues, or background processing. Requires PostgreSQL database.
2026-01-05
skill-generator.md
0
1 export skill-generator
2 jrc1883 from "jrc1883/popkit-claude"
3 Use when you want to capture project-specific patterns as reusable skills - generates custom skills based on codebase patterns, common workflows, and team conventions discovered during analysis. Creates skills for patterns, testing, deployment, debugging, and setup. Do NOT use for generic skills that would work across any project - those belong in popkit core, not project-specific generation.
2026-01-05
browserslistrc.md
0
1 export browserslistrc
2 sayali-ingle-pdl from "sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3 Defines target browser versions for CSS autoprefixing and JavaScript transpilation. Generates .browserslistrc configuration file.
2026-01-05
google-gemini-api.md
0
1 export google-gemini-api
2 jackspace from "jackspace/ClaudeSkillz"
3 Complete guide for Google Gemini API using the CORRECT current SDK (@google/genai v1.27+, NOT thedeprecated @google/generative-ai). Covers text generation, multimodal inputs (text + images + video +audio + PDFs), function calling, thinking mode, streaming, and system instructions with accurate 2025model information (Gemini 2.5 Pro/Flash/Flash-Lite with 1M input tokens, NOT 2M).Use when: integrating Gemini API, implementing multimodal AI applications, using thinking mode forcomplex reasoning, function calling with parallel execution, streaming responses, deploying toCloudflare Workers, building chat applications, or encountering SDK deprecation warnings, context windowerrors, model not found errors, function calling failures, or multimodal format errors.Keywords: gemini api, @google/genai, gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite,multimodal gemini, thinking mode, google ai, genai sdk, function calling gemini, streaming gemini,gemini vision, gemini video, gemini audio, gemini pdf, sys
2026-01-05
auto-swe.md
0
1 export auto-swe
2 financialvice from "financialvice/skills"
3 Setup an autonomous software development cycle, inspired by Anthropic's "Effective harnesses for long-running agents" blog (https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents). Adapted to fit our tech-stack (TypeScript, NextJS, InstantDB, Trigger.dev, tRPC) and style (kebab-case file-naming).
2026-01-05
server-actions-and-routes.md
0
1 export server-actions-and-routes
2 shoma-endo from "shoma-endo/industry-specific-mc-training"
3 Next.js App Router における Server Actions と Route Handlers の使い分け、セキュリティ、および実装規約。
2026-01-05
gitea.md
0
1 export gitea
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert guidance for Gitea self-hosted Git service including installation, configuration, repositories, webhooks, API usage, Docker deployment, and integration with CI/CD. Use this when working with Gitea Git hosting.
2026-01-05
integration-patterns.md
0
1 export integration-patterns
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Expertise in API design, database integration, and service connectivity. Activates when working with "API", "database", "webhook", "service", "integrate", "connect", or system architecture.
2026-01-05
forge-lang-rust.md
0
1 export forge-lang-rust
2 martimramos from "martimramos/claude-forge"
3 Rust development standards including cargo test, clippy, and rustfmt. Use when working with Rust files, Cargo.toml, or Rust tests.
2026-01-05
using-superpowers.md
0
1 export using-superpowers
2 a-ariff from "a-ariff/Ariff-code-config"
3 Core skill activation protocol - establishes mandatory workflows for finding and applying skills before any task
2026-01-05
session-capture.md
0
1 export session-capture
2 jrc1883 from "jrc1883/popkit-claude"
3 Saves complete session state to STATUS.json for seamless continuation across conversations. Captures git context, in-progress tasks, service status, focus area, and next actions. Use at the end of work sessions, before context limits, or when switching to a different task. Do NOT use mid-task or for quick questions - the overhead is only worthwhile when you actually need to resume later.
2026-01-05
plugin-publishing.md
0
1 export plugin-publishing
2 Lobbi-Docs from "Lobbi-Docs/claude-2"
3 Use when the user wants to publish, share, or submit a Claude Code plugin to the marketplace
2026-01-05
code-agent.md
0
1 export code-agent
2 Unicorn from "Unicorn/Radium"
3 Implements features and writes production-ready code
2026-01-05
gemini-imagen.md
0
1 export gemini-imagen
2 notque from "notque/gemini-imagen"
3 Generate images using Google Gemini's image generation APIs via Python CLI. Use for "generate image", "create image", "gemini image", "AI image", or when needing AI image generation in Claude Code.
2026-01-05
conductor.md
0
1 export conductor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Context-driven development methodology for organized, spec-first coding. Use when:- Project has a `conductor/` directory- User mentions specs, plans, tracks, or context-driven development- Files like `conductor/tracks.md`, `conductor/product.md`, `conductor/workflow.md` exist- User asks about project status, implementation progress, or track management- User wants to organize development work with TDD practices- User invokes `/conductor-*` commands (setup, newtrack, implement, status, revert, validate, block, skip, revise, archive, export, refresh)- User mentions documentation is outdated or wants to sync context with codebase changesInteroperable with Gemini CLI extension and Claude Code commands.Integrates with Beads for persistent task memory across sessions.
2026-01-05
test-plan-generator.md
0
1 export test-plan-generator
2 kanopi from "kanopi/cms-cultivator"
3 Automatically generate comprehensive QA test plans when user mentions testing requirements, QA needs, or asks what should be tested. Analyzes code changes and features to create structured test scenarios. Invoke when user mentions "test plan", "QA", "what to test", "testing requirements", or "test scenarios".
2026-01-05
validating-string-formats.md
0
1 export validating-string-formats
2 djankies from "djankies/claude-configs"
3 Guide to Zod v4 new features including top-level string formats, string transformations, codecs, and stringbool
2026-01-05
natural-language-postgres-presentation.md
0
1 export natural-language-postgres-presentation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Presentation-focused Natural Language to SQL app with PPT-style visualizations.
2026-01-05
add-hook.md
0
1 export add-hook
2 cmtkdot from "cmtkdot/xanbzs-toolkit"
3 This skill should be used when creating, modifying, or debugging Claude Code hooks. Triggers on phrases like "create a hook", "add a hook", "make a PreToolUse hook", "automate before tool runs", "block tool execution", "validate tool input", "log tool output", "hook for Write/Edit/Bash", "PostToolUse handler", "session start hook", or when working with files in .claude/hooks/ directory.
2026-01-05
web-build-deploy.md
0
1 export web-build-deploy
2 CJHarmath from "CJHarmath/claude-agents-skills"
3 Building and deploying React web applications. Use when configuring builds, deploying to Vercel/Netlify, setting up CI/CD, Docker, or managing environments.
2026-01-05
pr-author-agent.md
0
1 export pr-author-agent
2 Kart-rc from "Kart-rc/dataobservability-agents"
3 AI-powered PR Author Agent that transforms Observability Diff Plans into Pull Requests. Use when: (1) Generating instrumentation code from Scout Agent output, (2) Creating OTel configuration, correlation headers, lineage specs, (3) Scaffolding telemetry validation tests, (4) Creating GitHub/GitLab PRs with observability artifacts. Triggers: "generate PR from diff plan", "create instrumentation PR", "scaffold observability code", "generate OTel config", "create telemetry PR".
2026-01-05
quart-patterns.md
0
1 export quart-patterns
2 gizix from "gizix/cc_projects"
3 Comprehensive guide to common Quart async patterns including app factory, blueprints, async sessions, background tasks, error handling, and WebSocket patterns. Activates when implementing Quart features or refactoring code.
2026-01-05