GitHub
Skills harvested from GitHub repositories
14810 skills availableobsidian-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...
obsidian-local-dev-loop
Establish a fast edit-build-test cycle for Obsidian plugins. Clone the official sample plugin, run esbuild in watch mode...
obsidian-install-auth
Set up a complete Obsidian plugin development environment: clone the official sample plugin, install TypeScript + esbuil...
obsidian-hello-world
Build a minimal working Obsidian plugin demonstrating the five core building blocks: commands (palette + editor + checkC...
obsidian-deploy-integration
Release and distribute Obsidian plugins through multiple channels: the official community plugin directory, GitHub relea...
obsidian-debug-bundle
!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' !uname -a Collect comprehensive d...
obsidian-data-handling
Data management patterns for Obsidian plugins: plugin config with loadData/saveData, vault file I/O, frontmatter parsing...
obsidian-cost-tuning
Optimize costs across Obsidian's paid services and third-party plugin API usage. Covers Obsidian Sync storage management...
obsidian-core-workflow-b
Add production UI to an existing Obsidian plugin: custom sidebar views, modal dialogs with forms, fuzzy-search suggestio...
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, ...
obsidian-common-errors
Diagnostic guide for the six most frequent Obsidian plugin development errors, with root causes and copy-paste fixes. Ob...
obsidian-ci-integration
GitHub Actions workflows for Obsidian plugin development: build validation on every push, automated releases when you ta...
anima-rate-limits
Anima API has per-minute rate limits on code generation. Each generateCode call processes one Figma node through AI — it...
veeva-hello-world
Create, retrieve, and query documents in Veeva Vault -- the fundamental CRUD operations. Uses the Vault REST API with VQ...
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...
langchain-deep-agents
Two pains bite every team reproducing LangChain's late-2025 Deep Agents blueprint. Virtual-FS state grows unboundedly (P...
troubleshooting-guide-creator
This skill provides automated assistance for troubleshooting guide creator tasks within the Technical Documentation doma...
clay-incident-runbook
Rapid response procedures for Clay-related production incidents. Clay is a hosted SaaS platform, so incidents fall into ...
posthog-upgrade-migration
!npm list posthog-js posthog-node 2>/dev/null | grep posthog || echo 'No PostHog SDK found' Upgrade posthog-js and posth...
posthog-security-basics
Secure PostHog API key management, least-privilege access, and secret rotation. PostHog has two key types with very diff...
posthog-sdk-patterns
Production-ready patterns for PostHog integrations: singleton client, type-safe event capture, React hooks for feature f...
posthog-prod-checklist
Production readiness verification for PostHog integrations. Covers SDK configuration hardening, graceful degradation whe...
posthog-multi-env-setup
Use separate PostHog projects for each environment (dev, staging, production). This prevents dev/test events from pollut...
posthog-performance-tuning
Optimize PostHog for production workloads. The biggest performance wins are: local feature flag evaluation (eliminates n...