Browse Skills
44357 skills found
performance-optimization.md
49
1
export
performance-optimization
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Optimize application performance through code splitting, lazy loading, caching strategies, bundle size reduction, render optimization, and profiling. Use when improving page load times, reducing bundle sizes, optimizing React rendering, implementing code splitting, configuring caching strategies, lazy loading components and routes, optimizing images and assets, profiling performance bottlenecks, implementing virtual scrolling for large lists, or improving Core Web Vitals and Lighthouse scores.
2026-01-13
design-mastery.md
49
1
export
design-mastery
2
from
"wasintoh/toh-framework"
from
"wasintoh/toh-framework"
3
World-class design system with extensible business type registry. Automatically selects appropriate design patterns based on business context. Anti-AI detection, trend-aware, production-ready design decisions. CRITICAL: Must be read before any UI creation task.
2026-01-18
smart-routing.md
49
1
export
smart-routing
2
from
"wasintoh/toh-framework"
from
"wasintoh/toh-framework"
3
Intelligent request routing for /toh command. Analyzes user intent, assesses confidence, detects IDE environment, and routes to the appropriate agent(s). Memory-first approach ensures context awareness. Triggers: /toh command, natural language requests, ambiguous inputs.
2026-01-18
document-processing-pdf.md
49
1
export
document-processing-pdf
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Process, parse, create, and manipulate PDF documents using libraries like pdf-lib, PDFKit, or pdf-parse for document generation, data extraction, and PDF manipulation. Use when generating PDFs from HTML, extracting text from PDFs, merging or splitting PDFs, adding watermarks, filling PDF forms, creating invoices and reports, parsing legal documents, or building document management systems.
2026-01-13
playwright-automation.md
49
1
export
playwright-automation
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Automate browser testing, web scraping, and user workflow testing with Playwright across multiple browsers. Use when writing end-to-end tests for web applications, automating repetitive browser tasks, scraping data from websites, testing across Chrome/Firefox/Safari, taking screenshots for visual regression testing, testing authentication flows, filling and submitting forms programmatically, testing responsive designs across viewports, or any browser automation requiring reliable, cross-browser testing capabilities.
2026-01-13
prompt-optimizer.md
49
1
export
prompt-optimizer
2
from
"wasintoh/toh-framework"
from
"wasintoh/toh-framework"
3
Advanced prompt optimization and composition system for all prompt types (system prompts, task-specific, creative, technical, agentic). Use when users need to refine, optimize, or transform prompts to achieve better AI outputs. Triggers include requests to improve prompts, make prompts more effective, analyze prompt quality, create prompts from scratch, optimize existing prompts for specific goals, or optimize for Claude 4.x models. Also use when users share prompts that could be improved or ask for prompt engineering guidance.
2026-01-18
document-processing-docx.md
49
1
export
document-processing-docx
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Process, parse, create, and manipulate Microsoft Word (.docx) documents programmatically using libraries like docx or mammoth.js for document generation and data extraction. Use when generating Word documents from templates, extracting text and formatting from .docx files, creating reports and invoices, parsing resumes and forms, converting Word to HTML, creating mail merge documents, or automating document workflows.
2026-01-13
open-prose.md
49
1
export
open-prose
2
from
"openprose/prose"
from
"openprose/prose"
3
OpenProse is a programming language for AI sessions. Activate on ANY `prose` command (prose boot, prose run, prose compile, prose update, etc.), running .prose files, mentioning OpenProse/Prose, or orchestrating multi-agent workflows. The skill intelligently interprets what the user wants.
2026-01-21
file-organizer.md
49
1
export
file-organizer
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Organize, categorize, rename, and manage files systematically using automated rules, naming conventions, and folder structures for efficient file management. Use when organizing uploaded files, implementing file naming conventions, categorizing files by type or metadata, creating folder structures, cleaning up messy directories, automating file movements, implementing media libraries, or building file management systems.
2026-01-13
backend-service-patterns.md
49
1
export
backend-service-patterns
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Architect scalable backend services using layered architecture, dependency injection, middleware patterns, service classes, and separation of concerns. Use when building API services, implementing business logic layers, creating service classes, setting up middleware chains, implementing dependency injection, designing controller-service-repository patterns, handling cross-cutting concerns, creating domain models, implementing CQRS patterns, or establishing backend architecture standards.
2026-01-13
e2e-testing.md
49
1
export
e2e-testing
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Write comprehensive end-to-end tests that verify complete user workflows, integration between components, and system behavior from user perspective using Playwright, Cypress, or similar frameworks. Use when testing user flows, verifying feature integration, testing across real browsers, ensuring UI interactions work correctly, validating form submissions end-to-end, testing authentication flows, catching regressions, automating QA processes, testing API integrations, or building confidence in production deployments.
2026-01-13
api-design.md
49
1
export
api-design
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Design clean, scalable, and maintainable REST and GraphQL APIs following industry best practices. Use when designing public or internal APIs, planning endpoint structures, defining request/response contracts, establishing versioning strategies, implementing authentication patterns, designing data models, creating API documentation, ensuring consistent error handling, optimizing for performance, or establishing service contracts between microservices.
2026-01-13
design-excellence.md
49
1
export
design-excellence
2
from
"wasintoh/toh-framework"
from
"wasintoh/toh-framework"
3
Design system and anti-patterns for professional UI. Ensures apps don't look "AI generated". Defines color palettes, typography, spacing, animations, and common anti-patterns to avoid. Used by Design Reviewer sub-agent to polish UI. Triggers: design review, polish UI, improve aesthetics, looks like AI made it, design system, style guide, make it beautiful.
2026-01-18
ci-cd-pipeline.md
49
1
export
ci-cd-pipeline
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Set up and maintain continuous integration and continuous deployment pipelines with GitHub Actions, GitLab CI, Jenkins, or similar tools to automate testing, building, and deployment. Use when configuring automated builds, setting up test automation, implementing deployment automation, creating release workflows, managing environment deployments, configuring build caching, implementing blue-green deployments, setting up rollback strategies, or automating the entire software delivery pipeline.
2026-01-13
frontend-component-patterns.md
49
1
export
frontend-component-patterns
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Build reusable, composable, and maintainable React/Vue/Angular components following established design patterns like compound components, render props, custom hooks, and HOCs. Use when creating component libraries, implementing component composition, building reusable UI elements, designing prop APIs, managing component state patterns, implementing controlled vs uncontrolled components, creating compound components, using render props or children as functions, building custom hooks, or establishing component architecture standards.
2026-01-13
brand-guidelines.md
49
1
export
brand-guidelines
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Create and maintain comprehensive brand guidelines including visual identity, tone of voice, messaging, color palettes, typography, and usage rules for consistent brand expression. Use when establishing brand identity, creating style guides, defining visual standards, setting tone of voice, creating brand assets, or ensuring brand consistency.
2026-01-13
vibe-orchestrator.md
49
1
export
vibe-orchestrator
2
from
"wasintoh/toh-framework"
from
"wasintoh/toh-framework"
3
Master workflow controller for Lovable-style development. Creates working UI immediately from ANY prompt - no questions asked, no choices given. Routes to specialist sub-agents (ui-builder, dev-builder, design-reviewer, backend-connector, platform-adapter). Triggers: create, build, make, want, new project requests, app ideas, MVP, prototype, or any development request. This skill MUST be read first for any development task.
2026-01-18
competitive-research.md
49
1
export
competitive-research
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Research competitors, analyze market positioning, identify differentiators, and understand competitive landscape to inform product strategy and positioning. Use when researching competitors, analyzing features, identifying market gaps, understanding pricing strategies, evaluating competitive advantages, researching market trends, or informing product decisions.
2026-01-13
code-review.md
49
1
export
code-review
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Systematically review pull requests, feature implementations, and code changes to ensure quality, maintainability, security, and adherence to best practices. Use when reviewing code before merging, conducting peer reviews, performing self-reviews, auditing code quality, checking for security vulnerabilities, ensuring consistent coding standards, verifying test coverage, assessing performance implications, evaluating architectural decisions, or providing constructive feedback to improve team code quality.
2026-01-13
mcp-builder.md
49
1
export
mcp-builder
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Build Model Context Protocol (MCP) servers and tools that extend Claude's capabilities with custom functions, data sources, and integrations. Use when creating custom MCP servers, implementing tools for Claude, building integrations with external services, creating data source connectors, implementing custom functions, or extending Claude's capabilities with domain-specific tools.
2026-01-13
content-research-writer.md
49
1
export
content-research-writer
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Research topics thoroughly and write comprehensive, well-structured content including articles, documentation, blog posts, and technical writing with proper citations and sources. Use when writing blog posts, creating technical articles, researching topics, gathering sources, writing documentation, creating educational content, or producing research-backed content.
2026-01-13
tool-selection-framework.md
48
1
export
tool-selection-framework
2
from
"panaversity/ai-native-software-development"
from
"panaversity/ai-native-software-development"
3
Design systematic decision frameworks for selecting appropriate AI tools (Claude Code vs Gemini CLI)based on context requirements, codebase size, reasoning depth needs, and task complexity. Use thisskill when starting projects with unclear tool requirements, optimizing context-constrained workflows,or designing multi-phase strategies that leverage multiple tools' strengths. This skill helps matchtool capabilities to task characteristics, preventing wasted context and ensuring optimal resourceallocation.
2026-01-20
quiz-generator.md
48
1
export
quiz-generator
2
from
"panaversity/ai-native-software-development"
from
"panaversity/ai-native-software-development"
3
ALWAYS generate interactive quizzes using the Quiz component (50 comprehensive questions total).Generates 50 college-level conceptual questions with immediate feedback per question.Quiz component automatically displays 15-20 questions per batch, randomized each retake.Features: immediate feedback after each answer (correct option + explanation + why wrong if incorrect),automatic batch shuffling on retake, no passing/failing threshold, color-coded feedback,theme support. Globally-registered Quiz component handles all UI/UX.Follows ##_chapter_##_quiz.md naming convention.INCLUDES: Automated answer redistribution with intelligent explanation regeneration (consolidates quiz-answer-redistributor functionality).
2026-01-20
assessment-builder.md
48
1
export
assessment-builder
2
from
"panaversity/ai-native-software-development"
from
"panaversity/ai-native-software-development"
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-20