By teslasoft-de
Track collaboration state between Claude sessions using git branches. Enables seamless context switching by persisting progress in feature branches. Use for multi-session work, handoffs, and publishing completed work.
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) for creating agent skills |
| Plugin | Description |
|---|---|
| repomix | Pack codebases into AI-friendly bundles for context loading |
| idea | JetBrains IDE integration via MCP server |
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)
└── 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin collabDesign new agent skills using the 10-step Skill Design Loop (SDL). Use when creating reusable, portable agent capabilities with progressive disclosure, VOI-driven uncertainty management, and security hardening.
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.
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.
Scaffold enterprise authentication and authorization patterns. Use when implementing JWT auth, role-based access control, realm-based permissions, or session management in web applications.
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.
Planning, committing, PR management, code polishing, action item extraction, and session handoffs.
Git and PR workflows with code review, onboarding, and PR enhancement
GitFlow workflow automation for feature, hotfix, and release branches
Git workflow automation and conventional commits
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.