Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
aws-logs-query
This skill provides practical AWS CloudWatch log query commands and guidance for Codel's staging/production environments. It clearly differentiates between real-time tailing and historical CloudWatch Insights searches with concrete examples for debugging errors, investigating Evolution provider issues, and monitoring application behavior.
executing-tasks-from-any-source
This skill provides a unified interface for executing tasks from both GitHub issues and Basic Memory artifacts. It automatically detects the source format, fetches task details, creates git worktrees, and updates task status in the appropriate system. The workflow handles dependency checking and maintains consistent status across both platforms.
cfn-parameterized-queries
A Bash-based SQLite wrapper that enforces parameterized queries to prevent SQL injection. It validates table/column names, sanitizes input values, and provides CRUD operations with secure parameter binding using sqlite3's .param feature. Includes transaction support and legacy compatibility functions.
backup
Creates timestamped file backups with SHA256 hashes before agent edits, enabling safe rollbacks. Stores metadata including agent ID and file stats, provides CLI and TypeScript APIs, and automatically cleans old backups after 24 hours. Includes bash wrappers for compatibility during TypeScript migration.
gitlab-ci-patterns
Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.
c4-architecture
Generate architecture documentation using C4 model Mermaid diagrams. Use when asked to create architecture diagrams, document system architecture, visualize software structure, create C4 diagrams, or generate context/container/component/deployment diagrams. Triggers include "architecture diagram", "C4 diagram", "system context", "container diagram", "component diagram", "deployment diagram", "document architecture", "visualize architecture".
dotnet-dependency
This skill should be used when investigating .NET project dependencies, understanding why packages are included, listing references, or auditing for outdated/vulnerable packages.
domain-management
Manages domain routing and DNS for sgcarstrends.com using Cloudflare and AWS SST. Provides concrete steps for adding subdomains, configuring SSL, and debugging DNS issues with specific code examples for web apps and APIs.
incident-response
Provides structured incident response workflows for production outages, including timeline tracking, RCA documentation, and runbook updates. Integrates with debugging and monitoring skills for comprehensive SRE practices.
claude-code
A documentation and guidance skill for the Claude Code terminal tool. It helps developers set up, configure, and use Claude Code's features like slash commands, agent skills, MCP servers, and enterprise deployments. Includes reference guides for troubleshooting, cost optimization, and team collaboration workflows.
cfn-error-management
This skill consolidates three error management tools into one package: error capture with standardized formats, batching for grouped processing, and structured logging. It's designed for Claude Flow Novice environments where agents might fail and need systematic error handling.
agent-validation-linter
A bash-based linter that enforces validation patterns across Claude agent profiles. It checks for centralized validation skill usage, provider configuration blocks, and can auto-fix common violations. Includes CI/CD integration examples and detailed violation reporting.
google-sheets-progress
A bash script that tracks micro-sprint completion state for Google Sheets operations within CFN Loop workflows. It provides JSON-based state persistence, allowing agents to resume interrupted tasks and coordinate multi-phase spreadsheet work. The tool includes atomic writes, validation rules, and integration patterns for Loop 2 validators and Loop 3 implementers.
distributed-tracing
Provides concrete implementation steps for distributed tracing using Jaeger and Tempo across Python, Node.js, and Go applications. Includes deployment configurations, instrumentation examples, and context propagation techniques for microservices debugging.
tier-management
Evaluate and update Pollinations user tiers. Check balances, upgrade devs, batch process users. For finding users with errors, see model-debugging skill first.
cfn-process-instrumentation
A bash-based process instrumentation tool for CFN Loop agents that monitors memory, CPU, file handles, and threads. It enforces configurable resource limits, collects JSON telemetry, and automatically terminates processes that exceed thresholds. Works by sourcing a shell script into agent processes.
cfn-docker-redis-coordination
Provides Redis-based coordination for Docker-based agent swarms, handling task context storage, agent lifecycle tracking, completion signaling, and consensus collection. Enables recovery from interruptions with persistent state management.
vulnerability-resolver
A specialized tool for managing OWASP Dependency-Check vulnerabilities in the morphir-dotnet project. It provides structured workflows for scanning, analyzing CVEs, creating suppression files, and guiding fix decisions with clear decision trees and command examples.
safety-pattern-auditor
This skill provides a structured 5-phase workflow for auditing command safety patterns. It includes baseline capture, gap analysis, regression testing, priority assessment, and reporting. The skill generates detailed audit reports with actionable recommendations and tracks security coverage over time.
release
This skill automates the complete release process for ButterCut Ruby gems. It handles version bumping, changelog updates, git tagging, gem building, RubyGems publishing, and GitHub release creation with clear step-by-step guidance and error handling.
equation-solver
A shell script wrapper around nerdamer library for solving algebraic equations with strong security hardening. Implements input validation, injection prevention, and comprehensive testing. Solves linear, quadratic, and polynomial equations up to degree 10, outputting JSON results.
cfn-loop-orchestration
Orchestrates a three-loop multi-agent workflow with gate checks and consensus validation. Manages iteration cycles between implementers and validators, enforces quality gates, and coordinates with Redis for agent synchronization. Provides CLI interface with configurable modes and helper scripts for specific workflow steps.
cfn-node-heap-sizer
A Bash script that dynamically sets Node.js heap memory limits based on execution mode and tool type to prevent out-of-memory errors in CFN Loop task agents. It provides configurable defaults, logging, and integration examples for various environments.
Hook Pipeline
Automates post-edit validation with security scanning and auto-resolution. Detects SQL injection, XSS, hardcoded secrets, and publishes findings to Redis. Includes performance targets like 200ms hook execution and 95% auto-resolution rate.