Repository inventory

dexploarer/claudius-skills

Skills indexed from this repository, with install-style signals scoped to the repo.
20 skills80 GitHub stars0 weekly installsTypeScriptGitHubOwner profile

Overview

This skill generates test mocks, stubs, and fixtures across popular frameworks (Jest, Vitest, pytest, unittest, MSW, etc.). It produces ready-to-use snippets and small helper factories so you can plug mocks directly into tests and speed up test writing. The output is framework-aware and can target functions, classes, modules, APIs, databases, and React components.

How this skill works

I inspect or ask for the target to mock (function, class, API endpoint, DB client, hook), detect the testing framework and language, then emit a minimal, idiomatic mock or fixture. The skill can create simple return-value mocks, spied methods, partial module mocks, MSW handlers, pytest fixtures, Prisma/MongoDB stubs, and factory helpers. You get code that includes setup/teardown where appropriate.

When to use it

  • You need a mock for a specific function or class
  • Create fixtures or factory data for tests
  • Mock an HTTP/GraphQL API response or WebSocket messages
  • Stub database clients (Prisma, Mongo) for unit tests
  • Replace child components or hooks in React tests

Best practices

  • Keep mocks small and focused—mock only what the test needs
  • Prefer fixtures or factories for repeated test data to avoid duplication
  • Use spies for interaction assertions and simple mocks for return values
  • Reset or restore mocks between tests to avoid state leakage
  • Choose MSW for integration-level API mocking and jest/vi mocks for unit-level isolation

Example use cases

  • Generate a Jest mock for an async fetch module and example test that asserts calls and resolved values
  • Create a pytest fixture that yields a mock database client with connect/disconnect teardown
  • Produce an MSW handler file for REST and GraphQL endpoints and setup server bootstrap
  • Generate a type-safe Vitest/TypeScript mock factory for User objects and a sample test using vi.fn()
  • Create a Prisma client mock using jest-mock-extended and an example of mocking user.create

FAQ

Common JS/TS and Python frameworks: Jest, Vitest, Mocha, unittest, pytest, pytest-mock, plus MSW for HTTP and GraphQL.

Can it generate type-safe TypeScript mocks?

Yes. It can output typed factories and vi/jest mocks that include TypeScript signatures and example usage.

20 skills

mock-generator
Automation

This skill generates test mocks, stubs, and fixtures for Jest, Vitest, pytest and more to speed up testing.

DebuggingIntegration TestsTestingUnit Tests+1
smart-contract-generator
Typescript

Generates Solidity smart contracts with security best practices (ERC-20, ERC-721, ERC-1155, custom). Use when user asks to "create smart contract", "solidity contract", "erc20 token", "nft contract", or "web3 contract".

wcag-compliance-checker
Accessibility

This skill helps you verify WCAG 2.1 Level AA accessibility, identify violations, and generate remediation guidance for web projects.

Code ReviewFrontendTestingUx+1
database-query-optimizer
Analytics

This skill analyzes and optimizes database queries across PostgreSQL, MySQL, and MongoDB by interpreting EXPLAIN plans and suggesting indexes.

DatabaseDebuggingPerformanceSql+1
lighthouse-ci-integrator
Analytics

This skill automates performance testing and Core Web Vitals tracking with Lighthouse CI in CI/CD, enforcing budgets and surfacing trends.

AutomationCi CdDevopsPerformance+2
todo-finder
Backend

This skill finds and organizes TODO, FIXME, HACK, and NOTE comments across a TypeScript codebase, prioritizing by severity and providing actionable context.

Code ReviewDebuggingProductivityRefactor+1
react-native-component-generator
Code Review

This skill scaffolds cross-platform React Native components with TypeScript support and platform-specific optimizations for mobile apps.

DebuggingDesignFrontendPerformance+2
calculator-helper
Ai

This skill automatically performs arithmetic, unit conversions, and financial calculations, helping you solve math problems quickly with clear steps.

AnalyticsApiDataScripting+1
dependency-scanner
Automation

This skill scans project dependencies for known vulnerabilities across npm, pip, and more, generating reports and remediation guidance.

Ci CdDevopsSecurityTesting+1
dockerfile-generator
Automation

This skill generates optimized Dockerfiles for Node.js, Python, Go, Java and more, using multi-stage builds, caching, and security best practices.

Ci CdDevopsInfraScripting+2
data-cleaning-pipeline
Ai

This skill generates end-to-end data cleaning pipelines for pandas, polars, or PySpark, removing missing values, duplicates, and outliers to improve quality.

AnalyticsAutomationCliData+3
file-organizer
Automation

This skill organizes files by type into categorized folders, helping you clean up directories quickly and keep projects tidy.

CliDevopsProductivityScripting+1
image-optimizer
Automation

This skill optimizes images for web performance by converting to modern formats, compressing efficiently, and generating responsive sizes.

Ci CdFrontendPerformanceScripting+1
api-documentation-generator
Api

This skill generates comprehensive API documentation including OpenAPI specs, endpoint descriptions, examples, and integration guides for developers.

ContentDocsWritingTypescript
comment-generator
Code Review

This skill automatically generates clear code comments and docstrings to improve readability and maintainability across languages.

DebuggingDocsProductivityWriting+1
security-header-generator
Api

This skill generates and configures security HTTP headers for web apps, helping prevent XSS, clickjacking, and MITM attacks.

BackendDevopsFrontendFullstack+2
property-based-test-generator
Automation

This skill helps you generate property-based tests for Python, JavaScript/TypeScript, or Haskell using Hypothesis, fast-check, or QuickCheck.

BackendCi CdDataPlanning+4
github-actions-builder
Automation

This skill creates tailored GitHub Actions workflows for CI/CD, automating tests, builds, deployments, and releases across common project types.

Ci CdDevopsGitScripting+2
visual-regression-setup
Automation

This skill helps you set up visual regression testing with Percy, Chromatic, or Playwright to catch UI changes early.

Ci CdDebuggingFrontendTesting+1
regex-pattern-builder
Code Review

This skill builds regex patterns from natural language, explains existing patterns, tests them, and provides practical examples.

DebuggingDocsScriptingTesting+1
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational