Find the perfect skill
Workflow Patterns
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, git commits, and the verification protocol.
Commit code with optional checking
Development
Analyzes current changes, optionally runs checks (lint, build, test) before committing. Creates a new feature branch if on main, stages relevant files, and writes a conventional commit message. Useful when you want to ensure code quality before committing or need to quickly commit changes to a new branch.
Quick Git Ship
Development
Quickly add, commit, and push changes to the current branch.
Deepgram Security Basics
Security
Apply Deepgram security best practices for API key management and data protection. Use when securing Deepgram integrations, implementing key rotation, or auditing security configurations.
CLI for semantic file search
Development
Vector-powered CLI for semantic file search, featuring a skill for Claude and Codex.
Weekly Engineering Retrospective
Productivity
Analyzes commit history, work patterns, and code quality metrics with persistent trend tracking. Breaks down per-person contributions with praise and growth areas.
Standardized Documentation System
Documentation
Provides commands to initialize and maintain a standardized documentation structure. Supports creating feature specs, architecture docs, changelogs, roadmaps, guides, and task tracking documents with validation for headers. Useful for teams needing consistent documentation practices.
Azure Cost Optimization
DevOps
Analyze Azure subscriptions to identify cost savings through orphaned resource cleanup, rightsizing, and optimization recommendations based on actual usage data. Helps when you need to reduce Azure spending, find unused resources, or generate a cost optimization report.
Clerk Android (Native)
Development
Implement Clerk authentication for native Android apps using Kotlin and Jetpack Compose. Supports prebuilt AuthView/UserButton or custom API-driven flows. Do not use for Expo or React Native.
Perplexity Multi-Environment Setup
DevOps
Configure Perplexity across development, staging, and production environments. Manage secrets, environment detection, and per-environment configuration.
Java Security Anti-Patterns Guard
Security
Prevents OWASP Top 10 vulnerabilities in Java web applications using Spring Boot or Jakarta EE.
Review Skill
Development
Review one skill for clarity, trigger quality, and maintainability.