All authors
majiayu000 avatar

Claude Skills by majiayu000

github.com/majiayu000
14,078 skillsA× 13,425B× 437C× 148D× 38F× 30549 installs11,821 views
Effect Http Routing Mepuka AdjunctA

HTTP server, routing, JSON responses and dependencies via layers. Use when wiring endpoints and services.

documentationbashnode
0
76
Effect Http RoutingA

HTTP server, routing, JSON responses and dependencies via layers. Use when wiring endpoints and services.

documentationbashnode
0
76
Effect Index Mepuka AdjunctA

Skill index and decision guide. Use to pick the right Effect Skill quickly and follow a minimal decision tree.

documentationbashsql
0
76
Effect Layers Services Mepuka AdjunctA

Define services, provide layers, compose dependencies, and switch live/test. Use for DI boundaries and app composition.

documentationbashnode
0
76
Effect Layers ServicesA

Define services, provide layers, compose dependencies, and switch live/test. Use for DI boundaries and app composition.

documentationbashnode
0
76
Effect Logging DisciplineA

Enforce Effect.log over console.log in TMNL. Effect-native logging provides structured output, dynamic log levels, annotations, spans, and observability integration.

developmenttypescriptreact
0
76
Effect LookupA

Quick lookup for Effect TypeScript library APIs, patterns, and source code. Use when you need to find Effect functions, understand Effect patterns, or look up implementation details.

developmenttypescriptgo
0
76
Effect Match PatternsA

Effect.Match for discriminated unions, Queue/PubSub for concurrency, Fiber lifecycle, and HashMap for registries. Covers patterns missing from effect-patterns skill.

businesstypescriptgo
0
76
Effect Patterns Hub Mepuka AdjunctA

Complete catalog of 130+ Effect-TS patterns from EffectPatterns repository. Use when looking for specific implementation patterns, best practices, or real-world examples. Complements other skills with concrete, curated patterns.

businessgobash
0
76
Effect PatternsA

Effect-TS pattern reference for TMNL. Invoke when implementing services, schemas, atoms, or Effect-based architecture. Provides canonical file locations and pattern precedents.

developmenttypescriptgo
0
76
Effect Queues Background Mepuka AdjunctA

Queue and PubSub patterns, background fibers, and graceful shutdown. Use for decoupling producers/consumers.

documentationbashapi
0
76
Effect RegexA

Expert regex pattern generation, optimization, testing, and explanation using deterministic AST-based construction. Use when user needs to create, test, optimize, or understand regex patterns, parse CLI commands, validate inputs, or build complex text matching patterns.

developmentjavascripttypescript
0
76
Effect ResearchA

Effect-TS specialized research via deepwiki and submodules. Query Effect-TS/effect, tim-smart/effect-atom for verified patterns. Enforces grounded verification before implementation.

databasestypescriptrust
0
76
Effect Resource ManagementA

Use when Effect resource management patterns including Scope, addFinalizer, scoped effects, and automatic cleanup. Use for managing resources in Effect applications.

databasestypescriptbash
0
76
Effect Resources Scope Mepuka AdjunctA

Resource safety with acquireRelease, Effect.scoped, and finalizers. Use when opening files, sockets, servers, or external handles.

toolsbashapi
0
76
Effect Schema MasteryA

Schema.TaggedStruct, Schema.TaggedClass, branded types, refinements, transformations. Pattern matching on _tag. Covers runtime validation, type inference, and schema composition for Effect-TS.

documentationtypescriptgo
0
76
Effect Schema PatternsA

Effect Schema conventions and patterns. Triggers on Schema class creation, tagged unions, enums, type guards, or test fixtures using Effect Schema.

developmenttypescriptgo
0
76
Effect SchemaA

Define Effect schemas that are verified against domain types. Use when authoring or updating Effect Schema definitions, or when the user mentions schema/type parity, satisfies, or tsafe Equals checks.

tools
0
76
Effect Scope ResourcesA

Instructions on how to properly utilize Effect scopes for resource management, lifecycle concerns, etc.

databasestypescriptsql
0
76
Effect Service AuthoringA

Creating Effect.Service<>() classes, Context.Tag patterns, Layer composition. Decision trees for when to use which pattern. Covers service definition, dependency injection, and layer management.

developmenttypescriptsql
0
76
Effect ServiceA

Generate new Effect-TS services with proper patterns. Use when creating new services, layers, or adding methods to existing services.

development
0
76
Effect SizeA

Calculate and interpret effect sizes for statistical analyses. Use when: (1) Reporting research results to show practical significance, (2) Meta-analysis to combine study results, (3) Grant writing to justify expected effects, (4) Interpreting published studies beyond p-values, (5) Sample size planning for power analysis.

research
0
76
Effect Sql DbA

Effect patterns for SQL databases (Drizzle/Kysely/Prisma): services, transactions, retries, streaming, and observability.

databasesbashsql
0
76
Effect Stream PatternsA

Stream creation, consumption, transformation. Stream.async, Stream.fromSchedule, Stream.runForEach. Progressive data patterns for Effect-TS streams.

developmenttypescriptreact
0
76
Effect Streams Pipelines Mepuka AdjunctA

