Browse Skills

2258 skills found

context-optimizer.md
0
1 export context-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Optimizes token usage and context management for large tasks, cleanup operations, multi-step workflows, code audits, and complex agent operations. Automatically triggers when handling cleanup commands, large codebase analysis, multi-file operations, or tasks requiring multiple subagents. Enforces efficient context usage while maintaining quality results.
2026-01-05
csrf-auth-debugger.md
0
1 export csrf-auth-debugger
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Debug CSRF token issues and authentication problems including 403 Forbidden errors, cookie issues, JWT tokens, OAuth flows, and session management. Use when troubleshooting CSRF verification failed, 403 errors on POST requests, login not working, or token refresh issues.
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
lightning-wallet.md
0
1 export lightning-wallet
2 PerceptLabs from "PerceptLabs/nostril"
3 Use when implementing a standalone Lightning wallet using Cashu mints - provides complete patterns for minting (receiving Lightning payments), melting (sending Lightning payments), mint management, transaction history, and integrating with Lightning addresses and invoices
2026-01-05
theme-factory.md
0
1 export theme-factory
2 phananhtuan09 from "phananhtuan09/ai-agent-workflow"
3 Interactive UI theme generation when user needs help choosing colors/fonts.Generates cohesive themes based on brand personality using color harmony theory.Use when user asks for theme/color help OR building UI without design:- "What theme should I use?" "Help me pick colors" "Generate theme"- "What colors work well together?" "Suggest color palette"- User uncertain about design direction, needs aesthetic suggestions- Building UI/landing page with no design specs, needs complete themeKeywords: theme, color palette, colors, fonts, brand personality, color harmonyInteractive workflow: Ask personality → Present options → Generate custom theme.References pre-defined themes in .claude/themes/.Do NOT load for: User has clear aesthetic/colors, Figma/design file provided.Integrates with design-fundamentals: Generates themes following design principles.
2026-01-05
graphql-schema-generator.md
0
1 export graphql-schema-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.
2026-01-05
nodes-declarative-patterns.md
0
1 export nodes-declarative-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build n8n nodes using declarative style with JSON-based routing configuration for REST API integrations. Use this skill when implementing standard CRUD operations, configuring requestDefaults, defining routing in operation options, setting up declarative pagination, adding query parameters via routing.send, or processing responses with postReceive. Apply when building REST API nodes with simple request/response patterns and automatic pagination handling.
2026-01-05
go-service-hexagonal.md
0
1 export go-service-hexagonal
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Define, review, and scaffold Go service directory structures using hexagonal (ports-and-adapters / “jexagonal”) architecture and Go best practices. Use when creating or refactoring Go services, deciding package boundaries, organizing cmd/internal/api/config/deploy/migrations, or choosing layouts for common service types (HTTP REST API, gRPC API, async worker/consumer, scheduled job, CLI, multi-binary repos).
2026-01-05
scraper-qa.md
0
1 export scraper-qa
2 cgjen-box from "cgjen-box/planted-website"
3 Use this skill when implementing, modifying, or fixing ANY scraper, discovery, or extraction code in the packages/scrapers directory. Triggers for tasks involving SmartDiscoveryAgent, SmartDishFinderAgent, PuppeteerFetcher, search engines, platform adapters, or related components. Orchestrates a rigorous test-driven workflow with use case definition BEFORE coding, followed by verification.
2026-01-05
clojure-donut-system.md
0
1 export clojure-donut-system
2 Ramblurr from "Ramblurr/nix-devenv"
3 Reference for donut.party/system - component lifecycle and dependency injection library for Clojure. Use when working with component definitions, system management, refs between components, or lifecycle signals (start/stop/suspend/resume). Triggers on donut.system imports, ::ds/start, ::ds/stop, ::ds/config, ds/ref, or component-based architecture. Prefer using donut.system over mount, integrant, and stuart sierra's component.
2026-01-05
ops-identity-hygiene.md
0
1 export ops-identity-hygiene
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Active Directory operational hygiene analyzer for OpsIdentity project. Detects administrative disorder, architectural debt, and suboptimal configurations—not offensive security. Use when (1) improving OpsIdentity PowerShell collection functions, (2) adding AI analysis prompts to server.js, (3) analyzing coverage gaps against 87 industry metrics, (4) implementing smart filtering or anti-hallucination rules. Triggers on AD health, GPO analysis, replication, trusts, token size, FSMO, site topology, DNS/DHCP hygiene, or requests to analyze existing OpsIdentity code.
2026-01-05
spec-test-driven-development.md
0
1 export spec-test-driven-development
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when user requests new features or functionality. Defines complete workflow from specification through testing to implementation.
2026-01-05
learning-objective-generator.md
0
1 export learning-objective-generator
2 MuhammadHassaanArain from "MuhammadHassaanArain/Book-PAI"
3 Generate clear, measurable, and curriculum-aligned learning objectives for any topic. Use when user asks to define goals, outcomes, or objectives for a lesson or course.
2026-01-05
domain-modeling.md
0
1 export domain-modeling
2 YosrBennagra from "YosrBennagra/3SC"
3 Model core domain concepts for the widget host app: entities, value objects, aggregates, invariants, and domain services. Use when defining the domain layer, enforcing rules, or refactoring business logic out of UI/application layers.
2026-01-05
wallet-brc100-go.md
0
1 export wallet-brc100-go
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert guidance for implementing BRC-100 conforming wallets using Go wallet-toolbox. Covers wallet initialization, transaction creation/signing, key management, storage, and certificate operations following the BRC-100 standard in Go.
2026-01-05
glossary-builder.md
0
1 export glossary-builder
2 Hoogkamer from "Hoogkamer/ontologies"
3 Expert glossary builder who creates comprehensive definitions and descriptions for all terms in a taxonomy. Your goal is to produce clear, accurate, and contextually appropriate definitions that help users understand each concept.
2026-01-05
social-feed-integration.md
0
1 export social-feed-integration
2 0futuresystems from "0futuresystems/future-water-systems"
3 Integrate and maintain the Instagram/Facebook social wall for case studies and blogs in this repo, including manual import workflows, Meta Graph API setup, compliance endpoints, and SEO/performance/security guardrails. Use when adding social posts, updating the importer, wiring UI placement, or handling Meta tokens and data deletion callbacks.
2026-01-05
shelby-protocol-expert.md
0
1 export shelby-protocol-expert
2 MEDICALCOR from "MEDICALCOR/medicalcor-core"
3 Expert on Shelby Protocol architecture, erasure coding, placement groups, read/write procedures, Clay Codes, chunking, storage providers, RPC servers, and decentralized storage system design on Aptos blockchain. Triggers on keywords Shelby Protocol, erasure coding, Clay Codes, placement groups, Shelby architecture, storage provider, blob storage, chunking, Shelby whitepaper.
2026-01-05
webapp-testing-patterns.md
0
1 export webapp-testing-patterns
2 bobmatnyc from "bobmatnyc/termpilot"
3 Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices. Use when implementing E2E tests, defining reliable selectors, or establishing testing best practices for web applications.
2026-01-05
matrix-data-model-progression-testing.md
0
1 export matrix-data-model-progression-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Matrix data model verification using ASCII diagrams. Use when working with *Progressions.ts files, defineProgression(), or testing how 2D numeric grids evolve over time. Auto-apply when editing files matching *Progressions.ts or src/test-utils/ascii*.ts.
2026-01-05
codex-review.md
0
1 export codex-review
2 majiayu000 from "majiayu000/claude-skill-registry"
3 AUTOMATICALLY run Codex review after writing security-sensitive code (auth, crypto, SQL) - get a second opinion from OpenAI Codex
2026-01-05
tempo-stablecoin-dapp.md
0
1 export tempo-stablecoin-dapp
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build stablecoin-first dapps on Tempo (TIP-20 payments, memos, fee tokens, sponsorship, batching, TIP-403 compliance, and stablecoin DEX).
2026-01-05
forge-analyzer.md
0
1 export forge-analyzer
2 chkim-su from "chkim-su/forge-editor"
3 Analyze vague user ideas and recommend architecture based on actual needs, not predefined categories. Front-end for clarifying ambiguous requests before routing to appropriate skillmaker tools.
2026-01-05