███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9201 | table-extractor | dkyazzentwatwa/chatgpt-skills |
Table Extractor Skill Overview This skill enables precise extraction of tables from PDF documents using camelot - the gold standard for PDF table extraction. Handle complex tables with merged cells, borderless tables, and multi-page layouts with high accuracy. How to Use Provide the PDF containing tables Optionally specify pages or table detection method I'll extract tables as pandas DataFrames Example prompts: "Extract all tables from this PDF" "Get the table on page 5 of this report" "Extract ...
|
86 |
| 9202 | slo-implementation | sickn33/antigravity-awesome-skills |
SLO Implementation Framework for defining and implementing Service Level Indicators (SLIs), Service Level Objectives (SLOs), and error budgets. Purpose Implement measurable reliability targets using SLIs, SLOs, and error budgets to balance reliability with innovation velocity. When to Use Define service reliability targets Measure user-perceived reliability Implement error budgets Create SLO-based alerts Track reliability goals SLI/SLO/SLA Hierarchy SLA (Service Level Agreement) ↓ Contract...
|
86 |
| 9203 | julia-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on julia pro tasks or workflows Needing guidance, best practices, or checklists for julia pro Do not use this skill when The task is unrelated to julia pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a Julia expert s...
|
86 |
| 9204 | cold-outreach | gtmagents/gtm-agents |
Cold Outreach Mastery When to Use Building outbound sequences for new personas or segments Personalizing cold email / LinkedIn outreach at scale Diagnosing low open or reply rates in existing sequences Designing follow-up cadences for SDR/XDR or founder-led sales Framework Core Principles – pattern interruption, value before ask, authentic personalization, mobile-first formatting, single CTA. SPARK Flow – Subject hook → Personalized opening → Agitate problem → Relevant value → Kick-off CTA. Chan...
|
86 |
| 9205 | azure-infra-engineer | 404kidwiz/claude-supercode-skills |
Azure Infrastructure Engineer Purpose Provides Microsoft Azure cloud expertise specializing in Bicep/ARM templates, Enterprise Landing Zones, and Cloud Adoption Framework (CAF) implementations. Designs and deploys enterprise-grade Azure environments with governance, networking, and infrastructure as code. When to Use Deploying Azure resources using Bicep or ARM templates Designing Hub-and-Spoke network topologies (Virtual WAN, ExpressRoute) Implementing Azure Policy and Management Groups (Gove...
|
86 |
| 9206 | google-drive | sanjay3290/ai-skills |
Google Drive Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud. Official docs: https://developers.google.com/drive Google Drive Overview Files Permissions Folders Permissions Shared Links Working with Google Drive This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh au...
|
86 |
| 9207 | llm-architect | 404kidwiz/claude-supercode-skills |
LLM Architect Purpose Provides expert large language model system architecture for designing, deploying, and optimizing LLM applications at scale. Specializes in model selection, RAG (Retrieval Augmented Generation) pipelines, fine-tuning strategies, serving infrastructure, cost optimization, and safety guardrails for production LLM systems. When to Use Designing end-to-end LLM systems from requirements to production Selecting models and serving infrastructure for specific use cases Implementi...
|
86 |
| 9208 | video summarizer | martinopiaggi/summarize |
Overview This skill transcribes and summarizes video content by running the python -m summarizer CLI tool. It handles YouTube (captions or audio), local files, Google Drive, and Dropbox. Transcripts are chunked, processed in parallel through an OpenAI-compatible LLM, and merged into a final summary. IMPORTANT: Always use the CLI command below. Never try to fetch, scrape, or download video URLs directly (e.g., with webfetch or curl). The CLI handles all downloading, transcription, and summarizati...
|
86 |
| 9209 | wcag-accessibility-audit | mastepanoski/claude-skills |
WCAG Accessibility Audit This skill enables AI agents to perform a comprehensive web accessibility evaluation using the Web Content Accessibility Guidelines (WCAG) 2.1 and 2.2 standards, ensuring digital products are usable by people with disabilities. WCAG is the international standard for web accessibility (ISO/IEC 40500), legally required in many jurisdictions (ADA, Section 508, European Accessibility Act, etc.). Use this skill to identify accessibility barriers, ensure legal compliance, reac...
|
86 |
| 9210 | google-ads-strategy | majesticlabs-dev/majestic-marketplace |
Google Ads Strategy Builder Conversation Starter Use AskUserQuestion to gather initial context. Begin by asking: "I'll help you create a Google Ads strategy that drives profitable customer acquisition. Please provide: Business Type : What do you sell? (Product, service, SaaS, e-commerce, lead gen) Target Customer : Who are you trying to reach? (B2B/B2C, demographics, job titles) Monthly Budget : What's your starting budget? ($1K, $5K, $10K+) Goal : What's the primary objective? (Leads, sales, si...
|
86 |
| 9211 | salesforce-dx | mindrally/skills |
Salesforce DX Development You are an expert in Salesforce DX (SFDX) development, including modern Salesforce development workflows, scratch orgs, and source-driven development. Apex Code Standards Implement proper separation of concerns, suggesting to move reusable functions into a Utility class Leverage efficient SOQL queries and prevent queries within loops Implement error handling and create custom exception classes if necessary Apply Salesforce security best practices with CRUD and FLS val...
|
86 |
| 9212 | nextjs-turbopack | affaan-m/everything-claude-code |
Next.js and Turbopack Next.js 16+ uses Turbopack by default for local development: an incremental bundler written in Rust that significantly speeds up dev startup and hot updates. When to Use Turbopack (default dev) : Use for day-to-day development. Faster cold start and HMR, especially in large apps. Webpack (legacy dev) : Use only if you hit a Turbopack bug or rely on a webpack-only plugin in dev. Disable with --webpack (or --no-turbopack depending on your Next.js version; check the docs for y...
|
86 |
| 9213 | frontend-development | samhvw8/dotfiles |
Frontend Development Guidelines Purpose Comprehensive guide for modern frontend development across React, Vue 3, Svelte 5, and Angular. Covers framework-specific patterns, common architectural principles, and cross-framework best practices. When to Use This Skill Creating components or pages in React, Vue, Svelte, or Angular Building new features with framework-specific patterns Implementing state management (Pinia, Zustand, stores, signals) Setting up routing (TanStack Router, Vue Router, Svelt...
|
86 |
| 9214 | capacitor-security | cap-go/capgo-skills |
Capacitor Security with Capsec Zero-config security scanning for Capacitor and Ionic apps. When to Use This Skill User wants to secure their app User asks about security vulnerabilities User needs to run security audit User has hardcoded secrets User needs CI/CD security scanning User asks about OWASP mobile security Quick Start with Capsec Run Security Scan Scan current directory (no installation needed) bunx capsec scan Scan specific path bunx capsec scan ./my-app CI mode (exit code 1 o...
|
86 |
| 9215 | upstash-workflow | lobehub/lobehub |
Upstash Workflow Implementation Guide This guide covers the standard patterns for implementing Upstash Workflow + QStash async workflows in the LobeHub codebase. 🎯 The Three Core Patterns All workflows in LobeHub follow the same 3-layer architecture with three essential patterns: 🔍 Dry-Run Mode - Get statistics without triggering actual execution 🌟 Fan-Out Pattern - Split large batches into smaller chunks for parallel processing 🎯 Single Task Execution - Each workflow execution processes ONE ite...
|
86 |
| 9216 | content-creation-and-marketing | manojbajaj95/claude-gtm-plugin |
Content Creation & Marketing Unified skill for creating and distributing high-converting B2B content across channels. When to Use Writing blog posts, LinkedIn posts, case studies Creating video scripts or webinar content Developing email nurture sequences Repurposing content across formats Planning content distribution Part 1: LinkedIn Content Post Formats That Work The Hook + Story + Lesson [Provocative hook - 1 line] [Story - 3-5 lines] [Lesson/takeaway - 2-3 lines] [Call to action or question...
|
86 |
| 9217 | n8n-code-python | sickn33/antigravity-awesome-skills |
Python Code Node (Beta) Expert guidance for writing Python code in n8n Code nodes. ⚠️ Important: JavaScript First Recommendation: Use JavaScript for 95% of use cases. Only use Python when: You need specific Python standard library functions You're significantly more comfortable with Python syntax You're doing data transformations better suited to Python Why JavaScript is preferred: Full n8n helper functions ($helpers.httpRequest, etc.) Luxon DateTime library for advanced date/time operatio...
|
86 |
| 9218 | sensitivity-check | jwynia/agent-skills |
Sensitivity Check: Evaluative Skill You evaluate representation accuracy and flag potential harm concerns in fiction. Your role is to identify issues that might cause harm to readers from affected communities, while respecting authorial intent and providing constructive alternatives. Core Principle Good intentions don't prevent harmful impact. The goal is not to police creativity but to help writers create more accurate, respectful, and authentic representation. A sensitivity check asks: "Ho...
|
86 |
| 9219 | memory-search | davila7/claude-code-templates |
AI Maestro Memory Search Search your conversation history using semantic, keyword, and symbol matching. Recall past decisions, discussions, and context across sessions. Part of the AI Maestro suite. Prerequisites Requires AI Maestro running locally. Memory indexing uses CozoDB for vector search. Install memory tools git clone https://github.com/23blocks-OS/ai-maestro-plugins.git cd ai-maestro-plugins && ./install-memory-tools.sh Core Behavior Before starting any task, search memory for relevant...
|
86 |
| 9220 | openwork-core | different-ai/openwork |
$ npx skills add https://github.com/different-ai/openwork --skill openwork-core<div
|
86 |
| 9221 | security-bluebook-builder | sickn33/antigravity-awesome-skills |
Security Bluebook Builder Overview Build a minimal but real security policy for sensitive apps. The output is a single, coherent Blue Book document using MUST/SHOULD/CAN language, with explicit assumptions, scope, and security gates. Workflow 1) Gather inputs (ask only if missing) Collect just enough context to fill the template. If the user has not provided details, ask up to 6 short questions: What data classes are handled (PII, PHI, financial, tokens, content)? What are the trust boundaries (...
|
86 |
| 9222 | aws-strands | hoodini/ai-agents-skills |
Strands Agents SDK Build model-agnostic AI agents with the Strands framework. Installation pip install strands-agents strands-agents-tools Or with npm npm install @strands-agents/sdk Quick Start from strands import Agent from strands.tools import tool @tool def get_weather(city: str) -> str: """Get current weather for a city.""" Implementation return f"Weather in {city}: 72°F, Sunny" agent = Agent( model="anthropic.claude-3-sonnet", tools=[get_weather] ) response = ag...
|
86 |
| 9223 | twitter-automation | composiohq/awesome-claude-skills |
Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Available Apps App App ID Description Post Tweet x/post-tweet Post text tweets Create Post x/post-create Post with media Like Post x/post-like Like a tweet Retweet x/post-retweet Retweet a post Delete Post x/pos...
|
86 |
| 9224 | typescript | mindrally/skills |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
86 |
| 9225 | saga-orchestration | sickn33/antigravity-awesome-skills |
Saga Orchestration Patterns for managing distributed transactions and long-running business processes. When to Use This Skill Coordinating multi-service transactions Implementing compensating transactions Managing long-running business workflows Handling failures in distributed systems Building order fulfillment processes Implementing approval workflows Core Concepts 1. Saga Types Choreography Orchestration ┌─────┐ ┌─────┐ ┌─────┐ ┌─────────────┐ │Svc A│─►│Svc B│─►│Svc...
|
86 |
| 9226 | clawdhub | elliottminns/dreamfox-skills |
ClawdHub CLI Install npm i -g clawdhub Auth (publish) clawdhub login clawdhub whoami Search clawdhub search "postgres backups" Install clawdhub install my-skill clawdhub install my-skill --version 1.2 .3 Update (hash-based match + upgrade) clawdhub update my-skill clawdhub update my-skill --version 1.2 .3 clawdhub update --all clawdhub update my-skill --force clawdhub update --all --no-input --force List clawdhub list Publish clawdhub publish ./my-skill --slug my-skill --name "My Skill" --versio...
|
86 |
| 9227 | skill-editor | davidkiss/smart-ai-skills |
Skills Editor Skill Description This skill enables the agent to create and maintain "Agent Skills" - modular capabilities that extend the agent's functionality. It ensures that all skills follow the standardized directory structure and file format required by the deepagents environment. When to Use When the user asks to "create a skill" or "add a capability". When the user wants to package a specific workflow (e.g., "teach the agent how to handle PDF invoices"). When modifying existing skills to...
|
86 |
| 9228 | customer-feedback-analyzer | daffy0208/ai-dev-standards |
Customer Feedback Analyzer Collect, analyze, and prioritize user feedback to inform product decisions. Core Principle Never collect feedback you won't act on. Collecting feedback creates expectation of action. If you can't commit to reviewing and acting on it, don't ask for it. Destroys trust. Feedback Channels 1. In-App Feedback Widget Best for: Contextual feedback, low friction // Contextual feedback <FeedbackWidget context={{ page: 'dashboard', feature: 'export', user_acti...
|
86 |
| 9229 | governance-systems | jwynia/agent-skills |
Governance Systems: Political Entity Design Skill You help writers create realistic political entities by applying the eight core principles that govern how real governance systems form, function, and evolve. This produces polities with internal complexity and believable relationships rather than monolithic "evil empires" or "planet of hats" civilizations. Core Principles Evolutionary Development: Governance systems reflect natural evolution from origins through current state Environmental Ada...
|
86 |
| 9230 | convex-backend | cloudai-x/claude-workflow-v2 |
Convex Backend Guidelines Comprehensive guide for building Convex backends with TypeScript. Covers function syntax, validators, schemas, queries, mutations, actions, scheduling, and file storage. When to Apply Reference these guidelines when: Writing new Convex functions (queries, mutations, actions) Defining database schemas and validators Implementing real-time data fetching Setting up cron jobs or scheduled functions Working with file storage Designing API structure Rule Categories Catego...
|
86 |
| 9231 | copywriting-core | manojbajaj95/claude-gtm-plugin |
Copywriting Core Check Context First If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md ), read it before writing or editing. Use brand voice and customer language from that context to guide all copy decisions. Identity & Principles You are a copywriter who has written for brands like Apple, Mailchimp, and Basecamp—crafting headlines that stopped scrolls, emails that drove millions in revenue, and product copy that turned features into feelings. You're also a...
|
86 |
| 9232 | dbt-transformation-patterns | sickn33/antigravity-awesome-skills |
dbt Transformation Patterns Production-ready patterns for dbt (data build tool) including model organization, testing strategies, documentation, and incremental processing. When to Use This Skill Building data transformation pipelines with dbt Organizing models into staging, intermediate, and marts layers Implementing data quality tests Creating incremental models for large datasets Documenting data models and lineage Setting up dbt project structure Core Concepts 1. Model Layers (Medallion Ar...
|
86 |
| 9233 | ascii-diagram-validator | terrylica/cc-skills |
ASCII Diagram Validator Validate and fix alignment issues in ASCII box-drawing diagrams commonly used in architecture documentation, README files, and code comments. Overview ASCII diagrams using box-drawing characters (─│┌┐└┘├┤┬┴┼ and double-line variants ═║╔╗╚╝╠╣╦╩╬) require precise column alignment. This skill provides: Validation script - Detects misaligned characters with file:line:column locations Actionable fixes - Specific suggestions for correcting each issue Multi-file support - Va...
|
86 |
| 9234 | swagger-doc-creator | jeremylongshore/claude-code-plugins-plus-skills |
Swagger Doc Creator Purpose This skill provides automated assistance for swagger doc creator tasks within the API Development domain. When to Use This skill activates automatically when you: Mention "swagger doc creator" in your request Ask about swagger doc creator patterns or best practices Need help with api development skills covering rest, graphql, openapi, authentication, and api design patterns. Capabilities Provides step-by-step guidance for swagger doc creator Follows industry best prac...
|
86 |
| 9235 | vercel-observability | bobmatnyc/claude-mpm-skills |
Vercel Observability Skill progressive_disclosure: entry_point: summary: "Vercel observability: analytics, Speed Insights, logs, tracing, alerts, and performance monitoring." when_to_use: - "When monitoring application performance" - "When debugging production issues" - "When setting alerts for availability and errors" quick_start: - "Enable Web Analytics" - "Enable Speed Insights" - "Review logs and tracing" - "Configure alerts" token_estimate: entry: 90-110 full: 3600-4700 Overview Vercel obs...
|
86 |
| 9236 | laravel-multi-tenancy | leeovery/claude-laravel |
Multi-tenancy separates application logic into central (non-tenant) and tenanted (tenant-specific) contexts. Related guides: - [tenancy-testing.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-multi-tenancy/references/tenancy-testing.md) - Testing multi-tenant features - [Actions](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-multi-tenancy/../laravel-actions/SKILL.md) - Central vs Tenanted action organization - [Models](https://github.com/leeovery...
|
86 |
| 9237 | whatsapp-automation | sickn33/antigravity-awesome-skills |
WhatsApp Automation Automate WhatsApp Business communications including customer support, notifications, chatbots, and broadcast messaging. Based on n8n's WhatsApp integration templates. Overview This skill covers: WhatsApp Business API setup Automated chatbot flows Order/shipping notifications Customer support automation Broadcast messaging Setup & Configuration WhatsApp Business API setup_requirements : 1. meta_business_account : - Create at business.facebook.com - Verify business 2. whatsapp_...
|
86 |
| 9238 | scenario-analyzer | tradermonty/claude-trading-skills |
Headline Scenario Analyzer Overview このスキルは、ニュースヘッドラインを起点として中長期(18ヶ月)の投資シナリオを分析します。 2つの専門エージェント( scenario-analyst と strategy-reviewer )を順次呼び出し、 多角的な分析と批判的レビューを統合した包括的なレポートを生成します。 When to Use This Skill 以下の場合にこのスキルを使用してください: ニュースヘッドラインから中長期の投資影響を分析したい 18ヶ月後のシナリオを複数構築したい セクター・銘柄への影響を1次/2次/3次で整理したい セカンドオピニオンを含む包括的な分析が必要 日本語でのレポート出力が必要 使用例: /headline-scenario-analyzer "Fed raises interest rates by 50bp, signals more hikes ahead" /headline-scenario-analyzer "China announces new tariffs on US semicondu...
|
86 |
| 9239 | aspire-configuration | aaronontheweb/dotnet-skills |
Aspire Configuration When to Use This Skill Use this skill when: Wiring AppHost resources to application configuration in Aspire-based repos Ensuring production configuration is transparent and portable outside of Aspire Avoiding Aspire client/service-discovery packages inside application code Designing feature toggles for dev/test without changing app code paths Core Principles AppHost owns Aspire infrastructure packages Aspire Hosting packages belong in AppHost only. App projects should not re...
|
86 |
| 9240 | playwright-e2e-builder | davila7/claude-code-templates |
Playwright E2E Test Suite Builder When to use Use this skill when you need to: Set up Playwright from scratch in an existing project Build E2E tests for critical user flows (signup, checkout, dashboards) Implement Page Object Model for maintainable test architecture Configure authentication state persistence across tests Set up visual regression testing with screenshots Integrate Playwright into CI/CD with sharding and retries Phase 1: Explore (Plan Mode) Enter plan mode. Before writing any test...
|
86 |
| 9241 | sql-expert | questfortech-investments/claude-code-skills |
SQL Expert Skill Expert guidance for writing, optimizing, and managing SQL databases across PostgreSQL, MySQL, SQLite, and SQL Server. Core Capabilities This skill enables you to: Write complex SQL queries with JOINs, subqueries, CTEs, and window functions Optimize slow queries using EXPLAIN plans and index recommendations Design database schemas with proper normalization (1NF, 2NF, 3NF, BCNF) Create effective indexes for query performance Write database migrations safely with rollback suppo...
|
86 |
| 9242 | video-engineer | 404kidwiz/claude-supercode-skills |
Provides expertise in video processing, encoding, streaming, and infrastructure. Specializes in FFmpeg automation, adaptive streaming protocols, real-time communication, and building scalable video delivery systems. When to Use - Implementing video encoding and transcoding pipelines - Setting up HLS or DASH streaming infrastructure - Building WebRTC applications for real-time video - Automating video processing with FFmpeg - Optimizing video quality and compression - Creating video thumb...
|
86 |
| 9243 | session-management | alinaqi/claude-bootstrap |
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...
|
86 |
| 9244 | react-native-cursor-rules | mindrally/skills |
React Native Cursor Rules Expert guidelines for React Native development by Will Sims, focusing on type-safe TypeScript code, performance optimization, and maintainable component architecture. Code Style and Structure Write concise, type-safe TypeScript code Use functional components and hooks instead of class components Ensure components are modular, reusable, and maintainable Organize files by feature, grouping related components, hooks, and styles Naming Conventions Use camelCase for variab...
|
86 |
| 9245 | lead-generation-and-demand | manojbajaj95/claude-gtm-plugin |
Lead Generation & Demand Comprehensive demand generation playbook for B2B SaaS companies focused on pipeline creation, CAC optimization, and multi-channel lead acquisition. Quick Start Define ICP — Identify ideal customer profile (firmographics, psychographics, technographics) Map Funnel — TOFU → MOFU → BOFU stages with clear goals Select Channels — Prioritize by CAC, lead quality, and timeline Create Assets — Lead magnets, landing pages, nurturing sequences Launch & Optimize — Track, measure, i...
|
86 |
| 9246 | playwright-e2e-init | shipshitdev/library |
Playwright E2E Testing Initialization Sets up Playwright for end-to-end testing in Next.js and React applications. When to Use This skill should be used when: Adding E2E tests to a Next.js project Setting up browser automation testing Creating user flow tests for critical paths Integrating E2E tests with CI/CD pipeline What It Does Installs Playwright and browsers Creates configuration (playwright.config.ts) Sets up test directory (e2e/) Creates example tests for common flows Adds npm script...
|
86 |
| 9247 | langgraph | bobmatnyc/claude-mpm-skills |
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
|
86 |
| 9248 | appsec-expert | martinholovsky/claude-skills-generator |
Application Security Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement security features, you MUST: Verify Before Implementing ✅ Check official documentation for all security APIs ✅ Confirm configuration options exist in target framework ✅ Validate OWASP guidance is current (2025 version) ❌ Never guess security method signatures ❌ Never invent configuration options ❌ Never assume...
|
86 |
| 9249 | design-system | anthropics/knowledge-work-plugins |
Frontend Design System This is a skill for production-grade UI design. It supports consistent and scalable frontend development through clear design tokens, layout rules, motion guidelines, and accessibility checks. When to use this skill Production-quality UI needed : Generate high-quality UI from prompts Consistent design language : Consistent visual language across screens Typography/layout/motion guide : Systematic design system Instructions Step 1: Define Design Tokens // design-tokens.ts e...
|
86 |
| 9250 | whatsapp-automation | composiohq/awesome-claude-skills |
WhatsApp Automation Automate WhatsApp Business communications including customer support, notifications, chatbots, and broadcast messaging. Based on n8n's WhatsApp integration templates. Overview This skill covers: WhatsApp Business API setup Automated chatbot flows Order/shipping notifications Customer support automation Broadcast messaging Setup & Configuration WhatsApp Business API setup_requirements : 1. meta_business_account : - Create at business.facebook.com - Verify business 2. whatsapp_...
|
86 |