By teslasoft-de
Obsidian vault operations for the Teslasoft PARA-based knowledge management system. Session bootstrapping, note type patterns, 12 template specifications, frontmatter schemas, and Dataview queries.
PARA-based vault note operations: folder structure, 7 note types (Goals, Projects, Areas, Resources, Collaborations, Science, Skills), creation/modification workflows, and common tasks. Use when creating, modifying, linking, or archiving vault notes. Keywords: PARA, note type, create note, add project, create goal, archive, link area, add resource, folder structure, working with notes
Load vault context for role sessions (developer, architect, researcher, etc.). Replaces 10+ sequential tool calls with 2 parallel batches. Use at session start or after context recovery. Not for Nikola (/dashboard) or Cowork (/cowork). Includes agent team preparation for orchestration-first workflows and context packet detection for self-contained session handoff.
PARA maintenance knowledge — batch discipline, CI-001 loop, inbox lifecycle, archive patterns. Load for vault maintenance capability without role enforcement. Keywords: PARA, maintenance, inbox lifecycle, CI-001, batch, archive, housekeeping, frontmatter, vault hygiene, scan, triage, dispatch, completion gate, NDP-001
Canonical frontmatter schema reference for all PARA types in the Teslasoft Obsidian vault. Defines shared base fields, per-type required/optional/auto-managed schemas, consumer field maps, auto-managed field ownership, and Dataview query patterns. Single source of truth for all metadata conventions — templates, panels, MCP tools, and Drone collectors validate against these definitions. Keywords: frontmatter, metadata, schema, PARA, canonical, status, type, horizon, Dataview, query, repoPath, consumer map, auto-managed, lifecycle panel, FrontmatterManager, assigned_team, spec file, team file, context-packet, prompt, policy, enforcement, domain, session_date, branch, policy_refs, design
All 12 Obsidian vault template specifications with key fields, sections, and usage guidelines. Covers Goals, Projects, Areas, Resources, Collab, Science, Skills, Inbox, Archive, CV-Schema, Policy, and Prompt templates. Includes Templater syntax and best practices. Keywords: template, Templater, apply template, use template, template for goal, project template, area template, resource template, create from template
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.
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin vaultE2E 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.
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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Build and maintain an LLM-curated personal knowledge base with default local FastEmbed + sqlite-vec search, BM25 fusion, structured evidence, incremental caching, and a compiled graph layer.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems