firecrawl-download
Low Risk 67Download websites as local files
by firecrawl
Save complete websites for offline access without manual page-by-page downloading. Firecrawl-download automates site mapping and content extraction into organized local directories.
firebase-hosting-basics
Safe 70Deploy and host web apps on Firebase
by firebase
Firebase Hosting provides fast, secure deployment for static sites and SPAs with global CDN and automatic SSL. This skill guides you through configuration, deployment commands, and preview channel management.
firebase-firestore-enterprise-native-mode
Low Risk 68Set Up Firestore Enterprise with Security Rules
by firebase
Enterprise applications need secure, scalable databases with proper access controls. This skill guides you through provisioning Firestore Enterprise Native Mode, writing security rules, and integrating SDKs with production-ready patterns.
firebase-crashlytics
Safe 75Set Up Firebase Crashlytics for Android and iOS Apps
by firebase
Setting up Firebase Crashlytics involves multiple steps across project provisioning, SDK installation, and verification that crash reports flow correctly. This skill provides a structured guide to complete the entire setup process with confidence.
firebase-basics
Safe 72Build Firebase-powered applications with AI assistance
by firebase
Firebase development requires complex setup and ongoing maintenance. This skill provides authoritative guidance for AI agents to manage Firebase projects, execute CLI commands, and implement best practices correctly.
github
Low Risk 68Automate GitHub workflows with gh CLI
by ETeissonniere
Managing GitHub repositories manually through the web interface is time-consuming and breaks your development flow. This skill enables seamless GitHub operations directly from your terminal using the gh CLI, automating PRs, issues, and workflows.
test/build-error
Low Risk 62Test Build Error Visibility
by EnactProtocol
Build failures in CI/CD pipelines can be difficult to diagnose without clear error visibility. This skill provides testing capabilities to verify that build step failures are properly surfaced and reported to users for effective debugging.
lambda-optimization-advisor
Safe 70Optimize AWS Lambda Functions
by EmilLindfors
AWS Lambda functions often suffer from slow cold starts and high costs due to inefficient patterns. The Lambda Optimization Advisor analyzes Lambda code and suggests specific improvements for performance, memory configuration, and cost reduction.
marketplace-release
Safe 69Automate plugin marketplace releases
by Emasoft
Managing plugin releases manually is error-prone and inconsistent. This skill automates the entire release workflow including version bumps, git tags, commit messages, and GitHub releases with proper changelog links.
backend-migrations
Safe 69Manage Database Migrations with Zero-Downtime
by EIS-ITS
Database schema changes often cause downtime and data loss. This skill guides you through creating reversible, zero-downtime migrations that maintain data integrity.
create-worktree-skill
Safe 69Create git worktrees for parallel development
by EGAdams
Managing multiple branches requires switching contexts and rebuilding environments. This skill automates git worktree creation with isolated ports and configuration for running parallel development instances simultaneously.
nix-patterns
Safe 69Configure NixOS with Proven Patterns
by EdgarPost
NixOS module configuration requires understanding specific syntax and patterns. This skill provides ready-to-use examples for home-manager modules, package installation, and system configuration.
using-git-worktrees
Safe 70Set up isolated git worktrees for parallel development
by DYAI2025
Managing multiple features in one repository is challenging when workspace switching disrupts your flow. This skill creates isolated git worktrees that let you work on multiple branches simultaneously with automatic safety checks and setup verification.
tmux
Safe 70Manage tmux sessions for background tasks
by Dwsy
Running long tasks in terminals often blocks your workflow. This skill creates isolated tmux sessions for background processes, letting you run compiles, servers, and interactive tools without interruption.
virtual-environment
Safe 69Set up virtual environments
by Doyajin174
Projects need isolated dependency environments to avoid conflicts. This skill helps you detect when virtual environments are needed and how to set them up correctly for Python, Node.js, and other ecosystems.
triforce-sync-check
Safe 69Verify skill sync across platforms
by Doyajin174
Skills may become inconsistent when copied across platforms. This skill validates that all skill files match between .public/skills, .codex/skills, and .claude/skills directories. Use before commits or in CI pipelines to catch drift early.
structured-logging
Safe 69Implement structured JSON logging
by Doyajin174
Traditional console logs are hard to search and parse. This skill provides patterns and code examples for implementing JSON-structured logging that enables powerful filtering, aggregation, and observability across your services.
ci-pipeline-setup
Safe 69Set up CI/CD pipelines with GitHub Actions
by Doyajin174
Manual code verification slows down teams and creates inconsistent quality gates. This skill provides ready-to-use GitHub Actions templates for automated linting, testing, building, and deploying your projects with proper branch protection rules.
when-releasing-software-use-github-release-management
Safe 69Automate software releases with AI agents
by DNYoussef
Software releases require coordinating version bumps, testing, deployment, and documentation. This skill orchestrates multiple AI agents to handle the entire release workflow automatically. It ensures consistent processes, reduces human error, and provides rollback capabilities.
when-managing-multiple-repos-use-github-multi-repo
Safe 69Coordinate multiple GitHub repositories
by DNYoussef
Managing changes across multiple repositories is complex and error-prone. This skill orchestrates AI agents to propagate updates, enforce architecture, and synchronize releases across all repositories consistently.