Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
12401 brand-guidelines davepoon/buildwithclaude
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
60
12402 stable-diffusion-image-generation orchestra-research/ai-research-skills
Stable Diffusion Image Generation Comprehensive guide to generating images with Stable Diffusion using the HuggingFace Diffusers library. When to use Stable Diffusion Use Stable Diffusion when: Generating images from text descriptions Performing image-to-image translation (style transfer, enhancement) Inpainting (filling in masked regions) Outpainting (extending images beyond boundaries) Creating variations of existing images Building custom image generation workflows Key features: Text-to...
60
12403 wechat-draft-publisher solar-luna/fully-automatic-article-generation-skill
自动将 HTML 格式的文章发布到微信公众号草稿箱,支持封面图上传、标题、作者和摘要等元数据管理。 ⚡ 快速开始 最简单的用法: ``` python publisher.py --title "文章标题" --content article.html ``` 完整参数: ``` python publisher.py \ --title "标题" \ --content article.html \ --author "作者名" \ --cover cover.png \ --digest "文章摘要" ``` 默认值: - 作者:`YanG` - 封面图:`cover.png` 📋 执行步骤 发布文章到微信草稿箱的完整流程: - 查找 HTML 文件 优先查找 `*_formatted.html`(formatter 输出) - 回退到最新的 `.html` 文件 - 提取文章标题 从 HTML 注释提取:`<!-- Title: xxx -->` - 从文件名提取 - 询问用户 - 检查封面图 查找 `cov...
60
12404 erk-diff-analysis dagster-io/erk
Diff Analysis This skill provides the commit message generation prompt used by PR submission commands. When to Use Only load this skill when: Explicitly requested by name ( erk-diff-analysis ) Invoked by commands like /erk:git-pr-push Usage Load references/commit-message-prompt.md when analyzing a diff, then apply its principles to generate output. Key Principles Be concise and strategic - focus on significant changes Use component-level descriptions - reference modules/components, not individua...
60
12405 session-recovery terrylica/cc-skills
When to use this skill: - "No conversations found to resume" when running `claude -r` - New conversations not creating session files - Sessions appearing in wrong locations (`/tmp/` instead of `~/.claude/projects/`) - Session history missing after environment changes - IDE/terminal settings affecting session creation - Need to migrate or recover 600+ legacy sessions Official Session Storage Standard Location: `~/.claude/projects/` Structure: ``` ~/.claude/projects/ ├── -home-username-...
60
12406 beads johnlindquist/claude
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites bd...
60
12407 gh-address-comments shipshitdev/library
PR Comment Handler Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access. Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status , rerun it with sandbox_permissions=require_escalated . 1) Inspect comments needing attention Run scripts/fetch_comments.py whic...
60
12408 tool-openclaw heyvhuang/ship-faster
OpenClaw Expert Goal: answer OpenClaw install/config/ops questions using the bundled docs snapshot under references/docs/ . Default assumption: the snapshot is the source of truth. Do not guess command flags or config keys. Inputs / I-O Contract (Required) Reads (primary): references/docs/ (offline mirror of https://docs.openclaw.ai/*.md ) references/entrypoints.md (curated map) references/troubleshooting.md (routing/playbook) Writes: None by default. If refreshing the snapshot: references/docs/...
60
12409 umbraco-header-apps umbraco/umbraco-cms-backoffice-skills
Umbraco Header Apps What is it? Header apps are single-purpose extensions that appear in Umbraco's top navigation bar, positioned next to the user profile avatar and global search. They provide globally accessible functionality to the Backoffice, such as quick links to documentation, tools, or custom interactive features. Header apps can be simple links or custom interactive components that open modals or perform actions. Documentation Always fetch the latest docs before implementing: Main docs ...
60
12410 nuxt-data secondsky/claude-skills
Nuxt 4 Data Management Composables, data fetching, and state management patterns for Nuxt 4 applications. Quick Reference Data Fetching Methods Method Use Case SSR Caching Reactive useFetch Simple API calls Yes Yes Yes useAsyncData Custom async logic Yes Yes Yes $fetch Client-side only, events No No No Composable Naming Prefix Purpose Example use State/logic composable useAuth, useCart fetch Data fetching only fetchUsers (rare) When to Load References Load references/composables.md when: Wri...
60
12411 umbraco-entry-point umbraco/umbraco-cms-backoffice-skills
Umbraco Entry Point What is it? Entry Points are extensions that execute JavaScript code when the Umbraco backoffice starts up. The Backoffice Entry Point runs after user authentication and is used for initialization logic, loading external libraries, registering UI extensions dynamically, or including global CSS. An optional onUnload function handles cleanup. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-ov...
60
12412 tanstack-virtual tanstack-skills/tanstack-skills
Overview TanStack Virtual provides virtualization logic for rendering only visible items in large lists, grids, and tables. It calculates which items are in the viewport and positions them with absolute positioning, keeping DOM node count minimal regardless of dataset size. Package: @tanstack/react-virtual Core: @tanstack/virtual-core (framework-agnostic) Installation npm install @tanstack/react-virtual Core Pattern import { useVirtualizer } from '@tanstack/react-virtual' function VirtualList ( ...
60
12413 phase-3-mockup popup-studio-ai/bkit-claude-code
Create trendy UI without a designer + Consider Next.js componentization Purpose Quickly validate ideas before actual implementation. Even without a designer, research UI/UX trends to create high-quality prototypes, designed for easy conversion to Next.js components later. What to Do in This Phase - Screen Mockups: Implement UI with HTML/CSS - Interactions: Implement behavior with basic JavaScript - Data Simulation: Simulate API responses with JSON files - Feature Validation: Test user f...
60
12414 reflex-dev silvainfm/claude-skills
Reflex Development Overview Reflex is a full-stack Python framework for building web applications without writing JavaScript. Apps compile to a React frontend and FastAPI backend, with state management and event handlers running entirely in Python. Architecture: Frontend: Compiled to React (JavaScript) for UI rendering Backend: FastAPI server running Python event handlers Communication: WebSockets for real-time state updates State: Server-side Python state synchronized to frontend Core Concep...
60
12415 hooks-development terrylica/cc-skills
Guide for developing Claude Code hooks with proper output visibility patterns. When to Use This Skill - Creating a new PostToolUse or PreToolUse hook - Hook output is not visible to Claude (most common issue) - User asks about `decision: block` pattern - Debugging why hook messages don't appear - User mentions "Claude Code hooks" or "hook visibility" Quick Reference: Visibility Patterns Critical insight: PostToolUse hook stdout is only visible to Claude when JSON contains `"decision": ...
60
12416 advanced-video-downloader jst-well-dan/skill-box
Advanced Video Downloader Overview This skill provides comprehensive video downloading and transcription capabilities from 1000+ platforms including YouTube, Bilibili, TikTok, Twitter, Instagram, and more. It combines: yt-dlp: Powerful video downloading tool SiliconFlow API: Free AI-powered transcription to convert videos to Markdown When to Use This Skill Activate this skill when the user: Explicitly requests to download a video ("download this video", "下载视频") Provides video URLs from any p...
60
12417 ci-cd cosmix/loom
CI/CD Pipelines Comprehensive guide for CI/CD pipeline design, optimization, security, and troubleshooting across GitHub Actions, GitLab CI, and other platforms. When to Use This Skill Use this skill when: Creating new CI/CD workflows or pipelines Debugging pipeline failures or flaky tests Optimizing slow builds or test suites Implementing caching strategies Setting up deployment workflows Securing pipelines (secrets, OIDC, supply chain) Implementing DevSecOps security scanning (SAST, DAST, ...
60
12418 status-report-template dengineproblem/agents-monorepo
Status Report Template Generator Эксперт по созданию эффективных статус-отчётов для проектной коммуникации на всех уровнях организации. Core Principles Foundational Requirements effective_status_report : principles : - name : "Consistent Formatting" description : "Use consistent structure and hierarchy across all reports" - name : "Audience-Specific" description : "Tailor depth and focus to reader's needs" - name : "Traffic Light System" description : "Green/Yellow/Red for quick visual assessmen...
60
12419 openfga openfga/agent-skills
OpenFGA Best Practices Comprehensive guide for authoring OpenFGA authorization models and using OpenFGA SDKs, maintained for AI agents and developers. Contains rules across 7 categories covering core concepts, relationship patterns, testing, custom roles, model optimization, and language-specific SDK usage. When to Apply Reference these guidelines when: Creating new OpenFGA authorization models Defining types and relations in .fga files Writing relationship tuples Testing models with .fga.ya...
60
12420 godot-animation-player thedivergentai/gd-agentic-skills
AnimationPlayer Expert guidance for Godot's timeline-based keyframe animation system. NEVER Do NEVER forget RESET tracks — Without a RESET track, animated properties don't restore to initial values when changing scenes. Create RESET animation with all default states. NEVER use Animation.CALL_MODE_CONTINUOUS for function calls — Calls method EVERY frame during keyframe. Use CALL_MODE_DISCRETE (calls once). Continuous causes spam. NEVER animate resource properties directly — Animating material.alb...
60
12421 raccoon-audit autumnsgrove/groveengine
Raccoon Audit 🦝 The raccoon is curious. It lifts every rock, peers into every crevice, washes every object to see what it truly is. Nothing escapes those clever paws. What looks clean on the surface reveals its secrets under inspection. The raccoon finds what others miss—secrets buried in commits, vulnerabilities hiding in dependencies, mess that accumulated while no one was watching. When to Activate User asks to "audit security" or "check for secrets" User says "clean this up" or "sanitize bef...
60
12422 swiftui-performance-audit dagba/ios-mcp
SwiftUI Performance Audit Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Workflow Decision Tree If the user provides code, start with "Code-First Review." If the user only describes symptoms, ask for minimal code/context, then do "Code-First Review." If code review is inconclusive, go to "Guide the User to Profile" and ask for a trace or screenshots. 1. Code-First Review Collect: Target view/featu...
60
12423 skill-creator shipshitdev/library
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
60
12424 testing-best-practices 0xbigboss/claude-code
Testing Rules for AI You're a testing expert that is keen to keep the tests simple, clean, consistent and short. Here is a list of best practices to follow. When you find some issues in a test, mention the violated bullet number These rules are not applicable to end-to-end tests that spans multiple processes and components, only for unit, integration, component, Microservice, API tests. If you realize tests that don't mock the backend, these are end-to-end tests, in this case apply the rules fro...
60
12425 umbraco-mfa-login-provider umbraco/umbraco-cms-backoffice-skills
Umbraco MFA Login Provider What is it? An MFA Login Provider is the UI component for Two-Factor Authentication (2FA) in Umbraco. It provides the interface for users to enable/disable and configure their 2FA provider (e.g., Google Authenticator, SMS codes). The backend ITwoFactorProvider must be configured separately in C - this extension type handles the frontend setup and configuration UI. Documentation Always fetch the latest docs before implementing: Two-Factor Authentication : https://docs.u...
60
12426 tsql-functions josiahsiegel/claude-plugin-marketplace
T-SQL Functions Reference Complete reference for all T-SQL function categories with version-specific availability. Quick Reference String Functions Function Description Version CONCAT(str1, str2, ...) NULL-safe concatenation 2012+ CONCAT_WS(sep, str1, ...) Concatenate with separator 2017+ STRING_AGG(expr, sep) Aggregate strings 2017+ STRING_SPLIT(str, sep) Split to rows 2016+ STRING_SPLIT(str, sep, 1) With ordinal column 2022+ TRIM([chars FROM] str) Remove leading/trailing 2017+ TRANSLATE(str,...
60
12427 system-design s-hiraoku/synapse-a2a
System Design Help design systems and evaluate architectural decisions. Framework 1. Requirements Gathering Functional requirements (what it does) Non-functional requirements (scale, latency, availability, cost) Constraints (team size, timeline, existing tech stack) 2. High-Level Design Component diagram Data flow API contracts Storage choices 3. Deep Dive Data model design API endpoint design (REST, GraphQL, gRPC) Caching strategy Queue/event design Error handling and retry logic 4. Scale and R...
60
12428 ccxt-go ccxt/ccxt
CCXT for Go A comprehensive guide to using CCXT in Go projects for cryptocurrency exchange integration. Installation REST API go get github.com/ccxt/ccxt/go/v4 WebSocket API (ccxt.pro) go get github.com/ccxt/ccxt/go/v4/pro Quick Start REST API package main import ( "fmt" "github.com/ccxt/ccxt/go/v4/binance" ) func main ( ) { exchange := binance . New ( ) markets , err := exchange . LoadMarkets ( ) if err != nil { panic ( err ) } ticker , err := exchange . FetchTicker ( "BTC/USDT" ) if err != nil...
60
12429 umbraco-tiptap-extension umbraco/umbraco-cms-backoffice-skills
Umbraco Tiptap Extension What is it? A Tiptap Extension adds functionality to Umbraco's Rich Text Editor (which is built on Tiptap). Extensions can add new node types (like custom blocks), marks (like custom formatting), or other editor capabilities. The extension API provides the underlying Tiptap extensions that get registered with the editor. Documentation Always fetch the latest docs before implementing: Extension Types : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/ex...
60
12430 swain-push cristoslc/swain
Run through the following steps in order without pausing for confirmation unless a decision point is explicitly marked as requiring one. Delegate this to a sub-agent so the main conversation thread stays clean. Include the full text of these instructions in the agent prompt, since sub-agents cannot read skill files directly. Step 1 — Survey the working tree git --no-pager status git --no-pager diff unstaged changes git --no-pager diff --cached already-staged changes If the working tree is comp...
60
12431 mobile-development binhmuc/autobot-review
Mobile Development Skill Production-ready mobile development with modern frameworks, best practices, and mobile-first thinking patterns. When to Use Building mobile applications (iOS, Android, or cross-platform) Implementing mobile-first design and UX patterns Optimizing for mobile constraints (battery, memory, network, small screens) Making native vs cross-platform technology decisions Implementing offline-first architecture and data sync Following platform-specific guidelines (iOS HIG, Mater...
60
12432 contrast-checker accesslint/claude-marketplace
You are an expert color contrast analyzer specializing in WCAG 2.1 compliance. Your Role You analyze color contrast ratios in codebases and provide actionable recommendations for achieving WCAG AA compliance while preserving the original design aesthetic. When to Activate Use this skill when: User mentions color contrast, WCAG compliance, or accessibility issues Discussion involves colors in UI components, text readability, or visual design User asks about making colors more accessible Analyzing...
60
12433 godot-adapt-desktop-to-mobile thedivergentai/gd-agentic-skills
Adapt: Desktop to Mobile Expert guidance for porting desktop games to mobile platforms. NEVER Do NEVER use mouse position directly — Touch has no "hover" state. Replace mouse_motion with screen_drag and check InputEventScreenTouch.pressed. NEVER keep small UI elements — Apple HIG requires 44pt minimum touch targets. Android Material: 48dp. Scale up buttons 2-3x. NEVER forget finger occlusion — User's finger blocks 50-100px radius. Position critical info ABOVE touch controls, not below. NEVER run...
60
12434 qdrant-vector-search orchestra-research/ai-research-skills
Qdrant - Vector Similarity Search Engine High-performance vector database written in Rust for production RAG and semantic search. When to use Qdrant Use Qdrant when: Building production RAG systems requiring low latency Need hybrid search (vectors + metadata filtering) Require horizontal scaling with sharding/replication Want on-premise deployment with full data control Need multi-vector storage per record (dense + sparse) Building real-time recommendation systems Key features: Rust-powere...
60
12435 runpod-deployment scientiacapital/skills
Serverless Workers - Scale-to-zero handlers with pay-per-second billing vLLM Endpoints - OpenAI-compatible LLM serving with 2-3x throughput Pod Management - Dedicated GPU instances for development/training Cost Optimization - GPU selection, spot instances, budget controls Key deliverables: Production-ready serverless handlers with streaming vLLM deployment with OpenAI API compatibility Cost-optimized GPU selection for any model size Health monitoring and auto-scaling configuration <quick_star...
60
12436 api-rate-limiting secondsky/claude-skills
API Rate Limiting Overview Protect APIs from abuse and manage traffic using various rate limiting algorithms with per-user, per-IP, and per-endpoint strategies. When to Use Protecting APIs from brute force attacks Managing traffic spikes Implementing tiered service plans Preventing DoS attacks Fairness in resource allocation Enforcing quotas and usage limits Instructions 1. Token Bucket Algorithm // Token Bucket Rate Limiter class TokenBucket { constructor(capacity, refillRate) { this.ca...
60
12437 cocoapods-to-spm cap-go/capgo-skills
CocoaPods to Swift Package Manager Migration Step-by-step guide for migrating Capacitor iOS projects from CocoaPods to Swift Package Manager. When to Use This Skill User wants to migrate from CocoaPods to SPM User is setting up a new project with SPM User needs to add SPM dependencies to Capacitor User has CocoaPods issues and wants an alternative User wants faster builds (SPM often faster) Why Migrate to SPM? Aspect CocoaPods SPM Build Speed Slower Faster Apple Integration Third-party Native Xc...
60
12438 uv-workspaces laurigates/claude-plugins
UV Workspaces Quick reference for managing monorepo and multi-package projects with UV workspaces. When This Skill Applies Monorepo projects with multiple Python packages Shared dependencies across multiple packages Library packages with example applications Projects with plugins or extensions Internal package dependencies Quick Reference Workspace Structure my-workspace/ ├── pyproject.toml Root workspace config ├── uv.lock Shared lockfile ├── packages/ │ ├── core/ ...
60
12439 n8n-expression-testing proffesor-for-testing/agentic-qe
n8n Expression Testing <default_to_action> When testing n8n expressions: VALIDATE syntax before execution TEST with multiple context scenarios CHECK for null/undefined handling VERIFY type safety SCAN for security vulnerabilities Quick Expression Checklist: Valid JavaScript syntax Context variables properly referenced ($json, $node) Null-safe access patterns (?., ??) No dangerous functions (eval, Function) Efficient for large data sets Common Pitfalls: Accessing nested properties without n...
60
12440 vercel-ai-sdk existential-birds/beagle
Vercel AI SDK v6 Implementation Guide When to Use This Skill Use this skill when: Implementing AI chat interfaces with useChat hook Creating API routes that generate or stream AI responses Building agentic applications with ToolLoopAgent Adding tool calling / function calling capabilities Generating structured output with Output.object() , Output.array() , etc. Generating text embeddings for semantic search or RAG Migrating from AI SDK v5 to v6 Integrating Model Context Protocol (MCP) servers Im...
60
12441 memory-research basicmachines-co/basic-memory-skills
Memory Research Research an external subject, synthesize what you find, and create a structured Basic Memory entity — with the user's approval. When to Use Explicit triggers: "Research [subject]" "Look up [subject]" "What do you know about [subject]?" "Evaluate [subject]" Implicit triggers (also activate this skill): A bare name: "Terraform" A URL: " https://example.com " A name with context: "Acme Corp — saw them at the conference" Workflow Step 1: Web Research Search for current information ac...
60
12442 evals danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Evals/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification: cur...
60
12443 knowledge-distillation orchestra-research/ai-research-skills
Knowledge Distillation: Compressing LLMs When to Use This Skill Use Knowledge Distillation when you need to: Compress models from 70B → 7B while retaining 90%+ performance Transfer capabilities from proprietary models (GPT-4) to open-source (LLaMA, Mistral) Reduce inference costs by deploying smaller student models Create specialized models by distilling domain-specific knowledge Improve small models using synthetic data from large teachers Key Techniques: Temperature scaling, soft targets, r...
60
12444 paper-slide-deck luwill/research-skills
Transform academic papers and content into professional slide deck images with automatic figure extraction. Usage ``` /paper-slide-deck path/to/paper.pdf /paper-slide-deck path/to/paper.pdf --style academic-paper /paper-slide-deck path/to/content.md --style sketch-notes /paper-slide-deck path/to/content.md --audience executives /paper-slide-deck path/to/content.md --lang zh /paper-slide-deck path/to/content.md --slides 10 /paper-slide-deck path/to/content.md --outline-only /paper-slide-deck ...
60
12445 godot-3d-lighting thedivergentai/gd-agentic-skills
3D Lighting Expert guidance for realistic 3D lighting with shadows and global illumination. NEVER Do NEVER use VoxelGI without setting a proper extents — Unbound VoxelGI tanks performance. Always set size to tightly fit your scene. NEVER enable shadows on every light — Each shadow-casting light is expensive. Use shadows sparingly: 1-2 DirectionalLights, ~3-5 OmniLights max. NEVER forget directional_shadow_mode — Default is ORTHOGONAL. For large outdoor scenes, use PARALLEL_4_SPLITS for better sh...
60
12446 umbraco-collection-view umbraco/umbraco-cms-backoffice-skills
Umbraco Collection View What is it? A Collection View defines how data is displayed within a collection. It allows you to create custom visual representations of entity lists - such as tables, grids, cards, or any custom layout. Collection views can be added to existing collections or custom ones, and users can switch between available views. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-t...
60
12447 slidev-themes yoanbernabeu/slidev-skills
This skill covers using, customizing, and creating themes for Slidev presentations. Themes provide consistent styling, layouts, and components across your slides. When to Use This Skill - Choosing a theme for your presentation - Customizing theme colors and styles - Ejecting and modifying themes - Creating your own theme - Understanding theme structure Using Themes Setting a Theme In your first slide's frontmatter: ``` --- theme: seriph --- ``` Theme Name Conventions - Official ...
60
12448 mobile-first-design secondsky/claude-skills
Mobile-first design prioritizes small screens as the starting point, ensuring core functionality works on all devices while leveraging larger screens for enhanced experience. When to Use - Web application design - Responsive website creation - Feature prioritization - Performance optimization - Progressive enhancement - Cross-device experience design Instructions 1. Mobile-First Principles ``` Mobile-First Approach: Step 1: Design for Mobile (320px - 480px) - Constrained space fo...
60
12449 web3-expert oimiragieo/agent-studio
Web3 Expert cairo contract rules When reviewing or writing code, apply these guidelines: Design modular and maintainable contract structures Optimize for gas efficiency Minimize state changes and storage access Document all contracts and functions thoroughly Explain complex logic and implementation choices hardhat development workflow When reviewing or writing code, apply these guidelines: Utilize Hardhat's testing and debugging features. Implement a robust CI/CD pipeline for smart contract depl...
60
12450 linkedin-automator charlesdove977/linkedin-automator
linkedin-automator Automated LinkedIn outreach for Claude Code. Warm DM connections, reply to messages, build relationships, and grow your network — all through natural conversation, not spam. Commands Command Description /linkedinoutreach Interactive setup wizard - configure your profile, ICP, voice, and preferences /linkeddmconnections Send personalized DMs to existing LinkedIn connections /linkedanswerdm Reply to unread LinkedIn messages with contextual responses /linkedinpost Generate Linked...
60