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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
9951 python performance pluginagentmarketplace/custom-plugin-python
Python Performance Optimization Overview Master performance optimization in Python. Learn to profile code, identify bottlenecks, optimize algorithms, manage memory efficiently, and leverage high-performance libraries for compute-intensive tasks. Learning Objectives Profile Python code to identify bottlenecks Optimize algorithms and data structures Manage memory efficiently Use compiled extensions (Cython, NumPy) Implement caching strategies Parallelize CPU-bound operations Benchmark and measure ...
79
9952 synthesize-research anthropics/knowledge-work-plugins
Synthesize Research If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Synthesize user research from multiple sources into structured insights and recommendations. Usage /synthesize-research $ARGUMENTS Workflow 1. Gather Research Inputs Accept research from any combination of: Pasted text : Interview notes, transcripts, survey responses, feedback Uploaded files : Research documents, spreadsheets, recordings summaries ~~knowledge base (if connected)...
79
9953 okrs pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve OKRs (Objectives and Key Results) What It Is OKRs are a goal-setting framework that creates focus, alignment, and ...
79
9954 vue-router-skilld harlan-zw/vue-ecosystem-skills
vuejs/router vue-router Version: 5.0.3 (Feb 2026) Deps: @babel/generator@^7.28.6, @vue-macros/common@^3.1.1, @vue/devtools-api@^8.0.6, ast-walker-scope@^0.8.3, chokidar@^5.0.0, json5@^2.2.3, local-pkg@^1.1.2, magic-string@^0.30.21, mlly@^1.8.0, muggle-string@^0.4.1, pathe@^2.0.3, picomatch@^4.0.3, scule@^1.3.0, tinyglobby@^0.2.15, unplugin@^3.0.0, unplugin-utils@^0.3.1, yaml@^2.8.2 Tags: next: 4.0.13 (Feb 2022), legacy: 3.6.5 (Sep 2022), edge: 4.4.0-alpha.3 (Jun 2024), beta: 5.0.0-beta.2 (Jan 20...
79
9955 skill-developer langfuse/langfuse
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
79
9956 css jaredlander/freshbooks-speed
CSS Development Guidelines Core Principles Write semantic HTML to improve accessibility and SEO Use CSS for styling, avoiding inline styles Ensure responsive design using media queries and flexible layouts Prioritize external stylesheets over inline or embedded styles Layout Techniques Flexbox Use Flexbox for one-dimensional layouts (rows or columns) Leverage justify-content and align-items for alignment Use flex-wrap for responsive wrapping behavior Prefer gap property over margins for consiste...
79
9957 import subframeapp/subframe
Import an existing design system into Subframe by discovering files on disk, building a manifest, and uploading via the CLI. Goal state : All design system files are uploaded to Subframe for processing. Credentials The CLI needs an auth token and project ID. If the user hasn't provided these, use MCP tools to get these automatically: Project ID — Call list_projects to get the list of projects. If there's only one, use it. If there are multiple, ask the user which project to import into. Auth tok...
79
9958 cmux-terminal-multiplexer aradotso/trending-skills
cmux — AI-Native Terminal Multiplexer Skill by ara.so — Daily 2026 Skills collection cmux is a terminal multiplexer with a programmable socket API designed for AI coding agents. It provides full Playwright-equivalent browser automation, real-time terminal split management, sidebar status reporting, and agent team coordination — all via a simple CLI. What cmux Does Terminal splits — create side-by-side or stacked panes, send commands, capture output Browser automation — full headless Chromium wit...
79
9959 mermaid-diagram-generator patricio0312rev/skills
Mermaid Diagram Generator Skill Purpose This skill automatically converts text descriptions of system architectures, module specifications, workflow documentation, and design concepts into valid Mermaid diagram syntax. It enables clear visual communication of complex systems, ensuring diagrams are production-ready and embeddable in markdown documentation. When to Use This Skill Architecture Visualization : Convert architecture descriptions into flowcharts or block diagrams Module Relationships :...
79
9960 supabase-extract-service-key yoanbernabeu/supabase-pentest-skills
Supabase Service Key Detection 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill detects if th...
79
9961 cypress mindrally/skills
Cypress (E2E + Component Testing) Overview Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters. Quick Start Install and open npm i -D cypress npx cypress open Minimal spec // cypress/e2e/health.cy.ts describe("health", () => { it("loads", () => { cy.visit("/"); cy.contains("Hello").should("be.visible"); }); }); Core ...
79
9962 code-reviewer 404kidwiz/claude-supercode-skills
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
79
9963 api-documentation sickn33/antigravity-awesome-skills
API Documentation When to use this skill API Development : When adding new endpoints External Release : Public API launch Team Collaboration : Frontend-backend interface definition Instructions Step 1: OpenAPI (Swagger) Spec openapi : 3.0.0 info : title : User Management API version : 1.0.0 description : API for managing users contact : email : api@example.com servers : - url : https : //api.example.com/v1 description : Production - url : https : //staging - api.example.com/v1 description : Stag...
79
9964 auth0-migration auth0/agent-skills
Auth0 Migration Guide Migrate users and authentication flows from existing auth providers to Auth0. Overview When to Use This Skill Migrating from another auth provider to Auth0 Bulk importing existing users Gradually transitioning active user bases Updating JWT validation in APIs When NOT to Use Starting fresh with Auth0 - Use auth0-quickstart for new projects without existing users Already using Auth0 - This is for migrating TO Auth0, not between Auth0 tenants Only adding MFA or features - Use...
79
9965 supabase mindrally/skills
Supabase Core Skill Load with: base.md + [supabase-nextjs.md | supabase-python.md | supabase-node.md] Core concepts, CLI workflow, and patterns common to all Supabase projects. Sources: Supabase Docs | Supabase CLI Core Principle Local-first, migrations in version control, never touch production directly. Develop locally with the Supabase CLI, capture all changes as migrations, and deploy through CI/CD. Supabase Stack Service Purpose Database PostgreSQL with extensions Auth User authentication, ...
79
9966 security-engineer 404kidwiz/claude-supercode-skills
Security Engineer Purpose Provides infrastructure security and DevSecOps expertise specializing in cloud security architecture, identity management, and zero-trust design. Builds secure infrastructure through "Security as Code" practices, DevSecOps pipelines, and comprehensive defense-in-depth strategies. When to Use Designing cloud security architecture (AWS/Azure/GCP) Implementing "Security as Code" (Terraform, OPA, Ansible) Building DevSecOps pipelines (SAST, DAST, Container Scanning) Securin...
79
9967 underdog-unit jwynia/agent-skills
Underdog Unit: Narrative Formula Skill You help writers create stories using the "Underdog Unit" formula: institutional outcasts given impossible mandates with minimal resources, creating pressure cookers for character development and creative problem-solving. Core Formula Outcasts + Impossible Mandate + Severe Constraints = Narrative Tension The power lies in: Forcing creative solutions through limitation Building team bonds through shared adversity Creating David vs. Goliath dynamics with...
79
9968 positional-revelation jwynia/agent-skills
Positional Revelation: Story Generation Skill You help writers create stories where ordinary people in mundane positions become crucial to larger conflicts through their structural position in systems they don't fully understand. These protagonists are neither chosen ones nor trained investigators—they're people whose everyday competence accidentally positions them at critical systemic junctures. Core Principle: The Accidental Pivot Every society has people who, through no intention of their ...
78
9969 product-frontend-design mosif16/codex-skills
Instructions You are a sharp product + frontend designer. Your job is to: Make the product and value proposition unmistakably clear. Remove jargon and vague language from marketing copy. Fix hierarchy, layout, and calls-to-action so pages actually convert. Design and implement distinctive, production-grade frontends that avoid generic AI/template aesthetics. Match visual ambition with real, working frontend code when asked. Think in two layers: Product & Messaging Layer What is this? Who is ...
78
9970 ai-loading-ux shipshitdev/library
AI Loading UX Design patterns for showing users what's happening while waiting for AI output. Decision Framework First, identify which pattern category applies: User is waiting for... Pattern Category Key Goal AI reasoning/thinking Reasoning Display Build trust through transparency Multi-step task completion Progress Steps Show advancement toward goal Content generation/streaming Streaming States Reduce perceived wait time Background processing Status Indicators Confirm work is happening Core Pr...
78
9971 debugger 404kidwiz/claude-supercode-skills
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
78
9972 app-builder vudovn/antigravity-kit
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating mu...
78
9973 netlify-deployment-platform bobmatnyc/claude-mpm-skills
Netlify Platform Skill progressive_disclosure: entry_point: summary: "JAMstack deployment platform with serverless functions, forms, and identity" when_to_use: - "When deploying static sites and SPAs" - "When building JAMstack applications" - "When needing serverless functions" - "When requiring built-in forms and auth" quick_start: - "npm install -g netlify-cli" - "netlify login" - "netlify init" - "netlify deploy --prod" token_estimate: entry: 70-85 full: 3800-4800 Netlify Fundamentals Core Co...
78
9974 resume-manager ailabs-393/ai-labs-claude-skills
Resume Manager Overview This skill transforms Claude into a comprehensive resume management system that maintains a structured database of your professional profile and generates tailored, professionally styled PDF resumes for specific job applications. The skill intelligently selects and highlights the most relevant experiences, projects, and skills based on the target role. When to Use This Skill Invoke this skill for resume-related tasks: Creating tailored resumes for job applications Upd...
78
9975 paradox-fables jwynia/agent-skills
Paradox Fables: Embodied Wisdom Stories Skill You help writers create narrative embodiments of paradoxical wisdom. Unlike traditional fables that resolve into clear morals, paradox fables maintain tension, allowing readers to absorb truth sideways through story rather than argument. Core Principle The goal is not to explain paradoxes but to let readers experience them viscerally through narrative. Paradox fables bypass analytical defenses. They don't resolve into simple lessons. They maintai...
78
9976 grpc-development mindrally/skills
gRPC Development You are an expert in gRPC and Protocol Buffers development. Follow these best practices when building gRPC-based services and APIs. Core Principles gRPC uses Protocol Buffers as both its Interface Definition Language (IDL) and message interchange format Design services around the idea of defining methods that can be called remotely with their parameters and return types Prioritize type safety, performance, and backward compatibility Leave NO todos, placeholders, or missing pie...
78
9977 todoist-automation sickn33/antigravity-awesome-skills
Todoist Automation via Rube MCP Automate Todoist operations including task creation and management, project organization, section management, filtering, and bulk task workflows through Composio's Todoist toolkit. Toolkit docs : composio.dev/toolkits/todoist Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Todoist connection via RUBE_MANAGE_CONNECTIONS with toolkit todoist Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https:/...
78
9978 webapp-testing-patterns bobmatnyc/claude-mpm-skills
Playwright Patterns Reference Complete guide to Playwright automation patterns, selectors, and best practices. Table of Contents Selectors Wait Strategies Element Interactions Assertions Test Organization Network Interception Screenshots and Videos Debugging Parallel Execution Selectors Text Selectors Most readable and maintainable approach when text is unique: page.click('text=Login') page.click('text="Sign Up"') Exact match page.click('text=/log.*in/i') Regex, case-insensitive Role-Ba...
78
9979 nansen-sm-trend nansen-ai/nansen-cli
TOKEN = < address > CHAIN = ethereum nansen research smart-money netflow --chain $CHAIN --limit 200 → filter by token_address; net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address_label, value_usd, balance_change_24h, balance_change_7d, balance_change_30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → smart_trader_net_flow_usd, whale_net_flow_usd, fund_net_fl...
78
9980 vulnerability-scanner vudovn/antigravity-kit
Vulnerability Scanner Think like an attacker, defend like an expert. 2025 threat landscape awareness. 🔧 Runtime Scripts Execute for automated validation: Script Purpose Usage scripts/security_scan.py Validate security principles applied python scripts/security_scan.py <project_path> 📋 Reference Files File Purpose checklists.md OWASP Top 10, Auth, API, Data protection checklists 1. Security Expert Mindset Core Principles Principle Application Assume Breach Design as if attacker already inside...
78
9981 documents danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Documents/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification: ...
78
9982 vercel-development mindrally/skills
Vercel Development Best Practices Overview This skill provides comprehensive guidelines for developing and deploying applications on Vercel, with a focus on Next.js, React Server Components, Edge Functions, and the Vercel AI SDK. Core Principles Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Minimize 'use client', 'useEffect', and 'setState'; favor React Server Components (RSC) Implement responsive design with ...
78
9983 b2b-saas-marketing dengineproblem/agents-monorepo
Ты — эксперт по B2B SaaS маркетингу с глубокими знаниями в генерации спроса, growth-маркетинге и маркетинговых операциях. Ключевые компетенции Генерация спроса - Стратегия inbound-маркетинга - Контент-воронки - Account-Based Marketing (ABM) - Оптимизация MQL (Marketing Qualified Leads) - Скоринг и нуртуринг лидов Growth-маркетинг - Стратегии Product-Led Growth (PLG) - Оптимизация freemium и триалов - Активация и онбординг - Тактики expansion revenue - Вирусные петли и реферальные...
78
9984 market-breadth-analyzer tradermonty/claude-trading-skills
Market Breadth Analyzer Skill Purpose Quantify market breadth health using a data-driven 6-component scoring system (0-100). Uses TraderMonty's publicly available CSV data to measure how broadly the market is participating in a rally or decline. Score direction: 100 = Maximum health (broad participation), 0 = Critical weakness. No API key required - uses freely available CSV data from GitHub Pages. When to Use This Skill English: User asks "Is the market rally broad-based?" or "How healthy is ma...
78
9985 wnba-data machina-sports/sports-skills
WNBA Data Before writing queries, consult references/api-reference.md for endpoints, ID conventions, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python3.12 -m pip install sports-s...
78
9986 activecampaign-automation sickn33/antigravity-awesome-skills
ActiveCampaign Automation via Rube MCP Automate ActiveCampaign CRM and marketing automation operations through Composio's ActiveCampaign toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active ActiveCampaign connection via RUBE_MANAGE_CONNECTIONS with toolkit active_campaign 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 — ju...
78
9987 theme-factory shajith003/awesome-claude-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
78
9988 product-video sanky369/vibe-building-skills
Product Video Skill Overview Product Video creates animated videos that showcase your products with reveals, transitions, and dynamic animations. This skill teaches you to plan and conceptualize product videos. Keywords: product video, product animation, product demo, promotional video, animated reveal, product showcase, video marketing Core Methodology Product videos have three components: Visual Sequence — How the product is revealed Animation Style — Type of motion and transitions Pacing...
78
9989 nextra-writer shipshitdev/library
Nextra Technical Writer Expert technical writer for creating documentation using Nextra, the Next.js-based documentation framework. Why Nextra: Next.js integration, fast builds, automatic routing, full-text search, dark mode, and MDX support out of the box. When This Activates Creating or updating Nextra documentation (.md, .mdx) Configuring Nextra settings (next.config.mjs, theme.config.tsx) Writing API documentation Organizing documentation structure and navigation Setting up documentation sea...
78
9990 coil-compose new-silvermoon/awesome-android-agent-skills
Coil for Jetpack Compose Instructions When implementing image loading in Jetpack Compose, use Coil (Coroutines Image Loader). It is the recommended library for Compose due to its efficiency and seamless integration. 1. Primary Composable: AsyncImage Use AsyncImage for most use cases. It handles size resolution automatically and supports standard Image parameters. AsyncImage ( model = ImageRequest . Builder ( LocalContext . current ) . data ( "https://example.com/image.jpg" ) . crossfade ( true )...
78
9991 scroll-storyteller ingpoc/skills
Create immersive, interactive storytelling experiences using Anthropic's authentic design language: strict duotone palette, organic Bézier SVG paths, custom cursors, and chapter-based narratives. Workflow Use `AskUserQuestion` to gather preferences, then generate: | 1 | Animation? | GSAP (rich) vs CSS-only (lightweight) | 2 | Mood? | Warm vs Cool vs Creative | 3 | Palette? | (show 3-4 based on mood) | 4 | Topic? | Biblical/Tech/Business/Personal/Custom | 5 | Chapters? | 3, ...
78
9992 teaching-resource-generator teachingai/full-stack-skills
本技能帮助您快速生成各种教学资源,包括课件、练习题、教学案例、学习指南等。 关键词: 教学资源、课件制作、练习题、教学案例、学习指南、教学材料 核心功能 1. 课件制作 - 生成 PowerPoint 或 Markdown 格式的课件 - 设计清晰的幻灯片结构 - 添加图表、示例和互动元素 - 确保内容逻辑清晰、视觉美观 2. 练习题生成 - 生成各种类型的练习题 - 设计不同难度级别的题目 - 创建配套的答案和解析 - 生成练习题集和测试卷 3. 教学案例编写 - 编写真实或模拟的教学案例 - 设计案例讨论问题 - 提供案例分析和解决方案 - 创建案例库和案例集 4. 学习指南创建 - 编写学习指南和复习材料 - 创建知识要点总结 - 设计学习路径和计划 - 生成学习检查清单 使用指南 课件制作流程 - 内容规划: 确定课件主题和结构 - 内容生成: 创建每张幻灯片的内容 - 视觉设计: 添加图表、图片和视觉元素 - 互动设计: 设计互动环节和讨论问题 - 优化完善: 检查逻辑和视觉效果 练习题生成原则 -...
78
9993 comp-analysis anthropics/knowledge-work-plugins
/comp-analysis If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Analyze compensation data for benchmarking, band placement, and planning. Helps benchmark compensation against market data for hiring, retention, and equity planning. Usage /comp-analysis $ARGUMENTS What I Need From You Option A: Single role analysis "What should we pay a Senior Software Engineer in SF?" Option B: Upload comp data Upload a CSV or paste your comp bands. I'll analyze p...
78
9994 clawrouter blockrunai/clawrouter
ClawRouter Smart LLM router that saves 67% on inference costs by routing each request to the cheapest model that can handle it. 41 models across 5 providers, all through one wallet. Install openclaw plugins install @blockrun/clawrouter Setup Enable smart routing (auto-picks cheapest model per request) openclaw models set blockrun/auto Or pin a specific model openclaw models set openai/gpt-4o How Routing Works ClawRouter classifies each request into one of four tiers: SIMPLE (40% of traffic) — ...
78
9995 tanstack-query mindrally/skills
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
78
9996 openclaw-expert fanthus/agent-skills
OpenClaw Learning Expert This skill helps answer questions about OpenClaw by retrieving information from official documentation and the GitHub repository, then providing comprehensive answers with source links. Workflow When the user asks an OpenClaw-related question: Step 1: Identify the Question Type Categorize the question to determine the best sources: Getting Started/Installation → Documentation: /start/getting-started Concepts/Architecture → Documentation: /concepts/ sections API Usage → D...
78
9997 mssql sanjay3290/ai-skills
MSSQL Read-Only Query Skill Execute safe, read-only queries against configured Microsoft SQL Server databases. Requirements Python 3.8+ pymssql: pip install -r requirements.txt Setup Create connections.json in the skill directory or ~/.config/claude/mssql-connections.json . Security : Set file permissions to 600 since it contains credentials: chmod 600 connections.json { "databases" : [ { "name" : "production" , "description" : "Main app database - users, orders, transactions" , "host" : "db.exa...
78
9998 create-viz anthropics/knowledge-work-plugins
/create-viz - Create Visualizations If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create publication-quality data visualizations using Python. Generates charts from data with best practices for clarity, accuracy, and design. Usage /create-viz <data source> [chart type] [additional instructions] Workflow 1. Understand the Request Determine: Data source : Query results, pasted data, CSV/Excel file, or data to be queried Chart type : Explicitly r...
78
9999 typography-expert erichowens/some_claude_skills
Typography Expert Master typographer specializing in font pairing, typographic hierarchy, OpenType features, variable fonts, and performance-optimized web typography. When to Use This Skill ✅ Use for: Font pairing recommendations for brand identity Typographic hierarchy for design systems Performance-optimized web font implementation Variable font integration with CSS custom properties Type scale calculations (modular, fluid, responsive) Font loading strategies (FOUT/FOIT/FOFT prevention) Op...
78
10000 telegram-bot openclaudia/openclaudia-skills
Telegram Bot Build Telegram bots for chatbots, notifications, AI assistants, and group automation. Based on n8n's Telegram workflow templates. Overview This skill covers: Bot setup and configuration Message handling patterns AI-powered assistants Notification workflows Group automation Bot Setup Creating a Bot setup_steps : 1. create_bot : - open : @BotFather on Telegram - command : /newbot - provide : bot_name - provide : bot_username (must end in 'bot') - receive : API_token 2. configure_bot :...
78