Find the perfect skill
OTA Update Deployment with EAS
Development
Deploys JavaScript/UI changes (components, styling, business logic) via EAS Update without native rebuild. Use when referring to 'OTA', 'EAS Update', or 'JS update' to quickly push code changes.
Social Feed Persona Registry Manager
Content
Lists all AI personas from your social feed registry, grouped by type (publishers, editors, social). Supports filtering by type, showing inactive personas, or viewing full bios with the --detailed flag.
Structured User Story Creation
Development
Converts feature descriptions into structured user stories with acceptance criteria, technical specifications, and UI specs. Used when generating stories from epic features, creating follow-up stories for deferred work, or during sprint planning. Supports CRUD, authentication, workflow, and reporting story types.
Parallel Claude Instances
Productivity
Spawns 4 Claude Code instances in parallel tmux panes, sends a prompt to all, waits for completion, and summarizes the results. Useful for quickly exploring multiple approaches or generating diverse solutions to the same problem.
Skills and Agents Customization
Productivity
Creates customized skills and agents for automating user-specific workflows. Use when users ask to personalize their setup, create a skill or agent, or when repetitive patterns are noticed.
Perplexity Policy & Guardrails
Security
Implements ESLint rules, pre-commit hooks, and CI policy checks to enforce Perplexity best practices (API key handling, error handling, strict typing). Useful when setting up code quality controls for Perplexity integrations.
Observability Specialist
DevOps
Use this skill to configure monitoring, logging, distributed tracing, and alerting for applications and infrastructure. It helps implement structured JSON logging, track Golden Signals (latency, traffic, errors, saturation) with Prometheus-style metrics, and set up distributed tracing via OpenTelemetry. Ideal for debugging production issues, creating dashboards, and defining meaningful alerts.
Test-Driven Development (TDD)
Testing
Guide users through the red-green-refactor cycle to develop features by writing tests first. Improve code quality and test coverage with disciplined test-first practices.
List Claudia Tasks
Development
Lists all tasks in the Claudia orchestrator via the test CLI. Use this skill to view running, completed, or errored tasks along with their IDs, names, statuses, and workspaces. Optionally, pass a specific task ID to get detailed information about that task.
Go Code Auditor
Development
Audits Go codebases for common anti-patterns and risks including unchecked errors, goroutine leaks, interface bloat, and package hygiene issues. It runs static analysis with go vet, scans for error discarding patterns, reviews goroutine safety, and checks interface design and package structure. Ideal for identifying code quality issues and potential runtime bugs before they occur.
OpenAI Codex Integration
Development
Send prompts to OpenAI Codex CLI via /codex command, then process the output in various modes: review, compare, integrate, or raw. Useful for collaborative coding where Claude analyzes or refines Codex's solutions.
Open Source Best Practices
Development
Validates and prepares a GitHub project for open source release by cleaning the Git history of secrets and sensitive data, and ensuring essential legal, governance, and documentation foundations are in place. Helps when making a private repo public or hardening an existing public repository.