All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,037 views
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 AccessibilityA

> WCAG compliance verification and remediation. Scan components for accessibility violations, evaluate severity against design strictness, generate actionable reports, and apply automated fixes for mechanical issues.

developmentgoreact
0
20
Harness Api DesignA

> Advisory guide for REST, GraphQL, and gRPC API design. Produces OpenAPI specs, GraphQL schemas, or proto definitions with versioning strategies and consistency validation.

documentationgonode
0
20
Harness Architecture AdvisorA

> Cognitive mode: **advisory-guide**. Ask questions, surface trade-offs, present options. Do NOT execute. The human decides; you inform the decision.

code-qualitytypescriptgo
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 AuthA

> OAuth2, JWT, RBAC/ABAC, session management, and MFA pattern analysis. Detects authentication and authorization mechanisms, evaluates security posture against OWASP guidelines, and recommends improvements for token lifecycle, permission models, and multi-factor authentication.

securitygosql
0
20
Harness AutopilotA

> Lightweight orchestrator — dispatches isolated phase-agents, tracks state, chains artifacts between phases. Delegates all planning/execution/verification/review to dedicated persona agents.

testingtypescriptgo
0
20
Harness BrainstormingA

> Design exploration to spec to plan. No implementation before design approval. Think first, build second.

code-qualitytypescriptgo
0
20
Harness CachingA

> Advisory guide for cache strategies, invalidation patterns, and distributed caching. Detects existing cache usage, analyzes access patterns, designs cache layers with proper invalidation, and validates consistency guarantees.

databasestypescriptgo
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 ChaosA

> Chaos engineering, fault injection, and resilience validation. Systematically introduces failures to verify that systems degrade gracefully, recover automatically, and maintain availability under real-world fault conditions.

devopsgosql
0
20
Harness Code ReviewA

> Multi-phase code review pipeline — mechanical checks, graph-scoped context, parallel review agents, cross-agent deduplication, and structured output with technical rigor over social performance.

code-qualitytypescriptpython
0
20
Harness Codebase CleanupA

> Orchestrate dead code removal and architecture violation fixes with a shared convergence loop. Catches cross-concern cascades that individual skills miss.

code-qualitygobash
0
20
Harness ComplianceA

> SOC2, HIPAA, GDPR compliance checks, audit trails, and regulatory checklists. Scans codebases for compliance-relevant patterns, classifies data by sensitivity, audits implementation against framework-specific controls, and generates gap analysis reports with remediation plans.

devopsrustgo
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 ContainerizationA

> Dockerfile review, Kubernetes manifest validation, and container optimization. Smaller images, safer containers, correct orchestration.

devopspythonrust
0
20
Harness Data PipelineA

> Verify ETL/ELT pipeline quality, data contracts, idempotency, and test coverage. Analyzes DAG structure, transformation logic, and data quality checks across dbt, Airflow, Dagster, and Prefect pipelines.

devopspythongo
0
20
Harness Data ValidationA

> Meticulous verifier for schema validation, data contracts, and pipeline data quality. Detects validation libraries, audits trust boundaries for unvalidated inputs, enforces runtime validation schemas, and verifies type-runtime alignment.

developmentjavascripttypescript
0
20
Harness DatabaseA

> Advisory guide for schema design, migrations, ORM patterns, and migration safety. Detects your ORM, analyzes schema health, produces safe migrations, and validates backward compatibility.

databasestypescriptgo
0
20
Harness DebuggingA

> 4-phase systematic debugging with entropy analysis and persistent sessions. Phase 1 before ANY fix. "It's probably X" is not a diagnosis.

code-qualitytypescriptgo
0
20
Harness Dependency HealthA

> Analyze structural health of the codebase and surface problems before they become incidents.

code-qualityrustgo
0
20
Harness DeploymentA

> CI/CD pipeline analysis, deployment strategy design, and environment management. From commit to production with confidence. Deployment readiness is a hard gate: `harness check-deployment` **blocks** a deploy on unambiguous, incident-causing violations, **advises** on maturity gaps, and **abstains loudly** when a repo does not deploy. This is a gate, not a suggestion.

devopspythongo
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 MobileA

> Token-bound mobile component generation. Scaffold from design tokens and aesthetic intent, implement with React Native, SwiftUI, Flutter, or Compose patterns following platform-specific design rules, and verify every value references the token set with native convention compliance.

designtypescriptgo
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 Design SystemA

> Token-first design management. Discover existing design patterns, define intent through curated palettes and typography, generate W3C DTCG tokens, and validate every color pair for WCAG compliance.

designgonode
0
20
Harness Design WebA

> Token-bound web component generation. Scaffold from design tokens and aesthetic intent, implement with Tailwind/CSS and React/Vue/Svelte patterns, and verify every value references the token set — no hardcoded colors, fonts, or spacing.

designtypescriptgo
0
20
Harness DesignA

> Aesthetic direction workflow. Capture design intent, generate DESIGN.md with anti-patterns and platform notes, review components against aesthetic guidelines, and enforce design constraints at configurable strictness levels.

designrustgo
0
20
Harness DiagnosticsA

> Cognitive mode: **diagnostic-investigator**. Classify errors into taxonomy categories and route to deterministic resolution strategies. Evidence first, classification second, action third.

developmenttypescriptpython
0
20
Harness Docs PipelineA

> Orchestrator composing 4 documentation skills into a sequential pipeline with convergence-based remediation, producing a qualitative documentation health report.

code-qualitytypescriptgo
0
20
Harness DxA

> Audit developer experience artifacts -- README quality, API documentation coverage, getting-started guides, and example code validation. Produces a structured DX scorecard with specific improvements and scaffolds missing documentation.

documentationjavascripttypescript
0
20
Harness E2eA

> End-to-end browser testing with Playwright, Cypress, or Selenium. Covers page object scaffolding, critical-path test implementation, and systematic flakiness remediation.

testingtypescriptgo
0
20
Harness Event DrivenA

> Architectural guide for message queues, event sourcing, CQRS, and saga patterns. Maps event flows, designs topic topologies, validates delivery guarantees, and produces event catalog documentation.

databasestypescriptgo
0
20
Harness ExecutionA

> Execute a plan task by task with atomic commits, checkpoint protocol, and persistent knowledge capture. Stop on blockers. Do not guess.

businessgonode
0
20
Harness Feature FlagsA

> Flag lifecycle management, A/B testing infrastructure, and gradual rollout design. Ship features safely with controlled exposure and clean retirement.

devopsgojava
0
20
Harness Git WorkflowB

> Worktree setup, dependency installation, baseline verification, and branch finishing. Clean isolation for every workstream.

businessrustgo
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