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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,436
总 Skills
89.7M
总安装量
2,579
贡献者
# Skill 仓库 描述 安装量
18901 seedream netease-youdao/lobsterai
Seedream 图片生成 使用火山引擎 Seedream 模型生成高质量 AI 图片,支持文本生成图片(T2I)、图片编辑(I2I)、多图融合、组图生成、联网搜索等多种创作模式。 ✨ Node.js 版本 :此脚本使用 Node.js 实现,无需 Python 环境。通过入口脚本自动检测 Node.js 运行时(优先使用系统 node,回退到 LobsterAI 内置运行时),Windows 和 Mac 用户都可以开箱即用。 配置 Base URL : https://ark.cn-beijing.volces.com/api/v3 API Key : 从环境变量 ARK_API_KEY 读取 认证方式 : Authorization: Bearer {API_KEY} SDK : 兼容火山方舟 Python SDK 快速开始 第一步:设置 API Key macOS / Linux - 当前终端临时生效(立即使用) export ARK_API_KEY = "你的API密钥" Windows PowerShell - 当前会话临时生效 $env :ARK_API_KEY = "...
52
18902 got-controller liangdabiao/claude-code-stock-deep-research-agent
GoT Controller Role You are a Graph of Thoughts (GoT) Controller responsible for managing research as a graph operations framework. You orchestrate complex multi-agent research using the GoT paradigm, optimizing information quality through strategic generation, aggregation, refinement, and scoring operations. What is Graph of Thoughts? Graph of Thoughts (GoT) is a framework inspired by SPCL, ETH Zürich that models reasoning as a graph where: Nodes = Research findings, insights, or conclusions Ed...
52
18903 rust-tests-guidelines redisearch/redisearch
Guidelines for Writing Rust Tests Guidelines for writing new tests for Rust code. Guidelines Test against the public API of the code under test. Test private APIs if and only if the private component is highly complex and difficult to test through the public API. Use insta whenever you are testing output that is difficult to predict or compare. Where appropriate, use proptest to add property-based tests for key invariants. Testing code should be written with the same care reserved to production ...
52
18904 smart-illustrator axtonliu/smart-illustrator
Smart Illustrator - 智能配图与 PPT 生成器 ⛔ 强制规则(违反即失败) 规则 1:用户提供的文件 = 要处理的文章 /smart-illustrator SKILL_05.md → SKILL_05.md 是文章,为它配图 /smart-illustrator README.md → README.md 是文章,为它配图 /smart-illustrator whatever.md → whatever.md 是文章,为它配图 无论文件名叫什么,都是要配图的文章,不是 Skill 配置。 规则 2:必须读取 style 文件 生成任何图片 prompt 前, 必须读取 对应的 style 文件: 模式 必须读取的文件 文章配图(默认) styles/style-light.md Cover 封面图 styles/style-cover.md --style dark styles/style-dark.md --style bento styles/style-bento.md 禁止自己编写 System Prompt。 ❌ 错...
52
18905 architecture-rendering eachlabs/skills
Architecture Rendering Generate stunning architectural visualizations using each::sense. This skill creates photorealistic renders from sketches, floor plans, and text descriptions for architects, interior designers, real estate developers, and visualization studios. Features Exterior Renders : Photorealistic building exteriors with landscaping and context Interior Visualization : Detailed interior spaces with furniture, lighting, and materials Sketch to Render : Transform hand-drawn sketches in...
52
18906 blockbench-hytale jasonjgardner/blockbench-mcp-project
Blockbench Hytale Create models for Hytale using Blockbench with the Hytale plugin. Prerequisite: Hytale plugin must be installed in Blockbench. Available Tools Format & Validation Tool Purpose hytale_get_format_info Get format type, block size, node count hytale_validate_model Check against Hytale constraints Cube Properties Tool Purpose hytale_set_cube_properties Set shading_mode, double_sided hytale_get_cube_properties Get Hytale cube properties hytale_set_cube_stretch Set stretch values [...
52
18907 using-sentry andrelandgraf/fullstackrecipes
Working with Sentry Capture exceptions, add context, create performance spans, and use structured logging with Sentry. Implement Working with Sentry Capture exceptions, add context, create performance spans, and use structured logging with Sentry. See: Resource: using-sentry in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/using-sentry Capturing Exceptions Manually capture errors that are handled but should be tracked: import * as Sentry from "@sentry/nextjs"; try { await...
52
18908 n8n-workflow-automation sundial-org/awesome-openclaw-skills
n8n workflow automation with retries, logging, and review queues PURPOSE Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. WHEN TO USE TRIGGERS: Build an n8n workflow that runs every Monday and emails the compliance summary. Add error handling and retries to this workflow, plus a review queue for failures. Create a webhook workflow that logs every run and writes a status row to a tracker. Make this n8n ...
52
18909 vee-validate-skilld harlan-zw/vue-ecosystem-skills
logaretm/vee-validate vee-validate Painless forms for Vue.js Version: 4.15.1 (Jun 2025) Deps: @vue/devtools-api@^7.5.2, type-fest@^4.8.3 Tags: prev: 1.0.0-beta.10 (Nov 2016), next-edge: 4.5.0-alpha.2 (Jul 2021), edge: 4.5.0-alpha.6 (Aug 2021), next: 4.5.8 (Jan 2022), alpha: 4.12.0-alpha.1 (Nov 2023), beta: 5.0.0-beta.0 (Aug 2025), latest: 4.15.1 (Jun 2025) References: Docs — API reference, guides API Changes This section documents version-specific API changes for vee-validate v4.x — prioritize t...
52
18910 bun react ssr secondsky/claude-skills
Build custom server-rendered React applications with Bun. Quick Start ``` Initialize project mkdir my-ssr-app && cd my-ssr-app bun init Install dependencies bun add react react-dom bun add -D @types/react @types/react-dom ``` Basic SSR Setup Server Entry ``` // src/server.tsx import { renderToString } from "react-dom/server"; import App from "./App"; Bun.serve({ port: 3000, async fetch(req) { const url = new URL(req.url); // Serve static files if (url.pathname.start...
52
18911 github-code-review proffesor-for-testing/agentic-qe
GitHub Code Review Skill AI-Powered Code Review : Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. 🎯 Quick Start Simple Review Initialize review swarm for PR gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123 Post review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Complete Review Workflow Get PR context with gh CLI PR_DATA = $( gh pr view 123 --json files,addition...
52
18912 docs-quality-check laurigates/claude-plugins
Analyze and validate documentation quality for a codebase, ensuring PRDs, ADRs, PRPs, CLAUDE.md, and .claude/rules/ are up to standards and current. Context Target path: $1 (defaults to current directory if not specified) Blueprint dir exists: ! find .claude -maxdepth 1 -name 'blueprints' -type d CLAUDE.md exists: ! find . -maxdepth 1 -name 'CLAUDE.md' -type f Rules directory: ! find .claude/rules -maxdepth 1 -name '*.md' ADRs (docs/adr): ! find docs/adr -maxdepth 1 -name '*.md' ADRs (docs/adrs)...
52
18913 incident-management groeimetai/snow-flow
Incident Management restores normal service operation as quickly as possible while minimizing business impact. Incident Lifecycle ``` New (1) ↓ In Progress (2) ↓ ← On Hold (3) Resolved (6) ↓ Closed (7) Cancelled (8) ← Can occur from New/In Progress ``` Key Tables | `incident` | Incident records | `incident_task` | Sub-tasks for incidents | `incident_alert` | Related alerts | `problem` | Related problems Creating Incidents (ES5) Basic Incident Creation ``` // C...
52
18914 ccw-cli-tools catlog22/claude-code-workflow
CLI Tools - Unified Execution Framework Purpose : Structured CLI tool usage with configuration-driven tool selection, unified prompt templates, and quality-gated execution. Configuration : ~/.claude/cli-tools.json (Global, always read at initialization) Initialization (Required First Step) Before any tool selection or recommendation : Check if configuration exists in memory: If configuration is already in conversation memory → Use it directly If NOT in memory → Read the configuration file: Read ...
52
18915 render-deploy davila7/claude-code-templates
Deploy to Render Render supports Git-backed services and prebuilt Docker image services. This skill covers Git-backed flows: Blueprint Method - Generate render.yaml for Infrastructure-as-Code deployments Direct Creation - Create services instantly via MCP tools Blueprints can also run a prebuilt Docker image by using runtime: image , but the render.yaml still must live in a Git repo. If there is no Git remote, stop and ask the user to either: Create/push a Git remote (can be minimal if only the ...
52
18916 plan-interview secondsky/claude-skills
Plan Interview Skill Install npx skills add pskoett/pskoett-ai-skills/skills/plan-interview Purpose Run a structured requirements interview before planning implementation. This ensures alignment between you and the user by gathering explicit requirements rather than making assumptions. When Invoked User calls /plan-interview <task description> . Skip this skill if the task is purely research/exploration (not implementation). Interview Process Phase 1: Upfront Interview (Before Exploration) Inter...
52
18917 uuid-generator dkyazzentwatwa/chatgpt-skills
UUID Generator Generate universally unique identifiers (UUIDs) in various formats for distributed systems, databases, and APIs. Purpose UUID generation for: Database primary keys API resource identifiers Distributed system coordination Session tokens and tracking File naming and versioning Features Multiple Versions : UUID1 (time-based), UUID4 (random), UUID5 (namespace) Bulk Generation : Generate thousands of UUIDs Custom Formats : Hyphenated, compact, URN format Namespace UUIDs : Deterministic...
52
18918 content-evaluation-framework panaversity/agentfactory
Content Evaluation Framework This skill provides a comprehensive, systematic rubric for evaluating educational book chapters and lessons with quantifiable quality standards. 6-Point Spec Blueprint Compliance 1. Identity (Persona) Role : Senior Content Quality Auditor Tone : Precise, evidence-based, constructively critical Expertise : Educational content evaluation, rubric-based assessment, constitutional compliance, pedagogical effectiveness 2. Context (MCP & Data) Required Files (Read First) : ...
52
18919 workflow-execute catlog22/claude-code-workflow
Workflow Execute Orchestrates autonomous workflow execution through systematic task discovery, agent coordination, and progress tracking. Executes entire workflow without user interruption (except initial session selection if multiple active sessions exist), providing complete context to agents and ensuring proper flow control execution with comprehensive TodoWrite tracking. Resume Mode : When called with --resume-session flag, skips discovery phase and directly enters TodoWrite generation and a...
52
18920 engineer-skill-creator jamesrochabrun/skills
Engineer Skill Creator Transform extracted engineer profiles into ready-to-use skills with progressive disclosure, enabling AI agents to efficiently find and apply the right expertise for any coding task. What This Skill Does Takes the output from engineer-expertise-extractor and creates a structured, queryable skill that: Organizes expertise by task type - Find relevant patterns quickly Uses progressive disclosure - Show only what's needed for current task Provides contextual examples - Rea...
52
18921 cmdb-patterns groeimetai/snow-flow
CMDB Patterns for ServiceNow The Configuration Management Database (CMDB) is the foundation of ServiceNow ITSM, tracking all Configuration Items (CIs) and their relationships. CMDB Architecture CI Class Hierarchy cmdb (Base) └── cmdb_ci (Configuration Item) ├── cmdb_ci_computer │ ├── cmdb_ci_server │ │ ├── cmdb_ci_linux_server │ │ ├── cmdb_ci_win_server │ │ └── cmdb_ci_unix_server │ └── cmdb_ci_pc_hardware ├── cmdb_ci_service │ ├── cmdb_ci_serv...
52
18922 native-app-designer erichowens/some_claude_skills
Native App Designer Elite native app designer specializing in breathtaking, human-centered applications that feel organic and alive—never generic or AI-generated. When to Use This Skill ✅ Use for: iOS/Mac app UI design with SwiftUI or UIKit React/Vue/Svelte apps with delightful animations Physics-based motion design and micro-interactions Native-feel Progressive Web Apps (PWAs) App onboarding flows with personality Custom shader effects (Metal/WebGL) Component library design with character ...
52
18923 sprint-254-features josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes ( \ ) in file paths, NOT forward slashes ( / ). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless exp...
52
18924 market-news-analyst nicepkg/ai-workflow
Market News Analyst Overview This skill enables comprehensive analysis of market-moving news events from the past 10 days, focusing on their impact on US equity markets and commodities. The skill automatically collects news from trusted sources using WebSearch and WebFetch tools, evaluates market impact magnitude, analyzes actual market reactions, and produces structured English reports ranked by market impact significance. Prerequisites Tools: WebSearch and WebFetch tools must be available for ...
52
18925 agentic ux design - relationship-centric interfaces bencium/bencium-claude-code-design-skill
Agentic UX Design - Relationship-Centric Interfaces Overview The paradigm shift from screen-centric to relationship-centric design. Traditional UX optimizes individual screens and isolated interactions. Agentic UX designs for ongoing relationships where systems learn, remember, and evolve alongside users across sessions, devices, and contexts. Core principle: Every interaction builds on learned preferences and user history. Systems don't just respond—they develop understanding that compounds ove...
52
18926 best-practices-guidelines oimiragieo/agent-studio
Best Practices Guidelines Skill 10. Best Practices: Follow RESTful API design principles when applicable Implement responsive design for components Use Zod for data validation Regularly update dependencies and check for vulnerabilities Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
52
18927 data-policies groeimetai/snow-flow
Data Policies & Dictionary for ServiceNow Data Policies enforce data integrity rules. Dictionary controls schema and field behavior. Architecture Dictionary (sys_dictionary) ├── Field Definition │ ├── Type, Length, Default │ └── Dependent Field └── Dictionary Overrides (sys_dictionary_override) Data Policy (sys_data_policy2) └── Data Policy Rules (sys_data_policy_rule) └── Condition-based field behaviors Key Tables Table Purpose sys_dictionary Field definition...
52
18928 free-tool-arsenal majesticlabs-dev/majestic-marketplace
Free Tool Arsenal Builder Audience: Bootstrapped founders and side-project builders who need a complete tech stack without spending money. Goal: Research and compile genuinely free tools (not trials) for each business function. Include free tier limits, open-source alternatives, and workarounds for common limitations. Conversation Starter Use AskUserQuestion to gather initial context. Begin by asking: "I'll help you build a complete business tech stack using 100% free tools. Please provide: Busi...
52
18929 publish-zsxq-article sugarforever/01coder-agent-skills
Publish Zsxq Article Publish Markdown content to Zsxq (知识星球) article editor in Markdown mode, saving as draft for user review before publishing. Prerequisites Browser automation MCP (either one): Chrome DevTools MCP ( mcp__chrome-devtools__* ) Playwright MCP ( mcp__playwright__* ) User logged into Zsxq (知识星球) Browser MCP Tool Mapping This skill works with both Chrome DevTools MCP and Playwright MCP. Use whichever is available: Action Chrome DevTools MCP Playwright MCP Navigate navigate_page brow...
52
18930 storage-taskwarrior zenobi-us/dotfiles
Agent Purpose: Manage Taskwarrior tasks using the current project's git repository remote URL as a project ID. Project ID Generation: Automatically slugified from git remote URL - Example: `git@github.com:zenobi-us/dotfiles.git` → `zenobi-us-dotfiles` - Stored in Taskwarrior `project` attribute for easy filtering Core Capabilities 1. Automatic Project ID Resolution The agent automatically: - Detects the git repository remote URL: `git config --get remote.origin.url` - Extracts owner an...
52
18931 dead-code-detector terrylica/cc-skills
Dead Code Detector Find and remove unused code across Python, TypeScript, and Rust codebases. Tools by Language Language Tool Detects Python vulture v2.14+ Unused imports, functions, classes, variables TypeScript knip v5.0+ Unused exports, dependencies, files Rust cargo clippy + rustc lints Unused functions, imports, dead_code warnings Why these tools? vulture : AST-based, confidence scoring (60-100%), whitelist support knip : Successor to ts-prune (maintenance mode), monorepo-aware, auto-fix ca...
52
18932 container-development laurigates/claude-plugins
Expert knowledge for containerization and orchestration with focus on security-first, lean container images and 12-factor app methodology. Security Philosophy (Non-Negotiable) Non-Root is MANDATORY: ALL production containers MUST run as non-root users. This is not optional. Minimal Base Images: Use Alpine (~5MB) for Node.js/Go/Rust. Use slim (~50MB) for Python (musl compatibility issues with Alpine). Multi-Stage Builds Required: Separate build and runtime environments. Build tools should NO...
52
18933 clarify:vague team-attention/workshop-upstage
Vague: Requirement Clarification Transform vague or ambiguous requirements into precise, actionable specifications through hypothesis-driven questioning. ALWAYS use the AskUserQuestion tool — never ask clarifying questions in plain text. When to Use Ambiguous feature requests ("add a login feature") Incomplete bug reports ("the export is broken") Underspecified tasks ("make the app faster") For strategy/planning blind spot analysis, use the unknown skill. For content-vs-form reframing, use the m...
52
18934 typography advisor eddiebe147/claude-settings
Typography Advisor A typography expert that creates beautiful, readable type systems for any medium. This skill combines typographic principles, font pairing expertise, and accessibility best practices to design cohesive typography that enhances content and brand identity. From selecting the perfect font combination to building a complete type scale with hierarchies, this skill ensures your text is both aesthetically pleasing and functionally excellent across all devices and use cases. Core Work...
52
18935 product-strategist ncklrs/startup-os-skills
Product Strategist Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. Core Capabilities Capability Description Tool OKR Cascade Generate aligned OKRs from company to team level okr_cascade_generator.py Alignment Scoring Measure vertical and horizontal alignment Built into generator Strategy Templates 5 pre-built strategy types Growth, Retention, Revenue, Innovation, Operational Team Configuration Customize for your org structure --teams flag Quick St...
52
18936 phoenix-playwright-tests arize-ai/phoenix
Phoenix Playwright Test Writing Write end-to-end tests for Phoenix using Playwright. Tests live in app/tests/ and follow established patterns. Timeout Policy Do not pass timeout args in test code under app/tests . Tune timing centrally in app/playwright.config.ts (global timeout , expect.timeout , use.navigationTimeout , and webServer.timeout ). Quick Start import { expect , test } from "@playwright/test" ; import { randomUUID } from "crypto" ; test . describe ( "Feature Name" , ( ) => { test . ...
52
18937 openclaw-workspace win4r/openclaw-workspace
OpenClaw Workspace Skill Overview OpenClaw workspace files form the agent's "soul and memory" — they are injected into the system prompt on every turn (or on relevant turns), giving the agent its identity, behavioral rules, environmental knowledge, and long-term memory. Managing these files well is critical: bloat wastes tokens, redundancy creates confusion, and stale content leads to bad decisions. Token budget: 20,000 chars per file, ~150,000 chars total across all bootstrap files. File Invent...
52
18938 azure-ai-projects-ts sickn33/antigravity-awesome-skills
Azure AI Projects SDK for TypeScript High-level SDK for Azure AI Foundry projects with agents, connections, deployments, and evaluations. Installation npm install @azure/ai-projects @azure/identity For tracing: npm install @azure/monitor-opentelemetry @opentelemetry/api Environment Variables AZURE_AI_PROJECT_ENDPOINT = https:// < resource > .services.ai.azure.com/api/projects/ < project > MODEL_DEPLOYMENT_NAME = gpt-4o Authentication import { AIProjectClient } from "@azure/ai-projects" ; import ...
52
18939 ln-822-nuget-upgrader levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-822-nuget-upgrader Type: L3 Worker Category: 8XX Optimization Parent: ln-820-dependency-optimization-coordinator Upgrades .NET NuGet packages with automatic breaking change detection and migration. Overview Aspect Details Input Solution/project path Output Updated .csproj files, migration report Supports .NET 6, 7, 8, 9,...
52
18940 flowchart-generator dkyazzentwatwa/chatgpt-skills
Create professional flowcharts from structured process definitions. Supports standard flowchart symbols (start/end, process, decision, I/O), swimlanes for multi-actor processes, and multiple export formats. Quick Start ``` from scripts.flowchart_gen import FlowchartGenerator Using Python DSL flow = FlowchartGenerator() flow.start("Start") flow.process("Step 1", id="s1") flow.decision("Check?", id="d1") flow.process("Yes Path", id="yes") flow.process("No Path", id="no") flow.end("End") flow...
52
18941 enter-services pollinations/pollinations
Requirements Before using this skill, ensure you have: SSH keys : Configured via GitHub secrets (see workflow) sops : brew install sops (for decrypting secrets) Wrangler : npm install -g wrangler Node.js : brew install node Must run from the pollinations repo root. Architecture Overview Environment Gateway (Cloudflare Worker) Text/Image Services (EC2) Production enter.pollinations.ai 3.80.56.235 (ports 16384/16385) Staging staging.enter.pollinations.ai 44.222.254.250 (ports 16384/16385) SSH Conf...
52
18942 ml-failfast-validation terrylica/cc-skills
ML Fail-Fast Validation POC validation patterns to catch issues before committing to long-running ML experiments. When to Use This Skill Use this skill when: Starting a new ML experiment that will run for hours Validating model architecture before full training Checking gradient flow and data pipeline integrity Implementing POC validation checklists Debugging prediction collapse or gradient explosion issues 1. Why Fail-Fast? Without Fail-Fast With Fail-Fast Discover crash 4 hours in Catch in 30 ...
52
18943 positron-intake-rotation posit-dev/positron
Positron Intake Rotation Overview This skill provides comprehensive guidance for handling issue intake rotation for the Positron IDE repository. Intake rotation is a weekly assignment (Monday-Friday) where team members review and respond to new issues, discussion posts, and support tickets to ensure timely responses and actionable issue tracking. The goal is to respond to new items within approximately one business day and ensure all issues have the details required to be actionable. 🚨 CRITICAL:...
52
18944 artifact-lifecycle oimiragieo/agent-studio
Artifact Lifecycle Skill Convenience wrapper for the unified artifact lifecycle workflow. Overview This skill provides a simplified interface to the comprehensive artifact lifecycle management workflow at .claude/workflows/core/skill-lifecycle.md . When to Use Use this skill when you need to: Create a new artifact (skill, agent, hook, workflow, template, schema) Update an existing artifact Deprecate an artifact with migration guidance Check if an artifact already exists Quick Start // Invoke thi...
52
18945 prowler-compliance prowler-cloud/prowler
When to Use Use this skill when: Creating a new compliance framework for any provider Adding requirements to existing frameworks Mapping checks to compliance controls Understanding compliance framework structures and attributes Compliance Framework Location Frameworks are JSON files located in: prowler/compliance/{provider}/{framework_name}_{provider}.json Supported Providers: aws - Amazon Web Services azure - Microsoft Azure gcp - Google Cloud Platform kubernetes - Kubernetes github - GitH...
52
18946 session-management secondsky/claude-skills
Session Management Overview Implement comprehensive session management systems with secure token handling, session persistence, token refresh mechanisms, proper logout procedures, and CSRF protection across different backend frameworks. When to Use Implementing user authentication systems Managing session state and user context Handling JWT token refresh cycles Implementing logout functionality Protecting against CSRF attacks Managing session expiration and cleanup Instructions 1. JWT Token Ge...
52
18947 translation assistant eddiebe147/claude-settings
Translation Assistant The Translation Assistant skill guides you through implementing multilingual translation systems that bridge language barriers accurately and culturally appropriately. From simple phrase translation to full document localization, this skill covers the spectrum of translation needs. Modern translation has been transformed by neural machine translation and large language models, but effective translation still requires understanding context, domain, and cultural nuances. This...
52
18948 eachlabs-video-edit eachlabs/skills
EachLabs Video Edit Edit, transform, and enhance existing videos using 25+ AI models via the EachLabs Predictions API. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai . Model Selection Guide Video Extension Model Slug Best For Veo 3.1 Extend veo3-1-extend-video Best quality extension Veo 3.1 Fast Extend veo3-1-fast-extend-video Fast extension PixVerse v5 Extend pixverse-v5-extend PixVerse extension PixVerse v4.5 Extend p...
52
18949 skill-creator zhayujie/chatgpt-on-wechat
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...
52
18950 daily planner eddiebe147/claude-settings
Daily Planner The Daily Planner skill helps you create structured, realistic daily plans that align with your priorities and energy levels. Rather than overwhelming you with endless tasks, this skill guides you through a thoughtful planning process that considers your goals, constraints, and natural rhythms. This skill uses proven productivity frameworks like time blocking, prioritization matrices, and energy management to help you design days that are both productive and sustainable. It prompts...
52