Stream creation, transformation, sinks, batching, and resilience. Use when building data pipelines with concurrency and backpressure.

documentationbashgit
0
76
Effect Streams PipelinesA

Stream creation, transformation, sinks, batching, and resilience. Use when building data pipelines with concurrency and backpressure.

documentationbashgit
0
76
Effect Testing MockingA

Testing patterns with layers, mocks, and deterministic time. Use when preparing testable services and small smoke tests.

toolsbashnode
0
76
Effect TestingA

Use when testing Effect code including Effect.gen in tests, test layers, mocking services, and testing error scenarios. Use for writing tests for Effect applications.

testingtypescriptbash
0
76
Effect Time Tracing Logging Mepuka AdjunctA

Time with Clock/Duration, tracing spans, and structured logging. Use for time-based logic, deadlines, and observability.

toolsbashdebugging
0
76
Effect Time Tracing LoggingA

Time with Clock/Duration, tracing spans, and structured logging. Use for time-based logic, deadlines, and observability.

toolsbashdebugging
0
76
Effect Ts 7layer ArchitectureA

7-layer Effect-TS architecture for Holochain applications. Use when implementing domains, validating architecture, or creating stores with standardized patterns.

developmenttypescriptreact
0
76
Effect Ts TestingA

Testing guidelines and patterns for Effect-based code.

developmenttypescripttesting
0
76
Effect TsA

Effect-TS snippets, templates, and examples for Effect usage.

developmenttypescripttesting
0
76
EffectA

Effect TypeScript best practices. Use when implementing Effect features like services, layers, error handling, or patterns. Triggers on: Effect, service, layer, schema, error handling.

documentationtypescripttesting
0
76
Effective Commenting StrategiesA

Use this skill when writing, reviewing, or maintaining code comments. Apply these strategies to ensure comments explain intent rather than repeat code, use maintainable styles, and follow density guidelines. This skill covers comment types, style best practices, and performance considerations.

developmentgojava
0
76
Effective ContextA

Use when symfony effective context

documentation
0
76
Effective GoA

Analyzes and refactors Go code using Effective Go principles. Use when refactoring Go code, identifying anti-patterns, improving Go idioms, or applying Go best practices.

developmentgobash
0
76
Effective JavaA

Java best practices guide based on Effective Java. Use when reviewing Java code, discussing design patterns, object creation, equals/hashCode, Optional, Stream API, exception handling, or concurrency. Applies Joshua Bloch's principles.

businessgojava
0
76
Effective TasksA

Best practices for writing SIMBL tasks that Claude can execute with zero context. Use when creating or refining tasks for maximum clarity.

developmenttypescriptgo
0
76
Effective ToposA

FloxHub publication `bmorphism/effective-topos` - a comprehensive development

developmentjavascripttypescript
0
76
Effector PatternsA

Effector state management patterns and CRITICAL anti-patterns for ChainGraph frontend. Use when writing Effector stores, events, effects, samples, or any reactive state code. Contains anti-patterns to AVOID like $store.getState(). Covers domains, patronum utilities, global reset. Triggers: effector, store, createStore, createEvent, createEffect, sample, combine, attach, domain, $, useUnit, getState, anti-pattern, patronum.

developmenttypescriptgo
0
76
Efficiency Tracker Munlucky Claude SettingsA

Tracks workflow status and generates a flow report.

toolsapi
0
76
Eft DomainA

Escape from Tarkov game domain knowledge for EFT-Tracker. Understands quest structures, traders, Kappa container progression, and tarkov.dev API integration. Activates when user mentions: quest, trader, Kappa, task, hideout, PMC, SCAV, Tarkov, wipe, progression, locked, available, completed.

developmenttypescriptgo
0
76
Egg Info HygieneA

Handle `src/*.egg-info` diffs in Python repos (uv-driven) to avoid committing generated metadata unintentionally.

developmentpythongit
0
76
Ehr Fhir IntegrationA

Provides comprehensive tools for working with Electronic Health Records (EHR) using the HL7 FHIR standard.

toolspythonshell
0
76
EichA

Write JavaScript code with deep understanding of the language fundamentals as envisioned by Brendan Eich, creator of JavaScript. Emphasizes first-class functions, prototypes, and the dynamic nature of the language. Use when leveraging JavaScript's unique characteristics.

developmentjavascriptjava
0
76
EigenvaluesA

Problem-solving strategies for eigenvalues in linear algebra

toolspythonbash
0
76
Eightctl Youjjwal ClawdbotA

Control Eight Sleep pods (status, temperature, alarms, schedules).

developmentgogit
0
76
EightctlA

Control Eight Sleep pods (status, temperature, alarms, schedules).

developmentgogit
0
76
EinsteinA

Blockchain analytics and DeFi intelligence via Einstein's x402 micropayment services. Use when user wants on-chain market analysis, token research, whale tracking, smart money tracking, rug pull scanning, launchpad monitoring (Pump.fun, Zora, Virtuals), portfolio analysis, MEV detection, cross-chain arbitrage, or Polymarket data. Supports Base, Ethereum, BSC, Arbitrum, Polygon, Optimism, zkSync, Solana. Costs $0.25-$1.15 USDC per query via x402 protocol on Base.

blockchaingobash
0
76