███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6001 | dev-session | jezweb/claude-skills |
Dev Session Manage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions. Operating Modes Mode 1: Start Session When : Beginning multi-step work, "start session", "new session for [feature]" Check if SESSION.md already exists in the project root If yes: read it and ask whether to continue the existing session or start fresh If no: create from tem...
|
357 |
| 6002 | botchan | bankrbot/openclaw-skills |
Botchan The onchain agent messaging layer on the Base blockchain. Your agent needs a way to talk to other agents. Botchan provides a permanent, permissionless message layer on Base—messages that live forever, accessible to any agent, owned by no one. Every agent with a crypto wallet already has a profile. Your wallet address is your identity—other agents can post to it, and you can explore theirs. See what other agents are saying, who they're talking to, and what they've built. Post to topic-bas...
|
357 |
| 6003 | first-customers | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user sell to their first 100 customers. Core Principle Skip the launch. Focus on selling. "Viral success" is a myth. There is no such thing. Every seemingly overnight success is built on months or years of hard work. Your job is to sell one by one, learn from each interaction, and build momentum. The Concentric Circles of Sales Sell outward from the people who care most about you to th...
|
357 |
| 6004 | google-sheets | vm0-ai/vm0-skills |
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
|
357 |
| 6005 | minimalist-review | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Review the user's decision or situation through the minimalist entrepreneur framework. The Minimalist Entrepreneur Principles Apply these principles to evaluate whatever the user presents: 1. Community First Does this serve your community? Or is it driven by ego, vanity metrics, or what "successful companies" do? Are you staying close to your customers? Amazon puts an empty chair in every board...
|
357 |
| 6006 | free-tool-strategy | sickn33/antigravity-awesome-skills |
Free Tool Strategy (Engineering as Marketing) You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness. 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 speci...
|
357 |
| 6007 | agent-orchestration-improve-agent | sickn33/antigravity-awesome-skills |
Agent Performance Optimization Workflow Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration. [Extended thinking: Agent optimization requires a data-driven approach combining performance metrics, user feedback analysis, and advanced prompt engineering techniques. Success depends on systematic evaluation, targeted improvements, and rigorous testing with rollback capabilities for production safety.] Use this skill when Improving an ex...
|
357 |
| 6008 | memory-systems | sickn33/antigravity-awesome-skills |
When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. Memory System Design Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that b...
|
357 |
| 6009 | excalidraw | softaworks/agent-toolkit |
Excalidraw Subagent Delegation Overview Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption. Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget). The Problem Excalidraw JSON structure: Each shape has 20+ properties (x, y, w...
|
357 |
| 6010 | mapbox-android-patterns | mapbox/mapbox-agent-skills |
Mapbox Android Integration Patterns Official integration patterns for Mapbox Maps SDK on Android. Covers Kotlin, Jetpack Compose, View system, proper lifecycle management, token handling, offline maps, and mobile-specific optimizations. Use this skill when: Setting up Mapbox Maps SDK for Android in a new or existing project Integrating maps with Jetpack Compose or View system Implementing proper lifecycle management and cleanup Managing tokens securely in Android apps Working with offline maps a...
|
357 |
| 6011 | grepai-storage-gob | yoanbernabeu/grepai-skills |
This skill covers using GOB (Go Binary) as the storage backend for GrepAI, the default and simplest option. When to Use This Skill - Single developer projects - Small to medium codebases - Simple setup without external dependencies - Local development environments What is GOB Storage? GOB is Go's native binary serialization format. GrepAI uses it to store: - Vector embeddings - File metadata - Chunk information Everything is stored in a single local file. Advantages | 🚀 Simple |...
|
357 |
| 6012 | auth0-react-native | auth0/agent-skills |
Auth0 React Native Integration Add authentication to React Native and Expo mobile applications using react-native-auth0. Prerequisites React Native or Expo application Auth0 account and application configured as Native type If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use React web applications - Use auth0-react skill for SPAs (Vite/CRA) React Server Components - Use auth0-nextjs for Next.js applications Non-React native apps - Use platform-specific SDKs (...
|
357 |
| 6013 | dingtalk-workspace-cli | aradotso/trending-skills |
DingTalk Workspace CLI (dws) Skill by ara.so — Daily 2026 Skills collection. dws is an officially open-sourced cross-platform CLI tool from DingTalk that unifies DingTalk's full product suite into a single binary. It is designed for both human users and AI agent workflows. Every response is structured JSON, and built-in Agent Skills let LLMs use DingTalk out of the box. Installation One-liner (recommended) macOS / Linux: curl -fsSL https://raw.githubusercontent.com/DingTalk-Real-AI/dingtalk-work...
|
357 |
| 6014 | sensitive-browser | napoleond/sensitive-browser |
Execute sensitive browser actions securely by delegating credential handling, payments, and form filling to a dedicated subprocess with isolated context. When to Use - User asks to log into a website with credentials - User needs to fill payment information on a checkout page - User needs to complete forms with personal/sensitive data - Browser automation requires authentication handoff Prerequisites The `ATXP_CONNECTION` environment variable must be defined for LLM access. This provide...
|
356 |
| 6015 | home-assistant-automation-scripts | bradsjm/hassio-addons |
Home Assistant Automations & Scripts Workflow Determine whether the request is instance-specific or general syntax. Discover entities and services before drafting config. When decisions involve templates, helpers, automation modes, entity/device IDs, or refactoring existing config, follow home-assistant-best-practices and its references. Provide minimal, valid YAML/JSON or tool-driven changes. Validate templates and troubleshoot with traces and logs. Tooling map (ha-mcp) Discover entities: ha_ge...
|
356 |
| 6016 | react-useeffect | davila7/claude-code-templates |
You Might Not Need an Effect Effects are an escape hatch from React. They let you synchronize with external systems. If there is no external system involved, you shouldn't need an Effect. Quick Reference Situation DON'T DO Derived state from props/state useState + useEffect Calculate during render Expensive calculations useEffect to cache useMemo Reset state on prop change useEffect with setState key prop User event responses useEffect watching state Event handler directly Notify parent of chang...
|
356 |
| 6017 | receiving-code-review | sickn33/antigravity-awesome-skills |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
356 |
| 6018 | data-engineering-data-pipeline | sickn33/antigravity-awesome-skills |
Data Pipeline Architecture You are a data pipeline architecture expert specializing in scalable, reliable, and cost-effective data pipelines for batch and streaming data processing. Use this skill when Working on data pipeline architecture tasks or workflows Needing guidance, best practices, or checklists for data pipeline architecture Do not use this skill when The task is unrelated to data pipeline architecture You need a different domain or tool outside this scope Requirements $ARGUMENTS Core...
|
356 |
| 6019 | observability-engineer | sickn33/antigravity-awesome-skills |
You are an observability engineer specializing in production-grade monitoring, logging, tracing, and reliability systems for enterprise-scale applications. Use this skill when Designing monitoring, logging, or tracing systems Defining SLIs/SLOs and alerting strategies Investigating production reliability or performance regressions Do not use this skill when You only need a single ad-hoc dashboard You cannot access metrics, logs, or tracing data You need application feature development instead of...
|
356 |
| 6020 | mobile-developer | sickn33/antigravity-awesome-skills |
Use this skill when Working on mobile developer tasks or workflows Needing guidance, best practices, or checklists for mobile developer Do not use this skill when The task is unrelated to mobile developer 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...
|
356 |
| 6021 | aws-lambda-php-integration | giuseppe-trisciuoglio/developer-kit |
AWS Lambda PHP Integration Patterns for deploying PHP and Symfony applications on AWS Lambda using the Bref framework. Overview This skill provides complete patterns for AWS Lambda PHP development with two main approaches: Bref Framework - The standard solution for PHP on Lambda with Symfony support, built-in routing, and cold start optimization Raw PHP - Minimal overhead approach with maximum control Both approaches support API Gateway integration with production-ready configurations. When to U...
|
356 |
| 6022 | motion | secondsky/claude-skills |
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
|
356 |
| 6023 | motion-designer | dylantarre/animation-principles |
Motion Designer: Visual Animation Craft You are a motion designer creating expressive, purposeful movement. Apply Disney's 12 principles to craft animations that communicate and delight. The 12 Principles for Motion Design 1. Squash and Stretch The soul of organic movement. Compress on impact, elongate during speed. Preserve volume—wider means shorter. Use for characters, UI elements with personality, brand mascots. 2. Anticipation Wind-up before action. A button recoils before launching na...
|
356 |
| 6024 | testing | lobehub/lobe-chat |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
356 |
| 6025 | zod-schema-validation | mindrally/skills |
Zod Schema Validation You are an expert in Zod schema validation and type inference for TypeScript applications. Core Principles Utilize Zod for schema validation and type inference Validate data at system boundaries (API, forms, external data) Leverage TypeScript type inference from Zod schemas Implement early returns and guard clauses for validation errors Schema Design Basic Schema import { z } from 'zod' const UserSchema = z.object({ id: z.string().uuid(), email: z.string().email(), ...
|
356 |
| 6026 | knip | brianlovin/claude-config |
Knip Code Cleanup Run knip to find and remove unused files, dependencies, and exports from this codebase. Setup Check if knip is available: Run npx knip --version to test If it fails or is very slow, check if knip is in package.json devDependencies If not installed locally, install with npm install -D knip (or pnpm/yarn equivalent based on lockfile present) If no knip.json or knip.jsonc config exists and knip reports many false positives, consider creating a minimal config based on the fram...
|
355 |
| 6027 | feishu-cli-chat | riba2534/feishu-cli |
飞书会话浏览与管理 通过 feishu-cli 浏览飞书单聊/群聊消息历史、搜索会话、管理群聊信息和成员。 前置条件 feishu-cli :如尚未安装,请前往 riba2534/feishu-cli 获取安装方式 本技能的核心命令 必须使用 User Token ,使用前需先登录。 chat create 、 chat link 、 msg read-users 使用 App Token,属于 feishu-cli-toolkit 技能。 feishu-cli auth login 未登录时命令会直接报错并提示登录方式。登录后 token 自动加载,无需手动传参。 身份说明 身份 使用场景 User Token (必须) 本技能所有读取/管理命令:chat get/update/delete、member list/add/remove、msg get/history/list/pins/reaction/search-chats、search messages App Token 仅 chat create 、 chat link 、 msg read-users (这三个命令不属...
|
355 |
| 6028 | product-showcase | jezweb/claude-skills |
Product Showcase Generator Generate a marketing website that actually teaches people what a web app does. Not just a hero and feature grid — a multi-page site with real screenshots, animated GIF walkthroughs of workflows, feature deep-dives, and progressive depth from "what is this" to "here's exactly how it works." Especially valuable for complex apps, agentic AI tools, and anything where a static screenshot doesn't convey the value. Depth Levels Depth Output Duration quick Single page — hero, ...
|
355 |
| 6029 | nodeops-auth | nodeops-app/skills |
NodeOps Auth Setup Add NodeOps PKCE OAuth to an existing Next.js (App Router) project. Prerequisites Before starting, verify the project is compatible: App Router required : Check if app/ directory exists. If only pages/ exists, stop and tell the user: "This skill only supports Next.js App Router. Your project uses Pages Router." Next.js required : Check package.json for next in dependencies. If missing, stop and tell the user this is a Next.js-only package. Idempotency Before each step, check i...
|
355 |
| 6030 | slack-gif-creator | sickn33/antigravity-awesome-skills |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
355 |
| 6031 | github | dimillian/skills |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
355 |
| 6032 | flutter-drift | madteacher/mad-agents-skills |
Flutter Drift Comprehensive guide for using drift database library in Flutter applications. Overview Flutter Drift skill provides complete guidance for implementing persistent local storage in Flutter apps using the drift library. Drift is a reactive persistence library for Flutter built on SQLite, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform support. Quick Start Add dependencies to pubspec.yaml: dependencies: drift: ^2.30.0 drift_flutter: ^0...
|
355 |
| 6033 | rust-learner | actionbook/rust-skills |
Rust Learner Version: 2.0.0 | Last Updated: 2025-01-22 You are an expert at fetching Rust and crate information. Help users by: Version queries: Get latest Rust/crate versions via background agents API documentation: Fetch docs from docs.rs Changelog: Get Rust version features from releases.rs Primary skill for fetching Rust/crate information. All agents run in background. CRITICAL: How to Launch Agents All agents MUST be launched via Task tool with these parameters: Task( subagent_type...
|
355 |
| 6034 | image-gen | jezweb/claude-skills |
When to Use User wants to generate an AI image from a text description User says "generate image", "draw", "create picture", "配图" User says "生成图片", "画一张", "AI图" User needs a cover image, illustration, or concept art When NOT to Use User wants to create audio content (use /podcast , /speech ) User wants to create a video (use /explainer ) User wants to edit an existing image (not supported) User wants to extract content from a URL (use /content-parser ) Purpose Generate AI images using the Listen...
|
354 |
| 6035 | nano-banana | kingbootoshi/nano-banana-2-skill |
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
|
354 |
| 6036 | google-calendar | odyssey4me/agent-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...
|
354 |
| 6037 | jest-typescript | bobmatnyc/claude-mpm-skills |
Jest + TypeScript - Industry Standard Testing Overview Jest is the industry-standard testing framework with 70% market share, providing a mature, battle-tested ecosystem for TypeScript projects. It offers comprehensive testing capabilities with built-in snapshot testing, mocking, and coverage reporting. Key Features: 🏆 Industry Standard: 70% market share, widely adopted 📦 All-in-One: Test runner, assertions, mocks, coverage in one package 📸 Snapshot Testing: Built-in snapshot support for UI t...
|
354 |
| 6038 | db-seed | jezweb/claude-skills |
Database Seed Generator Generate seed scripts that populate databases with realistic, domain-appropriate sample data. Reads your schema and produces ready-to-run seed files. Workflow 1. Find the Schema Scan the project for schema definitions: Source Location pattern Drizzle schema src/db/schema.ts , src/schema/*.ts , db/schema.ts D1 migrations drizzle/*.sql , migrations/*.sql Raw SQL schema.sql , db/*.sql Prisma prisma/schema.prisma Read all schema files. Build a mental model of: Tables and thei...
|
354 |
| 6039 | azure-diagrams | eraserlabs/eraser-io |
Azure Diagram Generator Generates architecture diagrams for Azure infrastructure from ARM templates, Azure CLI output, or natural language descriptions. When to Use Activate this skill when: User has ARM (Azure Resource Manager) templates (JSON) User provides Azure CLI output (e.g., az vm list) User wants to visualize Azure resources User mentions Azure services (Virtual Machines, Storage Accounts, VNets, etc.) User asks to "diagram my Azure infrastructure" How It Works This skill generates...
|
354 |
| 6040 | converter | boshu2/agentops |
/converter -- Cross-Platform Skill Converter Parse AgentOps skills into a universal SkillBundle format, then convert to target agent platforms. Quick Start /converter skills/council codex Convert council skill to Codex format /converter skills/vibe cursor Convert vibe skill to Cursor format /converter --all codex Convert all skills to Codex Pipeline The converter runs a three-stage pipeline: parse --> convert --> write Stage 1: Parse Read the source skill directory and produce a SkillBundle: ...
|
354 |
| 6041 | finishing-a-development-branch | sickn33/antigravity-awesome-skills |
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./ .. . If tests fail: Tests failing (<N> failur...
|
354 |
| 6042 | performance-engineer | sickn33/antigravity-awesome-skills |
Performance Engineer Specialist in analyzing and optimizing application performance, identifying bottlenecks, and implementing efficiency improvements. When This Skill Activates Activates when you: Report performance issues Need performance optimization Mention "slow" or "latency" Want to improve efficiency Performance Analysis Process Phase 1: Identify the Problem Define metrics What's the baseline? What's the target? What's acceptable? Measure current performance Response time curl -w "@curl-...
|
354 |
| 6043 | security-scanning-security-hardening | sickn33/antigravity-awesome-skills |
Implement comprehensive security hardening with defense-in-depth strategy through coordinated multi-agent orchestration: [Extended thinking: This workflow implements a defense-in-depth security strategy across all application layers. It coordinates specialized security agents to perform comprehensive assessments, implement layered security controls, and establish continuous security monitoring. The approach follows modern DevSecOps principles with shift-left security, automated scanning, and com...
|
354 |
| 6044 | tavily | intellectronica/agent-skills |
Tavily Purpose Provide a curl-based interface to Tavily’s REST API for web search, extraction, mapping, crawling, and optional research. Return structured results suitable for LLM workflows and multi-step investigations. When to Use Use when a task needs live web information, site extraction, mapping, or crawling. Use when web searches are needed and no built-in tool is available, or when Tavily’s LLM-friendly output (summaries, chunks, sources, citations) is beneficial. Use when a task requir...
|
354 |
| 6045 | aws-lambda-java-integration | giuseppe-trisciuoglio/developer-kit |
AWS Lambda Java Integration Patterns for creating high-performance AWS Lambda functions in Java with optimized cold starts. Overview This skill provides complete patterns for AWS Lambda Java development, covering two main approaches: Micronaut Framework - Full-featured framework with AOT compilation, dependency injection, and cold start < 1s Raw Java - Minimal overhead approach with cold start < 500ms Both approaches support API Gateway and ALB integration with production-ready configurations. W...
|
354 |
| 6046 | wewrite-wechat-ai-publishing | aradotso/trending-skills |
WeWrite — WeChat AI Publishing Skill Skill by ara.so — Daily 2026 Skills collection. WeWrite is a full-pipeline AI skill for producing WeChat Official Account (公众号) articles end-to-end: hotspot fetching → topic selection → writing → SEO → AI image generation → formatting → draft box publishing. It runs as a Claude Code skill (via SKILL.md ) but every component also works standalone. Installation As a Claude Code Skill Clone the repo git clone https://github.com/oaker-io/wewrite.git ~/.claude/sk...
|
354 |
| 6047 | github-actions-workflow | aj-geddes/useful-ai-prompts |
GitHub Actions Workflow Overview Create powerful GitHub Actions workflows to automate testing, building, security scanning, and deployment processes directly from your GitHub repository. When to Use Continuous integration and testing Build automation Security scanning and analysis Dependency updates Automated deployments Release management Code quality checks Implementation Examples 1. Complete CI/CD Workflow .github/workflows/ci.yml name: CI/CD Pipeline on: push: branches: [main, deve...
|
354 |
| 6048 | grepai-quickstart | yoanbernabeu/grepai-skills |
This skill provides a complete walkthrough to get GrepAI running and searching your code in 5 minutes. When to Use This Skill - First time using GrepAI - Need a quick refresher on basic workflow - Setting up GrepAI on a new project - Demonstrating GrepAI to someone Prerequisites - Terminal access - A code project to index Step 1: Install GrepAI macOS ``` brew install yoanbernabeu/tap/grepai ``` Linux/macOS (Alternative) ``` curl -sSL https://raw.githubusercontent.com/yoanberna...
|
354 |
| 6049 | legal-advisor | lotosbin/claude-skills |
Legal Advisor You are a legal advisor specializing in technology law, privacy regulations, and compliance documentation. Focus Areas Privacy policies (GDPR, CCPA, LGPD compliant) Terms of service and user agreements Cookie policies and consent management Data processing agreements (DPA) Disclaimers and liability limitations Intellectual property notices SaaS/software licensing terms E-commerce legal requirements Email marketing compliance (CAN-SPAM, CASL) Age verification and children's privac...
|
354 |
| 6050 | shopify-theme-development-guidelines | mindrally/skills |
Shopify Theme Development Guidelines You are an Expert Shopify Theme Developer with advanced knowledge of Liquid, HTML, CSS, JavaScript, and the latest Shopify Online Store 2.0 features. Liquid Development Valid Filters Use filters for: Cart operations, HTML manipulation, Collection handling, Color utilities, String transformations, Localization, Customer data, Formatting, Fonts, Payment processing, Mathematical operations, Array manipulation, Media handling, Metafields, Money formatting, Tag...
|
354 |