By teslasoft-de
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.
Design iterative document-generation pipelines with rubric-based evaluation. Quality gates, heuristic evaluation, and revision loops. Usage: /heuristic-template - Start heuristic template design /iterative-doc-gen - Alias for /heuristic-template
Plugin version management — sync, bump, check, status, and content-change detection for all marketplace plugins. Keeps SKILL.md and plugin.json versions in sync, and auto-bumps when tracked plugin content changes since the last version bump. Auto-detects project root and marketplace directories. Usage: /plugin-version status - Show version table /plugin-version sync [--plugin <glob>] - Sync plugin.json to SKILL.md /plugin-version check - Check for drift (CI mode) /plugin-version patch|minor|major [--plugin <glob>] - Bump versions /plugin-version detect - Report content drift (CI mode) /plugin-version detect --apply - Auto-bump content-drifted plugins
Design new agent skills using the 10-step Skill Design Loop (SDL). Create reusable, portable agent capabilities with progressive disclosure. Usage: /skill-design - Start the Skill Design Loop /design-skill - Alias for /skill-design
Design iterative document-generation pipelines with rubric-based evaluation. Use when setting up AI-driven content production with quality gates, heuristic evaluation, and revision loops. Applies the Principle of Least Action to minimize iteration cost while maximizing quality.
Design 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.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
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.
Obsidian vault operations for the Teslasoft PARA-based knowledge management system. Session bootstrapping, note type patterns, 12 template specifications, frontmatter schemas, and Dataview queries.
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.
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin skill-designUltimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Professional skill and subagent creation with dual-mode workflow: 12-step fast mode and 15-step full mode with behavioral pressure testing and TDD integration.
4つの専門エージェント(アーキテクト・リサーチャー・ライター・レビュアー)がチームで高品質なスキルを設計・作成する
Create, edit, evaluate, and package Claude Code agent skills — full draft→test→review→improve lifecycle.
Create and validate production-grade agent skills with 100-point marketplace grading
4 persona Agent Team skill builder — spawn real agents to analyze and debate, then build working skills with auto eval/benchmark, description optimization via run_loop, and .skill packaging