83,201 skills sorted by stars.
When the user needs to set up multiple academic courses in a learning management system (Canvas/LMS) from structured data sources....
When the user needs to integrate multiple data sources (Canvas API, user memory, file systems) to create comprehensive academic re...
When the user requests to create or customize an academic personal website from a GitHub template repository. This skill handles t...
End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workflows, and...
Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system c...
Search academic papers across arXiv, PubMed, Semantic Scholar, bioRxiv, medRxiv, Google Scholar, and more. Get BibTeX citations, d...
A tool for rigorous academic research using Semantic Scholar and ArXiv. Focuses on finding highly-cited papers, retrieving abstrac...
Patterns for thesis writing, dissertations, research papers, literature reviews, and scholarly work.
Search academic papers, build literature reviews, and synthesize research findings — combines Exa MCP (research_paper category, ar...
Use when writing CS research papers (conference, journal, thesis), reviewing scientific manuscripts, improving academic writing cl...
Academic writing, research methodology, and scholarly communication workflows. Use when writing papers, literature reviews, grant...
Track assignments, due dates, grades, and study notes from Canvas LMS (iCal feed) and GoodNotes exports.
Manage academy enrollments by appending rows to a Google Sheet (used by Zapier/n8n to grant LearnWorlds access).
Action-Domain-Responder pattern knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for ADR (web-specific...
Analyzes PHP codebase for SOLID principle violations. Detects God classes (SRP), type switches (OCP), broken contracts (LSP), fat...
Knowledge base for Claude Code formats and patterns. Use when creating or improving commands, agents, skills, or hooks.
Clean Architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Clean Architecture and Hexagon...
CQRS architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Command Query Responsibility Se...
Generates ADR Action classes for PHP 8.5. Creates single-responsibility HTTP endpoint handlers with PSR-7 support. Includes unit t...
Generates DDD Aggregates for PHP 8.5. Creates consistency boundaries with root entity, domain events, and invariant protection. In...
Generates DDD Anti-Corruption Layer for PHP 8.5. Creates translation layer between bounded contexts or external systems. Includes...
Generates Builder pattern for PHP 8.5. Creates step-by-step object construction with fluent interface and validation. Includes uni...
Generates Bulkhead pattern for PHP 8.5. Creates resource isolation with semaphore-based concurrency limiting and thread pool isola...
Generates Chain of Responsibility pattern for PHP 8.5. Creates handler chains for request processing with middleware-style composi...
Generates Circuit Breaker pattern for PHP 8.5. Creates resilience component protecting against cascading failures with state manag...
Generates CQRS Commands and Handlers for PHP 8.5. Creates immutable command DTOs with handlers that modify state. Includes unit te...
Generates Decorator pattern for PHP 8.5. Creates wrapper classes for dynamic behavior addition without inheritance. Includes unit...
Generates DI Container configuration for PHP 8.5. Creates module classes, service providers, container configuration, and autowiri...
Generates DDD Domain Events for PHP 8.5. Creates immutable event records with metadata, past-tense naming. Includes unit tests.
Generates DDD Domain Services for PHP 8.5. Creates stateless services for business logic that doesn't belong to entities or value...
Generates DTO (Data Transfer Object) for PHP 8.5. Creates immutable objects for layer boundaries, API requests/responses, and data...
Generates DDD Entities for PHP 8.5. Creates identity-based objects with behavior, state transitions, and invariant protection. Inc...
Generates DDD Factory for PHP 8.5. Creates factories for complex domain object instantiation with validation and encapsulated crea...
Generates Mediator pattern for PHP 8.5. Creates coordination layer for complex component interactions with event dispatching, requ...
Generates Null Object pattern for PHP 8.5. Creates safe default implementations eliminating null checks. Includes unit tests.
Generates Object Pool pattern for PHP 8.5. Creates reusable object containers for expensive resources like connections. Includes u...
Generates Transactional Outbox pattern components for PHP 8.5. Creates OutboxMessage entity, repository, publisher, and processor...
Generates Policy pattern for PHP 8.5. Creates encapsulated business rules for authorization, validation, and domain constraints. I...
Generates PSR-11 Container implementation for PHP 8.5. Creates ContainerInterface with service resolution, autowiring support, and...