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.
refactor
Code refactoring workflow - analyze → plan → implement → review → validate
perplexity-search
This skill provides access to Perplexity's AI search models through Claude. It offers multiple search modes from quick facts to deep research, with clear examples for each use case. The documentation explains when to use each model and includes practical parameter options.
volcengine-search-web
Openclaw/Trae 联网搜索国内方案,使用火山引擎联网问答智能体 API 进行网络搜索问答。
ai-news-daily-v1-0-3
AI 新闻日报 v1.0.3 - 自动抓取全球 AI 行业最新动态,每日推送 10 条精选新闻。支持英文标题/内容自动翻译、400-500 字中文摘要、外部配置 (config.yaml)、失败重试、智能去重。安装后自动创建 OpenClaw 定时任务,每天早上 9:00 自动推送到对话框。用于定时抓取 AI 新闻、RSS 聚合、多语言支持。
Skills
How to write and maintain `.claude/skills/*/SKILL.md` files: source-of-truth-first process, verification steps, and conventions.
ai-news-zh
中文AI科技日报自动采集与推送。从The Verge、Wired、TechCrunch等英文源抓取最新AI资讯,自动翻译整理为中文,按分类推送到飞书/Telegram/Discord等渠道。适合关注AI行业动态的中文用户。
swiftui-performance-audit
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.
playwright-skill
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
spec-kit-skill
Imported from https://github.com/feiskyer/claude-code-settings.
axiom-storage
Use when asking 'where should I store this data', 'should I use SwiftData or files', 'CloudKit vs iCloud Drive', 'Documents vs Caches', 'local or cloud storage', 'how do I sync data', 'where do app files go' - comprehensive decision framework for all iOS storage options
nav-sop
A Claude skill that creates Standard Operating Procedures (SOPs) from solved problems or established workflows. It organizes documentation into categories, checks for duplicates, generates structured markdown files, and updates project indexes. Useful for teams wanting to capture tribal knowledge.
bug-health-inline
An inline orchestration skill that automates bug detection and fixing through a phased workflow. It uses bug-hunter for scanning, bug-fixer for prioritized repairs, and includes verification cycles with rollback capabilities. The workflow reduces orchestrator calls from 9+ to 0 and token overhead from 10k+ to ~500.
career
A comprehensive career development router skill with clear workflows for interview preparation, skill assessment, and professional growth, though dependent on external references.
3-amigo-agents
Provides a structured framework for orchestrating three specialized AI agents (Product Manager, UX Designer, Claude Code) to build software systems. Includes ready-to-use agent configs, technical patterns, and a complete health system example. Guides users through sequential workflow from requirements to implementation.
pr-template
This skill generates structured pull request descriptions for Grey Haven Studio projects. It enforces a consistent template with sections for summary, motivation, implementation details, testing, and a checklist. It includes examples, templates for different PR types, and integrates with specific tools like Linear.
testing-anti-patterns
This skill identifies and prevents common testing anti-patterns like testing mock behavior, adding test-only methods to production code, and improper mocking. It provides concrete examples of bad practices with fixes, gate functions to prevent mistakes, and emphasizes TDD principles. The guidance helps developers write tests that verify real behavior rather than mock implementation details.
backend-core
Provides language-agnostic backend patterns covering API design, authentication, security, and databases. Includes decision trees for choosing API types and auth methods, security best practices, and database schema patterns. Focuses on practical implementation guidance rather than theoretical concepts.
app-store-optimization
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
compound-learnings
This skill automates the extraction of patterns from Claude session learnings and converts them into reusable artifacts like rules, skills, hooks, or agent updates. It provides a structured 8-step process with frequency thresholds, artifact type decision logic, and concrete file creation templates.
mcp-management
This skill provides a command-line and programmatic interface for discovering, analyzing, and executing tools from MCP servers. It offers multiple execution patterns, including direct CLI usage and subagent delegation, to manage MCP capabilities without polluting the main context. The skill automatically saves discovered tools to a JSON catalog for offline reference and version control.
context-engineering
A skill focused on managing LLM context windows for agent systems. It provides principles, patterns, and scripts for reducing token usage while maintaining reasoning quality. Covers context degradation, compression strategies, multi-agent coordination, and evaluation methods.
onboarding
This skill guides new users through setting up a COG second-brain system by creating personalized markdown profile files. It collects user name, role, interests, news sources, and project info, then generates structured documents for daily use. The skill handles existing profiles and provides clear next steps.
islam-sufism-wisdom
Islamic and Sufi wisdom - Tawhid unity, surrender navigation, 99 Names positions, dhikr practice, fana/baqa dissolution
activitypub-testing
Testing patterns for PHPUnit and Playwright E2E tests. Use when writing tests, debugging test failures, setting up test coverage, or implementing test patterns for ActivityPub features.