palantir-prod-checklist

Featured

Execute Palantir Foundry production deployment checklist and rollback procedures. Use when deploying Foundry integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "palantir production", "deploy foundry", "palantir go-live", "foundry launch checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Palantir Production Checklist ## Overview Complete go-live checklist for deploying Foundry-integrated applications to production. Covers credential management, health checks, monitoring, and rollback procedures. ## Prerequisites - Staging environment tested and verified - Production OAuth2 credentials from Developer Console - Deployment pipeline configured - Monitoring infrastructure ready ## Instructions ### Pre-Deployment: Credentials & Config - [ ] OAuth2 client credentials in secrets manager (not personal tokens) - [ ] Scopes are minimal: only what the app actually needs - [ ] `FOUNDRY_HOSTNAME` points to production enrollment - [ ] Separate credentials from staging (not shared) - [ ] Credential rotation schedule documented (90-day max) ### Code Quality - [ ] All tests passing including Foundry integration tests - [ ] No hardcoded hostnames, tokens, or RIDs - [ ] Error handling covers all Foundry `ApiError` status codes - [ ] Rate limiting with exponential backoff implemented - [ ] Logging uses structured format (JSON) with request IDs ### Infrastructure - [ ] Health check endpoint verifies Foundry connectivity ```python @app.get("/health") async def health(): try: client.ontologies.Ontology.list() return {"status": "healthy", "foundry": "connected"} except foundry.ApiError as e: return {"status": "degraded", "foundry": f"error_{e.status_code}"} ``` - [ ] Circuit breaker pattern for Foundry API calls - [ ] Graceful degradation when ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

palantir-deploy-integration

Deploy Palantir Foundry integrations to cloud platforms with secrets management. Use when deploying Foundry-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy palantir", "foundry deploy", "palantir production deploy", "foundry Cloud Run".

2,266 Updated today
jeremylongshore
AI & Automation Featured

palantir-observability

Set up observability for Palantir Foundry integrations with metrics, logging, and alerts. Use when implementing monitoring for Foundry API calls, setting up dashboards, or configuring alerting for Foundry integration health. Trigger with phrases like "palantir monitoring", "foundry metrics", "palantir observability", "monitor foundry", "foundry alerts".

2,266 Updated today
jeremylongshore
AI & Automation Featured

palantir-security-basics

Apply Palantir Foundry security best practices for credentials, scopes, and access control. Use when securing API tokens, implementing least privilege access, or auditing Foundry security configuration. Trigger with phrases like "palantir security", "foundry secrets", "secure palantir", "palantir API key security", "foundry scopes".

2,266 Updated today
jeremylongshore
AI & Automation Featured

palantir-incident-runbook

Execute Palantir Foundry incident response with triage, mitigation, and postmortem. Use when responding to Foundry-related outages, API failures, or build pipeline incidents. Trigger with phrases like "palantir incident", "foundry outage", "palantir down", "foundry emergency", "palantir broken".

2,266 Updated today
jeremylongshore
AI & Automation Featured

firecrawl-prod-checklist

Execute Firecrawl production deployment checklist and rollback procedures. Use when deploying Firecrawl integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "firecrawl production", "deploy firecrawl", "firecrawl go-live", "firecrawl launch checklist".

2,266 Updated today
jeremylongshore