███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2901 | design-brief | julianoczkowski/designer-skills |
This skill creates a design brief through structured conversation. You may skip steps if they are not necessary. Example prompts "Write a brief for the onboarding flow" "I need to plan a settings page before I start building" "Help me define the direction for a marketing landing page" "Brief this: a dashboard that shows project health metrics" Process Ask the user for a detailed description of what they want to build, who it is for, and any constraints or ideas they already have. Explore the exi...
|
1.7K |
| 2902 | wiki-setup | ar9av/obsidian-wiki |
Obsidian Setup — Vault Initialization You are setting up a new Obsidian wiki vault (or repairing an existing one). Step 1: Create .env If .env doesn't exist, create it from .env.example . Ask the user for: Where should the vault live? → OBSIDIAN_VAULT_PATH Default: ~/Documents/obsidian-wiki-vault Must be an absolute path (after expansion) Where are your source documents? → OBSIDIAN_SOURCES_DIR Can be multiple paths, comma-separated Default: ~/Documents Want to import Claude history? → CLAUDE_HIS...
|
1.7K |
| 2903 | pdf compress | claude-office-skills/skills |
PDF Compress Reduce PDF file sizes for easier sharing, faster loading, and efficient storage. Overview This skill helps you: Reduce PDF file sizes significantly Balance quality vs. file size Optimize for specific use cases (web, print, archive) Batch compress multiple files Understand compression trade-offs How to Use Basic Compression "Compress this PDF to reduce file size" "Make this PDF smaller for email" "Optimize this PDF for web viewing" With Targets "Compress this PDF to under 5 MB" "Redu...
|
1.7K |
| 2904 | asana automation | claude-office-skills/skills |
Asana Automation Comprehensive skill for automating Asana project management and team collaboration. Core Workflows 1. Task Management Pipeline TASK LIFECYCLE: ┌─────────────────┐ │ New Request │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Triage & │ │ Prioritize │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Assign & │ │ Schedule │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Progress │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Review │ └────────┬──...
|
1.7K |
| 2905 | frontend-dev | minimax-ai/skills |
Frontend Studio Build complete, production-ready frontend pages by orchestrating 5 specialized capabilities: design engineering, motion systems, AI-generated assets, persuasive copy, and generative art. Invocation /frontend-dev <request> The user provides their request as natural language (e.g. "build a landing page for a music streaming app"). Skill Structure frontend-dev/ ├── SKILL.md Core skill (this file) ├── scripts/ Asset generation scripts │ ├...
|
1.7K |
| 2906 | design-flow | julianoczkowski/designer-skills |
This skill orchestrates the full designer workflow by running each skill in sequence. You are a guide walking the designer through each phase. Do not rush. Each phase must be completed and confirmed before moving to the next. Example prompts "Run the full design flow" "Walk me through the complete process for a new project" "Start from scratch and take me through everything" "Design flow for a dashboard app" The Sequence 1. Grill Me → Clarify thinking 2. Design Brief → Document int...
|
1.7K |
| 2907 | create-adaptable-composable | hyf0/vue-skills |
Create Adaptable Composable Adaptable composables are reusable functions that can accept both reactive and non-reactive inputs. This allows developers to use the composable in a variety of contexts without worrying about the reactivity of the inputs. Steps to design an adaptable composable in Vue.js: Confirm the composable's purpose and API design and expected inputs/outputs. Identify inputs params that should be reactive (MaybeRef / MaybeRefOrGetter). Use toValue() or toRef() to normalize input...
|
1.7K |
| 2908 | changelog generator | claude-office-skills/skills |
Changelog Generator Generate professional release notes and changelogs from commits, feature lists, or updates. Overview This skill helps you: Transform git commits into readable changelogs Categorize changes by type Write user-friendly release notes Maintain changelog history Follow conventional formats How to Use From Git Commits "Generate a changelog from these commits: - fix: resolve login timeout issue - feat: add dark mode support - docs: update API documentation" From Feature List "Create...
|
1.7K |
| 2909 | pdf watermark | claude-office-skills/skills |
PDF Watermark & Page Elements Add watermarks, page numbers, headers, footers, and other overlay elements to PDF documents. Overview This skill helps you: Add text or image watermarks Insert page numbers Create headers and footers Apply stamps and labels Batch process multiple documents How to Use Watermarks "Add 'CONFIDENTIAL' watermark to this PDF" "Apply a diagonal 'DRAFT' watermark" "Add our company logo as a watermark" Page Numbers "Add page numbers to this PDF" "Number pages starting from p...
|
1.7K |
| 2910 | dev-slides | claude-office-skills/skills |
Developer Slides Skill Overview This skill enables creation of developer-focused presentations using Slidev - a Vue-powered presentation framework. Write slides in Markdown with live code demos, diagrams, and components. How to Use Describe your technical presentation needs I'll generate Slidev markdown with proper syntax Includes code blocks, diagrams, and Vue components Example prompts: "Create a Vue.js workshop presentation" "Build slides with live code execution" "Make a technical talk with ...
|
1.7K |
| 2911 | spotify automation | claude-office-skills/skills |
Spotify Automation Automate Spotify music playback, playlist management, and discovery workflows. Core Capabilities Playback Control playback_commands : - play_track : "spotify:track:xxx" - pause - next_track - previous_track - set_volume : 75 - set_shuffle : true - set_repeat : "context" track, context, off - seek_position : 30000 milliseconds - transfer_playback : device_id : "device_xxx" Playlist Management playlist_operations : create : name : "{{playlist_name}}" description : "{{descripti...
|
1.7K |
| 2912 | lead qualification | claude-office-skills/skills |
Lead Qualification Score and qualify leads based on defined criteria to focus sales efforts effectively. Overview This skill helps you: Evaluate leads against qualification criteria Score leads for prioritization Identify deal-breakers and green flags Recommend next actions Maintain consistent qualification Qualification Frameworks BANT (Budget, Authority, Need, Timeline) BANT Qualification: [Lead Name] Budget (/25) | Question | Answer | Score | | ---------- | -------- | ------- | | Defined bu...
|
1.7K |
| 2913 | grill-me | julianoczkowski/designer-skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
|
1.7K |
| 2914 | okx-cex-smartmoney | okx/agent-skills |
OKX CEX Smart Money CLI Smart Money leaderboard, trader analytics, position tracking, and aggregated consensus signals. Preflight Before running any command, follow ../_shared/preflight.md . Use metadata.version from this file's frontmatter as the reference for Step 2. Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli Configure credentials: okx config add-profile AK = < your_api_key > SK = < your_secret_key > PP = < your_passphrase > name = live or interactive wizard: okx conf...
|
1.7K |
| 2915 | weather automation | claude-office-skills/skills |
Weather Automation Automate weather-based workflows and notifications. Core Capabilities Current Weather current_weather : location : "San Francisco, CA" or coordinates lat : 37.7749 lon : -122.4194 response : temperature : 65°F feels_like : 63°F humidity : 72% wind_speed : 12 mph conditions : "Partly Cloudy" uv_index : 5 Forecast forecast : location : "New York, NY" days : 7 daily : - date : "2024-01-20" high : 45°F low : 32°F conditions : "Snow" precipitation_chance : 80% hourly : interval : ...
|
1.7K |
| 2916 | doc-pipeline | claude-office-skills/skills |
Doc Pipeline Skill Overview This skill enables building document processing pipelines - chain multiple operations (extract, transform, convert) into reusable workflows with data flowing between stages. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "PDF → Extract Text → Translate → Generate DOCX" "Image → OCR → Summarize → Create Report" "Excel → Analyze → Generate Charts → Create PPT" "Multiple in...
|
1.7K |
| 2917 | email classifier | claude-office-skills/skills |
Email Classifier Automatically categorize and prioritize emails to help manage inbox overload. Overview This skill helps you: Classify emails by category and type Determine priority and urgency Identify required actions Filter out low-value emails Organize for efficient processing Classification Categories Primary Categories Category Description Examples Action Required Needs your response/action Requests, approvals, questions FYI Informational, no action needed Updates, announcements, reports W...
|
1.7K |
| 2918 | docusign automation | claude-office-skills/skills |
DocuSign Automation Comprehensive skill for automating e-signature and document signing workflows. Core Workflows 1. Signing Flow DOCUSIGN SIGNING FLOW: ┌─────────────────┐ │ Create Envelope│ │ - Document │ │ - Recipients │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Add Fields │ │ - Signatures │ │ - Initials │ │ - Dates │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Send for │ │ Signature │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Signer 1 Signs │ │...
|
1.7K |
| 2919 | one-page-marketing | wondelai/skills |
The 1-Page Marketing Plan Framework A complete marketing system captured on a single page. Instead of a 50-page marketing plan that never gets executed, the 1-Page Marketing Plan distills everything into a 3x3 grid of nine squares — each representing a critical stage in turning a stranger into a raving fan. Fill in all nine squares and you have a living, breathing marketing engine that drives predictable growth. Core Principle "Marketing is not an event — it is a process." Most businesses treat ...
|
1.7K |
| 2920 | code-simplifier | simonwong/agent-skills |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
1.7K |
| 2921 | dbskill-upgrade | dontbesilent2025/dbskill |
dbskill-upgrade 升级 dbskill 到最新版本,显示更新内容。 使用场景 用户主动调用 /dbskill-upgrade 升级 显示版本变化和更新内容 升级流程 Step 1: 检测安装位置 if [ -d " $HOME /.claude/skills/dbs" ] ; then INSTALL_DIR = " $HOME /.claude/skills" echo "Install location: $INSTALL_DIR " else echo "ERROR: dbskill not found in ~/.claude/skills/" exit 1 fi Step 2: 获取当前版本 OLD_VERSION = $( cat " $HOME /.claude/skills/dbskill-upgrade/../../VERSION" 2 > /dev/null || echo "unknown" ) echo "Current version: $OLD_VERSION " Step 3: 获取远程版本 REMOTE_VERSION = $( curl ...
|
1.7K |
| 2922 | cloud-design-patterns | github/awesome-copilot |
Cloud Design Patterns Architects design workloads by integrating platform services, functionality, and code to meet both functional and nonfunctional requirements. To design effective workloads, you must understand these requirements and select topologies and methodologies that address the challenges of your workload's constraints. Cloud design patterns provide solutions to many common challenges. System design heavily relies on established design patterns. You can design infrastructure, code, a...
|
1.7K |
| 2923 | cli-mastery | github/awesome-copilot |
Copilot CLI Mastery UTILITY SKILL — interactive Copilot CLI trainer. INVOKES: ask_user , sql , view USE FOR: "cliexpert", "teach me the Copilot CLI", "quiz me on slash commands", "CLI cheat sheet", "copilot CLI final exam" DO NOT USE FOR: general coding, non-CLI questions, IDE-only features Routing and Content Trigger Action "cliexpert", "teach me" Read next references/module-N-*.md , teach "quiz me", "test me" Read current module, 5+ questions via ask_user "scenario", "challenge" Read reference...
|
1.7K |
| 2924 | daily-news-caster | noizai/skills |
Daily News Caster Skill This skill allows the agent to fetch real-time news, organize it into a conversational podcast script, and generate an audio file reading the script out loud. Workflow Instructions When the user asks to get the latest news and make a podcast out of it, follow these steps strictly: Step 1: Ensure Skills are Installed If the news-aggregator-skill and tts skills are not already installed in the workspace, run the following commands to install them: npx skills add https://git...
|
1.7K |
| 2925 | nx-generate | nrwl/nx-ai-agents-config |
Run Nx Generator Nx generators are powerful tools that scaffold projects, make automated code migrations or automate repetitive tasks in a monorepo. They ensure consistency across the codebase and reduce boilerplate work. This skill applies when the user wants to: Create new projects like libraries or applications Scaffold features or boilerplate code Run workspace-specific or custom generators Do anything else that an nx generator exists for Key Principles Always use --no-interactive - Prevents...
|
1.7K |
| 2926 | mobile-touch | dylantarre/animation-principles |
Mobile Touch Animation Apply Disney's 12 animation principles to mobile gestures, haptics, and native app motion. Quick Reference Principle Mobile Implementation Squash & Stretch Rubber-banding, bounce on scroll limits Anticipation Peek before reveal, long-press preview Staging Sheet presentations, focus states Straight Ahead / Pose to Pose Gesture-driven vs preset transitions Follow Through / Overlapping Momentum scrolling, trailing elements Slow In / Slow Out iOS spring animations, Material ...
|
1.7K |
| 2927 | accessibility-a11y | mindrally/skills |
Accessibility (a11y) Best Practices You are an expert in web accessibility and inclusive design. Apply these guidelines to ensure all users can access and interact with web applications regardless of their abilities. Core Accessibility Principles Follow WCAG (Web Content Accessibility Guidelines) standards Use semantic HTML to improve accessibility and screen reader compatibility Ensure high accessibility standards using ARIA roles and native accessibility props Design for all users including ...
|
1.7K |
| 2928 | liquid-theme-standards | benjaminsehl/liquid-skills |
CSS, JS & HTML Standards for Shopify Liquid Themes Core Principles Progressive enhancement — semantic HTML first, CSS second, JS third No external dependencies — native browser APIs only for JavaScript Design tokens — never hardcode colors, spacing, or fonts BEM naming — consistent class naming throughout Defensive CSS — handle edge cases gracefully CSS in Liquid Themes Where CSS Lives Location Liquid? Use For {% stylesheet %} No Component-scoped styles (one per file) {% style %} Yes Dynamic val...
|
1.7K |
| 2929 | brightdata-cli | brightdata/skills |
Bright Data CLI The Bright Data CLI ( brightdata or bdata ) gives you full access to Bright Data's web data platform from the terminal. It handles authentication, proxy zones, anti-bot bypass, CAPTCHA solving, and JavaScript rendering automatically — the user just needs to log in once. Installation If the CLI is not installed yet, guide the user: macOS / Linux: curl -fsSL https://cli.brightdata.com/install.sh | bash Windows or manual install (any platform): npm install -g @brightdata/cli Without...
|
1.7K |
| 2930 | browsing-with-playwright | bilalmk/todo_correct |
Browser Automation Automate browser interactions via Playwright MCP server. Server Lifecycle Start Server Using helper script (recommended) bash scripts/start-server.sh Or manually npx @playwright/mcp@latest --port 8808 --shared-browser-context & Stop Server Using helper script (closes browser first) bash scripts/stop-server.sh Or manually python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_close -p '{}' pkill -f "@playwright/mcp" When to Stop End of task : Stop when brows...
|
1.7K |
| 2931 | ghost-scan-deps | ghostsecurity/skills |
Ghost Security SCA Scanner — Orchestrator You are the top-level orchestrator for Software Composition Analysis (SCA) scanning. Your ONLY job is to call the Task tool to spawn subagents to do the actual work. Each step below gives you the exact Task tool parameters to use. Do not do the work yourself. Defaults repo_path : the current working directory scan_dir : ~/.ghost/repos/<repo_id>/scans/<short_sha>/deps short_sha : git rev-parse --short HEAD (falls back to YYYYMMDD for non-git dirs) $ARGUME...
|
1.7K |
| 2932 | auth-wechat-miniprogram | tencentcloudbase/skills |
When to use this skill Use this skill for WeChat Mini Program (小程序) authentication in a CloudBase project. Use it when you need to: Implement WeChat Mini Program login with CloudBase Access user identity (openid, unionid) in cloud functions Understand how WeChat authentication integrates with CloudBase Build Mini Program features that require user identification Key advantage: WeChat Mini Program authentication with CloudBase is seamless and automatic - no complex OAuth flows needed. When a Mini...
|
1.7K |
| 2933 | wp-performance | wordpress/agent-skills |
WP Performance (backend-only) When to use Use this skill when: a WordPress site/page/endpoint is slow (frontend TTFB, admin, REST, WP-Cron) you need a profiling plan and tooling recommendations (WP-CLI profile/doctor, Query Monitor, Xdebug/XHProf, APMs) you’re optimizing DB queries, autoloaded options, object caching, cron tasks, or remote HTTP calls This skill assumes the agent cannot use a browser UI. Prefer WP-CLI, logs, and HTTP requests. Inputs required Environment and safety: dev/staging/p...
|
1.7K |
| 2934 | trigger-tasks | triggerdotdev/skills |
Build durable background tasks that run reliably with automatic retries, queuing, and observability. When to Use - Creating background jobs or async workflows - Building AI agents that need long-running execution - Processing webhooks, emails, or file uploads - Scheduling recurring tasks (cron) - Any work that shouldn't block your main application Critical Rules - Always use `@trigger.dev/sdk` — never use deprecated `client.defineJob` - Check `result.ok` before accessing `result.outpu...
|
1.7K |
| 2935 | marketing-skills | alirezarezvani/claude-skills |
Marketing Skills Division 42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer. Quick Start Claude Code /read marketing-skill/marketing-ops/SKILL.md The router will direct you to the right specialist skill. Codex CLI codex --full-auto "Read marketing-skill/marketing-ops/SKILL.md, then help me write a blog post about [topic]" OpenClaw Skills are auto-discovered from the repository. Ask your agent for marketing help — it routes via...
|
1.7K |
| 2936 | linear automation | claude-office-skills/skills |
Linear Automation Comprehensive skill for automating Linear issue tracking and engineering workflows. Core Workflows 1. Issue Lifecycle LINEAR ISSUE FLOW: ┌─────────────────┐ │ Triage │ │ (Backlog) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Todo │ │ (Prioritized) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Progress │ │ (Active) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Review │ │ (PR Created) │ └────────┬────────┘ ▼ ┌────────────────...
|
1.7K |
| 2937 | nda-generator | claude-office-skills/skills |
NDA Generator Skill Overview I help you create professional Non-Disclosure Agreements (NDAs) for various business situations. Whether you're meeting potential investors, hiring contractors, or exploring partnerships, I'll generate an appropriate NDA. What I can do: Generate one-way or mutual NDAs Customize confidentiality scope and duration Include standard protective clauses Adapt for different jurisdictions Support English and Chinese What I cannot do: Provide legal advice Guarantee enforceabi...
|
1.7K |
| 2938 | database sync | claude-office-skills/skills |
Database Sync Comprehensive skill for database synchronization, replication, and data integration. Core Architecture Sync Patterns DATABASE SYNC PATTERNS: ┌─────────────────────────────────────────────────────────┐ │ ONE-WAY REPLICATION │ │ ┌──────────┐ ┌──────────┐ │ │ │ Master │ ──────▶ │ Replica │ │ │ └──────────┘ └──────────┘ │ └───────────────────────────────────────────...
|
1.7K |
| 2939 | zendesk automation | claude-office-skills/skills |
Zendesk Automation Comprehensive skill for automating Zendesk support workflows and ticket management. Core Workflows 1. Ticket Triage Pipeline INCOMING TICKET FLOW: ┌─────────────────┐ │ New Ticket │ └────────┬────────┘ ▼ ┌─────────────────┐ │ AI Analysis │ │ - Intent │ │ - Sentiment │ │ - Urgency │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Categorize │ │ - Type │ │ - Product │ │ - Skill needed │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Route...
|
1.7K |
| 2940 | scrapling-official | d4vinci/scrapling |
Scrapling Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl. Its parser learns from website changes and automatically relocates your elements when pages update. Its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box. And its spider framework lets you scale up to concurrent, multi-session crawls with pause/resume and automatic proxy rotation — all in a few lines of Python. One library, zero compromises. Blazi...
|
1.7K |
| 2941 | swiftui-performance | dpearson2699/swift-ios-skills |
SwiftUI Performance Contents Overview Workflow Decision Tree 1. Code-First Review 2. Guide the User to Profile 3. Analyze and Diagnose 4. Remediate Common Code Smells (and Fixes) 5. Verify Outputs MCP Tool Notes Instruments Profiling Identity and Lifetime Lazy Loading Patterns State and Observation Optimization Common Mistakes Review Checklist References Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. ...
|
1.7K |
| 2942 | seo-geo | agricidaniel/claude-seo |
SEO/GEO Optimization Skill Comprehensive SEO and GEO (Generative Engine Optimization) for websites. Optimize for both traditional search engines (Google, Bing) and AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude). Quick Reference GEO = Generative Engine Optimization - Optimizing content to be cited by AI search engines. Key Insight: AI search engines don't rank pages - they cite sources. Being cited is the new "ranking 1". Workflow Step 1: Website Audit Get the target URL a...
|
1.7K |
| 2943 | job description generator | claude-office-skills/skills |
Job Description Generator Generate professional, inclusive job descriptions that attract qualified candidates. Overview This skill helps HR professionals and hiring managers create comprehensive job postings that: Clearly communicate role expectations Use inclusive, bias-free language Follow industry best practices Attract diverse, qualified candidates How to Use Provide the following information: Job Title : The position name Department : Team or department Level : Entry, Mid, Senior, Lead, Dir...
|
1.7K |
| 2944 | twitter/x automation | claude-office-skills/skills | 1.7K | |
| 2945 | lead-routing | claude-office-skills/skills |
Lead Routing Intelligent lead assignment and routing system with AI-powered scoring, territory mapping, round-robin distribution, and workload balancing. Based on n8n's HubSpot/Salesforce automation templates. Overview This skill covers: Lead scoring and qualification Territory-based routing Round-robin distribution Workload balancing SLA monitoring and escalation Routing Strategies 1. Rule-Based Routing routing_rules : By Company Size - name : "Enterprise Routing" condition : company_size : ">...
|
1.7K |
| 2946 | trello automation | claude-office-skills/skills |
Trello Automation Comprehensive skill for automating Trello board management and kanban workflows. Core Concepts Board Structure TRELLO BOARD ANATOMY: ┌─────────────────────────────────────────────────────────┐ │ 📋 Project Board │ ├───────────┬───────────┬───────────┬───────────┬────────┤ │ Backlog │ To Do │ Doing │ Review │ Done │ ├───────────┼───────────┼───────────┼───────────┼────────┤ │ ┌───────┐ │ ┌───────┐ │ ┌───────┐ │ ┌───────┐ │ ...
|
1.7K |
| 2947 | monday.com automation | claude-office-skills/skills |
Monday.com Automation Comprehensive skill for automating Monday.com work management and team workflows. Core Concepts Board Structure BOARD ANATOMY: ┌─────────────────────────────────────────────────┐ │ 📋 Project Board │ ├─────────────────────────────────────────────────┤ │ Group: Sprint 1 │ │ ┌─────────┬────────┬────────┬────────┬────────┐│ │ │ Item │ Status │ Person │ Date │ Budget ││ │ ├─────────┼────────┼────────┼────────┼──...
|
1.7K |
| 2948 | pipedrive automation | claude-office-skills/skills |
Pipedrive Automation Comprehensive skill for automating Pipedrive CRM and sales pipeline management. Core Workflows 1. Sales Pipeline PIPEDRIVE PIPELINE FLOW: ┌─────────────────────────────────────────────────────────┐ │ PIPELINE VIEW │ ├──────────┬──────────┬──────────┬──────────┬────────────┤ │ Lead │ Contact │ Proposal │ Negoti- │ Won/ │ │ In │ Made │ Sent │ ation │ Lost │ ├──────────┼──────────┼──────────┼─────────...
|
1.7K |
| 2949 | podcast automation | claude-office-skills/skills |
Podcast Automation Comprehensive skill for automating podcast production and distribution. Core Workflows 1. Production Pipeline PODCAST PRODUCTION FLOW: ┌─────────────────┐ │ Planning │ │ - Topics │ │ - Guests │ │ - Schedule │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Recording │ │ - Audio │ │ - Video (opt) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Editing │ │ - Clean audio │ │ - Add intro │ │ - Mastering │ └────────┬────────┘ ▼ ...
|
1.7K |
| 2950 | offer letter generator | claude-office-skills/skills |
Offer Letter Generator Generate professional employment offer letters that clearly communicate job terms and compensation. Overview This skill creates formal offer letters that: Clearly state position and compensation Outline key employment terms Maintain legal compliance awareness Create positive candidate experience How to Use Provide the following information: Required Candidate Name : Full legal name Job Title : Position being offered Start Date : Proposed start date Compensation : Base sala...
|
1.7K |