GitHub
Skills harvested from GitHub repositories
14810 skills availableopenevidence-migration-deep-dive
Parallel run: Run old and new systems simultaneously Strangler fig: Gradually route traffic to OpenEvidence Big bang: Sw...
openevidence-local-dev-loop
Local development workflow for OpenEvidence clinical decision support API integration. Provides a fast feedback loop wit...
openevidence-install-auth
Set up OpenEvidence Medical AI API for clinical decision support and evidence-based queries. OpenEvidence account and AP...
openevidence-incident-runbook
| Level | Condition | Response | |-------|-----------|----------| | P1 | API down | Immediate | | P2 | Degraded | 15 min...
openevidence-enterprise-rbac
OpenEvidence delivers AI-powered clinical decision support using peer-reviewed medical literature. Enterprise RBAC contr...
openevidence-deploy-integration
Deploy a containerized OpenEvidence clinical evidence integration service with Docker. This skill covers building a HIPA...
openevidence-debug-bundle
This debug bundle collects diagnostic evidence from OpenEvidence clinical decision support API integrations for troubles...
openevidence-core-workflow-b
Search medical evidence, manage citations, and generate formatted evidence reports through OpenEvidence. Use this workfl...
maintainx-sdk-patterns
Production-grade patterns for building robust MaintainX API integrations with proper error handling, cursor-based pagina...
maintainx-reference-architecture
Production-grade architecture patterns for building scalable, maintainable integrations between MaintainX and enterprise...
maintainx-rate-limits
Handle MaintainX API rate limits gracefully with exponential backoff, cursor-based pagination, and request queuing to ma...
maintainx-prod-checklist
Comprehensive pre-deployment and post-deployment checklist for MaintainX integrations covering security, reliability, ob...
maintainx-observability
Implement metrics, structured logging, and alerting for MaintainX integrations to ensure reliability and rapid issue det...
maintainx-multi-env-setup
Configure and manage multiple MaintainX environments for development, staging, and production with proper secret managem...
maintainx-incident-runbook
Step-by-step procedures for responding to MaintainX integration incidents, from detection through resolution and post-mo...
maintainx-enterprise-rbac
Configure enterprise role-based access control for MaintainX integrations with role definitions, location-scoped permiss...
maintainx-debug-bundle
!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' !echo "API key set: $([ -n "$MAIN...
maintainx-data-handling
Patterns for synchronizing, transforming, and exporting data between MaintainX and external systems (databases, data war...
maintainx-core-workflow-b
Manage equipment assets and facility locations in MaintainX. Assets represent equipment that requires maintenance; locat...
maintainx-core-workflow-a
Master the complete work order lifecycle in MaintainX -- from creation through completion. Work orders are the core unit...
maintainx-ci-integration
Configure CI/CD pipelines for MaintainX integrations with unit tests (mocked), integration tests (live API), and automat...
linear-webhooks-events
Set up and handle Linear webhooks for real-time event processing. Linear sends HTTP POST requests for data changes on Is...
linear-reference-architecture
Production-grade architectural patterns for Linear integrations. Choose the right pattern based on team size, complexity...
linear-rate-limits
Linear uses the leaky bucket algorithm with two rate limiting dimensions. Understanding both is critical for reliable in...