firebase-firestore-enterprise-native-mode
Low Risk 72Set 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-basics
Safe 74Build 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 64Test 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 71Optimize 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 69Set 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.
when-managing-github-projects-use-github-project-management
Safe 68Automate GitHub project management workflows
by DNYoussef
Managing GitHub projects manually wastes time and creates inconsistent tracking. This skill coordinates intelligent agents to automate issue triage, sprint planning, milestone tracking, and board synchronization using GitHub Projects v2 API.
when-automating-github-actions-use-workflow-automation
Safe 69Automate GitHub Actions workflows with AI agents
by DNYoussef
Creating and maintaining CI/CD pipelines manually is time-consuming and error-prone. This skill coordinates specialized AI agents to design, implement, optimize, and debug GitHub Actions workflows in parallel.
production-readiness
Low Risk 66Validate code for production deployment
by DNYoussef
Code often fails in production due to missed quality gates. This skill runs comprehensive pre-deployment validation including security scans, performance benchmarks, and documentation checks to catch issues before deployment.