file-organization
Safe 70Organize Your Project Files Like a Pro
by supercent-io
Chaotic folder structures slow down development and confuse team members. This skill provides proven patterns for organizing files in React, Node.js, and feature-based projects that scale with your codebase.
environment-setup
Medium Risk 61Set up environment variables across dev, staging, and production
by supercent-io
Managing environment variables across multiple environments is error-prone and time-consuming. This skill provides templates and best practices for .env files, TypeScript configuration validation, and Docker environment handling so you can set up environments correctly the first time.
debugging
Safe 70Debug Code Systematically
by supercent-io
Struggling with elusive bugs and runtime errors? This skill provides proven debugging methodologies to identify root causes, isolate issues, and implement verified fixes.
codebase-search
Safe 70Search Codebases Like a Pro
by supercent-io
Finding code in large projects is hard. This skill provides proven search strategies and patterns to quickly locate functions, trace dependencies, and understand unfamiliar code.
upgrade-stripe
Safe 72Upgrade Stripe APIs and SDKs Safely
by stripe
Upgrading Stripe API versions often breaks integrations. This skill provides version-aware guidance to migrate server SDKs, Stripe.js, and mobile SDKs without downtime.
stripe-best-practices
Safe 75Build Stripe integrations the right way
by stripe
Choosing between Checkout Sessions, PaymentIntents, and Connect can be confusing and costly to fix later. This skill provides Stripe's official guidance to help you select the correct API, avoid deprecated endpoints, and implement secure key management from the start.
specdd-test
Safe 73Derive Targeted Tests From Your SpecDD Specifications
by specdd
Specification gaps leave test coverage incomplete and unverified. This skill reads active SpecDD spec chains and produces minimal, behavior-driven tests that cover each required scenario.
specdd-review
Safe 74Review Code Changes Against SpecDD Contracts
by specdd
Developers using SpecDD need to verify that code diffs comply with active specification contracts. This skill provides a structured review workflow that checks changes against Must, Must not, and Forbids rules in the spec chain.
specdd-refactor
Safe 74Refactor code safely in SpecDD projects
by specdd
Refactoring in spec-driven projects risks silently changing contract behavior. This skill guides structural changes that preserve the behavior defined by active SpecDD specs while keeping write authority intact.
specdd-do
Safe 74Implement Changes Under SpecDD Authority
by specdd
SpecDD projects need clear governance for AI agents making code and task changes. This skill establishes bootstrap resolution, spec chain navigation, and implementation rules so agents work correctly within project authority boundaries.
specdd-debug
Safe 74Debug Failures Against SpecDD Specifications
by specdd
Debugging SpecDD projects requires precise workflow adherence to bootstrap and spec chain rules. This skill guides AI agents through bootstrap resolution, spec chain analysis, and root cause identification so debugging follows project contracts correctly.
remotion-render
Safe 71Render Remotion Videos from Code
by skillssh
Generate MP4 videos programmatically from React/Remotion TSX code without local rendering. This skill handles video encoding, rendering, and hosting through inference.sh CLI.
python-executor
Safe 71Execute Python Code with 100+ Libraries in a Safe Sandbox
by skillssh
Run Python code securely in a sandboxed environment without local installation. Access 100+ pre-installed libraries including Pandas, NumPy, BeautifulSoup, MoviePy, and OpenCV for data processing, web scraping, image manipulation, video creation, and automation tasks.
infsh-cli
Safe 72Run 250+ AI Apps from Your Terminal
by skillssh
Generate images, videos, 3D models, and more with 250+ AI models via a simple CLI. No GPU required - run FLUX, Veo, Claude, and other models directly from your terminal or through Claude Code.
agent-tools
Safe 73Run 250+ AI Models from CLI
by skillssh
Execute AI models without local GPUs or complex setup. Access image generation, video creation, LLMs, and search through simple CLI commands that handle authentication and execution automatically.
simplify
Safe 70Refine code for clarity
by brianlovin
Codebases accumulate technical debt over time. This skill simplifies recently modified code to improve readability and consistency without changing functionality.
zustand-store-ts
Safe 71Build Type-Safe Zustand Stores for React
by sickn33
Managing React state with proper TypeScript types and middleware is complex. This skill provides proven patterns for creating maintainable Zustand stores with subscribeWithSelector and clear state/action separation.
wordpress-woocommerce-development
Safe 70Build WooCommerce stores with complete setup and customization
by sickn33
Creating WooCommerce stores requires managing multiple setup phases and integrations. This workflow guides you through store setup, payment integration, shipping configuration, and optimization systematically.
wordpress-theme-development
Safe 69Build WordPress Themes with Modern Block Support
by sickn33
Streamline WordPress theme development with a structured workflow covering theme architecture, template hierarchy, and Gutenberg block editor integration. Create responsive, accessible themes following WordPress best practices from scaffolding to testing.
wordpress-plugin-development
Safe 69Build WordPress plugins with AI assistance
by sickn33
Creating WordPress plugins requires understanding complex architecture and security patterns. This skill guides you through a structured workflow for building production-ready plugins.