Marketplace
SkillHub Club catalog feed.
Public marketplace mirror sourced from skillhub.club. This source view keeps the new outcome-first browsing model while filtering server-side to a single upstream feed.
discover-plt
A gateway skill that automatically activates when working with compilers, parsers, and programming language theory. It provides access to 13 specialized PLT skills through a progressive loading system, starting with basic awareness and allowing users to drill down into specific topics like lambda calculus, type systems, and operational semantics.
blog-post-writer
This skill transforms unstructured notes into blog posts mimicking a specific author's style. It uses detailed voice guidelines and a narrative framework to organize scattered ideas into coherent articles with a conversational tone. The process is well-documented with clear examples and avoids generic AI writing patterns.
storiage-taskwarrior
This Skill automatically scopes Taskwarrior tasks to the current git repository by generating a project ID from the remote URL. It provides a wrapper for common Taskwarrior commands, ensuring all operations are filtered by the derived project. It handles edge cases like missing git repos and allows manual project ID override.
checking-files-with-lsp
A well-structured skill that automates file validation using LSP/linter tools via mise, offering clear workflows, smart tool selection, and fallback options for developers.
qa-debugging
This skill provides structured debugging workflows and reference materials for software engineers. It covers systematic approaches to reproduce, isolate, and fix issues across different environments. Includes decision trees, tool recommendations, and practical checklists for common debugging scenarios.
qa-docs-coverage
This skill provides a systematic method for auditing documentation coverage in codebases. It helps identify gaps, prioritize missing docs by risk level (P1-P3), and includes workflows for generating missing documentation. It focuses on operational runbooks, API contracts, and service documentation, with templates and checklists for practical use.
always-init
A context loader that automatically loads personal AI infrastructure (contacts, preferences, protocols) before processing any user request. It enforces a 'context-first' architecture by requiring invocation before all other operations.
mcp-manager
Provides conversational interface to manage MCP server configurations in Claude Code. Wraps CLI commands for listing, enabling, disabling, adding, and removing MCP servers. Includes validation, export/import, and interactive confirmation for destructive operations.
device-testing
This skill provides command-line tools for interacting with iOS simulators and debugging Expo apps. It enables UI inspection via accessibility trees, element tapping, text input, gesture simulation, and JavaScript evaluation within running apps. The documentation includes practical workflows for testing and troubleshooting common routing issues.
ai-integration
Provides concrete implementation patterns for building RAG systems, vector search, and LLM API integrations with working code examples for ChromaDB, Pinecone, and Weaviate. Covers practical aspects like error handling, cost optimization, and observability.
Create database migration
This skill provides step-by-step instructions for creating database migrations in Ghost CMS. It guides developers through using the slimer tool, updating schema files, running tests, and maintaining integrity checks. The documentation references existing patterns and utility functions within the Ghost codebase.
release-patterns
This skill enforces a rebase-first Git workflow with mandatory CI validation before PR creation. It provides concrete command examples for correct and forbidden patterns, ensuring linear history and ticket references in commits. The skill includes pre-PR checklists and QAS gate requirements for team consistency.
newsletter-events-research
A specialized skill for gathering event data from social media and web sources with clear workflows, structured output, and emphasis on image analysis for comprehensive event research.
tumblr
This skill helps developers interact with Tumblr's API. It provides detailed guides for authentication (OAuth 1.0a and 2.0) and common operations like fetching blog info, managing posts, and getting followers. It highlights key concepts like rate limits and the Neue Post Format, and includes structured cURL examples for each endpoint.
workspace-management
Provides concrete commands and configurations for managing pnpm monorepos, including adding packages, configuring dependencies, and running workspace scripts. Covers common operations like dependency management across packages and TurboRepo pipeline setup.
manager-review
A mandatory review skill that forces Claude to validate its own responses before sending them. It implements a systematic checklist covering query alignment, skill usage, evidence verification, and assertion validation with a 50% error rate assumption. Requires an approval token for validated responses.
git-writer
A git skill focused on safe file removal operations using git rm. It enforces checks for uncommitted changes, provides clear decision trees, and prevents data loss by banning destructive commands like git reset --hard. Works alongside a git-reader agent for read operations.
raisonnement-juridique
Guides legal analysis for French civil cases using MCP tools for jurisprudence (Judilibre) and legal texts (Légifrance), following official French judicial methodology. Provides specific workflows for syllogistic legal reasoning and hierarchical case law evaluation.
social-media-analyzer
Analyzes social media campaign performance across platforms with engagement metrics, ROI calculations, and audience insights for data-driven marketing decisions
research-agent
This skill automates research tasks by using MCP tools (Nia, Perplexity, Firecrawl) to gather documentation, best practices, and API information. It follows a structured process from understanding research needs to creating handoff documents with findings, code examples, and recommendations.
moai-foundation-context
Manages Claude Code's 200K token context window with budget tracking, session persistence, and multi-agent handoffs. Provides concrete patterns for when to clear context, how to allocate tokens, and ensures workflow continuity across model switches.
web-research
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research
discover-mobile
A gateway skill that auto-detects mobile development work and provides access to React Native skills. It triggers on iOS/Swift keywords and guides users to browse related skills via file system commands. Acts as an entry point to a curated mobile development knowledge base.
error-recovery
Classify workflow failures and attempt automatic recovery. Use when sprint/feature fails during implementation to determine if auto-fix is possible or manual intervention required.