By teslasoft-de
E2E testing workflow with test-first development rules. Covers new features (test-first), test modifications (progressive testing), and refactoring (iterative testing). Framework-agnostic with Playwright/Cypress/Jest examples.
E2E testing workflow with test-first development rules. Covers new features (test-first), test modifications (progressive testing), and refactoring (iterative testing). Framework-agnostic with Playwright/Cypress/Jest examples. Keywords: e2e, testing, tdd, playwright, cypress.
Fixture.md parsing, validation, and test orchestration. Provides fixture-to-worktree sync, precondition verification, expected outcome assertion, and test report generation. Use when managing test fixtures, validating fixture specs, or running fixture-driven tests. Keywords: fixture, test management, sync, validation, test report, fixture.md.
PARA fixture knowledge for Obsidian vault testing. Provides minimal test vault structure, frontmatter assertion patterns, fixture worktree lifecycle, and vault-specific test patterns. Use when writing tests that validate vault operations (inbox create, frontmatter parse, policy enforcement, dashboard render). Keywords: vault, testing, fixture, PARA, frontmatter.
Professional skills and tools for Claude Code, including UX design, authentication patterns, collaboration workflows, and developer tools.
Add this marketplace to Claude Code:
/plugin marketplace add teslasoft-de/claude-skills-marketplace
Then install individual plugins:
/plugin install ux@teslasoft-skills
/plugin install auth-pattern@teslasoft-skills
/plugin install collab@teslasoft-skills
| Plugin | Description |
|---|---|
| ux | Comprehensive UX design skills: research, information architecture, interaction design, visual design, and strategy |
| Plugin | Description |
|---|---|
| auth-pattern | Enterprise authentication patterns: JWT, RBAC, realm-based authorization |
| e2e | E2E testing workflows with test-first development methodology |
| Plugin | Description |
|---|---|
| collab | Git branch collaboration state management for multi-session work |
| context-budget | Context window management with progressive disclosure |
| skill-design | 10-step Skill Design Loop (SDL) + plugin version management (/plugin-version) |
| Plugin | Description |
|---|---|
| repomix | Pack codebases into AI-friendly bundles for context loading |
| idea | JetBrains IDE integration via MCP server |
| Plugin | Description |
|---|---|
| vault | PARA-based vault operations: frontmatter schemas (vault-metadata), note types (vault-notes), templates (vault-templates), boot procedures (vault-boot) |
| jarvis | Activity sensor integration: status, alerts, health checks, collection triggers |
The marketplace includes shared tooling available via pnpm:
| Script | Description |
|---|---|
pnpm plugin:version status | Show version table for all plugins across all marketplaces |
pnpm plugin:version sync [--plugin <glob>] | Sync plugin.json to SKILL.md version, unify all skills |
pnpm plugin:version check | Check for version drift (CI mode, exit 1 on drift) |
pnpm plugin:version patch|minor|major [--plugin <glob>] | Bump plugin versions atomically |
Options: --plugin <glob> (filter), --no-unify (skip secondary skills), --root <path> (explicit project root).
Auto-detects project root from CWD, CLAUDE_PROJECT_DIR, or directory traversal. Discovers marketplaces from .claude/settings.json or by scanning .claude/plugins/marketplaces/.
Each plugin follows the standard Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── skill-name/
│ ├── SKILL.md # Main skill definition
│ └── references/ # Deep content (progressive disclosure)
├── commands/ # CLI commands (optional)
├── scripts/ # Shared tooling (optional)
└── README.md
Teslasoft - teslasoft.de
This project uses dual licensing:
| Use Case | License | Requirements |
|---|---|---|
| Open Source Projects | MIT License | Include copyright notice |
| Commercial / Closed Source | Commercial License | Visible attribution required |
See LICENSE.md for full details.
Commercial use without a Commercial License is prohibited.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin e2eMaster end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
End-to-end testing with Playwright integration
End-to-end test execution and recording for web applications
End-to-end test automation with Playwright, Cypress, and Selenium for browser-based testing
Obsidian vault operations for the Teslasoft PARA-based knowledge management system. Session bootstrapping, note type patterns, 12 template specifications, frontmatter schemas, and Dataview queries.
Design new agent skills using the 10-step Skill Design Loop (SDL). Includes plugin version management tooling (sync, bump, check, status) for all Claude Code marketplace plugins.
AI assistant layer for the Teslasoft harness. Reads pre-collected state from the Drone sidecar, surfaces alerts, answers ad-hoc queries, and replaces manual data collection in dashboard workflows.
Complete IntelliJ IDEA integration for Claude agents. MCP server integration (mcp-tools), worker operations (changelist management, module sync, config backups), and orchestration workflows (maintenance cycles, project onboarding, vault structure sync).
Manage context efficiently in long conversations using progressive disclosure and tiered loading. Use when hitting context limits, working on large codebases, or optimizing token usage across multi-turn interactions.
Production-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.
Automation QA skills for Cypress testing, CI test pipelines, contract testing, mock services, and visual regression.