← all publishers

karchtho

@karchtho source repo

37 published skills

  1. Code Reviewer · karchtho
    code review feedback quality analysis best practices consistency checking
    1 install
  2. Jest Fundamentals · karchtho
    Jest setup, configuration, test runner, assertions, lifecycle hooks, coverage. Activates when user mentions "Jest config", "setup Jest", "Jest configuration", "test coverage", "Jest hooks", "beforeEach", "afterEach", "describe blocks", or wants to configure Jest for JavaScript/TypeScript projects.
    1 install
  3. Testing Patterns · karchtho
    Express testing patterns including unit tests, integration tests, API endpoint testing, mocking databases, testing middleware, testing authentication. Use when writing tests for Express APIs, testing controllers and services, mocking dependencies, or testing middleware.
    1 install
  4. Integration Testing · karchtho
    Integration testing for Express APIs, HTTP endpoint testing, supertest, API testing patterns, authentication testing, request validation. Activates when user mentions "integration test", "API testing", "Express testing", "supertest", "endpoint testing", "HTTP testing", or wants to test Express routes and middleware.
    1 install
  5. Thomas Qml Dashboard · karchtho bundle
    QML + PySide6 guidance for Thomas's widget-based desktop dashboard application. Use this skill whenever working on QML components, the theme system, sidebar, tab management, widget shell/content architecture, workspace state, Flickable scrolling, or the Python-to-QML bridge. Trigger on any mention of: QML, WidgetShell, WidgetContent, WorkspaceStore, Theme singleton, BaseWidget, sidebar, collapsible, accordion, snapped/floating mode, design tokens, qmldir, Qt.labs.settings, injected Python model, QAbstractListModel, app_settings, workspace_model, or PySide6 @Slot/@Property patterns. Also trigger when generating new QML components, writing signal/slot connections, binding to injected Python objects, or debugging property binding issues in this project.
    1 install
  6. Session Manager · karchtho bundle
    Activates when the user asks to "create session summary", "summarize this session", "end the session", "start a session", "load context", "what did we work on", "session notes", "document this session", or wants to track, document, and manage work sessions.
    1 install
  7. Feature Architect · karchtho
    Design game feature architecture before writing code. Use when planning a new feature system, deciding on component structure, or mapping out how a feature integrates with existing systems.
    1 install
  8. Feature Generator · karchtho
    code generation script writing implementation production-ready features
    1 install
  9. Unit Testing Patterns · karchtho
    Unit testing patterns, TDD workflow, test factories, fixtures, pure function testing, class testing. Activates when user mentions "unit test", "TDD", "test-driven", "factory pattern", "test fixtures", "pure function testing", "class testing", or wants to write isolated unit tests.
    1 install
  10. Agents Commands Creator · karchtho
    Create Claude Code agents and commands with proper markdown structure, YAML frontmatter, and plugin.json arrays. Use when creating commands, slash commands, agents, autonomous assistants, and command-line utilities for Claude Code plugins.
    1 install
  11. API Design Patterns · karchtho
    REST API design, response formatting, versioning, pagination, filtering, sorting, error responses, status codes. Use when designing REST APIs, implementing pagination, filtering, versioning strategies, designing error response formats, or structuring API response formats.
    1 install
  12. Middleware Patterns · karchtho bundle
    Express middleware patterns including authentication, validation, error handling, rate limiting, request logging, CORS, compression. Use when implementing auth middleware, input validation, error handlers, rate limiting, request/response logging, or security middleware.
    1 install
  13. Jam Prep Checklist · karchtho
    setup preparation readiness checklist pre-jam verification launch ready
    1 install
  14. Environment Variables Handler · karchtho
    Manage environment variables and configuration across development, staging, and production. Master .env files, secret management, configuration validation, and multi-environment strategies. Use when setting up configuration systems, managing secrets, or deploying to different environments.
    1 install
  15. Shipit Doc System · karchtho bundle
    Create, edit, classify, and validate quality documents for the Ship It Green infrastructure (server Bob): SOPs, Work Instructions (WI), Installation Qualifications (IQ), Operational Qualifications (OQ), and reference catalogues (REF). Use this skill WHENEVER the user is writing, updating, splitting, or reviewing any infra/QMS document, mentions an SOP/WI/IQ/OQ/REF, asks whether something is "a WI or an IQ", talks about qualification protocols, acceptance criteria, signature blocks, or a documentary system / système documentaire — even if they don't name the document type explicitly. Always classify the document and run the validator before considering the work done.
    1 install
  16. Database Integration · karchtho bundle
    Database integration patterns for PostgreSQL and MongoDB, connection pooling, query patterns, transactions, repositories, ORM setup (Prisma, TypeORM). Use when setting up database connections, writing database queries, implementing repositories, managing migrations, or handling transactions.
    1 install
  17. Express Fundamentals · karchtho bundle
    Express.js setup, server initialization, middleware configuration, request/response handling, routing basics, TypeScript integration, middleware pipeline. Use when setting up new Express servers, configuring middleware, creating routes, or understanding Express architecture and request/response lifecycle.
    1 install
  18. Integration Validator · karchtho
    integration testing system compatibility dependencies validation coherence
    1 install
  19. Modern Patterns Audit · karchtho
    Audit Unity scripts for modern development practices. Use when reviewing code for outdated patterns, checking Input System usage, async/await adoption, dependency injection, or object pooling opportunities.
    1 install
  20. Authentication Patterns · karchtho
    JWT authentication, OAuth 2.0, session management, password hashing, refresh tokens, multi-factor authentication, API keys. Use when implementing user authentication, token management, authorization, password reset flows, or securing APIs.
    1 install
  21. Validate Starter Scripts · karchtho
    Validate and audit game jam starter scripts for quality, integrity, and correct initialization. Use when running pre-jam checks, verifying startup scripts work, or auditing script quality before a game jam begins.
    1 install
  22. Example Skill · karchtho
    This skill should be used when the user asks to "demonstrate minimal skill", "show basic skill structure", or needs a simple skill example. Provides a minimal working skill template.
    1 install
  23. Advanced Skill · karchtho bundle
    This skill should be used when the user asks to "demonstrate advanced skill structure", "show comprehensive skill patterns", "create skill with references", or needs a complete skill example with bundled resources. Showcases progressive disclosure and resource organization.
    1 install
  24. Bash Scripting · karchtho
    Expert guidance on writing robust, maintainable shell scripts. Covers Bash and Zsh scripting, best practices, error handling, security, modern command-line tools (ripgrep, fd, fzf, jq, yq), automation, and production deployment patterns.
    1 install
  25. API Testing · karchtho
    API testing strategies with Postman/Newman MCP integration, contract testing, unit and integration tests, and framework-specific examples. Use when setting up API testing infrastructure, integrating Postman MCP, writing test suites, or automating API testing in CI/CD pipelines.
    1 install
  26. Bundle Maker · karchtho bundle
    This skill should be used when the user asks to "create a bundle", "make a plugin", "build a Claude plugin", "create a skill bundle", "package skills", "add skills to a bundle", "create plugin.json", or wants to create comprehensive Claude Code plugins with skills, commands, agents, hooks, or MCP servers. Activates when creating plugin structures or bundling Claude capabilities.
    1 install
  27. Nginx Configuration · karchtho
    Configure Nginx web server for high-performance reverse proxy, load balancing, SSL/TLS, caching, and API gateway functionality. Master production deployments, security headers, and monitoring.
    1 install
  28. REST API Design · karchtho
    Expert REST API design patterns, resource modeling, HTTP semantics, pagination, filtering, and RESTful best practices. Use when designing REST endpoints, reviewing API specifications, establishing REST conventions, or implementing HTTP-based web services.
    1 install
  29. Dockerfile Generator · karchtho
    Generate production-ready Dockerfiles with best practices for various tech stacks. Covers multi-stage builds, optimization, security, and language-specific patterns (Node.js, Python, Go, Rust, Java). Use when creating new application containers.
    1 install
  30. UI UX Design · karchtho
    UI/UX design principles, design systems, accessibility, responsive design, and user experience best practices. Activates when discussing layouts, styling, design decisions, user flows, or visual design.
    1 install
  31. Docker Compose Creator · karchtho
    Design multi-container applications with Docker Compose. Covers service orchestration, networking, volumes, environment configuration, health checks, and production deployment patterns. Use when defining local development stacks or deploying multi-service applications.
    1 install
  32. Github Actions Starter · karchtho
    Automate CI/CD pipelines with GitHub Actions. Master workflow syntax, event triggers, jobs, steps, environment variables, secrets, artifacts, matrix builds, and deployment patterns. Use when setting up automated testing, building, and deployment workflows.
    1 install
  33. GRAPHQL API Design · karchtho
    GraphQL schema design, type systems, resolver patterns, DataLoader optimization, pagination, subscriptions, and query complexity management. Use when building GraphQL APIs, designing schemas, migrating from REST, or optimizing query performance.
    1 install
  34. Docker Container Basics · karchtho
    Docker containerization fundamentals. Master container lifecycle, image management, networking, volumes, resource limits, and production deployment patterns. Use when building, running, debugging containers or implementing container orchestration.
    1 install
  35. Database Testing · karchtho
    Database testing with Prisma and PostgreSQL, repository testing, transaction testing, migration testing, test data management. Activates when user mentions "database testing", "Prisma testing", "repository test", "PostgreSQL test", "transaction testing", "test database", or wants to test database operations.
    1 install
  36. Mocking Patterns · karchtho
    Jest mocking patterns, jest.fn(), jest.mock(), spies, module mocking, dependency injection, mock implementations. Activates when user mentions "mock", "jest.fn", "jest.mock", "spy", "stub", "fake", "dependency injection testing", or wants to isolate code for testing.
    1 install
  37. React Patterns · karchtho
    Modern React development patterns including hooks, components, state management (Zustand, Redux Toolkit), and performance optimization. Activates when working with React components, JSX, hooks, stores, or React-specific architecture.
    1 install