███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10901 | axiom-spritekit-diag | charleswiltgen/axiom |
SpriteKit Diagnostics Systematic diagnosis for common SpriteKit issues with time-cost annotations. When to Use This Diagnostic Skill Use this skill when: Physics contacts never fire (didBegin not called) Objects pass through walls (tunneling) Frame rate drops below 60fps Touches don't register on nodes Memory grows continuously during gameplay Positions and coordinates seem wrong App crashes during scene transitions Mandatory First Step: Enable Debug Overlays Time cost : 10 seconds setup vs hour...
|
97 |
| 10902 | klaviyo | alinaqi/claude-bootstrap |
Klaviyo E-Commerce Marketing Skill Load with: base.md + (typescript.md or python.md) For integrating Klaviyo email/SMS marketing - customer profiles, event tracking, campaigns, flows, and segmentation. Sources: Klaviyo API Docs | API Reference Why Klaviyo Feature Benefit E-commerce Native Built for online stores, deep integrations Event-Based Trigger flows from any customer action Segmentation Advanced filtering on behavior + properties Email + SMS Unified platform for both channels Analytics Re...
|
97 |
| 10903 | shadcn-baseui | thunderboltdev/shadcn-baseui |
shadcn/ui + Base UI Guidelines A guide for using shadcn/ui components when working with Base UI. Prevents LLMs from incorrectly suggesting Radix UI patterns (asChild, etc.). ⚠️ CRITICAL: Before suggesting any code, verify this is a Base UI project by checking components.json . The style field should start with "base-" (e.g., "base-vega" , "base-nova" , "base-maia" , "base-lyra" , "base-mira" ). If it starts with something else, this skill does not apply. Ensure the @base-ui/react package is inst...
|
97 |
| 10904 | nextjs-use-search-params-suspense | wsimmonds/claude-nextjs-skills |
Next.js: useSearchParams with Suspense Pattern Pattern Overview The useSearchParams hook requires TWO things: Component must have 'use client' directive Component must be wrapped in a <Suspense> boundary This is a Next.js requirement, not optional! Why This Pattern? useSearchParams reads URL query parameters: /search?q=shoes → searchParams.get('q') returns "shoes" /products?category=electronics&sort=price → Read multiple params Why Suspense? Next.js uses React 18's Suspense to handle the ...
|
97 |
| 10905 | gsap-greensock | dylantarre/animation-principles |
GSAP Animation Principles Implement all 12 Disney animation principles using GSAP's powerful timeline and tween system. 1. Squash and Stretch gsap.to(".ball", { scaleX: 1.2, scaleY: 0.8, yoyo: true, repeat: 1, duration: 0.15, ease: "power2.inOut" }); 2. Anticipation const tl = gsap.timeline(); tl.to(".character", { y: 20, scaleY: 0.9, duration: 0.2 }) // wind up .to(".character", { y: -200, duration: 0.4, ease: "power2.out" }); // action 3. Staging gsap.to(".background", { filt...
|
97 |
| 10906 | aiogram-framework | narumiruna/telegram-bot |
Aiogram Framework Overview Use this skill to design or modify aiogram-based bots in this repository with v3 patterns and the local docs/examples. Workflow Choose update delivery (polling vs webhook) and note any scaling or multi-bot needs. See references/updates.md . Define dispatcher/router layout and handler registration. See references/quickstart.md and references/handlers-filters.md . Add filters and context injection (including custom filters) as needed. See references/handlers-filters.md a...
|
97 |
| 10907 | minimax-web-search | imsus/pi-extension-minimax-coding-plan-mcp |
MiniMax Web Search Skill Use this skill when you need to find current, real-time, or authoritative information that may have changed since my knowledge cutoff. How to Use Call the web_search tool directly with a query: web_search({ query: "your search query" }) When to Use Use web_search when: Current events : News, recent developments, latest releases Fact verification : Checking if information is still accurate Technical updates : New versions, patches, breaking changes Dynamic content : Price...
|
97 |
| 10908 | wagmi | 0xsardius/onchain-typescript-skills |
Wagmi Skill Version: Wagmi 3.x | Official Docs | Requires TypeScript 5.7.3+ Wagmi provides React hooks for Ethereum. This skill ensures correct patterns for provider setup, hooks usage, and React-specific pitfalls. Quick Setup (Wagmi v3) 1. Config Setup // config.ts import { http, createConfig } from 'wagmi' import { mainnet, polygon, arbitrum } from 'wagmi/chains' // v3: Install connectors separately: npm i @wagmi/connectors import { injected, coinbaseWallet, walletConnect } from '@wagmi/con...
|
97 |
| 10909 | tools-and-context | tambo-ai/tambo |
Tools and Context Gives Tambo access to data and capabilities through tools, MCP servers, and context. Quick Start // Custom tool Tambo can call const fetchUserTool = defineTool ( { name : "fetchUser" , description : "Fetch user by ID" , inputSchema : z . object ( { userId : z . string ( ) } ) , tool : async ( { userId } ) => fetchUser ( userId ) , } ) ; < TamboProvider tools = { [ fetchUserTool ] } > < App /> </ TamboProvider > ; Custom Tools Register JavaScript functions Tambo can call: import...
|
97 |
| 10910 | hummingbot-developer | hummingbot/skills |
hummingbot-developer Developer workflow skill for building and running the full Hummingbot stack from source. Commands (run as /hummingbot-developer <command> ): Command Description start Check dev environment status select-branches Pick branches for all 3 repos install-all Install all 3 repos in order build-all Build wheel + all Docker images verify-build Verify builds are correct + in sync run-dev-stack Start full stack from source setup-hummingbot Install Hummingbot from source run-hummingbot...
|
97 |
| 10911 | content-research-writer | davepoon/buildwithclaude |
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-sect...
|
97 |
| 10912 | coingecko | 2025emma/vibe-coding-cn |
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
|
97 |
| 10913 | json-data-handling | bobmatnyc/claude-mpm-skills |
JSON Data Handling Working effectively with JSON data structures. Python Basic Operations import json Parse JSON string data = json.loads('{"name": "John", "age": 30}') Convert to JSON string json_str = json.dumps(data) Pretty print json_str = json.dumps(data, indent=2) Read from file with open('data.json', 'r') as f: data = json.load(f) Write to file with open('output.json', 'w') as f: json.dump(data, f, indent=2) Advanced Custom encoder for datetime from datetime import d...
|
97 |
| 10914 | image-enhancer | skillcreatorai/ai-agent-skills |
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
|
97 |
| 10915 | project-astrology-tarot-divination | vasilyu1983/ai-agents-public |
Tarot and Divination - Expert Advisor Act as an experienced Tarot reader and product advisor. Give psychologically grounded readings that support reflection and decision-making rather than deterministic prediction. Scope Use this skill to: Interpret Major/Minor Arcana (upright and reversed) Design or choose spreads (Celtic Cross, 3-card, custom) Deliver full readings and daily pulls using assets/ Explain card combinations and spread synthesis Integrate Tarot with light astrological timing (o...
|
97 |
| 10916 | canghe-post-to-x | freestylefly/canghe-skills |
Post to X (Twitter) Posts text, images, videos, and long-form articles to X via real Chrome browser (bypasses anti-bot detection). Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/x-browser.ts Regular post...
|
97 |
| 10917 | neo4j-cypher-guide | tomasonjo/blogs |
This skill helps generate Neo4j Cypher read queries using modern syntax patterns and avoiding deprecated features. It focuses on efficient query patterns for graph traversal and data retrieval. Quick Compatibility Check When generating Cypher queries, immediately avoid these REMOVED features: - ❌ `id()` function → Use `elementId()` - ❌ Implicit grouping keys → Use explicit WITH clauses - ❌ Pattern expressions for lists → Use pattern comprehension or COLLECT subqueries - ❌ Repeated relatio...
|
97 |
| 10918 | akka-net-testing-patterns | aaronontheweb/dotnet-skills |
Use this skill when: - Writing unit tests for Akka.NET actors - Testing persistent actors with event sourcing - Verifying actor interactions and message flows - Testing actor supervision and lifecycle - Mocking external dependencies in actor tests - Testing cluster sharding behavior locally - Verifying actor state recovery and persistence Choosing Your Testing Approach ✅ Use Akka.Hosting.TestKit (Recommended for 95% of Use Cases) When: - Building modern .NET applications with `Micro...
|
97 |
| 10919 | tailscale | el-feo/ai-context |
Tailscale Network Management Trigger Keywords: tailscale, tailnet, wireguard vpn, mesh vpn, tailscale ssh, exit node, subnet router, tailscale acl, magicDNS, tailscale serve, tailscale funnel What is Tailscale? A mesh VPN service built on WireGuard that creates secure, encrypted peer-to-peer connections between devices without complex configuration. Unlike traditional VPNs with central gateways, Tailscale creates direct connections between devices (or uses relay servers when needed). Key Bene...
|
97 |
| 10920 | playdotfun | opusgamelabs/skills |
When to use Use this skill whenever users need to integrate a game with Play.fun or fetch data from Play.fun. You can also use this skill to help guide users through different workflows of Play.fun. How to use Read individual skill pages for specific use cases. Some may include code snippets, reference links, helpful information, scripts to call, and more. API Reference - Complete API endpoint reference for Play.fun. API Authentication - How to use HMAC-SHA256 authentication for the Play.fun API...
|
97 |
| 10921 | whale-index | senpi-ai/senpi-skills |
Whale Index — Auto-Mirror Top Discovery Traders Scan the Discovery leaderboard, score traders, create mirror strategies, and rebalance daily. Set your risk level and budget — the agent handles selection, allocation, monitoring, and swaps. Skill Attribution When creating a strategy, include skill_name and skill_version in the call. See references/skill-attribution.md for details. 5-Step Flow Step 1: Onboard the User Collect: budget, risk tolerance (conservative/moderate/aggressive). Budget Slots ...
|
97 |
| 10922 | canton-network-repos | 0xbigboss/claude-code |
Canton Network Open-Source Repositories This skill provides comprehensive knowledge about the Canton Network open-source ecosystem, repository relationships, and build processes. Activation Use this skill when: Working with Canton Network, DAML, or Splice repositories Investigating version compatibility issues Understanding enterprise vs community differences Debugging LF version or package ID mismatches Building Canton participants or Splice applications Repository Hierarchy ┌──────────────...
|
97 |
| 10923 | vercel-react-best-practices | vercel-labs/claude-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
97 |
| 10924 | swift-expert | 404kidwiz/claude-supercode-skills |
Swift Expert Senior Swift developer with mastery of Swift 5.9+, Apple's development ecosystem, SwiftUI, async/await concurrency, and protocol-oriented programming. Role Definition You are a senior Swift engineer with 10+ years of Apple platform development. You specialize in Swift 5.9+, SwiftUI, async/await concurrency, protocol-oriented design, and server-side Swift. You build type-safe, performant applications following Apple's API design guidelines. When to Use This Skill Building iOS/mac...
|
97 |
| 10925 | component-rendering | tambo-ai/tambo |
Component Rendering Handles streaming props and persistent component state. Quick Start const { streamStatus , propStatus } = useTamboStreamStatus < Props > ( ) ; if ( streamStatus . isPending ) return < Skeleton /> ; if ( streamStatus . isStreaming ) return < LoadingIndicator /> ; Stream Status Track overall and per-prop streaming status: import { useTamboStreamStatus } from "@tambo-ai/react" ; function MyComponent ( { title , items } : Props ) { const { streamStatus , propStatus } = useTamboSt...
|
97 |
| 10926 | github-pull-request-description | longbridge/gpui-component |
Description We less than 150 words description for a PR changes, including new features, bug fixes, and improvements. And if there have APIs break changes (Only crates/ui changes) we should have a section called Breaking Changes to list them clearly. Breaking changes description When a pull request introduces breaking changes to a codebase, it's important to clearly communicate these changes to users and developers who rely on the code. A well-written breaking changes description helps ensur...
|
97 |
| 10927 | shopify-polaris-web-components | tamiror6/shopify-app-skills |
Shopify Polaris Web Components Use this skill when building UI for Shopify App Home surfaces using Polaris Web Components. When to Use Building App Home pages (the app surface outside of Shopify Admin iframe) Creating UI with s-* custom elements Designing layouts with s-section, s-stack, s-box Building forms, modals, or lists for App Home Important : App Home uses Polaris Web Components ( s-* elements), NOT Polaris React ( @shopify/polaris ). These are different technologies. Polaris React vs We...
|
97 |
| 10928 | apktool | brownfinesecurity/iothackbot |
Apktool - Android APK Unpacking and Resource Extraction You are helping the user reverse engineer Android APK files using apktool for security analysis, vulnerability discovery, and understanding app internals. Tool Overview Apktool is a tool for reverse engineering Android APK files. It can decode resources to nearly original form and rebuild them after modifications. It's essential for: Extracting readable AndroidManifest.xml Decoding resources (XML layouts, strings, images) Disassembling ...
|
97 |
| 10929 | axiom-sf-symbols-ref | charleswiltgen/axiom |
SF Symbols — API Reference When to Use This Skill Use when: You need exact API signatures for rendering modes or symbol effects You need UIKit/AppKit equivalents for SwiftUI symbol APIs You need to check platform availability for a specific effect You need configuration options (weight, scale, variable values) You need to create custom symbols with proper template structure
|
97 |
| 10930 | onchainkit | bankrbot/openclaw-skills |
OnchainKit Build production-ready onchain applications using Coinbase's comprehensive React component library and TypeScript utilities. Overview OnchainKit provides ready-to-use, full-stack components that abstract blockchain complexity, making it easy to build onchain applications without deep blockchain knowledge. It offers AI-friendly components that work automatically on Base, requires no backend infrastructure, and provides cost-effective transactions (< $0.01 fees). Quick Start New Project...
|
97 |
| 10931 | akka-net-management | aaronontheweb/dotnet-skills |
Use this skill when: - Deploying Akka.NET clusters to Kubernetes or cloud environments - Replacing static seed nodes with dynamic service discovery - Configuring cluster bootstrap for auto-formation - Setting up health endpoints for load balancers - Integrating with Azure Table Storage, Kubernetes API, or config-based discovery Overview Akka.Management provides HTTP endpoints for cluster management and integrates with Akka.Cluster.Bootstrap to enable dynamic cluster formation using servi...
|
97 |
| 10932 | senior-fullstack | borghei/claude-skills |
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
|
97 |
| 10933 | google-calendar | sanjay3290/ai-skills |
Google Calendar Interact with Google Calendar for event management, scheduling, and availability checking. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-calendar.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Con...
|
97 |
| 10934 | react-specialist | 404kidwiz/claude-supercode-skills |
React Specialist Purpose Provides expert React development expertise specializing in React 18+, Next.js ecosystem, and modern React patterns. Builds performant, scalable React applications using hooks, concurrent features, state management solutions like Zustand, and data fetching with TanStack Query. When to Use Building React applications with modern patterns (React 18+) Implementing Server Components and SSR with Next.js Managing state with Zustand, TanStack Query, or other solutions Optimi...
|
97 |
| 10935 | encore-go-getting-started | encoredev/skills |
Getting Started with Encore Go Instructions Install Encore CLI macOS brew install encoredev/tap/encore Linux/WSL curl -L https://encore.dev/install.sh | bash Windows (PowerShell) iwr https://encore.dev/install.ps1 | iex Create a New App Interactive - choose from templates encore app create my-app Or start with a blank Go app encore app create my-app --example=hello-world Project Structure A minimal Encore Go app: my-app/ ├── encore.app App configuration ├── go.mod ...
|
97 |
| 10936 | plugin-settings | aiskillstore/marketplace |
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: File location: .claude/plugin-name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per-project plugin configuration and state Usage: Read from hooks,...
|
96 |
| 10937 | babysit | a5c-ai/babysitter |
babysit Orchestrate .a5c/runs/<runId>/ through iterative execution. Use the SDK CLI to drive the orchestration loop. Dependencies Babysitter SDK and CLI make sure you have the latest version of the cli: npm i -g @a5c-ai/babysitter@latest @a5c-ai/babysitter-sdk@latest @a5c-ai/babysitter-breakpoints@latest then use the CLI alias: CLI="babysitter" Alternatively, use the CLI alias: CLI="npx -y @a5c-ai/babysitter-sdk@latest" jq make sure you have jq installed and available in the path. if not, instal...
|
96 |
| 10938 | nextjs-on-vercel | andrelandgraf/fullstackrecipes |
Next.js on Vercel To set up Next.js on Vercel, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/nextjs-on-vercel If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel
|
96 |
| 10939 | generate-component-story | longbridge/gpui-component |
Instructions When creating component stories: Follow existing patterns: Base stories on the styles found in crates/story/src/stories (examples: tabs_story.rs, group_box_story.rs, etc.) Use sections: Organize the story with section! calls for each major part Comprehensive coverage: Include all options, variants, and usage examples of the component Examples A typical story structure includes: Basic usage examples Different variants and states Interactive examples Edge cases and error states
|
96 |
| 10940 | multi-agent-coordinator | 404kidwiz/claude-supercode-skills |
Provides advanced multi-agent orchestration expertise for managing complex coordination of agents across distributed systems. Specializes in hierarchical control, dynamic scaling, intelligent resource allocation, and sophisticated conflict resolution for enterprise-level multi-agent environments. When to Use - Enterprise-level deployments with hundreds of specialized agents - Global operations requiring coordination across multiple time zones - Complex business processes with interdependent...
|
96 |
| 10941 | php security patterns | thebushidocollective/han |
Security is paramount in PHP applications as they often handle sensitive user data, authentication, and financial transactions. PHP's flexibility and dynamic nature create opportunities for vulnerabilities if security best practices aren't followed. Common PHP security vulnerabilities include SQL injection, cross-site scripting (XSS), cross-site request forgery (CSRF), insecure password storage, session hijacking, and file inclusion attacks. Each can lead to data breaches, unauthorized access, ...
|
96 |
| 10942 | openapi-spec-generation | sickn33/antigravity-awesome-skills |
OpenAPI Spec Generation Comprehensive patterns for creating, maintaining, and validating OpenAPI 3.1 specifications for RESTful APIs. Use this skill when Creating API documentation from scratch Generating OpenAPI specs from existing code Designing API contracts (design-first approach) Validating API implementations against specs Generating client SDKs from specs Setting up API documentation portals Do not use this skill when The task is unrelated to openapi spec generation You need a different d...
|
96 |
| 10943 | senior-qa-engineer | javalenciacai/qaskills |
Senior QA Engineer You are a Senior QA Engineer with expertise across the entire software development and testing lifecycle. You apply systematic, professional QA practices from initial requirements through continuous improvement. Core Principle: Orchestrator-First Approach CRITICAL RULES: ALL tasks MUST use a skill - Never execute without an appropriate skill ALWAYS activate multi-agent-orchestration FIRST - It's the mandatory master coordinator Let orchestrator manage everything - Discovery, i...
|
96 |
| 10944 | conventional-commits | patricio0312rev/skills |
Conventional Commits Write standardized, semantic commit messages that enable automated versioning and changelog generation. Core Workflow Analyze changes : Review staged files and modifications Determine type : Select appropriate commit type (feat, fix, etc.) Identify scope : Optional component/module affected Write description : Concise summary in imperative mood Add body : Optional detailed explanation Include footer : Breaking changes, issue references Commit Message Format <type>[optional s...
|
96 |
| 10945 | mise-expert | samhvw8/dotfiles |
Mise Expert Skill Purpose Specialized skill for mise - a unified development environment manager combining tool version management (asdf replacement), environment variable management (direnv replacement), and task running (make/npm scripts replacement). When to Use This Skill Tool & Runtime Management Installing and managing runtime versions (node, python, go, ruby, rust, etc.) Setting up project-specific tool versions for reproducibility Switching between multiple language versions in polyglo...
|
96 |
| 10946 | aspire-service-defaults | aaronontheweb/dotnet-skills |
Use this skill when: - Building Aspire-based distributed applications - Need consistent observability (logging, tracing, metrics) across services - Want shared health check configuration - Configuring HttpClient resilience and service discovery What is ServiceDefaults? ServiceDefaults is a shared project that provides common configuration for all services in an Aspire application: - OpenTelemetry - Logging, tracing, and metrics - Health Checks - Readiness and liveness endpoints - Servi...
|
96 |
| 10947 | seo-specialist | 404kidwiz/claude-supercode-skills |
SEO Specialist Expert-level search engine optimization. Core Competencies Technical SEO On-page optimization Content SEO Link building Keyword research Local SEO Analytics and reporting Algorithm updates Technical SEO Site Audit Checklist Crawlability: Robots.txt properly configured XML sitemap submitted No crawl errors in Search Console Proper use of noindex/nofollow Canonical tags implemented Indexability: Important pages indexed Duplicate content resolved Thin content identified...
|
96 |
| 10948 | agile-coach | borghei/claude-skills |
Agile Coach Expert-level agile coaching for team and organizational transformation. Core Competencies Agile transformation Team coaching Framework implementation Organizational design Change management Facilitation Metrics and improvement Leadership coaching Agile Frameworks Framework Comparison Aspect Scrum Kanban SAFe LeSS Roles SM, PO, Dev Flexible Many defined SM, PO, Dev Cadence Fixed sprints Continuous PI Planning Sprints Planning Sprint Planning On-demand PI Planning Sprint Planning Bes...
|
96 |
| 10949 | imagemagick-conversion | laurigates/claude-plugins |
Project: Project-independent Gitignored: Yes Trigger Use this skill when users request image manipulation tasks including: - Converting between image formats (PNG, JPEG, WebP, GIF, TIFF, etc.) - Resizing images (dimensions, percentages, aspect ratios) - Batch processing multiple images - Adjusting image quality and compression - Creating thumbnails - Basic image transformations (rotate, flip, crop) Overview ImageMagick is a powerful command-line tool for image processing. This skill ...
|
96 |
| 10950 | design-trends-2026 | guia-matthieu/clawfu-skills |
Design Trends 2026 Apply the 10 dominant graphic design aesthetics of 2026 to any creative project — based on Kittl × Savee's trend report, backed by Adobe, Figma, and Pinterest platform data. When to Use This Skill Briefing a designer or AI image generator — translate vague "make it modern" into precise style vocabulary Creating brand identity or visual refresh — pick aesthetics that match your audience and positioning Building mood boards — combine trends with intent, not just screenshots Desi...
|
96 |