All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,215 views
Events Pubsub PatternA

> Implement publisher-subscriber communication with topic-based routing and fan-out delivery.

toolstypescript
0
20
Events Redis PubsubA

> Use Redis pub/sub channels and keyspace notifications for lightweight real-time messaging.

toolstypescriptrust
0
20
Events Saga ChoreographyA

> Coordinate distributed workflows through event chains and compensation events without an orchestrator.

businesstypescriptreact
0
20
Events Sse PatternA

> Stream one-way server events to browsers using Server-Sent Events and EventSource.

toolstypescriptnode
0
20
Events Webhooks PatternA

> Implement reliable webhook delivery with retry backoff, signature verification, and queuing.

developmenttypescriptsql
0
20
Events Websocket PatternA

> Implement bidirectional real-time communication using WebSocket protocol and Socket.io.

businesstypescript
0
20
Gof Abstract FactoryA

> Create families of related objects through factory interfaces without coupling to concrete types.

developmenttypescriptgo
0
20
Gof Adapter PatternA

> Wrap incompatible interfaces to make them work together without modifying source code.

developmenttypescriptgo
0
20
Gof Bridge PatternA

> Separate abstraction from implementation to allow them to vary independently.

code-qualitytypescriptgo
0
20
Gof Builder PatternA

> Construct complex objects step-by-step using fluent builders and director classes.

businesstypescriptgo
0
20
Gof Chain Of ResponsibilityA

> Pass requests along a handler chain with short-circuit and async chain support.

code-qualitytypescriptgo
0
20
Gof Command PatternA

> Encapsulate operations as command objects to support undo, redo, and command queuing.

businesstypescriptgo
0
20
Gof Composite PatternA

> Compose objects into tree structures and treat individual and composite objects uniformly.

toolstypescriptgo
0
20
Gof Decorator PatternA

> Attach additional behavior to objects at runtime by wrapping them in decorator objects.

developmenttypescriptgo
0
20
Gof Facade PatternA

> Provide a simplified interface to a complex subsystem to reduce coupling for clients.

developmenttypescriptgo
0
20
Gof Factory MethodA

> Define a factory interface that subclasses use to decide which object to instantiate.

toolstypescriptgo
0
20
Gof Flyweight PatternA

> Share fine-grained objects to reduce memory usage by separating intrinsic and extrinsic state.

developmentjavascripttypescript
0
20
Gof Iterator PatternA

> Traverse collections with Symbol.iterator and generators for lazy, composable sequences.

toolstypescriptgo
0
20
Gof Mediator PatternA

> Decouple components by routing communication through a central mediator or event bus.

developmenttypescriptgo
0
20
Gof Memento PatternA

> Capture and restore object state using mementos for undo history and time-travel.

code-qualitytypescriptgo
0
20
Gof Null ObjectA

> Eliminate null checks by providing default no-op implementations of interfaces.

toolstypescriptgo
0
20
Gof Observer PatternA

> Implement push-based notification between Subject and Observer with typed subscriptions.

developmenttypescriptgo
0
20
Gof Prototype PatternA

> Clone objects using prototype registry and structured clone for deep copy scenarios.

designtypescriptgo
0
20
Gof Proxy PatternA

> Control access to an object using virtual, protection, logging, and caching proxy patterns.

code-qualitytypescriptgo
0
20
Gof SingletonA

> Ensure a class has exactly one instance using module-level singletons and WeakRef patterns.

businesstypescriptgo
0
20
Gof State PatternA

> Replace conditional logic with state objects that delegate behavior to the current state.

developmenttypescriptgo
0
20
Gof Strategy PatternA

> Encapsulate interchangeable algorithms behind a common interface for runtime selection.

businesstypescriptgo
0
20
Gof Template MethodA

> Define an algorithm skeleton in a base class with abstract steps filled by subclasses.

toolstypescriptgo
0
20
Gof Visitor PatternA

> Add operations to object structures without modifying them using double dispatch.

businesstypescriptgo
0
20
Graphql Apollo ServerA

> Configure and run Apollo Server with plugins, context, data sources, and framework integrations

devopstypescriptnode
0
20
Graphql Auth PatternsA

> Implement authentication and authorization in GraphQL with context-based identity, directives, and field-level guards

securitytypescriptrust
0
20
Graphql Client PatternsA

> Structure GraphQL client code with fragments, cache normalization, and optimistic updates for responsive UIs

