Topic: skills
17,247 skills in this topic.
-
oraclecloud-reference-architecture
Standard 3-tier OCI reference architecture with VCN, subnets, gateways, load balancer, compute, and Autonomous DB.
Use when designing a new OCI deployment, translating AWS/Azure patterns, or creating Terraform for OCI infrastructure.
Trigger with "oraclecloud architecture", "oci reference design", "oci 3 tier", "oci vpc design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-rate-limits
Handle OCI API rate limits with defensive retry patterns and known limits by service.
Use when automating bulk OCI operations, hitting 429 TooManyRequests errors, or building resilient API clients.
Trigger with "oraclecloud rate limits", "oci 429 error", "oci throttling", "oci backoff".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-query-transform
Query OCI metrics with MQL and create monitoring alarms via the Python SDK.
Use when building dashboards, querying CPU/memory/network metrics, or creating alarms.
Trigger with "oci monitoring", "mql query", "oci metrics", "oci alarm", "cpu utilization oci".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-prod-checklist
Pre-production readiness checklist for OCI — backup policies, security audit, key rotation, encryption, and Cloud Guard.
Use when preparing an OCI environment for production workloads or auditing an existing deployment.
Trigger with "oraclecloud prod checklist", "oci production ready", "oci security audit", "oci well-architected".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-performance-tuning
Optimize OCI compute shapes, block volume tiers, and network throughput.
Use when choosing instance shapes, configuring block volume performance, or benchmarking OCI infrastructure.
Trigger with "oraclecloud performance", "oci shape comparison", "oci block volume iops", "oracle cloud performance tuning".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-observability
Set up programmatic monitoring, logging, and alarms for OCI resources.
Use when configuring OCI Monitoring metrics, creating alarm rules, publishing custom metrics, or searching logs via the Logging service.
Trigger with "oraclecloud observability", "oci monitoring", "oci alarms", "oci logging", "oracle cloud observability".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-multi-env-setup
Configure multi-environment OCI workflows with config profiles and compartment-per-environment patterns.
Use when setting up dev/staging/prod separation, switching between OCI profiles, or preventing accidental production deployments.
Trigger with "oraclecloud multi env setup", "oci profiles", "oci environments", "oci config profiles".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-migration-deep-dive
Migrate workloads from AWS or Azure to OCI — IAM translation, networking mapping, compute image import, and data migration.
Use when planning an AWS-to-OCI or Azure-to-OCI migration, translating cloud concepts, or importing custom images.
Trigger with "oraclecloud migration", "aws to oci", "azure to oci", "oci migration deep dive".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-local-dev-loop
Set up a productive local OCI development workflow using CLI and SDK instead of the web console.
Use when the OCI Console is too slow, setting up CLI profiles, or building shell aliases for common operations.
Trigger with "oci local dev", "oci cli setup", "oraclecloud dev workflow", "avoid oci console".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-install-auth
Install and configure Oracle Cloud Infrastructure (OCI) SDK and CLI authentication.
Use when setting up a new OCI integration, generating API signing keys, or debugging config file errors.
Trigger with "install oraclecloud", "setup oci auth", "oraclecloud credentials", "oci config".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-incident-runbook
Self-service incident runbook for OCI outages — health probes, instance recovery, cross-AD/region failover.
Use when OCI instances go down, the status page is silent, or you need automated recovery without waiting for support.
Trigger with "oraclecloud incident", "oci outage runbook", "oci failover", "oci instance recovery".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-hello-world
Launch your first OCI compute instance with capacity retry logic.
Use when creating a new compute instance, testing OCI connectivity, or hitting "Out of host capacity" errors on Always Free ARM shapes.
Trigger with "oraclecloud hello world", "launch oci instance", "oci compute example", "out of capacity oci".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
oraclecloud-enterprise-rbac
Design OCI compartment hierarchies, dynamic groups, and cross-tenancy access patterns.
Use when planning enterprise RBAC, setting up Instance Principal auth, or debugging policy inheritance.
Trigger with "oraclecloud enterprise rbac", "oci compartments", "oci dynamic groups", "oci policy inheritance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-sdk-patterns
Apply production-ready Salesforce jsforce patterns for TypeScript and Python.
Use when implementing Salesforce integrations, refactoring SDK usage,
or establishing team coding standards for Salesforce.
Trigger with phrases like "salesforce SDK patterns", "jsforce best practices",
"salesforce code patterns", "idiomatic salesforce", "salesforce typescript".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-policy-guardrails
Implement Salesforce lint rules, SOQL injection prevention, and API usage guardrails.
Use when enforcing Salesforce integration code quality, preventing SOQL injection,
or configuring CI policy checks for Salesforce best practices.
Trigger with phrases like "salesforce policy", "salesforce lint",
"salesforce guardrails", "SOQL injection", "salesforce eslint", "salesforce code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-prod-checklist
Execute Salesforce production deployment checklist with sandbox testing and rollback.
Use when deploying Salesforce integrations to production, preparing for launch,
or implementing go-live procedures.
Trigger with phrases like "salesforce production", "deploy salesforce",
"salesforce go-live", "salesforce launch checklist", "salesforce sandbox to prod".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-rate-limits
Implement Salesforce API limit management, backoff, and quota monitoring.
Use when handling REQUEST_LIMIT_EXCEEDED errors, implementing retry logic,
or optimizing API request throughput for Salesforce.
Trigger with phrases like "salesforce rate limit", "salesforce API limit",
"salesforce 403", "salesforce retry", "salesforce governor limits", "API quota".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-reference-architecture
Implement Salesforce integration reference architecture with jsforce, SFDX, and event-driven patterns.
Use when designing new Salesforce integrations, reviewing project structure,
or establishing architecture standards for Salesforce-connected applications.
Trigger with phrases like "salesforce architecture", "salesforce project structure",
"salesforce integration design", "how to organize salesforce code", "salesforce layout".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-reliability-patterns
Implement Salesforce reliability patterns including circuit breakers, idempotent upserts, and fallback caching.
Use when building fault-tolerant Salesforce integrations, implementing retry strategies,
or adding resilience to production Salesforce services.
Trigger with phrases like "salesforce reliability", "salesforce circuit breaker",
"salesforce idempotent", "salesforce resilience", "salesforce fallback", "salesforce retry".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-upgrade-migration
Analyze, plan, and execute Salesforce API version upgrades and jsforce major version migrations.
Use when upgrading Salesforce API versions, migrating jsforce v1 to v3,
or adapting to deprecated API changes.
Trigger with phrases like "upgrade salesforce", "salesforce API version",
"jsforce upgrade", "salesforce deprecation", "salesforce version migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-ci-integration
Configure Databricks CI/CD integration with GitHub Actions and Asset Bundles.
Use when setting up automated testing, configuring CI pipelines,
or integrating Databricks deployments into your build process.
Trigger with phrases like "databricks CI", "databricks GitHub Actions",
"databricks automated tests", "CI databricks", "databricks pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-webhooks-events
Implement Salesforce Platform Events, Change Data Capture (CDC), and Outbound Messages.
Use when building real-time integrations, listening for record changes,
or implementing event-driven architecture with Salesforce.
Trigger with phrases like "salesforce events", "salesforce CDC",
"salesforce platform events", "salesforce streaming", "salesforce outbound message", "salesforce real-time".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-performance-tuning
Optimize Salesforce API performance with SOQL tuning, Composite API batching, and caching.
Use when experiencing slow API responses, optimizing SOQL queries,
or reducing API call count for Salesforce integrations.
Trigger with phrases like "salesforce performance", "optimize salesforce",
"salesforce latency", "salesforce caching", "salesforce slow", "SOQL optimization".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
salesforce-security-basics
Apply Salesforce security best practices for Connected Apps, OAuth, and field-level security.
Use when securing API credentials, implementing least privilege access,
or auditing Salesforce security configuration.
Trigger with phrases like "salesforce security", "salesforce secrets",
"secure salesforce", "salesforce connected app security", "salesforce FLS".
jeremylongshore/claude-code-plugins-plus-skills 1,803