Skills CLI
Detected from skills.sh install distribution data.
Skills compatible with Skills CLI
tui-design
Universal design patterns for building exceptional terminal user interfaces. Framework-agnostic — works with Ratatui, Ink, Textual, Bubbletea, or any TUI toolkit.
update-screenshots
Screenshot baselines are no longer stored in the repository . They are managed by an external screenshot service ( hediet-screenshots.azurewebsites.net ). The CI workflow uploads screenshots to this service and diffs them automatically.
image-gen
Generate AI images using the ListenHub CLI. Supports text prompts with optional reference images (local files or URLs), multiple resolutions, and aspect ratios. Images are saved as local files.
sentry-sdk-skill-creator
Source details, install context, and public review data are available on the full page.
video-processing-editing
FFmpeg automation for cutting, trimming, concatenating, and exporting videos with audio mixing and platform optimization.
aws-rds-spring-boot-integration
Production-ready AWS RDS configuration patterns for Spring Boot applications with Aurora, MySQL, and PostgreSQL.
building-pydantic-ai-agents
Pydantic AI is a Python agent framework for building production-grade Generative AI applications. This skill provides patterns, architecture guidance, and tested code examples for building applications with Pydantic AI.
reddit-posts
Guides Reddit post and comment creation. Use for generating publish-ready posts that follow subreddit norms. Suitable for copy agents. Design agents can use for image post context.
relational-database-web-cloudbase
Frontend CloudBase Relational Database client initialization with Supabase-compatible query API.
expense-report
This skill helps you organize business expenses into clear, categorized reports suitable for reimbursement requests, accounting, and tax preparation.
apple-hig-designer
Native iOS design following Apple's Human Interface Guidelines with component generation and accessibility validation.
aws-sdk-java-v2-bedrock
Amazon Bedrock integration for Java 2.x with support for text generation, embeddings, image generation, and streaming responses.
aws-sdk-java-v2-kms
AWS KMS key management, encryption, and digital signing for Java applications with envelope encryption and Spring Boot integration.
aws-sdk-java-v2-lambda
AWS Lambda function invocation, management, and Spring Boot integration using AWS SDK for Java 2.x.
code-security
Comprehensive security rules for writing secure code across 15+ languages. Covers OWASP Top 10, infrastructure security, and coding best practices with 28 rule categories.
m03-mutability
Rust mutability design: choosing between &mut , interior mutability, and thread-safe patterns.
aws-sdk-java-v2-core
Core patterns and configuration for AWS SDK for Java 2.x service clients, authentication, and HTTP management.
crewai-multi-agent
Autonomous multi-agent orchestration framework for collaborative AI teams solving complex tasks.
my-fetch-tweet
Fetch X/Twitter tweets with summaries, insights, and full Korean translations via a three-stage pipeline.
tiktok-research
Identify high-performing TikTok videos, extract viral hooks, and generate actionable content insights.
icon-retrieval
Use the icon HTTP API directly with curl .
mem0
Source details, install context, and public review data are available on the full page.
privacy-policy
Source details, install context, and public review data are available on the full page.
context-compression
When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minimize tokens per request. The correct optimization target is tokens per task: total tokens consumed to complete a task, including re-fetching costs when compression...