developmenttypescriptreact
0
20
Graphql Codegen PatternA

> Generate type-safe TypeScript code from GraphQL schemas and operations to eliminate manual type maintenance

developmenttypescriptbash
0
20
Graphql Dataloader PatternA

> Batch and cache data fetches to eliminate N+1 queries in GraphQL resolvers

businesstypescriptgit
0
20
Graphql Error HandlingA

> Handle errors in GraphQL APIs with structured error types, result unions, and server-side error formatting

businesstypescriptgo
0
20
Graphql Federation PatternA

> Compose a unified GraphQL API from independently deployed subgraph services using Apollo Federation

businesstypescriptapi
0
20
Graphql Pagination PatternsA

> Implement cursor-based and offset pagination in GraphQL using the Relay connection specification

developmenttypescriptnode
0
20
Graphql Performance PatternsA

> Optimize GraphQL API performance with query complexity analysis, caching, persisted queries, and DataLoader

businesstypescriptapi
0
20
Graphql Resolver PatternA

> Implement resolvers with clean separation between data fetching, business logic, and response shaping

testingtypescriptgo
0
20
Graphql Schema DesignA

> Design expressive, evolvable GraphQL schemas with clear type hierarchies and strong nullability contracts

businessnodeexpress
0
20
Graphql SubscriptionsA

> Implement real-time data streaming with GraphQL subscriptions over WebSocket connections

devopstypescriptgo
0
20
Harness Audit Harness StrengthA

> Mechanically audit whether a project's harness is load-bearing. Orchestrates the deterministic check-harness-strength engine; interprets results. Not a deep/AI review.

researchrustgo
0
20
Harness AuditA

> Cross-dimensional codebase audit orchestrator — classify the repo's shape, fan out parallel read-only audit agents that compose existing harness skills, adversarially confirm high-severity findings, dedup against the existing issue tracker, and publish grouped thematic tracking issues with checkbox action lists. Optionally hand off to worktree-isolated fix agents, one per theme, gated on human confirmation. Motivated by repeated manual audits of downstream overlay repos: a full sweep surfac...

code-qualitytypescriptrust
0
20
Harness Catalog RetrospectiveA

> Monthly retrospective over skill-adoption telemetry. Reads `.harness/metrics/adoption.jsonl`, ranks the most-invoked, most-failing, and abandoned-mid-workflow skills, flags ever-invoked skills that have gone quiet, and reports how much of the catalog emits any telemetry at all. Produces a dated Markdown report and surfaces the highlights that warrant follow-up. Compounding-via-learning at the catalog grain.

ai-agentsrustgo
0
20
Harness CompoundA

> 5-phase post-mortem capture. When a problem is solved, distill it into a structured doc at `docs/solutions/<track>/<category>/<slug>.md` so the next person (or agent) finds the playbook before re-deriving it.

toolsgoshell
0
20
Harness Design CraftA

> LLM-judgment-based design ceiling-raiser. Three branchable phases — CRITIQUE finds what's mediocre, POLISH applies high-craft moves, BENCHMARK scores against curated exemplars. The ceiling counterpart to harness-design (declared-intent enforcement, rule-based) and the design-pipeline floor audits.

designgonode
0
20
Harness Design PipelineA

> Orchestrator composing all 6 design-pipeline sub-projects into a single sequential pipeline with convergence-based remediation: FRESHEN → DETECT → FIX → AUDIT → FILL → REPORT. Produces a unified `pass` / `warn` / `fail` verdict and a per-phase report. Mirrors harness-docs-pipeline in shape; consumes the formal verifier interface generically so a 5th rule-based verifier composes for free.

businesstypescriptrefactoring
0
20
Harness Graph IntegrityA

> `harness graph status` answers "how big is the graph?". It cannot answer "is any of this true?". This skill answers the second question, and reports what it examined so a quiet result can never be mistaken for a clean one.

researchrustbash
0
20
Harness IdeateA

> Pre-brainstorm ideation. Generates candidate ideas, critiques each against its strongest objection, and ranks them by `(impact × confidence) ÷ effort`. Writes a single ranked artifact to `docs/ideation/<slug>-YYYY-MM-DD.md`. **Produces ranked ideation, not specs** — brainstorming consumes the output.

businessgoshell
0
20
Harness IntegrationA

> Verify system wiring, materialize knowledge artifacts, and update project metadata. Integration is a gate, not a discovery phase -- it confirms that planned integration tasks completed.

documentationgonode
0
20