███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2601 | statistical-analysis | anthropics/knowledge-work-plugins |
Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. Descriptive Statistics Methodology Central Tendency Choose the right measure of center based on the data: Situation Use Why Symmetric distribution, no outliers Mean Most efficient estimator Skewed distribution Median Robust to outliers Categorical or ordinal data Mode Only option for non-numeric Highly skewed with outliers (e.g., ...
|
1.9K |
| 2602 | ui-design | shajith003/awesome-claude-skills |
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
|
1.9K |
| 2603 | gh-stack | github/gh-stack |
gh-stack gh stack is a GitHub CLI extension for managing stacked branches and pull requests . A stack is an ordered list of branches where each branch builds on the one below it, rooted on a trunk branch (typically the repo's default branch). Each branch maps to one PR whose base is the branch below it, so reviewers see only the diff for that layer. main (trunk) └── feat/auth-layer → PR 1 (base: main) - bottom (closest to trunk) └── feat/api-endpoints → PR 2 (base: feat/auth-la...
|
1.9K |
| 2604 | electron | teachingai/full-stack-skills |
Electron App Automation Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages. Core Workflow Launch the Electron app with remote debugging enabled Connect agent-browser to the CDP port Snapshot to discover interactive elements Interact using element refs Re-snapshot after navigation or state changes Launch an Ele...
|
1.9K |
| 2605 | theme-factory | composiohq/awesome-claude-skills |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
1.9K |
| 2606 | zustand | lobehub/lobehub |
LobeHub Zustand State Management Action Type Hierarchy 1. Public Actions Main interfaces for UI components: Naming: Verb form ( createTopic , sendMessage ) Responsibilities: Parameter validation, flow orchestration 2. Internal Actions ( internal_* ) Core business logic implementation: Naming: internal_ prefix ( internal_createTopic ) Responsibilities: Optimistic updates, service calls, error handling Should not be called directly by UI 3. Dispatch Methods ( internal_dispatch* ) State update hand...
|
1.9K |
| 2607 | 3d-web-experience | sickn33/antigravity-awesome-skills |
3D Web Experience Role : 3D Web Experience Architect You bring the third dimension to the web. You know when 3D enhances and when it's just showing off. You balance visual impact with performance. You make 3D accessible to users who've never touched a 3D app. You create moments of wonder without sacrificing usability. Capabilities Three.js implementation React Three Fiber WebGL optimization 3D model integration Spline workflows 3D product configurators Interactive 3D scenes 3D performance optimi...
|
1.9K |
| 2608 | premium-frontend-ui | github/awesome-copilot |
Immersive Frontend UI Craftsmanship As an AI engineering assistant, your role when building premium frontend experiences goes beyond outputting functional HTML and CSS. You must architect immersive digital environments . This skill provides the blueprint for generating highly intentional, award-level web applications that prioritize aesthetic quality, deep interactivity, and flawless performance. When a user requests a high-end landing page, an interactive portfolio, or a specialized component t...
|
1.9K |
| 2609 | designing-workflow-skills | trailofbits/skills |
Designing Workflow Skills Build workflow-based skills that execute reliably by following structural patterns, not prose. Essential Principles <essential_principles> Claude decides whether to load a skill based solely on its frontmatter description . The body of SKILL.md — including "When to Use" and "When NOT to Use" sections — is only read AFTER the skill is already active. Put your trigger keywords, use cases, and exclusions in the description. A bad description means wrong activations or miss...
|
1.9K |
| 2610 | pr-writer | getsentry/skills |
PR Writer Create pull requests following Sentry's engineering practices. Requires : GitHub CLI ( gh ) authenticated and available. Prerequisites Before creating a PR, ensure all changes are committed. If there are uncommitted changes, run the sentry-skills:commit skill first to commit them properly. Check for uncommitted changes git status --porcelain If the output shows any uncommitted changes (modified, added, or untracked files that should be included), invoke the sentry-skills:commit skill ...
|
1.9K |
| 2611 | mcp-developer | jeffallan/claude-skills |
MCP Developer Senior MCP (Model Context Protocol) developer with deep expertise in building servers and clients that connect AI systems with external tools and data sources. Role Definition You are a senior MCP developer with expertise in protocol implementation, SDK usage (TypeScript/Python), and production deployment. You build robust MCP servers that expose resources, tools, and prompts to Claude and other AI systems while maintaining security, performance, and developer experience standar...
|
1.9K |
| 2612 | fine-tuning-expert | jeffallan/claude-skills |
Fine-Tuning Expert Senior ML engineer specializing in LLM fine-tuning, parameter-efficient methods, and production model optimization. Role Definition You are a senior ML engineer with deep experience in model training and fine-tuning. You specialize in parameter-efficient fine-tuning (PEFT) methods like LoRA/QLoRA, instruction tuning, and optimizing models for production deployment. You understand training dynamics, dataset quality, and evaluation methodologies. When to Use This Skill Fine-...
|
1.9K |
| 2613 | gha-security-review | getsentry/skills |
GitHub Actions Security Review Find exploitable vulnerabilities in GitHub Actions workflows. Every finding MUST include a concrete exploitation scenario — if you can't build the attack, don't report it. This skill encodes attack patterns from real GitHub Actions exploits — not generic CI/CD theory. Scope Review the workflows provided (file, diff, or repo). Research the codebase as needed to trace complete attack paths before reporting. Files to Review .github/workflows/*.yml — all workflow defin...
|
1.9K |
| 2614 | document-skills | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
1.9K |
| 2615 | report-generator | claude-office-skills/skills |
Report Generator Skill Overview This skill enables automatic generation of professional data reports. Create dashboards, KPI summaries, and analytical reports with charts, tables, and insights from your data. How to Use Provide data (CSV, Excel, JSON, or describe it) Specify the type of report needed I'll generate a formatted report with visualizations Example prompts: "Generate a sales report from this data" "Create a monthly KPI dashboard" "Build an executive summary with charts" "Produce a da...
|
1.9K |
| 2616 | domain-driven-design | wondelai/skills |
Domain-Driven Design Framework Framework for tackling software complexity by modeling code around the business domain. Based on a fundamental truth: the greatest risk in software is not technical failure -- it is building a model that does not reflect how the business actually works. Core Principle The model is the code; the code is the model. Software should embody a deep, shared understanding of the business domain. When domain experts and developers speak the same language and that language i...
|
1.9K |
| 2617 | building-with-medusa | medusajs/medusa-agent-skills |
Medusa Backend Development Comprehensive backend development guide for Medusa applications. Contains patterns across 6 categories covering architecture, type safety, business logic placement, and common pitfalls. When to Apply Load this skill for ANY backend development task, including: Creating or modifying custom modules and data models Implementing workflows for mutations Building API routes (store or admin) Defining module links between entities Writing business logic or validation Query...
|
1.9K |
| 2618 | langsmith-fetch | composiohq/awesome-claude-skills |
LangSmith Fetch - Agent Debugging Skill Debug LangChain and LangGraph agents by fetching execution traces directly from LangSmith Studio in your terminal. When to Use This Skill Automatically activate when user mentions: 🐛 "Debug my agent" or "What went wrong?" 🔍 "Show me recent traces" or "What happened?" ❌ "Check for errors" or "Why did it fail?" 💾 "Analyze memory operations" or "Check LTM" 📊 "Review agent performance" or "Check token usage" 🔧 "What tools were called?" or "Show execution f...
|
1.9K |
| 2619 | langsmith-trace | langchain-ai/langsmith-skills |
LANGSMITH_API_KEY = lsv2_pt_your_api_key_here Required LANGSMITH_PROJECT = your-project-name Optional: default project LANGSMITH_WORKSPACE_ID = your-workspace-id Optional: for org-scoped keys IMPORTANT: Always check the environment variables or .env file for LANGSMITH_PROJECT before querying or interacting with LangSmith. This tells you which project contains the relevant traces and data. If the LangSmith project is not available, use your best judgement to identify the right one. CLI Tool cu...
|
1.9K |
| 2620 | news-monitor | claude-office-skills/skills |
News Monitor Skill Overview I help you set up effective news monitoring strategies, analyze media coverage, and synthesize news into actionable intelligence. I can help with brand monitoring, industry tracking, and competitive intelligence. What I can do: Design news monitoring strategies Recommend monitoring tools and RSS feeds Create news digest templates Analyze media coverage patterns Synthesize news into briefings Set up alert configurations What I cannot do: Access real-time news feeds Exe...
|
1.9K |
| 2621 | used-car-price-search | nomadamas/k-skill |
Used Car Price Search What this skill does 한국의 대표 렌터카 업체를 먼저 비교하고, 현재는 가장 기술적으로 구현이 쉬운 공급자 로 확인된 SK렌터카 다이렉트 타고BUY 를 사용해 중고차 가격을 조회한다. 한국의 주요 렌터카 업체로 SK렌터카 , 롯데렌탈(롯데오토옥션) , 레드캡렌터카 를 먼저 확인한다. 각 업체의 공개 표면에서 직접 API 제공 여부 , 웹 크롤링 난이도, 기존 MCP / Skill 존재 여부를 먼저 점검한다. 이 저장소와 현재 세션에는 중고차 가격 조회용 전용 MCP 나 Skill 이 없으므로 새 스킬이 직접 조회를 담당한다. 최종 선택 공급자는 https://www.skdirect.co.kr/tb 이다. 이 페이지는 로그인 없이 열리고, HTML 안의 __NEXT_DATA__ 에 현재 inventory snapshot 이 들어 있어 반복 조회가 쉽다. 결과는 월 렌트료 와 인수가 를 함께 보여 준다. Provider survey...
|
1.9K |
| 2622 | real-estate-search | nomadamas/k-skill |
Korean Real Estate Search What this skill does 기본적으로 https://k-skill-proxy.nomadamas.org/v1/real-estate/... 로 요청해서 한국 부동산 실거래가/전월세 데이터를 조회한다. 국토교통부(MOLIT) 실거래가 신고 데이터를 기반으로 한다. When to use "잠실 리센츠 2024년 매매 실거래가 찾아줘" "마포구 아파트 전세 실거래가 보여줘" "성수동 오피스텔 월세 실거래 데이터 볼래" "강남구 연립다세대 매매 실거래가" "용산구 상업업무용 건물 거래 내역" When not to use 해외 부동산 시세/거래 조회 실거래가가 아닌 민간 호가/매물 비교만 필요한 경우 세금/등기/중개 법률자문처럼 판단이 필요한 경우 청약홈 분양/당첨 조회 (아직 미지원) Inputs q : 지역명 (region-code endpoint, 예: "서울 강남구" , "마포구" ) lawd_cd : 5자리 법정동 코드 (tran...
|
1.9K |
| 2623 | requirements-analysis | jwynia/agent-skills |
Requirements Analysis Diagnose requirements-level problems in software projects. Help distinguish stated wants from underlying problems, discover real constraints, and avoid premature solution thinking. When to Use This Skill Use this skill when: Starting a new project without clear problem definition Requirements feel vague or untestable Scope keeps expanding without bounds Constraints are unclear or unvalidated Building features without understanding the underlying need Do NOT use this sk...
|
1.9K |
| 2624 | uniwind | uni-stack/uniwind |
Uniwind — Complete Reference Uniwind 1.5.0+ / Tailwind CSS v4 / React Native 0.81+ / Expo SDK 54+ If user has lower version, recommend updating to 1.5.0+ for best experience. Uniwind brings Tailwind CSS v4 to React Native. All core React Native components support the className prop out of the box. Styles are compiled at build time — no runtime overhead. Critical Rules Tailwind v4 only — Use @import 'tailwindcss' not @tailwind base . Tailwind v3 is not supported. Never construct classNames dynami...
|
1.9K |
| 2625 | storybrand-messaging | wondelai/skills |
Framework for clarifying your message so customers will listen. Based on a fundamental truth: customers don't buy the best products—they buy the ones they can understand the fastest. Core Principle The customer is the hero, not your brand. Your brand is the guide who helps the hero win. When you position yourself as the hero, you compete with your customer. When you position yourself as the guide, you serve them. The SB7 Framework Every compelling story follows the same pattern. Use this s...
|
1.9K |
| 2626 | feature-forge | jeffallan/claude-skills |
Feature Forge Requirements specialist conducting structured workshops to define comprehensive feature specifications. Role Definition You are a senior product analyst with 10+ years of experience. You operate with two perspectives: PM Hat: Focused on user value, business goals, success metrics Dev Hat: Focused on technical feasibility, security, performance, edge cases When to Use This Skill Defining new features from scratch Gathering comprehensive requirements Writing specifications in EAR...
|
1.9K |
| 2627 | openai-docs | openai/skills |
OpenAI Docs Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. Quick start Use mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages. Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/par...
|
1.9K |
| 2628 | academic-writing | jamditis/claude-skills-journalism |
Academic writing and research methodology Systematic approaches for scholarly writing, research design, and academic communication. Research design fundamentals Research question development Crafting a research question The FINER criteria - Feasible: Can you actually do this research? - Interesting: Does it matter to the field? - Novel: Does it add new knowledge? - Ethical: Can it be done ethically? - Relevant: Does it address a real problem? Question types | Type | Purpose | Example | ...
|
1.9K |
| 2629 | financial-statements | anthropics/knowledge-work-plugins |
Financial Statements Important : This skill assists with financial statement workflows but does not provide financial advice. All statements should be reviewed by qualified financial professionals before use in reporting or filings. Formats, GAAP presentation requirements, common adjustments, and flux analysis methodology for income statements, balance sheets, and cash flow statements. Income Statement Standard Format (Classification of Expenses by Function) Revenue Product revenue Service reven...
|
1.9K |
| 2630 | linkedin automation | claude-office-skills/skills |
LinkedIn Automation Comprehensive skill for automating LinkedIn marketing and B2B lead generation. Core Workflows 1. Content Pipeline LINKEDIN CONTENT FLOW: ┌─────────────────┐ │ Content Plan │ │ - Topics │ │ - Calendar │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Create Post │ │ - Text │ │ - Visual │ │ - Document │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Optimize │ │ - Hook │ │ - Hashtags │ │ - CTA │ └────────┬────────┘...
|
1.9K |
| 2631 | korean-spell-check | nomadamas/k-skill |
Korean Spell Check What this skill does 국립국어원 계열 규칙을 반영한 바른한글(구 부산대 맞춤법/문법 검사기) 표면을 이용해 한국어 문장을 최종 교정한다. 기본 진입점은 공개 웹 표면 https://nara-speller.co.kr/speller/ 이다. 자동화가 필요하면 이전 버전 폼 POST 표면 https://nara-speller.co.kr/old_speller/results 를 낮은 요청량으로만 사용한다. 긴 글은 청크로 나눠 순차 검사한다. 결과는 원문 , 교정안 , 이유 중심으로 정리한다. Policy first https://nara-speller.co.kr/old_speller/ 는 비상업적 용도 안내와 개인이나 학생만 무료 라는 문구를 명시한다. https://nara-speller.co.kr/robots.txt 는 / 를 허용하지만 /test_speller/ 는 금지한다. 따라서 이 스킬은 사용자 주도 최종 검수 , 저빈도 요청 ,...
|
1.9K |
| 2632 | pp-espn | mvanhorn/printing-press-library |
ESPN — Printing Press CLI Prerequisites: Install the CLI This skill drives the espn-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install espn --cli-only Verify: espn-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.23+)...
|
1.9K |
| 2633 | decision-helper | shubhamsaboo/awesome-llm-apps |
Decision Helper You are an expert at facilitating structured decision-making using proven frameworks. When to Apply Use this skill when: Evaluating multiple options Making complex decisions Weighing trade-offs Reducing decision paralysis Structuring choices systematically Decision Frameworks 1. Pros/Cons Analysis Simple comparison of advantages and disadvantages 2. Decision Matrix Weight criteria and score options 3. Cost-Benefit Analysis Quantify costs vs benefits 4. SWOT Analysis Strengths, We...
|
1.9K |
| 2634 | shopify-automation | claude-office-skills/skills |
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
|
1.9K |
| 2635 | dcf-valuation | claude-office-skills/skills |
DCF Valuation Skill Overview I help you build Discounted Cash Flow (DCF) models to estimate the intrinsic value of companies. DCF is the gold standard for fundamental valuation used by investment banks, hedge funds, and professional investors. What I can do: Build complete DCF models from financial data Calculate WACC (Weighted Average Cost of Capital) Project future free cash flows Estimate terminal value (Gordon Growth or Exit Multiple) Run sensitivity analysis on key assumptions Generate prof...
|
1.9K |
| 2636 | apple-reminders | steipete/clawdis |
Apple Reminders CLI (remindctl) Use remindctl to manage Apple Reminders directly from the terminal. When to Use ✅ USE this skill when: User explicitly mentions "reminder" or "Reminders app" Creating personal to-dos with due dates that sync to iOS Managing Apple Reminders lists User wants tasks to appear in their iPhone/iPad Reminders app When NOT to Use ❌ DON'T use this skill when: Scheduling OpenClaw tasks or alerts → use cron tool with systemEvent instead Calendar events or appointments → use ...
|
1.9K |
| 2637 | gh-review-requests | getsentry/skills |
GitHub Review Requests Fetch unread review_requested notifications for open (unmerged) PRs, filtered by a GitHub team. Requires : GitHub CLI ( gh ) authenticated. Step 1: Identify the Team If the user has not specified a team, ask: Which GitHub team should I filter by? (e.g. streaming-platform ) Accept either a team slug ( streaming-platform ) or a display name ("Streaming Platform") — convert to lowercase-hyphenated slug before passing to the script. Step 2: Run the Script uv run ${CLAUDE_SKILL...
|
1.9K |
| 2638 | planning-with-files-es | othmanadi/planning-with-files |
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Sistema de Planificación con Archivos Trabaja como Manus: usa archivos Markdown persistentes como tu «memoria de trabajo en disco». Paso 1: Recuperar contexto (v2.2.0) Antes de hacer nada , verifica si existen los archivos de planificación y léelos: Si task_plan.md existe, lee inmediatamente task_plan.md , progress.md y findings.md . Luego verifica si la ses...
|
1.9K |
| 2639 | legacy-modernizer | jeffallan/claude-skills |
Legacy Modernizer Senior legacy modernization specialist with expertise in transforming aging systems into modern architectures without disrupting business operations. Role Definition You are a senior legacy modernization expert with 15+ years of experience in incremental migration strategies. You specialize in strangler fig pattern, branch by abstraction, and risk-free modernization approaches. You transform legacy systems while maintaining zero downtime and ensuring business continuity. Wh...
|
1.9K |
| 2640 | smux | shawnpana/smux |
smux Tmux pane control and cross-pane agent communication. Use tmux-bridge (the high-level CLI) for all cross-pane interactions. Fall back to raw tmux commands only when you need low-level control. tmux-bridge — Cross-Pane Communication A CLI that lets any AI agent interact with any other tmux pane. Works via plain bash. Every command is atomic : type types text (no Enter), keys sends special keys, read captures pane content. DO NOT WAIT OR POLL Other panes have agents that will reply to you via...
|
1.9K |
| 2641 | create-branch | getsentry/skills |
Create Branch Create a git branch following Sentry naming conventions. Keep this workflow non-interactive unless the user explicitly asks to choose the name manually. Workflow Resolve the prefix: First try gh api user --jq .login Then git config github.user Then the local part of git config user.email Then whoami Sanitize to lowercase ASCII letters, digits, and hyphens; if empty, use local Resolve the work description: If $ARGUMENTS is present, use it Otherwise inspect: git diff git diff --cache...
|
1.9K |
| 2642 | planning-with-files-de | othmanadi/planning-with-files |
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Dateiplanungssystem Arbeite wie Manus: Verwende persistente Markdown-Dateien als deinen „Festplatten-Arbeitsspeicher". Schritt 1: Kontext wiederherstellen (v2.2.0) Bevor du irgendetwas anderes tust , prüfe, ob Planungsdateien existieren, und lies sie: Wenn task_plan.md existiert, lies sofort task_plan.md , progress.md und findings.md . Prüfe dann, ob die vor...
|
1.9K |
| 2643 | internal-comms | composiohq/awesome-claude-skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
1.9K |
| 2644 | clawhub | steipete/clawdis |
ClawHub CLI Install npm i -g clawhub Auth (publish) clawhub login clawhub whoami Search clawhub search "postgres backups" Install clawhub install my-skill clawhub install my-skill --version 1.2 .3 Update (hash-based match + upgrade) clawhub update my-skill clawhub update my-skill --version 1.2 .3 clawhub update --all clawhub update my-skill --force clawhub update --all --no-input --force List clawhub list Publish clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2 .0 --cha...
|
1.9K |
| 2645 | infographic | claude-office-skills/skills |
Infographic Skill Overview I help you design infographics by planning layouts, structuring content, and creating visual hierarchies that tell compelling data stories. I provide detailed specifications that designers can implement. What I can do: Plan infographic layouts and structure Organize content for visual impact Recommend visual elements (icons, charts, imagery) Create text hierarchy and copy Suggest color schemes and typography Provide design specifications What I cannot do: Create actual...
|
1.9K |
| 2646 | chart-designer | claude-office-skills/skills |
Chart Designer Skill Overview I help you design effective data visualizations by recommending the right chart types, generating configurations for popular charting libraries, and applying data visualization best practices. What I can do: Recommend appropriate chart types for your data Generate ECharts/Chart.js configurations Design dashboard layouts Apply visualization best practices Create Excel chart specifications Suggest color schemes and styling What I cannot do: Render charts directly (use...
|
1.9K |
| 2647 | olive-young-search | nomadamas/k-skill |
Olive Young Search What this skill does upstream 원본 hmmhmmhm/daiso-mcp 와 npm package daiso 를 그대로 사용해 올리브영 매장 검색, 상품 검색, 재고 확인 흐름을 안내한다. 이 저장소는 원본 MCP 서버 코드를 vendoring 하지 않는다. 대신 MCP 서버를 Claude Code에 직접 설치하지 않고 CLI 형태로 먼저 확인하는 경로 를 기본값으로 둔다. 핵심 조회 경로: 매장 검색: /api/oliveyoung/stores 상품 검색: /api/oliveyoung/products 재고 확인: /api/oliveyoung/inventory health check: npx --yes daiso health When to use "명동 근처 올리브영 매장 찾아줘" "올리브영 선크림 어떤 거 있나 보여줘" "명동 근처 올리브영에서 선크림 재고 확인해줘" "올리브영 검색용 CLI 붙여줘" When not to use ...
|
1.9K |
| 2648 | clean-architecture | wondelai/skills |
Clean Architecture Framework A disciplined approach to structuring software so that business rules remain independent of frameworks, databases, and delivery mechanisms. Apply these principles when designing system architecture, reviewing module boundaries, or advising on dependency management. Core Principle Source code dependencies must point inward -- toward higher-level policies. Nothing in an inner circle can know anything about something in an outer circle. This single rule, applied consist...
|
1.9K |
| 2649 | planning-with-files-ar | othmanadi/planning-with-files |
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. نظام تخطيط الملفات العمل بنمط Manus: استخدام ملفات Markdown المستمرة كـ «ذاكرة عمل على القرص». الخطوة الأولى: استعادة السياق (v2.2.0) قبل فعل أي شيء ، تحقق من وجود ملفات التخطيط واقرأها: إذا كان task_plan.md موجودًا، اقرأ فورًا task_plan.md و progress.md و findings.md . ثم تحقق مما إذا كانت الجلسة السابقة تحتوي على سياق غير متزامن: Linux/macOS $( command -v...
|
1.9K |
| 2650 | building-admin-dashboard-customizations | medusajs/medusa-agent-skills |
Medusa Admin Dashboard Customizations Build custom UI extensions for the Medusa Admin dashboard using the Admin SDK and Medusa UI components. Note: "UI Routes" are custom admin pages, different from backend API routes (which use building-with-medusa skill). When to Apply Load this skill for ANY admin UI development task, including: Creating widgets for product/order/customer pages Building custom admin pages Implementing forms and modals Displaying data with tables or lists Adding navigatio...
|
1.9K |