Skip to main content
Back to registry

graceful-degradation

parcadei/continuous-claude-v3

When optional services are unavailable, degrade gracefully with actionable fallback messages.

Installs157
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill graceful-degradation
About this skill
When optional services are unavailable, degrade gracefully with actionable fallback messages. Check availability at the start, cache the result, and provide helpful messages that explain what's missing and how to fix it. - Check service availability early (before wasting compute) - Cache health check results for the session (e.g., 60s TTL) - Provide actionable fallback messages: - What service is missing - What features are degraded - How to enable the service - Continue with reduced functionality when possible - Silently fail or return empty results - Check availability on every call (cache it) - Assume the user knows how to start missing services - This session: LMStudio availability check with 60s caching and helpful fallback - 174e0ff3: Environment variable debugging - print computed paths for troubleshooting

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does graceful-degradation do?

When optional services are unavailable, degrade gracefully with actionable fallback messages.

Is graceful-degradation good?

graceful-degradation does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does graceful-degradation work with?

graceful-degradation currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to graceful-degradation?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install graceful-degradation?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill graceful-degradation

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering