by wshobson
shellcheck-configuration helps you install ShellCheck, tune .shellcheckrc, and apply lint policy for CI and Code Review across bash, sh, dash, and ksh projects.
by wshobson
shellcheck-configuration helps you install ShellCheck, tune .shellcheckrc, and apply lint policy for CI and Code Review across bash, sh, dash, and ksh projects.
by wshobson
The sast-configuration skill helps configure Semgrep, SonarQube, and CodeQL for real SAST workflows. Use it to plan install steps, CI/CD integration, custom rules, quality gates, and false-positive tuning for Security Audit and repo-specific scanning.
by wshobson
bash-defensive-patterns helps agents write safer Bash for production automation, CI/CD, and system scripts with strict mode, traps, cleanup, quoting, and input validation.
by wshobson
python-configuration helps design Python app config with environment variables, typed settings, and fail-fast startup validation. Use it to structure backend settings, adopt pydantic-settings, manage secrets safely, and handle environment-specific behavior.
by wshobson
python-project-structure helps you plan Python package layout, module boundaries, tests, and public APIs with __all__. Use it for new projects or refactors that need clearer structure and maintainable imports.
by expo
The upgrading-expo skill helps you upgrade Expo SDK versions, run the right install and doctor commands, clear caches, and handle breaking changes like React 19, New Architecture, Native Tabs, and expo-av migrations.
by expo
expo-deployment helps ship Expo apps with EAS across iOS App Store, Google Play, web hosting, TestFlight, metadata, and CI/CD workflows.
by expo
expo-dev-client helps you decide if an Expo app needs a development client, then configure EAS and build locally or via TestFlight for native testing.
by expo
expo-tailwind-setup is a practical guide for installing and configuring Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for iOS, Android, and web.
by xixu-me
running-claude-code-via-litellm-copilot shows how to route Claude Code through a local LiteLLM proxy to GitHub Copilot, align ANTHROPIC_BASE_URL and model names, verify localhost traffic, and troubleshoot 401/403, model-not-found, and proxy compatibility issues.
by zhaono1
auto-trigger is a configuration skill for Agent Orchestration that defines hook-based follow-up actions between skills. Install it from agent-playbook to enable event-driven chains like review, PR creation, and session logging, but do not invoke it directly.