███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5901 | antv-skills-maintainer | antvis/chart-visualization-skills |
AntV Skills Maintainer This skill ensures that all documentation and configuration files remain in sync whenever a skill is added or updated in this repository. Important The antv-skills-maintainer skill is internal-only — it is used solely for this repository's iteration workflow. Do not add it to README.md "Available Skills" or .claude-plugin/marketplace.json . Only user-facing skills should appear in those files. When to Apply Apply this skill automatically after every code change — especiall...
|
366 |
| 5902 | raw-video-processing | zc277584121/marketing-skills |
Skill: Raw Video Processing Post-process raw screen recordings to improve pacing — remove silent segments, then speed up the result. Prerequisite : FFmpeg and uv must be installed. When to Use The user has recorded a screencast and wants to clean it up before publishing. Typical issues in raw recordings: Long pauses / dead air while thinking or waiting for loading Keyboard typing sounds and other low-level background noise that should be treated as silence Overall pacing feels slow and could ben...
|
366 |
| 5903 | alicloud-ai-image-qwen-image | cinience/alicloud-skills |
Category: provider Model Studio Qwen Image Validation mkdir -p output/alicloud-ai-image-qwen-image python -m py_compile skills/ai/image/alicloud-ai-image-qwen-image/scripts/generate_image.py && echo "py_compile_ok" > output/alicloud-ai-image-qwen-image/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-image-qwen-image/validate.txt is generated. Output And Evidence Write generated image URLs, prompts, and metadata to output/alicloud-ai-image-qwen-image/ . Keep at least one sample...
|
365 |
| 5904 | ce:work | everyinc/compound-engineering-plugin |
Work Plan Execution Command Execute a work plan efficiently while maintaining quality and finishing features. Introduction This command takes a work document (plan, specification, or todo file) and executes it systematically. The focus is on shipping complete features by understanding requirements quickly, following existing patterns, and maintaining quality throughout. Input Document <input_document> $ARGUMENTS </input_document> Execution Workflow Phase 1: Quick Start Read Plan and Clarify Read...
|
365 |
| 5905 | create-plan | davila7/claude-code-templates |
Create Plan Goal Turn a user prompt into a single, actionable plan delivered in the final assistant message. Minimal workflow Throughout the entire workflow, operate in read-only mode. Do not write or update files. Scan context quickly Read README.md and any obvious docs (docs/, CONTRIBUTING.md, ARCHITECTURE.md). Skim relevant files (the ones most likely touched). Identify constraints (language, frameworks, CI/test commands, deployment shape). Ask follow-ups only if blocking Ask at most 1...
|
365 |
| 5906 | knowledge-distillation | davila7/claude-code-templates |
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...
|
365 |
| 5907 | form-cro | sickn33/antigravity-awesome-skills |
Form CRO You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recommendations, identify: Form Type Lead capture (gate...
|
365 |
| 5908 | pulumi-terraform-to-pulumi | pulumi/agent-skills |
First establish scope and plan the migration by working out with the user: - where the Terraform sources are (`${terraform_dir}`) - where the migrated Pulumi project lives (`${pulumi_dir}`) - what is the target Pulumi language (such as TypeScript, Python, YAML) - whether migration aims to setup Pulumi stack states, or only translate source code Confirm the plan with the user before proceeding. Create a new Pulumi project in `${pulumi_dir}` in the chosen language. Edit sources to be empty a...
|
365 |
| 5909 | agent-skill-creator | francyjglisboa/agent-skill-creator |
Agent Creator - Meta-Skill This skill teaches Claude Code how to autonomously create complete agents with Claude Skills. When to Use This Skill Claude should automatically activate this skill when the user: ✅ Asks to create an agent "Create an agent for [objective]" "I need an agent that [description]" "Develop an agent to automate [workflow]" ✅ Asks to automate a workflow "Automate this process: [description]" "Every day I do [repetitive task], automate this" "Turn this workflow into an ...
|
365 |
| 5910 | add-malli-schemas | metabase/metabase |
Add Malli Schemas to API Endpoints This skill helps you efficiently and uniformly add Malli schemas to API endpoints in the Metabase codebase. Reference Files (Best Examples) src/metabase/warehouses/api.clj - Most comprehensive schemas, custom error messages src/metabase/api_keys/api.clj - Excellent response schemas src/metabase/collections/api.clj - Great named schema patterns src/metabase/timeline/api/timeline.clj - Clean, simple examples Quick Checklist When adding Malli schemas to an endp...
|
365 |
| 5911 | clojure-review | metabase/metabase |
Clojure Code Review Skill @./../_shared/clojure-style-guide.md @./../_shared/clojure-commands.md Review guidelines What to flag: Check compliance with the Metabase Clojure style guide (included above) If CLOJURE_STYLE_GUIDE.adoc exists in the working directory, also check compliance with the community Clojure style guide Flag all style guide violations What NOT to post: Do not post comments congratulating someone for trivial changes or for following style guidelines Do not post comments co...
|
365 |
| 5912 | grepai-workspaces | yoanbernabeu/grepai-skills |
This skill covers using GrepAI workspaces to manage multiple related projects with a unified search index. When to Use This Skill - Working with monorepos - Searching across multiple related projects - Managing microservices architecture - Organizing large codebases What are Workspaces? Workspaces allow you to: - Group multiple projects together - Search across all projects at once - Or search specific projects within the workspace - Share configuration across projects Creating a ...
|
365 |
| 5913 | code-quality | miles990/claude-software-skills |
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
|
365 |
| 5914 | app-clips | eronred/aso-skills |
App Clips Lightweight, instantly-available versions of your iOS app for in-the-moment experiences or demos. Targets iOS 26+ / Swift 6.2 unless noted. Contents App Clip Target Setup Invocation URL Handling App Clip Experience Configuration Size Limits Invocation Methods Data Migration to Full App SKOverlay for Full App Promotion Location Confirmation Lifecycle and Ephemeral Nature Capabilities and Limitations Common Mistakes Review Checklist References App Clip Target Setup An App Clip is a separ...
|
365 |
| 5915 | gitlab-cicd-pipeline | aj-geddes/useful-ai-prompts |
GitLab CI/CD Pipeline Overview Create comprehensive GitLab CI/CD pipelines that automate building, testing, and deployment using GitLab Runner infrastructure and container execution. When to Use GitLab repository CI/CD setup Multi-stage build pipelines Docker registry integration Kubernetes deployment Review app deployment Cache optimization Dependency management Implementation Examples 1. Complete Pipeline Configuration .gitlab-ci.yml image: node:18-alpine variables: DOCKER_DRIVER: overla...
|
365 |
| 5916 | yahoo-finance | 0juano/agent-skills |
Yahoo Finance CLI A Python CLI for fetching comprehensive stock data from Yahoo Finance using yfinance. Requirements Python 3.11+ uv (for inline script dependencies) Installing uv The script requires uv - an extremely fast Python package manager. Check if it's installed: uv --version If not installed, install it using one of these methods: macOS / Linux curl -LsSf https://astral.sh/uv/install.sh | sh macOS (Homebrew) brew install uv Windows powershell - ExecutionPolicy ByPass - c "irm https://as...
|
364 |
| 5917 | hono-cloudflare | bobmatnyc/claude-mpm-skills |
Hono on Cloudflare Workers Overview Hono was originally built for Cloudflare Workers and provides first-class support for the entire Cloudflare ecosystem including KV, D1, R2, Durable Objects, Queues, and more. Key Features: Native Workers support Type-safe bindings access KV, D1, R2, Durable Objects integration Static asset serving Cloudflare Pages support Queue and scheduled handlers When to Use This Skill Use Hono on Cloudflare when: Building edge APIs with global distribution Need serve...
|
364 |
| 5918 | gws-install | jezweb/claude-skills |
Google Workspace CLI — Quick Install Install gws on an additional machine using OAuth credentials from a previous setup. Produces an authenticated CLI with all agent skills ready to use. Prerequisite : The user must have client_secret.json from a previous gws-setup (or from Google Cloud Console). If they don't have it, use the gws-setup skill instead. Workflow Step 1: Pre-flight Checks which gws && gws --version ls ~/.config/gws/client_secret.json gws auth status If already authenticated with th...
|
364 |
| 5919 | ali1688-sourcing | zhuhongyin/global-ecom-skills |
1688 工厂与拿货价查询 核心定位 这是跨境电商选品的供应链工具。在 1688 找到核心工厂和起批价,为核价计算提供成本数据。 数据来源 1688 网站: 主站: https://www.1688.com 找工厂: https://gongsi.1688.com 找货源: https://s.1688.com 输入参数 { "keyword" : "升降桌 转换器" , "category" : "办公家具" , "material" : "钢木" , "min_order" : 10 , "price_range" : { "min" : 50 , "max" : 200 } , "province" : "浙江" , "certification" : [ "CE" , "FCC" ] , "limit" : 20 } 参数 类型 必需 默认值 说明 keyword string 是 - 搜索关键词 category string 否 全类目 商品类目 material string 否 无 材质要求 min_order int 否 1 最小起订量 price_range obj...
|
364 |
| 5920 | avalonia-viewmodels-zafiro | sickn33/antigravity-awesome-skills |
Avalonia ViewModels with Zafiro This skill provides a set of best practices and patterns for creating ViewModels, Wizards, and managing navigation in Avalonia applications, leveraging the power of ReactiveUI and the Zafiro toolkit. Core Principles Functional-Reactive Approach: Use ReactiveUI (ReactiveObject, WhenAnyValue, etc.) to handle state and logic. Enhanced Commands: Utilize IEnhancedCommand for better command management, including progress reporting and name/text attributes. Wizard Patt...
|
364 |
| 5921 | microcopy | lobehub/lobe-chat |
LobeHub UI Microcopy Guidelines Brand: Where Agents Collaborate - Focus on collaborative agent system, not just "generation". Fixed Terminology Chinese English 空间 Workspace 助理 Agent 群组 Group 上下文 Context 记忆 Memory 连接器 Integration 技能 Skill 助理档案 Agent Profile 话题 Topic 文稿 Page 社区 Community 资源 Resource 库 Library 模型服务商 Provider 评测 Evaluation 基准 Benchmark 数据集 Dataset 用例 Test Case Brand Principles Create : One sentence → usable Agent; clear next step Collaborate : Multi-agent; shared Context; controlled...
|
364 |
| 5922 | pr | lobehub/lobehub |
Create Pull Request Branch Strategy Target branch : canary (development branch, cloud production) main is the release branch — never PR directly to main Steps 1. Gather context (run in parallel) git branch --show-current — current branch name git status --short — uncommitted changes git rev-parse --abbrev-ref @{u} 2>/dev/null — remote tracking status git log --oneline origin/canary..HEAD — unpushed commits gh pr list --head "$(git branch --show-current)" --json number,title,state,url — existing ...
|
364 |
| 5923 | add-setting-env | lobehub/lobe-chat |
Adding Environment Variable for User Settings Add server-side environment variables to configure default values for user settings. Priority : User Custom > Server Env Var > Hardcoded Default Steps 1. Define Environment Variable Create src/envs/<domain>.ts : import { createEnv } from '@t3-oss/env-nextjs' ; import { z } from 'zod' ; export const get < Domain > Config = ( ) => { return createEnv ( { server : { YOUR_ENV_VAR : z . coerce . number ( ) . min ( MIN ) . max ( MAX ) . optional ( ) , } , r...
|
364 |
| 5924 | kibana-alerting-rules | elastic/agent-skills |
Kibana Alerting Rules Core Concepts A rule has three parts: conditions (what to detect), schedule (how often to check), and actions (what happens when conditions are met). When conditions are met, the rule creates alerts , which trigger actions via connectors . Authentication All alerting API calls require either API key auth or Basic auth. Every mutating request must include the kbn-xsrf header. kbn-xsrf : true Required Privileges all privileges for the appropriate Kibana feature (e.g., Stack R...
|
364 |
| 5925 | open-source-strategy | kostja94/marketing-skills |
Strategies: Open Source Guides open source as a commercialization path: build community and trust first, monetize later. Many products use open source for early growth (Cursor from VSCode, Llama, Qwen, Dify) and later commercialize via managed services or open core. For GitHub (SEO, GEO, README, Awesome lists), see github . For directory submission (DevHunt, Awesome lists), see directory-submission . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and...
|
364 |
| 5926 | openai-agents | jezweb/claude-skills |
OpenAI Agents SDK Build AI applications with text agents, voice agents (realtime), multi-agent workflows, tools, guardrails, and human-in-the-loop patterns. Quick Start npm install @openai/agents zod@4 v0.4.0+ requires Zod 4 (breaking change) npm install @openai/agents-realtime Voice agents export OPENAI_API_KEY="your-key" Breaking Change (v0.4.0): Zod 3 no longer supported. Upgrade to zod@4. Runtimes: Node.js 22+, Deno, Bun, Cloudflare Workers (experimental) Core Concepts Agents: LLM...
|
363 |
| 5927 | autogpt-agents | davila7/claude-code-templates |
AutoGPT - Autonomous AI Agent Platform Comprehensive platform for building, deploying, and managing continuous AI agents through a visual interface or development toolkit. When to use AutoGPT Use AutoGPT when: Building autonomous agents that run continuously Creating visual workflow-based AI agents Deploying agents with external triggers (webhooks, schedules) Building complex multi-step automation pipelines Need a no-code/low-code agent builder Key features: Visual Agent Builder: Drag-and-...
|
363 |
| 5928 | oauth | mcollina/skills |
OAuth with Portless OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. The Problem When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like http://myapp.localhost:1355/callback : Provider localhost .localhost subdomains Reason Google Allowed Rejected Not in their bundle...
|
363 |
| 5929 | mvp | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user build their MVP with maximum constraints and minimum effort. Core Principle Build as little as possible. The goal is to start delivering value to your community as quickly as possible. Not to build something beautiful, polished, or complete. The Three Stages Stage 1: Manual (Do it yourself) Solve the problem by hand for each customer You are the product. You are customer service, ...
|
363 |
| 5930 | avalonia-zafiro-development | sickn33/antigravity-awesome-skills |
Avalonia Zafiro Development This skill defines the mandatory conventions and behavioral rules for developing cross-platform applications with Avalonia UI and the Zafiro toolkit. These rules prioritize maintainability, correctness, and a functional-reactive approach. Core Pillars Functional-Reactive MVVM: Pure MVVM logic using DynamicData and ReactiveUI. Safety & Predictability: Explicit error handling with Result types and avoidance of exceptions for flow control. Cross-Platform Excellence: St...
|
363 |
| 5931 | frontend-to-backend-requirements | softaworks/agent-toolkit |
Backend Requirements Mode You are a frontend developer documenting what data you need from backend. You describe the what , not the how . Backend owns implementation details. No Chat Output : ALL responses go to .claude/docs/ai/<feature-name>/backend-requirements.md No Implementation Details : Don't specify endpoints, field names, or API structure—that's backend's call. The Point This mode is for frontend devs to communicate data needs: What data do I need to render this screen? What actions sho...
|
363 |
| 5932 | access-control-rbac | aj-geddes/useful-ai-prompts |
Access Control & RBAC Overview Implement comprehensive Role-Based Access Control systems with permissions management, attribute-based policies, and least privilege principles. When to Use Multi-tenant applications Enterprise access management API authorization Admin dashboards Data access controls Compliance requirements Implementation Examples 1. Node.js RBAC System // rbac-system.js class Permission { constructor(resource, action) { this.resource = resource; this.action = action; ...
|
363 |
| 5933 | grepai-ignore-patterns | yoanbernabeu/grepai-skills |
This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing. When to Use This Skill - Excluding test files from search results - Ignoring generated or vendored code - Reducing index size by excluding unnecessary files - Customizing which files GrepAI indexes How Ignore Patterns Work GrepAI uses two sources for ignore patterns: - `.grepai/config.yaml` - Custom patterns you define - `.gitignore` - Automatically respected Configuration Locat...
|
363 |
| 5934 | apollo-router-plugin-creator | apollographql/skills |
Apollo Router Plugin Creator Create native Rust plugins for Apollo Router. Request Lifecycle ┌────────┐ ┌────────────────┐ ┌────────────────────┐ ┌───────────────────┐ ┌─────────────────────┐ │ Client │ │ Router Service │ │ Supergraph Service │ │ Execution Service │ │ Subgraph Service(s) │ └────┬───┘ └────────┬───────┘ └...
|
363 |
| 5935 | chrome-automation | zc277584121/marketing-skills |
Skill: Chrome Automation (agent-browser) Automate browser tasks in the user's real Chrome session via the agent-browser CLI. Prerequisite : agent-browser must be installed and Chrome must have remote debugging enabled. See references/agent-browser-setup.md if unsure. Core Principle: Reuse the User's Existing Chrome This skill operates on a single Chrome process — the user's real browser. There is no session management, no separate profiles, no launching a fresh Playwright browser. Always Start b...
|
363 |
| 5936 | rendering-strategies | kostja94/marketing-skills |
SEO Technical: Rendering Strategies Guides rendering strategy selection and optimization for search engine and AI crawler visibility. Golden rule : Page data and metadata must be available on page load without JavaScript execution for optimal SEO. 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. Scope (Technical SEO) Static...
|
363 |
| 5937 | responsive-images | jezweb/claude-skills |
Responsive Images Status: Production Ready ✅ Last Updated: 2026-01-14 Standards: Web Performance Best Practices, Core Web Vitals Quick Start Basic Responsive Image <img src="/images/hero-800.jpg" srcset=" /images/hero-400.jpg 400w, /images/hero-800.jpg 800w, /images/hero-1200.jpg 1200w, /images/hero-1600.jpg 1600w " sizes="(max-width: 640px) 100vw, (max-width: 1024px) 90vw, 1200px" alt="Hero image description" width="1200" height="675" loading=...
|
362 |
| 5938 | google-workspace | supercent-io/skills-template |
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
|
362 |
| 5939 | android-testing | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
362 |
| 5940 | phaser | opusgamelabs/game-creator |
Phaser 3 Game Development You are an expert Phaser game developer building games with the game-creator plugin. Follow these patterns to produce well-structured, visually polished, and maintainable 2D browser games. Core Principles Core loop first — Implement the minimum gameplay loop before any polish: boot → preload → create → update. Add the win/lose condition and scoring before visuals, audio, or juice. Keep initial scope small: 1 scene, 1 mechanic, 1 fail condition. Wire spectacle EventBus h...
|
362 |
| 5941 | flutter-internationalization | madteacher/mad-agents-skills |
Flutter Internationalization Overview Comprehensive guide for adding internationalization (i18n) to Flutter applications. Covers setup, configuration, message management, number/date formatting, and advanced topics like locale override and custom language support. Quick Start Choose approach based on app needs: gen-l10n (Recommended) - Modern, automated, code generation Best for: Most new projects, teams, complex apps Uses: ARB files, automated code generation See: Setup gen-l10n intl pack...
|
362 |
| 5942 | signup-flow-cro | sickn33/antigravity-awesome-skills |
Signup Flow CRO You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recomme...
|
362 |
| 5943 | angular-ui-patterns | sickn33/antigravity-awesome-skills |
Angular UI Patterns Core Principles Never show stale UI - Loading states only when actually loading Always surface errors - Users must know when something fails Optimistic updates - Make the UI feel instant Progressive disclosure - Use @defer to show content as available Graceful degradation - Partial data is better than no data Loading State Patterns The Golden Rule Show loading indicator ONLY when there's no data to display. @ Component ( { template : ` @if (error()) { <app-error-state [error]...
|
362 |
| 5944 | mapbox-maplibre-migration | mapbox/mapbox-agent-skills |
MapLibre to Mapbox Migration Skill Expert guidance for migrating from MapLibre GL JS to Mapbox GL JS. Covers the shared history, API compatibility, migration steps, and the advantages of Mapbox's platform. Understanding the Fork History MapLibre GL JS is an open-source fork of Mapbox GL JS v1.13.0 , created in December 2020 when Mapbox changed their license starting with v2.0. Timeline: Pre-2020: Mapbox GL JS was open source (BSD license) Dec 2020: Mapbox GL JS v2.0 introduced proprietary licens...
|
362 |
| 5945 | init | mcollina/skills |
Initialize Playwright Project Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow. Steps 1. Analyze the Project Use the Explore subagent to scan the project: Check package.json for framework (React, Next.js, Vue, Angular, Svelte) Check for tsconfig.json → use TypeScript; otherwise JavaScript Check if Playwright is already installed ( @playwright/test in dependencies) Check for existing test directories (...
|
362 |
| 5946 | expo-app-design | skillcreatorai/ai-agent-skills |
Expo App Design Build beautiful cross-platform mobile apps with Expo Router, NativeWind, and React Native. When to Use Building mobile apps with Expo Navigation with Expo Router Styling with NativeWind/Tailwind Native tabs and animations Source This skill references patterns from Expo's skills.
|
361 |
| 5947 | agent-development | jezweb/claude-skills |
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
|
361 |
| 5948 | auto-animate | jezweb/claude-skills |
AutoAnimate - Error Prevention Guide Package: @formkit/auto-animate@0.9.0 (current) Frameworks: React, Vue, Solid, Svelte, Preact Last Updated: 2026-01-21 SSR-Safe Pattern (Critical for Cloudflare Workers/Next.js) // Use client-only import to prevent SSR errors import { useState, useEffect } from "react"; export function useAutoAnimateSafe<T extends HTMLElement>() { const [parent, setParent] = useState<T | null>(null); useEffect(() => { if (typeof window !== "undefined" && parent) { ...
|
361 |
| 5949 | cloudflare-kv | jezweb/claude-skills |
Cloudflare Workers KV Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): August 2025: Architecture redesign (40x performance gain, <5ms p99 latency, hybrid storage with R2) April 2025: Bulk reads API (retrieve up to 100 keys in single request, counts as 1 operation) January 2025: Namespace limit increased (200 → 1,000 namespaces per account f...
|
361 |
| 5950 | planning-with-files | davila7/claude-code-templates |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
361 |