███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13851 | page-transitions | dylantarre/animation-principles |
Page Transition Animation Apply Disney's 12 animation principles to route changes, view transitions, and navigation patterns. Quick Reference Principle Page Transition Implementation Squash & Stretch Entering page elastic effect Anticipation Exit animation before enter Staging Hero elements bridge views Straight Ahead / Pose to Pose Shared element vs crossfade Follow Through / Overlapping Content settles after nav Slow In / Slow Out Asymmetric enter/exit easing Arc Slide transitions with curve...
|
64 |
| 13852 | wordpress-theme-development | sickn33/antigravity-awesome-skills |
WordPress Theme Development Workflow Overview Specialized workflow for creating custom WordPress themes from scratch, including modern block editor (Gutenberg) support, template hierarchy, and responsive design. When to Use This Workflow Use this workflow when: Creating custom WordPress themes Converting designs to WordPress themes Adding block editor support Implementing custom post types Building child themes Workflow Phases Phase 1: Theme Setup Skills to Invoke app-builder - Project scaffoldi...
|
64 |
| 13853 | prd | connorads/dotfiles |
Product Requirements Document (PRD) Overview Design comprehensive, production-grade Product Requirements Documents (PRDs) that bridge the gap between business vision and technical execution. This skill works for modern software systems, ensuring that requirements are clearly defined. When to Use Use this skill when: Starting a new product or feature development cycle Translating a vague idea into a concrete technical specification Defining requirements for AI-powered features Stakeholders need a...
|
64 |
| 13854 | codebase-recon | outfitter-dev/agents |
Evidence-based investigation → findings → confidence-tracked conclusions. Steps - Gather evidence from multiple sources (code, docs, tests, history) - Track confidence level as investigation progresses - Based on findings: If pattern analysis needed → load the `outfitter:patterns` skill - If root cause investigation → load the `outfitter:find-root-causes` skill - If ready to report → load the `outfitter:report-findings` skill - Deliver findings with confidence level and caveats <when_t...
|
64 |
| 13855 | secret-leak-detector | jorgealves/agent_skills |
Secret Leak Detector Purpose and Intent The secret-leak-detector is designed to safeguard repositories by identifying hardcoded sensitive information such as API keys, database credentials, and authentication tokens before they are committed or after they have been accidentally pushed to history. When to Use Pre-commit Checks : Run this skill before committing changes to ensure no secrets are being introduced. CI/CD Pipelines : Integrate into automated pipelines to block builds that contain plai...
|
64 |
| 13856 | brand identity builder | eddiebe147/claude-settings |
Brand Identity Builder A brand strategist and designer that creates comprehensive brand identity systems from concept to execution. This skill combines brand strategy, visual design, and system thinking to build cohesive identities that communicate effectively across all touchpoints. From naming and positioning to logo design and full brand guidelines, this skill ensures your brand has a strong, consistent, and memorable presence in the market. Core Workflows Workflow 1: Complete Brand Identity ...
|
64 |
| 13857 | shodan-reconnaissance | sickn33/antigravity-awesome-skills |
Shodan Reconnaissance and Pentesting Purpose Provide systematic methodologies for leveraging Shodan as a reconnaissance tool during penetration testing engagements. This skill covers the Shodan web interface, command-line interface (CLI), REST API, search filters, on-demand scanning, and network monitoring capabilities for discovering exposed services, vulnerable systems, and IoT devices. Inputs / Prerequisites Shodan Account : Free or paid account at shodan.io API Key : Obtained from Shodan acc...
|
64 |
| 13858 | dx-optimizer | 404kidwiz/claude-supercode-skills |
Use this skill when Working on dx optimizer tasks or workflows Needing guidance, best practices, or checklists for dx optimizer Do not use this skill when The task is unrelated to dx optimizer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a Devel...
|
64 |
| 13859 | project-docs-maintainer | gaelic-ghost/productivity-skills |
Project Docs Maintainer Use one canonical skill entrypoint for documentation maintenance, then choose the matching mode. Inputs mode=skills_readme_maintenance Required: --workspace <path> Optional: --repo-glob <glob> , repeatable --exclude <path> , --apply-fixes mode=roadmap_maintenance Required: --project-root <path> , --run-mode <check-only|apply> Optional: --roadmap-path <path> Use canonical mode names in all new prompts. Treat skills_readme_alignment as compatibility-only. Workflow Pick the ...
|
64 |
| 13860 | clerk-validator | shipshitdev/library |
Clerk Validator Validates Clerk authentication configuration and prevents deprecated patterns. AI assistants often generate old Clerk patterns - this skill enforces modern Clerk with Next.js 16. When This Activates Setting up Clerk authentication Before any auth implementation work Auditing existing Clerk configuration After AI generates Clerk code CI/CD pipeline validation Quick Start python3 ~/.claude/skills/clerk-validator/scripts/validate.py --root . python3 ~/.claude/skills/clerk-validato...
|
64 |
| 13861 | multi-tenant-safety-checker | patricio0312rev/skills |
Multi-tenant Safety Checker Ensure complete tenant isolation and prevent data leakage. Row Level Security (RLS) PostgreSQL RLS Setup -- Enable RLS on tables ALTER TABLE users ENABLE ROW LEVEL SECURITY; ALTER TABLE orders ENABLE ROW LEVEL SECURITY; ALTER TABLE products ENABLE ROW LEVEL SECURITY; -- Create policy for users table CREATE POLICY tenant_isolation_policy ON users USING (tenant_id = current_setting('app.tenant_id')::INTEGER); -- Create policy for orders table CREATE POLICY tenant_...
|
64 |
| 13862 | workos-authkit-nextjs | workos/skills |
WorkOS AuthKit for Next.js Step 1: Fetch SDK Documentation (BLOCKING) STOP. Do not proceed until complete. WebFetch: https://github.com/workos/authkit-nextjs/blob/main/README.md The README is the source of truth. If this skill conflicts with README, follow README. Step 2: Pre-Flight Validation Project Structure Confirm next.config.js or next.config.mjs exists Confirm package.json contains "next" dependency Environment Variables Check .env.local for: WORKOS_API_KEY - starts with sk_ WORKOS_CLIENT...
|
64 |
| 13863 | requesting code review | bobmatnyc/claude-mpm-skills |
Requesting Code Review Dispatch code-reviewer subagent to catch issues before they cascade. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to main Optional but valuable: When stuck (fresh perspective) Before refactoring (baseline check) After fixing complex bug Quick Start 1. Get git SHAs: BASE_SHA = $( git rev-parse HEAD~1 ) or origin/main HEAD_SHA = $( git rev-parse HEAD )...
|
64 |
| 13864 | requirement-detector | wordflowlab/novel-writer-skills |
写作规范探测器 核心功能 自动探测用户的写作规范需求,并无缝加载对应的规范知识库。 可探测的规范 1. anti-ai-v4(强力AI去味) 适合:对AI味零容忍的作品、需要极致口语化的小说 特点:200+ 禁用词汇表、6层规则体系、极致自然化 触发词:AI味重、去AI味、太机器、不自然、最强去味 2. anti-ai-v3(标准AI去味) 适合:大部分现代小说、需要平衡自然感和文学性 特点:平衡的去AI策略、适度的词汇限制 触发词:自然一点、少一点AI感、适度去AI、标准去味 3. fast-paced(快节奏/爽文规范) 适合:都市爽文、玄幻升级流、系统文、重生文 特点:每章至少2个爽点、打脸/装逼/升级公式 触发词:爽文、快节奏、爽点、打脸、装逼、升级 4. no-poison(无毒点规范) 适合:所有类型小说(通用)、重视逻辑性的作品 特点:避免降智、强行误会、玛丽苏、工具人、逻辑漏洞 触发词:无毒点、不降智、逻辑自洽、合理、不强行 5. serious-literature(严肃文学规范) 适合:现实主义小说、历史小说、社会问题小说 特点:现实主义手法、思想性和哲学探讨、...
|
64 |
| 13865 | muapi-media-generation | samuraigpt/generative-media-skills |
🎨 MuAPI Media Generation Schema-driven generation primitives for images, videos, and audio. Generate professional-grade media directly from the terminal using 100+ state-of-the-art AI models. All scripts are powered by schema_data.json for dynamic model and endpoint resolution. Available Scripts Script Description Default Model generate-image.sh Text-to-image generation flux-dev generate-video.sh Text-to-video generation minimax-pro image-to-video.sh Animate a static image into video kling-pro c...
|
64 |
| 13866 | vibe-techdesign | khazp/vibe-coding-prompt-template |
You are helping the user create a Technical Design Document. This is Step 3 of the vibe-coding workflow. Your Role Guide the user through deciding HOW to build their MVP using modern tools and best practices. Ask questions one at a time. Prerequisites - Look for `docs/PRD-*.md` in the project - this is REQUIRED - Optionally check for `docs/research-*.txt` for additional context - If no PRD exists, suggest running `/vibe-prd` first Step 1: Load Context Read the PRD and extract: - Prod...
|
64 |
| 13867 | logo-designer | luongnv89/skills |
Logo Designer Design modern, professional logos by analyzing project context and generating SVG-based brand assets. Repo Sync Before Edits (mandatory) Before creating/updating/deleting files in an existing repository, sync the current branch with remote: branch = " $( git rev-parse --abbrev-ref HEAD ) " git fetch origin git pull --rebase origin " $branch " If the working tree is not clean, stash first, sync, then restore: git stash push -u -m "pre-sync" branch = " $( git rev-parse --abbrev-ref H...
|
64 |
| 13868 | one-drive-automation | sickn33/antigravity-awesome-skills |
OneDrive Automation via Rube MCP Automate OneDrive operations including file upload/download, search, folder management, sharing links, permissions management, and drive browsing through Composio's OneDrive toolkit. Toolkit docs : composio.dev/toolkits/one_drive Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active OneDrive connection via RUBE_MANAGE_CONNECTIONS with toolkit one_drive Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add...
|
64 |
| 13869 | deployment advisor | daffy0208/ai-dev-standards |
Deployment Advisor Choose the right deployment strategy for your application scale and requirements. Core Principle Start simple, scale when needed. Don't over-engineer infrastructure for 10 users that won't arrive for months. Deployment Tiers Tier 1: MVP / Small Projects (<1,000 users) Cost : $0-$20/month Time to Deploy : 5-15 minutes Best for : MVPs, prototypes, side projects, marketing sites Recommended Platforms : Vercel (Next.js, React, static sites): Push to GitHub → auto deploy Edge funct...
|
64 |
| 13870 | godot-tweening | thedivergentai/gd-agentic-skills |
Tweening Tween property animation, easing curves, chaining, and lifecycle management define smooth programmatic motion. Available Scripts juice_manager.gd Expert tween-based juice system with reusable effect presets (bounce, shake, pulse, etc.). NEVER Do in Tweening NEVER create tweens without killing previous — Spam click button, create 100 tweens? Memory leak + conflicting animations. ALWAYS if tween: tween.kill() before creating new. NEVER tween in _process without create_tween() — create_twe...
|
64 |
| 13871 | reddit-research | svenja-dev/claude-code-skills |
Ziel-Subreddits: - r/manufacturing (Fertigungsindustrie allgemein) - r/PLC (SPS-Programmierung, Automatisierung) - r/industrialengineering (Prozessoptimierung) - r/SCADA (Leitsysteme, OT-Security) - r/automation (Industrieautomatisierung) - r/ClaudeAI (Claude-Community, AI-Diskussionen) Reddit-Account: u/Ok-Painter2695 Fokus-Keywords: MES, OEE, SPS, Fertigung, Qualitätskontrolle, Produktionsplanung, Maschinendaten, Industrie 4.0, Smart Factory Slash-Commands /reddit-scan Zweck: Scan...
|
64 |
| 13872 | documentation-expert | cin12211/orca-q |
Documentation Expert You are a documentation expert for Claude Code with deep knowledge of technical writing, information architecture, content strategy, and user experience design. Delegation First (Required Section) If ultra-specific expertise needed, delegate immediately and stop: API documentation specifics → api-docs-expert Internationalization/localization → i18n-expert Markdown/markup syntax issues → markdown-expert Visual design systems → design-system-expert Output: "This requires ...
|
64 |
| 13873 | valibot-usage | open-circle/agent-skills |
Valibot Usage This skill helps you work effectively with Valibot, the modular and type-safe schema library for validating structural data. When to use this skill When the user asks about schema validation with Valibot When creating or modifying Valibot schemas When parsing or validating user input When the user mentions Valibot, schema, or validation When migrating from Zod to Valibot CRITICAL: Valibot vs Zod — Do Not Confuse! Valibot and Zod have different APIs. Never mix them up! Key Diffe...
|
64 |
| 13874 | groove-utilities-memory-install | andreadellacorte/groove |
groove-utilities-memory-install Outcome Memory directories are created and ready for use. Acceptance Criteria <memory>/daily/ , <memory>/weekly/ , <memory>/monthly/ , <memory>/git/ exist <memory>/specs/ directory exists (outcome specs; used by /groove-work-spec ) <memory>/learned/ directory exists User is shown the initialized paths Constraints Read memory: from .groove/index.md frontmatter (default: .groove/memory/ ) Create directories if they do not exist: mkdir -p < memory > /daily < memory >...
|
64 |
| 13875 | youtube-analytics | openclaudia/openclaudia-skills |
YouTube Analytics Skill You are a YouTube analytics and strategy expert. Use the YouTube Data API v3 to analyze channels, videos, and search trends to provide actionable insights. Prerequisites This skill requires YOUTUBE_API_KEY . Check for it in environment variables or ~/.claude/.env.global . If not found, inform the user: This skill requires a YouTube Data API v3 key. Set it via: export YOUTUBE_API_KEY=your_key_here Or add it to ~/.claude/.env.global Get your API key at: https://console.clou...
|
64 |
| 13876 | educator-teacher | dylantarre/animation-principles |
Educator: Teaching Through Animation You are an educator using animation to teach and explain. Apply Disney's 12 principles to create memorable, effective learning experiences. The 12 Principles for Educational Animation 1. Squash and Stretch Teaching Application: Show cause and effect. Ball squashes on impact—teaches physics. Heart stretches with emotion—teaches biology and feeling connection. Learning Value: Abstract concepts become tangible through visible deformation. 2. Anticipation Te...
|
64 |
| 13877 | offer-validator | shipshitdev/library |
Offer Validator - Hormozi Value Equation Scorecard Ruthlessly assess existing offers against Hormozi's Value Equation. Score them, expose weaknesses, and provide actionable fixes. Hormozi's Principle: "Your offer should be so good people feel stupid saying no." Your Role: Score the offer. Find the gaps. Prescribe the fixes. When This Activates User says "validate my offer" User says "rate my offer" User asks "is my offer good" User wants to check offer quality before launch User mentions low...
|
64 |
| 13878 | decomposition-planning-roadmap | tech-leads-club/agent-skills |
Decomposition Planning and Roadmap This skill creates structured decomposition plans and roadmaps to guide the migration from monolithic to distributed architectures, prioritizing work and tracking progress through decomposition patterns. How to Use Quick Start Request creation of a decomposition plan: "Create a decomposition roadmap for this codebase" "Plan the decomposition migration strategy" "Prioritize decomposition work based on component analysis" "Create a step-by-step decomposition plan...
|
64 |
| 13879 | file-manager | openakita/openakita |
文件管理技能 本技能提供文件和文件夹管理能力。 核心功能 1. 文件操作 创建文件 复制/移动文件 重命名文件 删除文件 2. 文件夹操作 创建文件夹 列出目录内容 删除文件夹(递归) 复制文件夹 3. 批量处理 按类型分类 批量重命名 查找重复文件 整理下载文件夹 安全规则 禁止操作 系统目录(/System, /usr, /bin 等) 其他用户的文件 没有明确确认的删除操作 需要确认 删除文件前列出将被删除的内容 覆盖已存在的文件前提醒 批量操作前显示预览 常用操作示例 整理下载文件夹 1. 创建分类目录 mkdir -p ~/Downloads/ { Documents,Images,Videos,Archives,Others } 2. 按扩展名移动 mv ~/Downloads/*.pdf ~/Downloads/Documents/ mv ~/Downloads/*. { jpg,png,gif } ~/Downloads/Images/ mv ~/Downloads/*. { mp4,mov,avi } ~/Downloads/Videos/ mv ~/Downlo...
|
64 |
| 13880 | adaptive-wfo-epoch | terrylica/cc-skills |
Adaptive Walk-Forward Epoch Selection (AWFES) Machine-readable reference for adaptive epoch selection within Walk-Forward Optimization (WFO). Optimizes training epochs per-fold using Walk-Forward Efficiency (WFE) as the objective. Quick Start from adaptive_wfo_epoch import AWFESConfig, compute_efficient_frontier Generate epoch candidates from search bounds and granularity config = AWFESConfig.from_search_space( min_epoch=100, max_epoch=2000, granularity=5, Number of frontier po...
|
64 |
| 13881 | design-language-system | sgcarstrends/sgcarstrends |
Design Language System Skill This skill documents the professional colour scheme and design tokens for SG Cars Trends, optimised for automotive data visualisation (GitHub Issue 406). When to Use This Skill Styling new components with the brand colour palette Implementing chart colours for data visualisation Ensuring colour consistency across the application Migrating arbitrary hex colours to design tokens Reviewing colour usage in code reviews Colour Philosophy Never use arbitrary hex colours...
|
64 |
| 13882 | stata-data-cleaning | meleantonio/awesome-econ-ai-stuff |
Stata Data Cleaning Purpose This skill helps economists clean, transform, and prepare datasets for analysis in Stata. It emphasizes reproducibility, proper documentation, and handling common data quality issues found in economic research. When to Use Cleaning raw survey or administrative data Merging multiple data sources Handling missing values, duplicates, and outliers Creating analysis-ready panel datasets Documenting data transformations for replication Instructions Step 1: Understand the Da...
|
64 |
| 13883 | writing-assistant | yunshu0909/yunshu_skillshub |
写作助手 核心流程 三个关键步骤:选题 → 框架 → 内容 但根据你对选题的 清晰度 ,会走不同的分支: 用户提出主题或想法 │ ↓ [阶段00] 诊断:观点清不清楚? │ ├─→ 清晰(知道要讲什么) │ ├─ [阶段03] 框架讨论 - 打磨和组织框架 │ └─ [阶段04] 内容产出 - 根据框架写文章 │ └─→ 模糊(有很多想法但不知道讲什么) ├─ [阶段01] 思维挖掘 - 把想法倒出来 ├─ [阶段02] 选题确定 - 从想法中找核心 ├─ [阶段03] 框架讨论 - 打磨和组织框架 └─ [阶段04] 内容产出 - 根据框架写文章 流程概览 阶段 名称 触发条件 目标 详细文件 00 诊断 用户提出想法 快速判断观点清晰度 stages/00-diagnosis.md 01 思维挖掘 观点模糊 把零散想法倒出来,记录成洞察 stages/01-mining.md 02 选题确定 洞察足够 从洞察中锁定核心选题和灵魂句 stages/02-topic.md 03 框架讨论 选题确定(无论哪个分支) 打磨和组织文章框架,确保逻辑清晰 stages/03-fra...
|
64 |
| 13884 | component-fixtures | microsoft/vscode |
Component Fixtures Component fixtures render isolated UI components for visual screenshot testing via the component explorer. Fixtures live in src/vs/workbench/test/browser/componentFixtures/ and are auto-discovered by the Vite dev server using the glob src//*.fixture.ts . Use tools mcp_component-exp_ * to list and screenshot fixtures. If you cannot see these tools, inform the user to them on. Running Fixtures Locally Start the component explorer daemon: run the Launch Component Explorer task Us...
|
64 |
| 13885 | link-validation | terrylica/cc-skills |
Validates markdown links in your workspace using [lychee](https://github.com/lycheeverse/lychee). What It Does At session end (Stop hook), this skill: - Discovers all markdown files in your workspace - Runs lychee to check for broken links - Lints paths for policy violations (absolute paths, excessive traversal) - Outputs JSON results for programmatic consumption Requirements - [lychee](https://github.com/lycheeverse/lychee) installed (`brew install lychee`) - Python 3.11+ and uv Ou...
|
64 |
| 13886 | comment-mode | shipshitdev/library |
Comment Mode Generate highlighted HTML with click-to-reveal comments for granular feedback on text. Alternative to rewrites—user keeps their voice, reviews feedback incrementally. When to Use User says: "comment on this", "leave comments on", "give feedback on" User pastes text and asks for feedback/critique User wants targeted feedback without a full rewrite Clarify Before Commenting Use AskUserQuestion to clarify scope when the request is ambiguous. Avoid over-commenting (overwhelming) or u...
|
64 |
| 13887 | capacitor-performance | cap-go/capacitor-skills |
Performance Optimization for Capacitor Make your Capacitor apps fast and responsive. When to Use This Skill User has slow app User wants to optimize User has memory issues User needs profiling User has janky animations Quick Wins 1. Lazy Load Plugins // BAD - All plugins loaded at startup import { Camera } from '@capacitor/camera' ; import { Filesystem } from '@capacitor/filesystem' ; import { Geolocation } from '@capacitor/geolocation' ; // GOOD - Load when needed async function takePhoto ( ) {...
|
64 |
| 13888 | groove-utilities-memory-log-daily | andreadellacorte/groove |
groove-utilities-memory-log-daily Outcome <memory>/daily/YYYY-MM-DD.md is created or updated with a structured end entry. The file may already exist from daily start (start-of-day structure); if so, append the closeout sections. The file is written so that the next daily start can verify yesterday had an end. Acceptance Criteria File exists at <memory>/daily/YYYY-MM-DD.md after command completes "Done today" section contains granular multi-level bullets sourced from completed tasks and git diff ...
|
64 |
| 13889 | financial-goal-planner | onewave-ai/claude-skills |
Financial Goal Planner Create timelines for house down payment, retirement, college fund. Monthly savings targets, investment strategies, milestone tracking. Instructions You are an expert financial planner. Create detailed goal plans with realistic timelines, savings targets, and investment recommendations. Output Format Financial Goal Planner Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Spec...
|
64 |
| 13890 | code-quality-expert | oimiragieo/agent-studio |
Code Quality Expert clean code When reviewing or writing code, apply these guidelines: Clean Code Guidelines Constants Over Magic Numbers Replace hard-coded values with named constants Use descriptive constant names that explain the value's purpose Keep constants at the top of the file or in a dedicated constants file Meaningful Names Variables, functions, and classes should reveal their purpose Names should explain why something exists and how it's used Avoid abbreviations unless they're univ...
|
64 |
| 13891 | debugging-capacitor | cap-go/capacitor-skills |
Debugging Capacitor Applications Complete guide to debugging Capacitor apps on iOS and Android. When to Use This Skill User reports app crashes User needs to debug WebView/JavaScript User needs to debug native code User has network/API issues User sees unexpected behavior User asks how to debug Quick Reference: Debugging Tools Platform WebView Debug Native Debug Logs iOS Safari Web Inspector Xcode Debugger Console.app Android Chrome DevTools Android Studio adb logcat WebView Debugging iOS: Safar...
|
64 |
| 13892 | api-error-handling | secondsky/claude-skills |
API Error Handling Overview Build robust error handling systems with standardized error responses, detailed logging, error categorization, and user-friendly error messages. When to Use Handling API errors consistently Debugging production issues Implementing error recovery strategies Monitoring error rates Providing meaningful error messages to clients Tracking error patterns Instructions 1. Standardized Error Response Format { "error": { "code": "VALIDATION_ERROR", "message": "Input...
|
64 |
| 13893 | sentry-setup | andrelandgraf/fullstackrecipes |
Sentry Setup To set up Sentry Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/sentry-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/sentry-setup
|
64 |
| 13894 | social-media | epicenterhq/epicenter |
Social Media Content Skill This skill provides guidelines for creating engaging social media content that drives engagement and shares. When to Use This Skill Use this skill when asked to: Write a LinkedIn post Create a Twitter/X thread Draft social media announcements Repurpose blog content for social Research First (Required) Before writing any social media content, you MUST delegate research: Use the task tool with subagent_type: "researcher" In the description, specify BOTH the topic A...
|
64 |
| 13895 | umbraco-quickstart | umbraco/umbraco-cms-backoffice-skills |
Umbraco Quickstart Sets up everything needed for Umbraco extension development in one command. Usage Full setup with custom credentials /umbraco-quickstart MyUmbracoSite MyExtension --email a@a.co.uk --password Admin123456 With default credentials (admin@test.com / SecurePass1234) /umbraco-quickstart MyUmbracoSite MyExtension Just Umbraco instance name (will prompt for extension name) /umbraco-quickstart MyUmbracoSite No arguments (will detect existing or prompt for names) /umbraco-quickstar...
|
64 |
| 13896 | jk | avivsinai/jenkins-cli |
`jk` is a GitHub CLI–style interface for Jenkins controllers. It provides modern, scriptable workflows for developers and operators. Dependency Check Before executing any `jk` command, verify the CLI is installed: ``` jk --version ``` If the command fails or `jk` is not found, install it using one of these methods: | macOS/Linux | `brew install avivsinai/tap/jk` | Windows | `scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket && scoop install jk` | Go | `go install...
|
64 |
| 13897 | i18n-frontend-implementer | patricio0312rev/skills |
i18n Frontend Implementer Implement internationalization with next-intl, react-i18next, or similar libraries. Core Setup 1. Install: npm install next-intl or react-i18next 2. Create dictionaries: locales/en.json, locales/es.json 3. Provider setup: Wrap app with IntlProvider 4. Translation keys: Hierarchical namespace structure 5. Formatters: Date, number, currency formatting 6. Language switcher: Dropdown or flags UI Translation Structure { "common": { "nav": { "home": "Home", "about": "Ab...
|
64 |
| 13898 | frontend-design | s-hiraoku/synapse-a2a |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
64 |
| 13899 | web-scraper | liranudi/openclaw-web-scraper |
Web Scraper Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data. When to Use This Skill Competitor research - Scrape pricing, features, positioning Lead generation - Extract contact info from directories Content audit - Pull headings, links, meta data Price monitoring - Track competitor pricing changes Data collection - Gather research data from multiple sources What Claude Does vs What You Decide Claude Does You Decide Structures analysis f...
|
64 |
| 13900 | cli-building | siviter-xyz/dot-agent |
CLI Building Guidelines for building command-line interfaces with modern patterns and best practices. When to Use Creating new CLI tools or commands Building interactive terminal applications Adding commands to existing projects Implementing command-line interfaces Working with CLI frameworks Core Principles Async-first: All I/O operations should be async/await, avoid blocking operations Composable commands: Commands should be modular and reusable, use command composition Strategy pattern: Use...
|
64 |