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 dat...
When the user needs to integrate multiple data sources (Canvas API, user memory, file systems) to create comprehensive a...
When the user requests to create or customize an academic personal website from a GitHub template repository. This skill...
End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workf...
Generates publication-quality figures for ML papers from research context. Given a paper section or description, extract...
Search academic papers across arXiv, PubMed, Semantic Scholar, bioRxiv, medRxiv, Google Scholar, and more. Get BibTeX ci...
A tool for rigorous academic research using Semantic Scholar and ArXiv. Focuses on finding highly-cited papers, retrievi...
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 ca...
Use when writing CS research papers (conference, journal, thesis), reviewing scientific manuscripts, improving academic...
Academic writing, research methodology, and scholarly communication workflows. Use when writing papers, literature revie...
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 (we...
Analyzes PHP codebase for SOLID principle violations. Detects God classes (SRP), type switches (OCP), broken contracts (...
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 a...
CQRS architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Command Query Respons...
Generates ADR Action classes for PHP 8.5. Creates single-responsibility HTTP endpoint handlers with PSR-7 support. Inclu...
Generates DDD Aggregates for PHP 8.5. Creates consistency boundaries with root entity, domain events, and invariant prot...
Generates DDD Anti-Corruption Layer for PHP 8.5. Creates translation layer between bounded contexts or external systems....
Generates Builder pattern for PHP 8.5. Creates step-by-step object construction with fluent interface and validation. In...
Generates Bulkhead pattern for PHP 8.5. Creates resource isolation with semaphore-based concurrency limiting and thread...
Generates Chain of Responsibility pattern for PHP 8.5. Creates handler chains for request processing with middleware-sty...
Generates Circuit Breaker pattern for PHP 8.5. Creates resilience component protecting against cascading failures with s...
Generates CQRS Commands and Handlers for PHP 8.5. Creates immutable command DTOs with handlers that modify state. Includ...
Generates Decorator pattern for PHP 8.5. Creates wrapper classes for dynamic behavior addition without inheritance. Incl...
Generates DI Container configuration for PHP 8.5. Creates module classes, service providers, container configuration, an...
Generates DDD Domain Events for PHP 8.5. Creates immutable event records with metadata, past-tense naming. Includes unit...
Generates DDD Domain Services for PHP 8.5. Creates stateless services for business logic that doesn't belong to entities...
Generates DTO (Data Transfer Object) for PHP 8.5. Creates immutable objects for layer boundaries, API requests/responses...
Generates DDD Entities for PHP 8.5. Creates identity-based objects with behavior, state transitions, and invariant prote...
Generates DDD Factory for PHP 8.5. Creates factories for complex domain object instantiation with validation and encapsu...
Generates Mediator pattern for PHP 8.5. Creates coordination layer for complex component interactions with event dispatc...
Generates Null Object pattern for PHP 8.5. Creates safe default implementations eliminating null checks. Includes unit t...
Generates Object Pool pattern for PHP 8.5. Creates reusable object containers for expensive resources like connections....
Generates Transactional Outbox pattern components for PHP 8.5. Creates OutboxMessage entity, repository, publisher, and...
Generates Policy pattern for PHP 8.5. Creates encapsulated business rules for authorization, validation, and domain cons...
Generates PSR-11 Container implementation for PHP 8.5. Creates ContainerInterface with service resolution, autowiring su...