███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7951 | cms-collection-setup | webflow/webflow-skills |
CMS Collection Setup Create a new CMS collection with custom fields, relationships, and proper configuration. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details and plan limits Use Webflow MCP's data_cms_tool with action get_collection_list to...
|
256 |
| 7952 | animejs | freshtechbro/claudedesignskills |
Anime.js Lightweight JavaScript animation library with powerful timeline and stagger capabilities for web animations. Overview Anime.js (pronounced "Anime JS") is a versatile animation engine that works with DOM elements, CSS properties, SVG attributes, and JavaScript objects. Unlike React-specific libraries, Anime.js works with vanilla JavaScript and any framework. When to use this skill: Timeline-based animation sequences with precise choreography Staggered animations across multiple elements ...
|
256 |
| 7953 | aws-dynamodb | alinaqi/claude-bootstrap |
AWS DynamoDB Skill Load with: base.md + [typescript.md | python.md] DynamoDB is a fully managed NoSQL database designed for single-digit millisecond performance at any scale. Master single-table design and access pattern modeling. Sources: DynamoDB Docs | SDK v3 | Best Practices Core Principle Design for access patterns, not entities. Think access-pattern-first. DynamoDB requires you to know your queries before designing your schema. Model around how you'll access data, not how data relate...
|
256 |
| 7954 | pexels-video-downloader | serpdownloaders/skills |
Pexels Video Downloader — Coming Soon (Browser Extension) Download Pexels videos in their original quality as MP4 files directly from your browser. This extension is currently in development and has not been released yet. Pexels Video Downloader is an upcoming browser extension that will provide a seamless way to save videos from the Pexels platform without leaving the browser or relying on third-party desktop applications. It is being engineered around the Pexels browsing experience so you can ...
|
256 |
| 7955 | 123movies-downloader | serpdownloaders/skills |
123Movies Downloader (Browser Extension) Browser extension that detects and saves videos from 123Movies and all its mirror sites as standard MP4 files — directly in your browser, no extra software required. SERP 123Movies Downloader is the only browser extension built specifically for saving videos from 123Movies and every one of its mirror sites. Save movies and shows from any 123Movies mirror for offline viewing on flights, commutes, or anywhere without internet Never worry about disappearing...
|
256 |
| 7956 | pixabay-downloader | serpdownloaders/skills |
Pixabay Downloader — Coming Soon (Browser Extension) Download free stock photos, illustrations, vectors, videos, music, and sound effects from Pixabay in original quality. This extension is currently in development and has not been released yet. Pixabay Downloader is an upcoming browser extension designed to streamline the process of saving media from Pixabay directly to your local machine. Pixabay hosts a vast library of royalty-free content under a permissive license, but downloading files at ...
|
256 |
| 7957 | unsplash-downloader | serpdownloaders/skills |
Unsplash Downloader — Coming Soon (Browser Extension) Download Unsplash photos in full original resolution with batch support directly from your browser. This extension is currently in development and has not been released yet. Unsplash Downloader is an upcoming browser extension that will streamline the process of saving high-resolution photos from Unsplash without manually navigating individual download pages or relying on third-party scripts. It is being built to integrate with the Unsplash b...
|
256 |
| 7958 | rust-desktop-applications | bobmatnyc/claude-mpm-skills |
Rust Desktop Applications Overview Rust has emerged as a premier language for building desktop applications that combine native performance with memory safety. The ecosystem offers two main approaches: Tauri for hybrid web UI + Rust backend apps (think Electron but 10x smaller and faster), and native GUI frameworks like egui, iced, and slint for pure Rust interfaces. Tauri has revolutionized desktop development by enabling developers to use web technologies (React, Vue, Svelte) for the fronten...
|
255 |
| 7959 | risk-management-trading | omer-metin/skills-for-antigravity |
Risk Management Trading Identity Role : Risk Management Architect Voice : A veteran trader who learned risk management the hard way - through blown accounts, margin calls, and
sleepless nights. Now speaks with the precision of a quant and the wisdom of someone who's seen
fortunes evaporate overnight. Believes that risk management IS the edge, not an afterthought.
Channels the discipline of Paul Tudor Jones, the mathematics of Ed Thorp, and the paranoia of
"the market can stay irrational long...
|
255 |
| 7960 | reading-deduction-cert | kazukinagata/shinkoku |
控除証明書 画像読み取り 控除証明書(生命保険料控除証明書、地震保険料控除証明書、社会保険料控除証明書等)の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(保険料額・証明額等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェン...
|
255 |
| 7961 | performance-profiling | davila7/claude-code-templates |
Performance Profiling Measure, analyze, optimize - in that order. 🔧 Runtime Scripts Execute these for automated profiling: Script Purpose Usage scripts/lighthouse_audit.py Lighthouse performance audit python scripts/lighthouse_audit.py https://example.com 1. Core Web Vitals Targets Metric Good Poor Measures LCP < 2.5s > 4.0s Loading INP < 200ms > 500ms Interactivity CLS < 0.1 > 0.25 Stability When to Measure Stage Tool Development Local Lighthouse CI/CD Lighthouse CI Production RUM (Real Use...
|
255 |
| 7962 | datadog-cli | davila7/claude-code-templates |
Datadog CLI A CLI tool for AI agents to debug and triage using Datadog logs and metrics. Required Reading You MUST read the relevant reference docs before using any command: Log Commands Metrics Query Syntax Workflows Dashboards Setup Environment Variables (Required) export DD_API_KEY = "your-api-key" export DD_APP_KEY = "your-app-key" Get keys from: https://app.datadoghq.com/organization-settings/api-keys Running the CLI npx @leoflores/datadog-cli < command > For non-US Datadog sites, use --sit...
|
255 |
| 7963 | feishu-create-doc | larksuite/openclaw-lark |
feishu_mcp_create_doc 通过 MCP 调用 create-doc ,从 Lark-flavored Markdown 内容创建一个新的飞书云文档。 返回值 工具成功执行后,返回一个 JSON 对象,包含以下字段: doc_id (string):文档的唯一标识符(token),格式如 doxcnXXXXXXXXXXXXXXXXXXX doc_url (string):文档的访问链接,可直接在浏览器中打开,格式如 https://www.feishu.cn/docx/doxcnXXXXXXXXXXXXXXXXXXX message (string):操作结果消息,如"文档创建成功" 参数 markdown(必填) 文档的 Markdown 内容,使用 Lark-flavored Markdown 格式。 调用本工具的markdown内容应当尽量结构清晰,样式丰富, 有很高的可读性. 合理的使用callout高亮块, 分栏,表格等能力,并合理的运用插入图片与mermaid的能力,做到图文并茂.. 你需要遵循以下原则: 结构清晰 :标题层级 ≤ 4 层,用 Callout...
|
255 |
| 7964 | comprehensive-review-full-review | sickn33/antigravity-awesome-skills |
Use this skill when Working on comprehensive review full review tasks or workflows Needing guidance, best practices, or checklists for comprehensive review full review Do not use this skill when The task is unrelated to comprehensive review full review 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,...
|
255 |
| 7965 | ml-paper-writing | davila7/claude-code-templates |
ML Paper Writing for Top AI Conferences Expert-level guidance for writing publication-ready papers targeting NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. This skill combines writing philosophy from top researchers (Nanda, Farquhar, Karpathy, Lipton, Steinhardt) with practical tools: LaTeX templates, citation verification APIs, and conference checklists. Core Philosophy: Collaborative Writing Paper writing is collaborative, but Claude should be proactive in delivering drafts. The typical workflo...
|
255 |
| 7966 | linux-server-expert | duck4nh/antigravity-kit |
Linux Server Expert Initial Server Setup Update system apt update && apt upgrade -y Create user with sudo adduser deploy usermod -aG sudo deploy SSH key auth mkdir -p /home/deploy/.ssh chmod 700 /home/deploy/.ssh Add public key to authorized_keys Disable root login & password auth vim /etc/ssh/sshd_config PermitRootLogin no PasswordAuthentication no systemctl restart sshd Firewall (UFW) ufw default deny incoming ufw default allow outgoing ufw allow ssh ufw allow 80 /tcp ufw allow 443 /tcp...
|
255 |
| 7967 | use-modern-go | jetbrains/go-modern-guidelines |
Modern Go Guidelines Detected Go Version ! grep -rh "^go " --include="go.mod" . 2>/dev/null | cut -d' ' -f2 | sort | uniq -c | sort -nr | head -1 | xargs | cut -d' ' -f2 | grep . || echo unknown How to Use This Skill DO NOT search for go.mod files or try to detect the version yourself. Use ONLY the version shown above. If version detected (not "unknown"): Say: "This project is using Go X.XX, so I’ll stick to modern Go best practices and freely use language features up to and including this versi...
|
255 |
| 7968 | tanstack-db | tanstack-skills/tanstack-skills |
Overview TanStack DB is a client-side embedded database layer built on differential dataflow. It maintains normalized collections, uses incremental computation for live queries, provides automatic optimistic mutations, and integrates with TanStack Query for data fetching. Sub-millisecond updates even with 100k+ rows. Package: @tanstack/react-db Query Integration: @tanstack/query-db-collection Status: Beta (v0.5) Installation npm install @tanstack/react-db @tanstack/query-db-collection Core Conce...
|
255 |
| 7969 | affinity-diagram | owl-listener/designer-skills |
Affinity Diagram Organize qualitative research data into themed clusters and insight statements. Context You are a UX researcher synthesizing qualitative data for $ARGUMENTS. If the user provides files (interview notes, observation data, survey responses), read them first. Instructions Extract data points : Pull individual observations, quotes, and notes from the raw data. Bottom-up clustering : Group related data points into natural clusters (do not start with predefined categories). Name each ...
|
255 |
| 7970 | summarize-interview | owl-listener/designer-skills |
Summarize Customer Interview Transform an interview transcript into a structured summary focused on Jobs to Be Done, satisfaction, and action items. Context You are summarizing a customer interview for the product discovery of $ARGUMENTS . The user will provide an interview transcript — either as an attached file (text, PDF, audio transcription) or pasted directly. Read any attached files first. Instructions Read the full transcript carefully before summarizing. Fill in the summary template belo...
|
255 |
| 7971 | team-workflow | owl-listener/designer-skills |
Team Workflow You are an expert in designing efficient design team workflows and collaboration practices. What You Do You design workflows that help design teams collaborate effectively, manage work, and deliver quality. Workflow Components Task Management How work is tracked (boards, tickets, sprints) Status definitions (backlog, in progress, in review, done) Priority levels and how they are assigned Capacity planning and workload balancing Collaboration Rituals Standup (daily/async): What are ...
|
255 |
| 7972 | usability-test-plan | owl-listener/designer-skills |
Usability Test Plan Design a comprehensive usability test plan for evaluating designs and prototypes. Context You are a senior UX researcher designing a usability test plan for $ARGUMENTS. If the user provides files (prototypes, designs, personas), read them first. Instructions Define objectives : What specific questions should this test answer? Create the test plan with: Research questions : 3-5 specific questions to answer Methodology : Moderated vs unmoderated, remote vs in-person, think-alou...
|
255 |
| 7973 | design-review-process | owl-listener/designer-skills |
Design Review Process You are an expert in establishing design review processes that maintain quality without slowing teams down. What You Do You create review processes with clear gates, criteria, and workflows that ensure design quality. Review Gates Gate 1: Concept Review Problem clearly defined User needs supported by research Multiple concepts explored Strategic alignment confirmed Stakeholder input gathered Gate 2: Design Review Visual design meets brand standards Interaction patterns are ...
|
255 |
| 7974 | data-visualization | owl-listener/designer-skills |
Data Visualization Skill Chart selection guidance, Python visualization code patterns, design principles, and accessibility considerations for creating effective data visualizations. Chart Selection Guide Choose by Data Relationship What You're Showing Best Chart Alternatives Trend over time Line chart Area chart (if showing cumulative or composition) Comparison across categories Vertical bar chart Horizontal bar (many categories), lollipop chart Ranking Horizontal bar chart Dot plot, slope char...
|
255 |
| 7975 | cloud-cost-management | aj-geddes/useful-ai-prompts |
Cloud Cost Management Overview Cloud cost management involves monitoring, analyzing, and optimizing cloud spending. Implement strategies using reserved instances, spot pricing, proper sizing, and cost allocation to maximize ROI and prevent budget overruns. When to Use Reducing cloud infrastructure costs Optimizing compute spending Managing database costs Storage optimization Data transfer cost reduction Reserved capacity planning Chargeback and cost allocation Budget forecasting and alerts Imp...
|
255 |
| 7976 | pull-request-automation | aj-geddes/useful-ai-prompts |
Pull Request Automation Overview Implement pull request automation to streamline code review processes, enforce quality standards, and reduce manual overhead through templated workflows and intelligent assignment rules. When to Use Code review standardization Quality gate enforcement Contributor guidance Review assignment automation Merge automation PR labeling and organization Implementation Examples 1. GitHub Pull Request Template .github/pull_request_template.md Description Briefly descr...
|
255 |
| 7977 | csrf-protection | aj-geddes/useful-ai-prompts |
CSRF Protection Overview Implement comprehensive Cross-Site Request Forgery protection using synchronizer tokens, double-submit cookies, SameSite cookie attributes, and custom headers. When to Use Form submissions State-changing operations Authentication systems Payment processing Account management Any POST/PUT/DELETE requests Implementation Examples 1. Node.js/Express CSRF Protection // csrf-protection.js const crypto = require('crypto'); const csrf = require('csurf'); class CSRFProtection ...
|
255 |
| 7978 | ln-110-project-docs-coordinator | levnikolaevich/claude-code-skills |
L2 Coordinator that gathers project context once and delegates document creation to specialized L3 workers. Purpose & Scope - Single context gathering — analyzes project once, builds Context Store - Project type detection — determines hasBackend, hasDatabase, hasFrontend, hasDocker - Delegates to 5 workers — passes Context Store to each worker - Aggregates results — collects status from all workers, returns summary - Solves the "context loss" problem by gathering data once and passing exp...
|
255 |
| 7979 | ln-210-epic-coordinator | levnikolaevich/claude-code-skills |
Universal Epic management coordinator that handles both creation and replanning through scope decomposition. When to Use This Skill This skill should be used when: - Start new scope/initiative requiring decomposition into multiple logical domains (CREATE mode) - Break down large architectural requirement into Epics - Update existing Epics when scope/requirements change (REPLAN mode) - Rebalance Epic scopes within an initiative - Add new Epics to existing initiative structure - First ste...
|
255 |
| 7980 | ln-113-backend-docs-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates 2 backend documentation files. CONDITIONAL - only invoked when project has backend or database. Purpose & Scope - Creates api_spec.md (if hasBackend) - Creates database_schema.md (if hasDatabase) - Receives Context Store from ln-110-project-docs-coordinator - OpenAPI 3.0 compliant API specification - ER diagrams in Mermaid for database schema - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITION...
|
255 |
| 7981 | ln-632-test-e2e-priority-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing E2E test coverage for critical paths (risk-based). Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit E2E Critical Coverage (Category 2: High Priority) - Validate E2E coverage for critical paths (Money/Security/Data Priority ≥20) - Validate E2E coverage for core user journeys (Priority 15-19) - Identify wasteful E2E tests (Usefulness Score <15) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with risk-based...
|
255 |
| 7982 | ln-404-test-executor | levnikolaevich/claude-code-skills |
Runs a single Story final test task (label "tests") through implementation/execution to To Review. Purpose & Scope - Handle only tasks labeled "tests"; other tasks go to ln-401. - Follow the 11-section test task plan (E2E/Integration/Unit, infra/docs/cleanup). - Enforce risk-based constraints: Priority ≤15; E2E 2-5, Integration 0-8, Unit 0-15, total 10-28; no framework/DB/library/performance tests. - Update Linear/kanban for this task only: Todo -> In Progress -> To Review. Task Storage ...
|
255 |
| 7983 | ln-111-root-docs-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates 4 root documentation files using templates and Context Store from coordinator. Purpose & Scope - Creates 4 root documentation files (entry points for AI agents) - Receives Context Store from ln-110-project-docs-coordinator - Replaces placeholders with project-specific data - Self-validates structure and content (22 questions) - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: ALWAYS invoked as first wor...
|
255 |
| 7984 | ln-700-project-bootstrap | levnikolaevich/claude-code-skills |
Type: L1 Top Orchestrator Category: 7XX Project Bootstrap Transforms a prototype project (Replit export or early-stage repo) into a production-ready codebase with Clean Architecture, Docker, CI/CD, and development tooling. Overview | Input | Source project directory | Output | Production-ready project with all infrastructure | Delegations | ln-710 -> ln-720 -> ln-730 -> ln-740 -> ln-750 -> ln-760 -> ln-770 -> ln-780 | Duration | ~30 minutes (vs 4+ hours manual) Workflow ``` Pha...
|
255 |
| 7985 | error-debugging-multi-agent-review | sickn33/antigravity-awesome-skills |
Multi-Agent Code Review Orchestration Tool Use this skill when Working on multi-agent code review orchestration tool tasks or workflows Needing guidance, best practices, or checklists for multi-agent code review orchestration tool Do not use this skill when The task is unrelated to multi-agent code review orchestration tool You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Prov...
|
255 |
| 7986 | key-moments | jwynia/agent-skills |
Key Moments: Genre-Driven Emotional Beats Skill You help writers identify and sequence the essential emotional experiences that define their story's genre, then build the world, characters, and connective tissue around those moments. Based on Robert Rodriguez's methodology of visualizing key moments first, integrated with elemental genre theory. Core Principle Stories are defined by emotional experiences, not plot mechanics. Identify the key moments your genre requires, sequence them for maxi...
|
255 |
| 7987 | finance | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
255 |
| 7988 | automate-github-issues | google-labs-code/jules-skills |
Automate GitHub Issues with Jules You are setting up a repository to automatically analyze open GitHub issues, plan implementation tasks, and dispatch parallel Jules coding agents to fix them. What You're Setting Up A 5-phase automated pipeline that runs via GitHub Actions (or locally): Analyze — Fetch open issues and format as structured markdown Plan — A Jules session performs deep code-level triage and produces self-contained task prompts Validate — Verify no two tasks modify the same file (p...
|
255 |
| 7989 | monetize-game | opusgamelabs/game-creator |
Monetize Game (Play.fun / OpenGameProtocol) Register your game on Play.fun (OpenGameProtocol), integrate the browser SDK for points tracking and leaderboards, and get a shareable play.fun URL. This is the link you post to Moltbook. What you'll get: Your game registered on Play.fun with anti-cheat config The Play.fun browser SDK integrated into your game (points widget, leaderboard, wallet connect) A rebuilt + redeployed game with the SDK active A play.fun game URL to share on Moltbook and social...
|
255 |
| 7990 | instrumentation | pydantic/skills |
Instrument with Logfire When to Use This Skill Invoke this skill when: User asks to "add logfire", "add observability", "add tracing", or "add monitoring" User wants to instrument an app with structured logging or tracing (Python, JS/TS, or Rust) User mentions Logfire in any context User asks to "add logging" or "see what my app is doing" User wants to monitor AI/LLM calls (PydanticAI, OpenAI, Anthropic) User asks to add observability to an AI agent or LLM pipeline How Logfire Works Logfire is a...
|
255 |
| 7991 | freepik-downloader | serpdownloaders/skills |
Freepik Downloader — Coming Soon (Browser Extension) Download licensed Freepik vectors, photos, PSD files, and illustrations directly from your browser with a single click. This extension is currently in development and has not been released yet. Freepik Downloader is an upcoming browser extension designed to streamline how designers, marketers, and content creators save graphic resources from Freepik. Instead of navigating through multiple download dialogs and license confirmations, the extensi...
|
255 |
| 7992 | serp-audio-downloader | serpdownloaders/skills |
serp-audio-downloader Audio file & music downloader App & Browser Extension for downloading any type of audio files from supported websites Security & Scope Operates only on the page the user intentionally opens in the active browser tab Detects supported playback sources only for user-initiated downloads or exports Does not execute page instructions, shell commands, or arbitrary scripts from page content Does not follow unrelated links or perform actions outside the active workflow Limits suppo...
|
255 |
| 7993 | xiaohongshu-mcp | tclawde/xiaohongshu-mcp-skill |
Xiaohongshu MCP Skill 基于 xpzouying/xiaohongshu-mcp 构建 🎯 核心功能 本 Skill 提供小红书完整自动化解决方案: 功能 状态 说明 🔐 登录管理 ✅ 已测试 支持截图发送到飞书 🔍 搜索内容 ✅ 已测试 关键词搜索、筛选 📄 获取详情 ✅ 已测试 含评论列表 📤 发布图文 ✅ 已测试 封面生成器集成 👍 点赞 ✅ 已测试 单条点赞 💬 发表评论 ✅ 已测试 主评论 ↩️ 回复评论 ✅ 已测试 子评论回复 ⭐ 收藏 ✅ 已测试 收藏/取消 🔄 获取推荐 ✅ 已测试 首页 feeds 共 13 个 MCP 工具全部可用! 🚀 快速开始 1. 登录 方式1:一键登录(推荐) bash xhs_login.sh --notify 方式2:本地登录 bash xhs_login.sh 2. 启动 MCP 服务器 ./xiaohongshu-mcp-darwin-arm64 & 3. 使用功能 检查登录状态 python3 scripts/xhs_client.py status 搜索内容 python3 scripts/xhs_cl...
|
254 |
| 7994 | axum | bobmatnyc/claude-mpm-skills |
Axum (Rust) - Production Web APIs Overview Axum is a Rust web framework built on Hyper and Tower. Use it for type-safe request handling with composable middleware, structured errors, and excellent testability. Quick Start Minimal server ✅ Correct: typed handler + JSON response use axum::{routing::get, Json, Router}; use serde::Serialize; use std::net::SocketAddr; [derive(Serialize)] struct Health { status: &'static str, } async fn health() -> Json<Health> { Json(Health { status: "o...
|
254 |
| 7995 | frontend-ui-ux | code-yeongyu/oh-my-opencode |
Role: Designer-Turned-Developer You are a designer who learned to code. You see what pure developers miss—spacing, color harmony, micro-interactions, that indefinable "feel" that makes interfaces memorable. Even without mockups, you envision and create beautiful, cohesive interfaces. Mission: Create visually stunning, emotionally engaging interfaces users fall in love with. Obsess over pixel-perfect details, smooth animations, and intuitive interactions while maintaining code quality. Work Pr...
|
254 |
| 7996 | golang-testing-strategies | bobmatnyc/claude-mpm-skills |
Go Testing Strategies Overview Go provides a robust built-in testing framework (testing package) that emphasizes simplicity and developer productivity. Combined with community tools like testify and gomock, Go testing enables comprehensive test coverage with minimal boilerplate. Key Features: 📋 Table-Driven Tests: Idiomatic pattern for testing multiple inputs ✅ Testify: Readable assertions and test suites 🎭 Gomock: Type-safe interface mocking ⚡ Benchmarking: Built-in performance testing 🔍 Rac...
|
254 |
| 7997 | reading-withholding | kazukinagata/shinkoku |
源泉徴収票 画像読み取り 源泉徴収票の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(支払金額・源泉徴収税額等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以下の「基本ルール」と「出力フォーマット」をプロンプトとし...
|
254 |
| 7998 | c4-architecture-c4-architecture | sickn33/antigravity-awesome-skills |
C4 Architecture Documentation Workflow Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach. [Extended thinking: This workflow implements a complete C4 architecture documentation process following the C4 model (Context, Container, Component, Code). It uses a bottom-up approach, starting from the deepest code directories and working upward, ensuring every code element is documented before synthesizing into higher-level abstra...
|
254 |
| 7999 | deep-research-pro | parags/deep-research-pro |
Deep Research Pro 🔬 A powerful, self-contained deep research skill that produces thorough, cited reports from multiple web sources. No paid APIs required — uses DuckDuckGo search. How It Works When the user asks for research on any topic, follow this workflow: Step 1: Understand the Goal (30 seconds) Ask 1-2 quick clarifying questions: "What's your goal — learning, making a decision, or writing something?" "Any specific angle or depth you want?" If the user says "just research it" — skip ahead w...
|
254 |
| 8000 | tailwind | pproenca/dot-skills |
Tailwind Labs Tailwind CSS v4 Best Practices Comprehensive performance optimization guide for Tailwind CSS v4 applications, maintained by Tailwind Labs. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Configuring Tailwind CSS v4 build tooling (Vite plugin, PostCSS, CLI) Writing or migrating styles using v4's CSS-first approach Optimizing CSS bundle size and build performance Implem...
|
254 |