Browse Skills

20307 skills found

browser-automation.md
0
1 export browser-automation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, interact with web applications, monitor network requests, debug web pages, or extract design tokens. Triggers include "browse", "navigate to", "go to website", "open webpage", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web", "check network requests", "debug page", "get design tokens", "extract colors", "analyze website design". When taking actions be as specific as possible.
2026-01-05
gdscript-api-lookup.md
0
1 export gdscript-api-lookup
2 minami110 from "minami110/claude-godot-tools"
3 Look up GDScript and Godot Engine documentation using Deepwiki and Context7.Use when you need to find implementation approaches, APIs, or code examples for Godot projects.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 therealityreport from "therealityreport/THB-BBL"
3 Create or update Codex skills (SKILL.md plus optional scripts/references/assets). Use when asked to design a new skill, update an existing skill, or validate/package skills.
2026-01-05
review-changes.md
0
1 export review-changes
2 Cygnusfear from "Cygnusfear/claude-stuff"
3 Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.
2026-01-05
workflow-devkit.md
0
1 export workflow-devkit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build durable, resumable TypeScript workflows with Vercel Workflow DevKit. Use when creating long-running processes, AI agents, background jobs, multi-step pipelines, webhooks, or event-driven systems. Triggers on "workflow", "durable", "resumable", "use workflow", "use step".
2026-01-05
debugging-process.md
0
1 export debugging-process
2 kokuyouwind from "kokuyouwind/claude-plugins"
3 Provides systematic debugging methodology for thorough root cause analysis with evidence-based investigation. Use this skill when investigating code, analyzing bugs, tracing errors, or understanding unexpected behavior.
2026-01-05
bun.md
0
1 export bun
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Configures Bun as an all-in-one JavaScript runtime, bundler, package manager, and test runner with native TypeScript support. Use when building fast applications, bundling for production, or replacing Node.js tooling.
2026-01-05
refactoring-patterns.md
0
1 export refactoring-patterns
2 L-Sypniewski from "L-Sypniewski/claude-code-toolkit"
3 Common refactoring patterns and techniques for improving code quality, reducing complexity, and enhancing maintainability. Use when planning or executing code refactoring.
2026-01-05
extraction-execution.md
0
1 export extraction-execution
2 elevanaltd from "elevanaltd/hestai"
3 Intelligent POC-to-production code extraction with architectural awareness. Analyzes dependencies, adapts patterns, makes extraction strategy decisions (copy/adapt/rewrite), maintains system coherence. Performs pre-extraction analysis, transformation reasoning, quality gate enforcement, evidence-based commits. Use when extracting code requires understanding architecture, adapting patterns, threading parameters, or maintaining coherence across modules. Triggers on understand and extract, analyze dependencies, adapt pattern, extraction strategy, architectural extraction, intelligent migration.
2026-01-05
xstate.md
0
1 export xstate
2 kevinmaes from "kevinmaes/ai-coding-configs"
3 Expert guidance for XState state machines, actor model patterns, React integration, and statecharts. Use when implementing state machines, managing complex application state, using the actor model for concurrent state management, integrating XState with React components, or debugging machines.
2026-01-05
exercise-designer.md
0
1 export exercise-designer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Designs deliberate practice exercises applying evidence-based learning strategies like retrieval practice, spaced repetition, and interleaving. Activate when educators need varied exercise types (fill-in-blank, debug-this, build-from-scratch, extend-code, AI-collaborative) targeting learning objectives with appropriate difficulty progression. Creates exercise sets that apply cognitive science principles to maximize retention and skill development. Use when designing practice activities for Python concepts, creating homework assignments, generating problem sets, or evaluating exercise quality.
2026-01-05
moai-foundation-langs.md
0
1 export moai-foundation-langs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enterprise Programming Languages Foundation with AI-powered language selection, Context7 integration, and intelligent multi-language orchestration for optimal technology choices
2026-01-05
code-explanation.md
0
1 export code-explanation
2 brendendurham from "brendendurham/claude-code-config"
3 Explain code with ASCII diagrams, analogies, and Mermaid visualizations. Triggers: explain this code, how does this work, what does this do, explain architecture, visualize code, diagram this, help me understand
2026-01-05
context-manager.md
0
1 export context-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive context and token usage management for Claude Code. Use this skill when working with large codebases, managing context window budget, optimizing file loading strategies, or when responses indicate context limitations. Helps with token analysis, file organization, query optimization, and context-efficient development workflows.
2026-01-05
spring-boot-reviewer.md
0
1 export spring-boot-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Spring Boot code review, DI patterns, @Transactional, REST API design, security configurationWHAT: Dependency injection + Transaction management + API design + Security config + JPA patternsWHEN NOT: Kotlin Spring → kotlin-spring-reviewer, Pure Java → java-reviewer, Django/FastAPI → respective reviewers
2026-01-05
code-review-preferences.md
0
1 export code-review-preferences
2 ChaiWithJai from "ChaiWithJai/claude-code-mastery"
3 Use when reviewing code, PRs, or discussing code quality standards. Applies team coding standards and review methodology.
2026-01-05
assessment-builder.md
0
1 export assessment-builder
2 khanaleema from "khanaleema/PhysicalAI-Book"
3 Creates assessments with varied question types (MCQ, code-completion, debugging, projects) alignedto learning objectives with meaningful distractors based on common misconceptions. Activate wheneducators design quizzes, exams, or tests measuring understanding; need questions at appropriatecognitive levels (Bloom's taxonomy); want balanced cognitive distribution (60%+ non-recall); orrequire rubrics for open-ended questions. Generates MCQs with diagnostic distractors, code-writingprompts, debugging challenges, and project-based assessments targeting deep understanding.
2026-01-05
mcp-tool-developer.md
0
1 export mcp-tool-developer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert in building MCP servers using the Official Python MCP SDK. Use this when defining tools, resources, and prompts that allow AI agents to manage application state.
2026-01-05
security-patterns.md
0
1 export security-patterns
2 mindmorass from "mindmorass/reflex"
3 Application security patterns and best practices. Use when implementing authentication, authorization, input validation, secrets management, OWASP protections, or security hardening.
2026-01-05
jest-config-generator.md
0
1 export jest-config-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Jest configuration files for JavaScript/TypeScript testing with coverage, mocking, and environment-specific settings. Triggers on "create jest config", "generate jest.config", "jest configuration for", "testing config".
2026-01-05
api-dev.md
0
1 export api-dev
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Modern API development patterns for building high-performance, scalable web services. Expert in async/await patterns, REST/GraphQL APIs, middleware, error handling, rate limiting, OpenAPI documentation, testing, and production optimizations. Framework-agnostic patterns that work with Python, Node.js, Go, and other languages.
2026-01-05
grinde-mapper.md
0
1 export grinde-mapper
2 az9713 from "az9713/pacer-learning-system"
3 Creates GRINDE-style mind maps for higher-order learning and deep encoding. Use when organizing concepts, creating study notes, mapping relationships between ideas, visualizing knowledge structures, or when user mentions mind maps, concept maps, or note-taking.
2026-01-05
ef-core-advanced-patterns.md
0
1 export ef-core-advanced-patterns
2 thapaliyabikendra from "thapaliyabikendra/ai-artifacts"
3 Master Entity Framework Core advanced patterns including change tracking optimization, lazy/eager/explicit loading strategies, query splitting, compiled queries, batch operations, optimistic concurrency, performance optimization, and PostgreSQL-specific features for .NET applications.
2026-01-05
skriptoteket-frontend-specialist.md
0
1 export skriptoteket-frontend-specialist
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skriptoteket frontend development (FastAPI backend + full Vue/Vite SPA) using the HuleEdu-aligned stack (Vue 3.5.x + Vite + TypeScript, Pinia, Vue Router, Tailwind CSS v4 tokens/@theme, HuleEdu design tokens, pnpm). Use for working in the `frontend/` pnpm workspace, SPA hosting/history fallback, implementing SPA features (auth, routing, state, API clients), and keeping the UI/auth model compatible with future HuleEdu teacher login integration (same entry point, no separate login).
2026-01-05