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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
17401 seo-backlink-strategy ahonn/dotfiles
SEO Backlink Strategy Plan and execute effective backlink acquisition strategies to build domain authority. Why Backlinks Matter Backlinks = Endorsements . Google views links from other sites as votes of confidence. But not all votes are equal: Domain Authority is logarithmic : DA 50 = 10x more powerful than DA 40 Quality > Quantity : One CNN link (DA 90) > 100 low-DA links Link juice distribution : If a page has 100 links, value is split. 2 links = more value each. In the AI Era : LLMs like Cha...
42
17402 lint aaddrick/claude-desktop-debian
Linting and Code Quality Skill This skill helps you efficiently validate and format code using the project's comprehensive linting infrastructure. When to Use This Skill Use this skill when you: Edit a file and want to format it before committing Need to validate code style, types, or security Want to check for spelling errors or documentation issues Need to validate test infrastructure (suitespec, log messages) Want to run comprehensive quality checks before pushing Key Principles Always format...
42
17403 media-expert personamanagmentlayer/pcl
Expert guidance for media production, content management systems, video streaming, broadcasting systems, and modern media technology solutions. Core Concepts Media Production - Video production workflows - Audio production and mixing - Post-production and editing - Visual effects (VFX) - Color grading and correction - Animation and motion graphics - Live production Streaming and Broadcasting - Video streaming platforms - Content Delivery Networks (CDN) - Adaptive bitrate streamin...
42
17404 domain-iot actionbook/rust-skills
IoT Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Unreliable network Offline-first Local buffering Power constraints Efficient code Sleep modes, minimal alloc Resource limits Small footprint no_std where needed Security Encrypted comms TLS, signed firmware Reliability Self-recovery Watchdog, error handling OTA updates Safe upgrades Rollback capability Critical Constraints Network Unreliability RULE: Network can fail at ...
42
17405 azure-storage-blob-py sickn33/antigravity-awesome-skills
Azure Blob Storage SDK for Python Client library for Azure Blob Storage — object storage for unstructured data. Installation pip install azure-storage-blob azure-identity Environment Variables AZURE_STORAGE_ACCOUNT_NAME = < your-storage-account > Or use full URL AZURE_STORAGE_ACCOUNT_URL = https:// < account > .blob.core.windows.net Authentication from azure . identity import DefaultAzureCredential from azure . storage . blob import BlobServiceClient credential = DefaultAzureCredential ( ) acco...
42
17406 debug-tools adeonir/agent-skills
Debug Tools Iterative debugging workflow with targeted log injection and cleanup. Workflow investigate --> inject logs --> propose fix --> verify --> cleanup ^_________________________________________| The workflow loops back to investigation if the fix doesn't work. Context Loading Strategy Load only the reference matching the current trigger. Multiple references may be loaded during a full debugging session (investigation often leads to log injection). Triggers Trigger Pattern Reference Debug ...
42
17407 local-knowledge terraphim/terraphim-skills
Local Knowledge Search Use this skill when you need to search the developer's personal notes, documentation, or local knowledge base for context-specific information. Overview Terraphim enables AI coding agents to search local knowledge through role-based haystacks. Different roles have access to different knowledge domains: Role Knowledge Domain Haystacks Terraphim Engineer Architecture, system design Local docs + Knowledge Graph Rust Engineer Rust patterns, async, WASM Local notes + Query.rs A...
42
17408 msbuild-antipatterns dotnet/skills
MSBuild Anti-Pattern Catalog A numbered catalog of common MSBuild anti-patterns. Each entry follows the format: Smell : What to look for Why it's bad : Impact on builds, maintainability, or correctness Fix : Concrete transformation Use this catalog when scanning project files for improvements. AP-01: <Exec> for Operations That Have Built-in Tasks Smell : <Exec Command="mkdir ..." /> , <Exec Command="copy ..." /> , <Exec Command="del ..." /> Why it's bad : Built-in tasks are cross-platform, suppo...
42
17409 scalability-playbook patricio0312rev/skills
Scalability Playbook Systematic approach to identifying and resolving scalability bottlenecks. Bottleneck Analysis Current System Profile Traffic: 1,000 req/min Users: 10,000 active Data: 100GB database Response time: p95 = 500ms Identified Bottlenecks 1. Database Queries Symptom: Slow page loads (2-3s) Measurement: Query time p95 = 800ms Impact: HIGH - affects all reads Trigger: When p95 >500ms 2. Single Server Symptom: High CPU (>80%) Measurement: Load average >4 Impact: MEDIUM - intermi...
42
17410 requesting-code-review guanyang/antigravity-skills
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
42
17411 pentest checklist zebbern/claude-code-guide
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
42
17412 frontend-design duc01226/easyplatform
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
42
17413 problem-diagnosis dylantarre/animation-principles
Think like a doctor examining symptoms. Something feels wrong. Your job is to identify the specific principle being violated and prescribe the cure. Systematic diagnosis beats random fixes. Core Mental Model When animation feels off, ask: What principle is being violated, and how? "It doesn't look right" isn't actionable. The 12 principles are your diagnostic checklist. Every animation problem is a principle problem—find which one, and the solution becomes clear. Diagnostic Framework Sym...
42
17414 competitive-cartographer erichowens/some_claude_skills
Competitive Cartographer A strategic analyst who maps competitive spaces to reveal positioning opportunities, white space, and differentiation strategies. Creates "you are here" maps in crowded markets. Quick Start User: "How do I stand out as a senior frontend engineer?" Cartographer: 1. Define space: "Professional portfolios for senior frontend engineers" 2. Identify players: - Direct: Other senior frontend engineers in similar tech stacks - Adjacent: Full-stack engineers, design engineers - A...
42
17415 pytest gentleman-programming/gentleman-skills
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
42
17416 quant-analyst rmyndharis/antigravity-skills
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
42
17417 seo-content-writer guia-matthieu/clawfu-skills
SEO Content Writer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert...
42
17418 api-response-mocker dkyazzentwatwa/chatgpt-skills
API Response Mocker Generate realistic mock API responses with fake data using Faker. Features Schema-Based Generation: Define response structure Faker Integration: Realistic fake data Nested Objects: Complex nested structures Arrays: Generate lists of objects Relationships: Reference other mock data Multiple Formats: JSON, XML output Quick Start from api_mocker import APIMocker mocker = APIMocker() Generate user response user = mocker.generate({ "id": "uuid", "name": "name", "e...
42
17419 azure-communication-chat-java sickn33/antigravity-awesome-skills
Azure Communication Chat (Java) Build real-time chat applications with thread management, messaging, participants, and read receipts. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-chat </ artifactId > < version > 1.6.0 </ version > </ dependency > Client Creation import com . azure . communication . chat . ChatClient ; import com . azure . communication . chat . ChatClientBuilder ; import com . azure . communication . chat . ChatThreadClient ; ...
42
17420 tdd-strict svenja-dev/claude-code-skills
Dieser Skill erzwingt TDD-Praktiken basierend auf dem Kernprinzip: "If you didn't watch the test fail, you don't know if it tests the right thing." Wann aktivieren - Bei jeder neuen Feature-Implementierung - Bei Bug Fixes (erst Test der Bug reproduziert, dann Fix) - Bei Refactoring (Tests muessen vor UND nach Aenderung bestehen) - Bei API-Erweiterungen - Bei jeder exportierten Funktion Der Red-Green-Refactor Zyklus 1. RED: Test schreiben der fehlschlaegt ``` // ZUERST: Test schreibe...
42
17421 gradle-build apache/beam
Gradle Build System in Apache Beam Overview Apache Beam is a mono-repo using Gradle as its build system. The entire project (Java, Python, Go, website) is managed as a single Gradle project. Key Files build.gradle.kts - Root build configuration settings.gradle.kts - Project structure and module definitions gradle.properties - Global properties and versions buildSrc/ - Custom Gradle plugins including BeamModulePlugin BeamModulePlugin Located at buildSrc/src/main/groovy/org/apache/beam/gradle/Beam...
42
17422 homepage-audit brianrwagner/ai-marketing-skills
Homepage Audit You are a conversion expert. Your goal: audit a homepage or landing page with systematic scoring, then produce an impact-prioritized action plan with concrete rewrites. Mode Detect from context or ask: "Quick scan, full audit, or full audit with rewrites?" Mode What you get Best for quick 5-second test + top 3 highest-impact fixes Fast gut-check before a launch standard Full section-by-section audit + priority list Website refresh, conversion diagnosis deep Full audit + rewrite re...
42
17423 heartbeat-cron t0dorakis/murmur
Heartbeat Creator Create well-crafted HEARTBEAT.md files for murmur through a structured interview, test run, and refinement loop. Context Murmur is a minimal scheduler. It reads a HEARTBEAT.md file, sends its contents to Claude on a schedule, and classifies the response: HEARTBEAT_OK — nothing to report (silent) ATTENTION: ... — needs human attention (logged + surfaced in TUI) Murmur cannot notify the user. It only runs the prompt and logs the result. If the user wants notifications (Slack, Tel...
42
17424 sweep simota/agent-skills
You are "Sweep" - a meticulous repository cleaner who identifies and removes unnecessary files. Your mission is to analyze the repository, detect unused or orphan files, and safely clean up the codebase to improve maintainability and reduce clutter. QUICK START 基本フロー(5ステップ) ``` 1. SCAN → リポジトリをスキャンして候補を発見 2. ANALYZE → 各候補の使用状況を検証 3. REPORT → カテゴリ別・リスク別のレポート作成 4. CONFIRM → ユーザーに削除確認(必須) 5. EXECUTE → バックアップ後に安全に削除 ``` 典型的な使用シナリオ | 全体クリーンアップ | 「リポジトリ全体の不要ファイルを検出して」 | デッドコード検出 | 「使わ...
42
17425 wireshark network traffic analysis zebbern/claude-code-guide
Wireshark Network Traffic Analysis Purpose Execute comprehensive network traffic analysis using Wireshark to capture, filter, and examine network packets for security investigations, performance optimization, and troubleshooting. This skill enables systematic analysis of network protocols, detection of anomalies, and reconstruction of network conversations from PCAP files. Inputs / Prerequisites Required Tools Wireshark installed (Windows, macOS, or Linux) Network interface with capture permissi...
42
17426 add-feishu sugarforever/01coder-agent-skills
Add Feishu Channel This skill adds Feishu (飞书) support to NanoClaw using the skills engine for deterministic code changes, then walks through interactive setup. Phase 1: Pre-flight Check if already applied Read .nanoclaw/state.yaml . If feishu is in applied_skills , skip to Phase 3 (Setup). The code changes are already in place. Ask the user Use AskUserQuestion to collect configuration: AskUserQuestion: Do you have a Feishu app already, or do you need to create one? If they have one, collect FEI...
42
17427 godot-genre-tower-defense thedivergentai/gd-agentic-skills
Genre: Tower Defense Strategic placement, resource management, and escalating difficulty define tower defense. Core Loop Prepare : Build/upgrade towers with available currency Wave : Enemies spawn and traverse path toward goal Defend : Towers auto-target and damage enemies Reward : Kills grant currency Escalate : Waves increase in difficulty/complexity NEVER Do in Tower Defense Games NEVER make all towers equally viable — If Sniper = same DPS as Machine Gun, no strategic choice. Each tower MUST ...
42
17428 release-notes-composer qodex-ai/ai-agent-skills
Changelog Generator This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates p...
42
17429 idor vulnerability testing zebbern/claude-code-guide
IDOR Vulnerability Testing Purpose Provide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. This skill covers both database object references and static file references, detection techniques using parameter manipulation and enumeration, exploitation via Burp Suite, and remediation strategies for securing applications against unauthorized access. Inputs / Prerequisites Target Web Application : URL of application w...
42
17430 adobe-xd teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
42
17431 telegram-offline-voice sanwecn/telegram-offline-voice
telegram-offline-voice 🎙️ 本地生成,一键封装 — 使用 Microsoft Edge-TTS 生成高质量中文语音,完全离线处理。 💡 为什么需要这个升级? 原生的 TTS 方案通常只能生成 MP3 附件,且无法处理 Markdown 标记和超长文本。本项目通过工程化封装,将“语音合成”进化为“语音交互”: 告别标记音 :自动识别并清洗 , , [link] 等 Markdown 符号,避免 AI 读出这些“代码噪音”。 智能对话流 :超长文本不再是一读到底,而是按句号、感叹号自动切分为多个语音气泡,听感更像真人在发语音。 并发安全 :针对多代理/子代理并行调用的场景,使用 UUID 隔离临时文件,彻底杜绝文件读写冲突。 零token消耗 :完全基于 Edge-TTS 本地生成,无需 OpenAI/Azure 的付费 Token。 ✨ 特性 🔒 隐私保护 :100% 本地音频处理,不经过任何额外云端 TTS 提供商。 💰 零token消耗 :使用免费的 Edge-TTS 引擎,省下昂贵的 API 额度。 🎯 一键生成 :内置 voice_gen.py 脚本,...
42
17432 consult cluesmith/codev
consult - AI Consultation CLI Query external AI models for reviews and analysis. Supports Gemini, Codex, and Claude. Synopsis consult -m <model> [options] consult stats [options] The -m / --model flag is always required except for consult stats . Models Flag value Alias Notes gemini pro Fast (~120-150s), file access via --yolo codex gpt Thorough (~200-250s), shell exploration claude opus Agent SDK with tool use (~60-120s) All flags -m, --model <model> Model to use (required except stats)...
42
17433 engram-memory-protocol gentleman-programming/engram
When to Use Use this skill when: Making architecture or implementation decisions Fixing bugs with non-obvious root causes Discovering patterns, gotchas, or user preferences Closing a session or after compaction Save Rules Call mem_save immediately after: decision bugfix pattern/discovery config/preference changes Use structured content: What Why Where Learned Use stable topic_key for evolving topics. Search Rules On recall requests: mem_context first, then mem_search . Before similar work: run p...
42
17434 lingui-best-practices lingui/skills
Lingui Best Practices Lingui is a powerful internationalization (i18n) framework for JavaScript. This skill covers best practices for implementing i18n in React and vanilla JavaScript applications. Quick Start Workflow The standard Lingui workflow consists of these steps: Wrap your app in I18nProvider Mark messages for translation using macros ( Trans , t , etc.) Extract messages: lingui extract Translate the catalogs Compile catalogs: lingui compile Load and activate locale in your app Core Pac...
42
17435 using-vit solpbc/vit
1. Overview vit is a Bun CLI for social software capabilities. Agents use it to initialize projects, follow accounts, skim caps from followed accounts, and ship new caps. Some commands (setup, login, adopt, vet) require human interaction - the agent should tell the user to run those in their terminal. 2. Prerequisites Dependency chain: setup → login → init → follow → skim/ship . setup and login are human-only. The agent starts at init . Use vit doctor to check setup and beacon status before runn...
42
17436 pdf-processing mervinpraison/praisonai
PDF Processing Skill Overview This skill enables agents to process PDF documents, extract text content, and analyze the information within them. When to Use Activate this skill when: User asks to read or analyze a PDF file User needs to extract text from a PDF User wants to summarize a PDF document User needs to search for information within a PDF Instructions First, verify the PDF file exists at the specified path Use appropriate tools to read the PDF content Extract text while preserving struc...
42
17437 azure-mgmt-weightsandbiases-dotnet sickn33/antigravity-awesome-skills
Azure.ResourceManager.WeightsAndBiases (.NET) Azure Resource Manager SDK for deploying and managing Weights & Biases ML experiment tracking instances via Azure Marketplace. Installation dotnet add package Azure.ResourceManager.WeightsAndBiases --prerelease dotnet add package Azure.Identity Current Version : v1.0.0-beta.1 (preview) API Version : 2024-09-18-preview Environment Variables AZURE_SUBSCRIPTION_ID = < your-subscription-id > AZURE_RESOURCE_GROUP = < your-resource-group > AZURE_WANDB_INST...
42
17438 skill-creation-guide notedit/happy-skills
Skill Creator This skill provides guidance for creating effective skills. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Provide Specialized workflows - Multi-step procedu...
42
17439 design-business-model thepexcel/agent-skills
Business Model Frameworks Design, visualize, and validate business models. Quick Start Choose framework - Based on your situation Fill canvas - Use structured approach below Validate - Test assumptions with customers Iterate - Refine based on learning Framework Selection Situation Use This Existing business - understand or optimize current model Business Model Canvas Startup/New idea - validate quickly, test assumptions Lean Canvas Product-market fit - ensure value matches customer needs Value...
42
17440 fetch-tweet opusgamelabs/game-creator
Fetch Tweet X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오는 스킬. FxEmbed 오픈소스 프로젝트의 API ( api.fxtwitter.com )를 활용하여 JavaScript 없이 트윗 데이터를 추출한다. How It Works X/Twitter URL의 도메인을 api.fxtwitter.com 으로 변환하면 JSON으로 트윗 전체 데이터를 반환한다. https://x.com/user/status/123456 → https://api.fxtwitter.com/user/status/123456 Script scripts/fetch_tweet.py - 표준 라이브러리만 사용, 외부 의존성 없음. 기본 사용 (포맷팅된 출력) python scripts/fetch_tweet.py https://x.com/garrytan/status/2020072098635665909 JSON 출력 (프로그래밍 활용) python scripts/fetch...
42
17441 mobile-agent first-fluke/oh-my-ag
Mobile Agent - Cross-Platform Mobile Specialist When to use Building native mobile applications (iOS + Android) Mobile-specific UI patterns Platform features (camera, GPS, push notifications) Offline-first architecture When NOT to use Web frontend -> use Frontend Agent Backend APIs -> use Backend Agent Core Rules Clean Architecture: domain -> data -> presentation Riverpod/Bloc for state management (no raw setState for complex logic) Material Design 3 (Android) + iOS HIG (iOS) All controllers dis...
42
17442 product-strategy eyadsibai/ltk
Product Strategy Canvas Metadata Name : product-strategy Description : Generate a comprehensive product strategy using the 9-section Product Strategy Canvas. Covers vision, market segments, costs, value propositions, trade-offs, metrics, growth, capabilities, and defensibility. Triggers : product strategy, strategy canvas, strategic plan, product strategy document Instructions You are an experienced product strategist developing a comprehensive product strategy for $ARGUMENTS. Your task is to cr...
42
17443 mirai posit-dev/skills
You are an expert on the mirai R package for async, parallel, and distributed computing. Help users write correct mirai code, fix common mistakes, and convert from other parallel frameworks. When the user provides code, analyze it and either fix it or convert it to correct mirai code. When the user describes what they want to do, write the mirai code for them. Always explain the key mirai concepts that apply to their situation. Core Principle: Explicit Dependency Passing mirai evaluates expressi...
42
17444 content-generate sunqb/ccsdk
内容生成 - Content Generate 触发命令 : /generate 触发关键词 : 生成、标题、标语、对话、脚本、口播、播客 简介 内容生成技能套件,整合了标题生成、标语生成、对话生成、脚本生成四大功能。支持批量生成、历史去重、多样性保证等高级特性,满足各类创意内容生成需求。 功能一: Generate Titles Generate Titles - 标题/标题组生成 简介 根据内容主题和目标渠道,生成符合平台特色和受众偏好的标题或标题组。支持批量生成,自动进行历史去重,确保内容多样性。生成完成后自动调用humanize_text去除AI痕迹。 使用场景 为文章、视频、帖子创建吸引人的标题 批量生成标题供选择(A/B测试) 针对不同平台优化标题风格 标题创意匮乏时提供灵感 生成标题组(如"3个XXX"、"5种XXX"等列表式) 输入参数 必需参数 content_topic (string): 内容主题或核心内容描述 可选参数 target_channel (string): 目标发布渠道 wechat_article - 微信公众号 weibo - 微博 zhihu ...
42
17445 v3 mcp optimization ruvnet/claude-flow
V3 MCP Optimization What This Skill Does Optimizes claude-flow v3 MCP (Model Context Protocol) server implementation with advanced transport layer optimizations, connection pooling, load balancing, and comprehensive performance monitoring to achieve sub-100ms response times. Quick Start Initialize MCP optimization analysis Task ( "MCP architecture" , "Analyze current MCP server performance and bottlenecks" , "mcp-specialist" ) Optimization implementation (parallel) Task ( "Connection pooling" ...
42
17446 altinity-expert-clickhouse-caches altinity/skills
Cache Analysis and Tuning Analyze ClickHouse cache systems: mark cache, uncompressed cache, query cache, and compiled expression cache. Quick Audits 1. Mark Cache Health with (select value from system.events where event = 'MarkCacheHits') as hits, (select value from system.events where event = 'MarkCacheMisses') as misses, hits / nullIf(hits + misses, 0) as hit_ratio, (select value from system.asynchronous_metrics where metric = 'MarkCacheBytes') as cache_bytes, (select sum...
42
17447 finding-mentors-sponsors oldwinter/skills
Finding Mentors & Sponsors Help the user build meaningful mentor and sponsor relationships using approaches from 19 product leaders. How to Help When the user asks for help finding mentors or sponsors: Clarify the goal - Ask whether they need advice (mentor), advocacy and opportunities (sponsor), or accountability (coach). These are different relationships with different approaches Identify potential candidates - Help them think about who is 2-3 years ahead on their desired path, who has solved ...
42
17448 github-actions-pipeline-creator patricio0312rev/skills
GitHub Actions Pipeline Creator Build production-ready GitHub Actions workflows with best practices. Basic CI Workflow .github/workflows/ci.yml name: CI on: push: branches: [main, develop] pull_request: branches: [main] Cancel in-progress runs for same workflow concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: lint: name: Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup Node.js...
42
17449 tuzi-infographic tuziapi/tuzi-skills
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /tuzi-infographic path/to/content.md /tuzi-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /tuzi-infographic path/to/content.md --aspect portrait --lang zh /tuzi-infographic then paste content Options Option Values --layout 21 options (see Layout Gallery), default: bento-grid --style 20 options (see Style Galler...
42
17450 adhd-productivity breverdbidder/life-os
ADHD Productivity Skill When to Invoke User starts new topic without closing previous task User mentions feeling stuck or overwhelmed Session duration exceeds 30 minutes without completion User asks for help focusing Intervention Techniques Micro-Commitment Break tasks into smallest possible step: "Just open the file" "Just write the first line" "Just run one command" Body Doubling Virtual presence accountability: "I'm here. You: [action]. Me: ⏱️ Waiting..." Set 5-minute timer Check in after tim...
42