obsidian-migration-deep-dive

!node --version 2>/dev/null || echo 'N/A' !ls .enex .json .zip 2>/dev/null | head -10 || echo 'No export files in cwd' M...

github

obsidian-local-dev-loop

Establish a fast edit-build-test cycle for Obsidian plugins. Clone the official sample plugin, run esbuild in watch mode...

github

obsidian-install-auth

Set up a complete Obsidian plugin development environment: clone the official sample plugin, install TypeScript + esbuil...

github

obsidian-hello-world

Build a minimal working Obsidian plugin demonstrating the five core building blocks: commands (palette + editor + checkC...

github

obsidian-deploy-integration

Release and distribute Obsidian plugins through multiple channels: the official community plugin directory, GitHub relea...

github

obsidian-debug-bundle

!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' !uname -a Collect comprehensive d...

github

obsidian-data-handling

Data management patterns for Obsidian plugins: plugin config with loadData/saveData, vault file I/O, frontmatter parsing...

github

obsidian-cost-tuning

Optimize costs across Obsidian's paid services and third-party plugin API usage. Covers Obsidian Sync storage management...

github

obsidian-core-workflow-b

Add production UI to an existing Obsidian plugin: custom sidebar views, modal dialogs with forms, fuzzy-search suggestio...

github

obsidian-core-workflow-a

Build a complete Obsidian plugin from an empty directory. By the end you will have a working plugin with a ribbon icon, ...

github

obsidian-common-errors

Diagnostic guide for the six most frequent Obsidian plugin development errors, with root causes and copy-paste fixes. Ob...

github

obsidian-ci-integration

GitHub Actions workflows for Obsidian plugin development: build validation on every push, automated releases when you ta...

github

anima-rate-limits

Anima API has per-minute rate limits on code generation. Each generateCode call processes one Figma node through AI — it...

github

veeva-hello-world

Create, retrieve, and query documents in Veeva Vault -- the fundamental CRUD operations. Uses the Vault REST API with VQ...

github

langchain-multi-env-setup

A team ships a LangChain 1.0 service to staging with python-dotenv loading .env.staging into os.environ. Security audits...

github

langchain-deep-agents

Two pains bite every team reproducing LangChain's late-2025 Deep Agents blueprint. Virtual-FS state grows unboundedly (P...

github

troubleshooting-guide-creator

This skill provides automated assistance for troubleshooting guide creator tasks within the Technical Documentation doma...

github

clay-incident-runbook

Rapid response procedures for Clay-related production incidents. Clay is a hosted SaaS platform, so incidents fall into ...

github

posthog-upgrade-migration

!npm list posthog-js posthog-node 2>/dev/null | grep posthog || echo 'No PostHog SDK found' Upgrade posthog-js and posth...

github

posthog-security-basics

Secure PostHog API key management, least-privilege access, and secret rotation. PostHog has two key types with very diff...

github

posthog-sdk-patterns

Production-ready patterns for PostHog integrations: singleton client, type-safe event capture, React hooks for feature f...

github

posthog-prod-checklist

Production readiness verification for PostHog integrations. Covers SDK configuration hardening, graceful degradation whe...

github

posthog-multi-env-setup

Use separate PostHog projects for each environment (dev, staging, production). This prevents dev/test events from pollut...

github

posthog-performance-tuning

Optimize PostHog for production workloads. The biggest performance wins are: local feature flag evaluation (eliminates n...

github