███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12951 | testing-cicd-init | shipshitdev/library |
Testing & CI/CD Initialization Automatically sets up comprehensive test infrastructure for TypeScript projects including Vitest, coverage thresholds, and GitHub Actions CI/CD. When to Use This skill should be used when: Adding tests to a project without test coverage Setting up GitHub Actions CI/CD for the first time Configuring Vitest with coverage thresholds Initializing testing infrastructure for a new project Migrating from Jest to Vitest What It Does Detects project type (Next.js, NestJ...
|
69 |
| 12952 | wrike-automation | composiohq/awesome-claude-skills |
Wrike Automation via Rube MCP Automate Wrike project management operations through Composio's Wrike toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/wrike Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Wrike connection via RUBE_MANAGE_CONNECTIONS with toolkit wrike Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the en...
|
69 |
| 12953 | code-change-verification | openai/openai-agents-python |
Code Change Verification Overview Ensure work is only marked complete after formatting, linting, type checking, and tests pass. Use this skill when changes affect runtime code, tests, or build/test configuration. You can skip it for docs-only or repository metadata unless a user asks for the full stack. Quick start Keep this skill at ./.codex/skills/code-change-verification so it loads automatically for the repository. macOS/Linux: bash .codex/skills/code-change-verification/scripts/run.sh. Wi...
|
69 |
| 12954 | api-design | yonatangross/orchestkit |
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
|
69 |
| 12955 | fashion-model-photography | tara-shopos/shopos-prototype |
Use this skill when you need to: - Create professional fashion photography for campaigns - Generate editorial-style product imagery - Produce high-end fashion content for marketing - Create lookbook and catalog photography - Generate model shots for jewelry, accessories, or garments - Produce fashion content with specific styling and mood - Create aspirational brand imagery Core Concepts Fashion Photography vs Product Photography Fashion Photography: - Model as integral part of comp...
|
69 |
| 12956 | aws-cloudformation-dynamodb | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation DynamoDB Overview Create production-ready NoSQL database infrastructure using AWS CloudFormation templates. This skill covers DynamoDB tables, primary keys, secondary indexes (GSI/LSI), capacity modes, auto-scaling, encryption, TTL, streams, and best practices for parameters, outputs, and cross-stack references. When to Use Use this skill when: Creating new DynamoDB tables with CloudFormation Configuring primary keys (partition key, sort key) Creating Global Secondary Indexes ...
|
69 |
| 12957 | career-path-planner | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
69 |
| 12958 | salesforce-automation | sickn33/antigravity-awesome-skills |
Salesforce Automation via Rube MCP Automate Salesforce CRM operations through Composio's Salesforce toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/salesforce Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Salesforce connection via RUBE_MANAGE_CONNECTIONS with toolkit salesforce Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — ...
|
69 |
| 12959 | screen-capture | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
69 |
| 12960 | pydantic-models-py | sickn33/antigravity-awesome-skills |
Pydantic Models Create Pydantic models following the multi-model pattern for clean API contracts. Quick Start Copy the template from assets/template.py and replace placeholders: {{ResourceName}} → PascalCase name (e.g., Project ) {{resource_name}} → snake_case name (e.g., project ) Multi-Model Pattern Model Purpose Base Common fields shared across models Create Request body for creation (required fields) Update Request body for updates (all optional) Response API response with all fields InDB Da...
|
69 |
| 12961 | mermaid-gen | vladm3105/aidoc-flow-framework |
mermaid-gen Purpose The mermaid-gen skill provides AI assistants with expert guidance for creating syntactically correct Mermaid diagrams while avoiding common parsing errors that cause rendering failures. This skill focuses on diagram syntax correctness and best practices. Key Benefits: Error Prevention: Avoid nested quotes, special character issues, and malformed syntax Syntax Mastery: Apply correct patterns for flowcharts, sequence diagrams, state machines, etc. Quality Assurance: Validate...
|
69 |
| 12962 | code-architecture-review | omer-metin/skills-for-antigravity |
Code Architecture Review Identity I am the Code Architecture Review specialist. I evaluate codebase structure to catch problems that are easy to fix now but expensive to fix later. My expertise comes from understanding that architecture is about managing dependencies - the relationships between modules that determine how easy or hard it is to make changes. Core philosophy: Good architecture is invisible; bad architecture is a constant tax Dependencies should point toward stability Every modu...
|
69 |
| 12963 | linter-formatter-init | shipshitdev/library |
Linter Formatter Init Set up comprehensive linting, formatting, and testing for JavaScript/TypeScript projects using Biome 2.3+ (default), Vitest, and Bun. IMPORTANT: Always uses Biome 2.3+ (latest) - never older versions. Purpose This skill automates the setup of: Biome for linting + formatting (default, recommended) Vitest for testing with coverage (use --vitest flag) ESLint + Prettier (legacy, use --eslint flag) Husky + lint-staged for pre-commit hooks VS Code/Cursor settings for auto-fo...
|
69 |
| 12964 | project-onboarding | oimiragieo/agent-studio |
When to Use Invoke this skill when: Starting work on an unfamiliar codebase After context is lost (new session) When check_onboarding_performed indicates no memories exist When user asks to "learn about this project" or "understand this codebase" Onboarding Workflow Step 1: Check Existing Knowledge First, check if onboarding was already performed: List files in: .claude/context/memory/ Look for: project-structure.md, build-commands.md, test-commands.md If memories exist, read them and skip to St...
|
69 |
| 12965 | react-hook-form-writer | dust-tt/dust |
This skill helps you write new forms and refactor existing forms to use react-hook-form following project best practices. When to Use - Creating new form components from scratch - Converting existing forms to react-hook-form - Adding validation to forms - Implementing complex form patterns (nested forms, field arrays, multi-step) Core Principles 1. Always Use Zod for Validation Define schemas with Zod and integrate via `zodResolver`: ``` import { z } from "zod"; import { zodResolver ...
|
69 |
| 12966 | moai-foundation-core | modu-ai/moai-adk |
MoAI Foundation Core Foundational principles and architectural patterns that power MoAI-ADK's AI-driven development workflow. Core Philosophy: Quality-first, domain-driven, modular, and efficient AI development through proven patterns and automated workflows. Quick Reference What is MoAI Foundation Core? Six essential principles that ensure quality, efficiency, and scalability in AI-powered development: TRUST 5 Framework - Quality gate system (Tested, Readable, Unified, Secured, Trackable)...
|
69 |
| 12967 | bedrock | itsmostafa/aws-agent-skills |
AWS Bedrock Amazon Bedrock provides access to foundation models (FMs) from AI companies through a unified API. Build generative AI applications with text generation, embeddings, and image generation capabilities. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Foundation Models Pre-trained models available through Bedrock: Claude (Anthropic): Text generation, analysis, coding Titan (Amazon): Text, embeddings, image generat...
|
69 |
| 12968 | writing-plans | izyanrajwani/agent-skills-library |
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
|
69 |
| 12969 | software-mobile | vasilyu1983/ai-agents-public |
Mobile Development Skill — Quick Reference This skill equips mobile developers with execution-ready patterns for building native and cross-platform mobile applications. Apply these patterns when you need iOS/Android app architecture, UI components, navigation flows, API integration, offline storage, authentication, or mobile-specific features. When to Use This Skill Use this skill when you need: iOS app development (Swift, SwiftUI, UIKit) Android app development (Kotlin, Jetpack Compose) Cro...
|
69 |
| 12970 | cross-platform build expert | martinholovsky/claude-skills-generator |
Cross-Platform Build Expert 0. Mandatory Reading Protocol CRITICAL : Before implementing ANY platform-specific build configuration, you MUST read the relevant reference files: Trigger Conditions for Reference Files Read references/advanced-patterns.md WHEN : Configuring platform-specific build matrices Setting up conditional compilation Implementing platform-specific features Optimizing build sizes and performance Read references/security-examples.md WHEN : Setting up code signing certificates C...
|
69 |
| 12971 | aws-cloudformation-ec2 | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation EC2 Infrastructure Overview Create production-ready EC2 infrastructure using AWS CloudFormation templates. This skill covers EC2 instances (On-Demand and SPOT), Security Groups, IAM roles and instance profiles, Application Load Balancers (ALB), Target Groups, template structure best practices, parameter patterns, and cross-stack references for modular, reusable infrastructure as code. When to Use Use this skill when: Creating new EC2 instances (On-Demand or SPOT) Configuring S...
|
69 |
| 12972 | writing-voice | epicenterhq/epicenter |
Writing Voice Core principle : Write for the ear, not just the eyes. Prose should be suitable to read out loud. The Test Read it out loud. If it: Sounds like a press release → rewrite Sounds like a corporate memo → rewrite Sounds stilted or unnatural → rewrite Sounds like you explaining to a colleague → ship it AI Dead Giveaways Patterns that scream "AI wrote this": Bold formatting everywhere : Never bold section headers in body content Bullet list everything : Convert to flowing paragraphs when...
|
69 |
| 12973 | review-verification-protocol | existential-birds/beagle |
Review Verification Protocol This protocol MUST be followed before reporting any code review finding. Skipping these steps leads to false positives that waste developer time and erode trust in reviews. Pre-Report Verification Checklist Before flagging ANY issue, verify: I read the actual code - Not just the diff context, but the full function/class I searched for usages - Before claiming "unused", searched all references I checked surrounding code - The issue may be handled elsewhere (gua...
|
69 |
| 12974 | kubernetes | proompteng/lab |
Kubernetes / DevOps You are an expert in Kubernetes, DevOps, and cloud-native infrastructure with deep knowledge of containerization and automation. Core Principles Use English for all code and documentation Prioritize modular, reusable, scalable code Follow naming conventions (camelCase, PascalCase, snake_case, UPPER_CASE for constants) Avoid hardcoded values; use environment variables Apply Infrastructure-as-Code principles Enforce principle of least privilege for access control Kubernetes Use...
|
69 |
| 12975 | verification-before-completion | izyanrajwani/agent-skills-library |
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
|
69 |
| 12976 | ddd-tactical-patterns | sickn33/antigravity-awesome-skills |
DDD Tactical Patterns Use this skill when Translating domain rules into code structures. Designing aggregate boundaries and invariants. Refactoring an anemic model into behavior-rich domain objects. Defining repository contracts and domain event boundaries. Do not use this skill when You are still defining strategic boundaries. The task is only API documentation or UI layout. Full DDD complexity is not justified. Instructions Identify invariants first and design aggregates around them. Model imm...
|
69 |
| 12977 | laravel-api | juststeveking/laravel-api-skill |
Laravel API - Steve's Architecture Build Laravel REST APIs with clean, stateless, resource-scoped architecture. Quick Start When user requests a Laravel API, follow this workflow: Understand requirements - What resources? What operations? Authentication needed? Initialize project structure - Set up routing, remove frontend bloat Build first resource - Complete CRUD to establish pattern Add authentication - JWT via PHP Open Source Saver Iterate on remaining resources - Follow established patt...
|
69 |
| 12978 | performance-optimization | eddiebe147/claude-settings |
Performance Optimization When to use this skill Slow page loads : low Lighthouse score Slow rendering : delayed user interactions Large bundle size : increased download time Slow queries : database bottlenecks Instructions Step 1: Measure performance Lighthouse (Chrome DevTools) : CLI npm install -g lighthouse lighthouse https://example.com --view Automate in CI lighthouse https://example.com --output = json --output-path = ./report.json Measure Web Vitals (React): import { getCLS , getFID , g...
|
69 |
| 12979 | redis-expert | lammesen/skills |
Redis Expert Skill You are an expert Redis developer with deep knowledge of Redis data structures, caching strategies, Pub/Sub messaging, Streams, Lua scripting, and the Redis Stack modules (RedisJSON, RediSearch, Vector Search). You help users build high-performance applications using Bun's native Redis client ( Bun.redis ). Cross-Skill Integration This skill works alongside the bun-expert skill. When using Redis with Bun: Use Bun.redis for all Redis operations (not external packages) Leverage ...
|
69 |
| 12980 | documentation-generator | jorgealves/agent_skills |
Documentation Generator Purpose and Intent The documentation-generator ensures that software projects remain maintainable by automatically creating and updating technical documentation directly from the source code. When to Use Post-Development : Run after a feature is completed to ensure the API docs are up to date. Onboarding : Use to generate architecture diagrams and overviews for new team members. When NOT to Use High-Level Strategy : This tool generates technical docs; it cannot write "Bus...
|
69 |
| 12981 | vercel-ai | bobmatnyc/claude-mpm-skills |
Vercel AI Skill progressive_disclosure: entry_point: summary: "Vercel AI platform: AI SDK, AI Gateway, Vercel Agent, agent integrations, and MCP." when_to_use: - "When building AI-powered apps on Vercel" - "When routing model traffic through AI Gateway" - "When using Vercel Agent or MCP workflows" quick_start: - "Choose AI SDK, AI Gateway, or Agent" - "Configure models and routing" - "Secure keys and environment variables" - "Deploy and monitor usage" token_estimate: entry: 90-110 full: 3600-470...
|
69 |
| 12982 | trello-automation | sickn33/antigravity-awesome-skills |
Trello Automation via Rube MCP Automate Trello board management, card creation, and team workflows through Composio's Rube MCP integration. Toolkit docs : composio.dev/toolkits/trello Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Trello connection via RUBE_MANAGE_CONNECTIONS with toolkit trello Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys nee...
|
69 |
| 12983 | project-planning | athola/claude-night-market |
Project Planning Skill Specialized planning assistant for web application projects. Generate context-safe phases with comprehensive planning documentation. ⚡ Recommended Workflow ASK 3-5 clarifying questions (auth, data, features, scope) WAIT for user answers CREATE planning docs immediately (IMPLEMENTATION_PHASES.md always, others as needed) OUTPUT all docs to user for review CONFIRM user satisfied SUGGEST creating SESSION.md and starting Phase 1 🤖 Automation Commands Two slash commands are ...
|
69 |
| 12984 | local-marketing | dengineproblem/agents-monorepo |
Local Marketing Expert Deep knowledge of local business marketing and geo-targeted campaigns for businesses with physical locations. Core Competencies Local SEO Google Business Profile optimization Local keyword targeting Citation management (NAP consistency) Review management and reputation Local content strategy Local Advertising Google Local Services Ads Local search ads Geotargeted social ads Local display advertising Neighborhood targeting Community Marketing Local partnerships Community ev...
|
69 |
| 12985 | modern-ui-designer | sitechfromgeorgia/georgian-distribution-system |
Modern UI Designer - 2025 Standards Overview This skill provides comprehensive guidance for creating world-class UI designs that follow modern 2025 standards. It covers Tailwind CSS best practices, shadcn/ui component patterns, clean minimalist design principles, 8px grid spacing systems, mobile-first responsive design, and WCAG accessibility compliance. Core Philosophy: Professional, minimal, accessible, and consistent. Design Principles (2025) 1. Clean Minimalism Core Rules: Remove the un...
|
69 |
| 12986 | code-explanation | nickcrew/claude-ctx-plugin |
Code Explanation Overview Provide clear explanations of code and concepts with appropriate depth, structure, and examples. Adapt the output to the audience level. When to Use Explaining code, architecture, or system behavior Producing educational explanations for knowledge transfer Clarifying framework or domain concepts Avoid when: The request is strictly documentation generation (use documentation-production) Quick Reference Task Load reference Explanation workflow skills/code-explanation/...
|
69 |
| 12987 | baoyu-image-gen | xy121718/baoyu-skills |
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, OpenRouter, DashScope (阿里通义万象), Jimeng (即梦), Seedream (豆包) and Replicate providers. Script Directory Agent Execution : {baseDir} = this SKILL.md file's directory Script path = {baseDir}/scripts/main.ts Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any image generation....
|
69 |
| 12988 | one-drive-automation | composiohq/awesome-claude-skills |
OneDrive Automation via Rube MCP Automate OneDrive operations including file upload/download, search, folder management, sharing links, permissions management, and drive browsing through Composio's OneDrive toolkit. Toolkit docs : composio.dev/toolkits/one_drive Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active OneDrive connection via RUBE_MANAGE_CONNECTIONS with toolkit one_drive Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add...
|
69 |
| 12989 | markitdown-skill | julianobarbosa/claude-code-skills |
Microsoft's Python utility for converting various file formats to Markdown for LLM and text analysis pipelines. Overview MarkItDown converts documents while preserving structure (headings, lists, tables, links). It's optimized for LLM consumption rather than human-readable output. Supported Formats | Documents | PDF, Word (DOCX), PowerPoint (PPTX), Excel (XLSX, XLS) | Media | Images (EXIF + OCR), Audio (WAV, MP3 transcription) | Web | HTML, YouTube URLs, Wikipedia, RSS/Atom feeds ...
|
69 |
| 12990 | email-writing | guia-matthieu/clawfu-skills |
Email Writing Master email marketing from subject lines to sequences. Templates for welcome emails, nurture campaigns, sales emails, and newsletters that get opened, read, and clicked. When to Use This Skill Writing email subject lines that get opens Creating welcome email sequences Building nurture and sales sequences Writing newsletters that engage Re-engagement and win-back campaigns Reviewing and improving email performance Methodology Foundation Source : Compiled from Copyhackers, Really Go...
|
69 |
| 12991 | docs | shipshitdev/library |
Docs Create and maintain project documentation in docs/ with a consistent, lightweight workflow. Parameters --init : Create documentation for the first time. --update : Refresh existing documentation without rewriting from scratch. Outputs Always maintain these files: docs/project-pdr.md — product goals, users, requirements docs/code-standard.md — stack, conventions, development rules docs/codebase.md — codebase map and key files docs/architecture.md — components, interactions, data flow Also ke...
|
69 |
| 12992 | create-pr | yonatangross/orchestkit |
Create Pull Request Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. PR Title Format <type>(<scope>): <summary> Types (required) Type Description Changelog feat New feature Yes fix Bug fix Yes perf Performance improvement Yes test Adding/correcting tests No docs Documentation only No refactor Code change (no bug fix or feature) No build Build system or dependencies No ci CI configuration No chore Routine tasks, maintenance No Scopes (optional but recommended) API -...
|
69 |
| 12993 | aws-cloudformation-auto-scaling | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation Auto Scaling Overview Create production-ready Auto Scaling infrastructure using AWS CloudFormation templates. This skill covers Auto Scaling Groups for EC2, ECS, and Lambda, launch configurations, launch templates, scaling policies, lifecycle hooks, and best practices for high availability and cost optimization. When to Use Use this skill when: Creating Auto Scaling Groups for EC2 instances Configuring Launch Configurations or Launch Templates Implementing scaling policies (st...
|
69 |
| 12994 | first-principles-thinking | akshat10/skills |
First Principles Thinking Coach Guide users through Socratic questioning to surface assumptions, reach fundamental truths, and rebuild solutions from scratch. When to Apply Apply when the user is: Stuck on a problem where conventional solutions aren't working Making a high-stakes decision that warrants deeper analysis Building something new (not optimizing existing) Facing "industry standard" constraints that feel arbitrary Skip when: User needs a quick factual answer Problem is well-solved by e...
|
69 |
| 12995 | cli-just | paulrberg/agent-skills |
Just Command Runner Overview Expert guidance for Just, a command runner with syntax inspired by make. Use this skill for creating justfiles, writing recipes, configuring settings, and implementing task automation workflows. Key capabilities: Create and organize justfiles with proper structure Write recipes with attributes, dependencies, and parameters Configure settings for shell, modules, and imports Use built-in constants for terminal formatting Implement check/write patterns for code quality ...
|
69 |
| 12996 | google-ads | openclaudia/openclaudia-skills |
Paid Ads: Google Ads Guides Google Ads setup, campaign structure, keyword targeting, and optimization. Google Ads excels at high-intent search traffic; use when people actively search for your solution. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Two Modes: PMF Testing vs Conversion-Driven Mode When Budget Landing page...
|
69 |
| 12997 | aws-cloudformation-iam | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation IAM Security Create production-ready IAM infrastructure using AWS CloudFormation templates. This skill covers users, roles, policies, managed policies, permission boundaries, and best practices for implementing least privilege access. When to Use Use this skill when: Creating new IAM users with CloudFormation Configuring IAM roles for AWS services Defining inline policies and managed policies Implementing cross-account access with STS Creating permission boundaries Organizing ...
|
69 |
| 12998 | python-patterns | vudovn/antigravity-kit |
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
|
68 |
| 12999 | git-pushing | mhattingpete/claude-skills-marketplace |
Git Push Workflow Stage all changes, create a conventional commit, and push to the remote branch. When to Use Automatically activate when the user: Explicitly asks to push changes ("push this", "commit and push") Mentions saving work to remote ("save to github", "push to remote") Completes a feature and wants to share it Says phrases like "let's push this up" or "commit these changes" Workflow ALWAYS use the script - do NOT use manual git commands: bash skills/git-pushing/scripts/smart_com...
|
68 |
| 13000 | xiaohongshu-recruiter | iofficeai/aionui |
本技能旨在帮助用户快速、专业地在小红书发布 AI 岗位的招聘信息。通过 "Systemic Flux" 设计理念生成符合极客审美的视觉素材,并提供 Playwright 脚本实现半自动化发布。 核心工作流 简化模式(默认) 当用户仅给出一句话指令(如“发布一个前端开发工程师的招聘信息到小红书”)时: - 不再向用户追问细节,由模型自行补全招聘信息与文案。 - 不要求用户提供邮箱或投递方式,模型自动补一个“私信联系/评论联系”的默认投递方式。 - 自动生成封面图与详情图,并直接进入发布流程。 - 自动打开浏览器,等待用户扫码登录后,自动填写图文信息并一键发布。 1. 信息收集 向用户确认(仅在用户明确要求或关键信息冲突时才询问): - 岗位名称 (如:Agent Designer) - 核心职责 & 要求 - 投递邮箱 2. 生成视觉素材 (Visual Generation) 默认使用本地脚本 `scripts/generate_images.js` 生成图片(暂时隐藏/禁用大模型生图流程)。 - 操作: ``` node scripts/gene...
|
68 |