███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 19051 | cairo-optimization | keep-starknet-strange/starknet-agentic |
Coding Cairo Rules and patterns for writing efficient Cairo code. Sourced from audit findings and production profiling. Attribution: Originally authored by feltroidprime ( cairo-skills ). Integrated with permission into starknet-agentic. When to Use Implementing arithmetic (modular, parity checks, quotient/remainder) Optimizing loops (slow iteration, repeated .len() calls, index-based access) Splitting or assembling integer limbs (u256 → u128, u32s → u128, felt252 → u96) Packing struct fields in...
|
37 |
| 19052 | configuring-tauri-http-headers | dchuk/claude-code-tauri-skills |
Tauri HTTP Headers Security Configuration This skill covers HTTP headers configuration in Tauri v2.1.0+, enabling developers to set security headers in webview responses. Overview Tauri allows configuring HTTP headers that are included in responses to the webview. These headers apply to production builds and do not affect IPC messages or error responses. Supported Headers (Allowlist) Tauri restricts header configuration to a specific allowlist for security: CORS Headers Access-Control-Allo...
|
37 |
| 19053 | docx | bbeierle12/skill-mcp-claude |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
37 |
| 19054 | premium-saas-design | hermeticormus/libreuiux-claude-code |
Premium SaaS Design Framework "75% of users won't trust a company if the design doesn't look good." This skill captures the professional design workflow used by senior product teams and UI/UX designers, adapted for AI-assisted development. The framework transforms AI from a "guessing machine" into a true design partner. The Core Loop DEFINE → BUILD → REVIEW → REFINE ↑ │ └────────────────────────┘ This loop is everything. It's used by real product teams and works wonders wi...
|
37 |
| 19055 | payment-method-development | bagisto/agent-skills |
Payment Method Development Overview Creating custom payment methods in Bagisto allows you to integrate any payment gateway or processor with your store. Whether you need local payment methods, cryptocurrency payments, or specialized payment flows, custom payment methods provide the flexibility your business requires. For our tutorial, we'll create a Custom Stripe Payment method that demonstrates all the essential concepts you need to build any type of payment solution. When to Apply Activate thi...
|
37 |
| 19056 | testing | epicenterhq/epicenter |
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...
|
37 |
| 19057 | postmark-automation | davepoon/buildwithclaude |
Postmark Automation via Rube MCP Automate Postmark transactional email operations through Composio's Postmark toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/postmark Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Postmark connection via RUBE_MANAGE_CONNECTIONS with toolkit postmark 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 neede...
|
37 |
| 19058 | backend-development-feature-development | rmyndharis/antigravity-skills |
Orchestrate end-to-end feature development from requirements to production deployment: [Extended thinking: This workflow orchestrates specialized agents through comprehensive feature development phases - from discovery and planning through implementation, testing, and deployment. Each phase builds on previous outputs, ensuring coherent feature delivery. The workflow supports multiple development methodologies (traditional, TDD/BDD, DDD), feature complexity levels, and modern deployment strategie...
|
37 |
| 19059 | agentic-ui-development | antdigital-ai/agentic-ui |
Agentic UI Development Skill 面向智能体的 UI 组件库开发技能,提供智能化的组件推荐、代码生成和设计系统支持。 Quick Start pnpm install 安装依赖 pnpm start 启动文档站点 (http://localhost:8000) pnpm test 运行单元测试 pnpm run build 构建项目 Quick Reference - Search Commands 搜索组件 python .cursor/skills/agentic-ui-development/scripts/search.py "chat bubble" 按域搜索 python .cursor/skills/agentic-ui-development/scripts/search.py "chart" --domain plugin python .cursor/skills/agentic-ui-development/scripts/search.py "scroll" --domain hook python .cursor/skill...
|
37 |
| 19060 | mcp-server-builder | patricio0312rev/skills |
MCP Server Builder Create Model Context Protocol servers to extend Claude's capabilities with custom tools and resources. Core Workflow Define purpose: Identify what capabilities to add Choose transport: stdio (local) or HTTP/SSE (remote) Design tools: Define tool schemas and handlers Add resources: Optional file/data access Create prompts: Optional reusable prompts Test locally: Verify with MCP inspector Deploy: Configure for Claude Desktop or API MCP Architecture Overview ┌─────────────┐ ...
|
37 |
| 19061 | ln-513-regression-checker | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Regression Checker Runs the existing test suite to ensure no regressions after implementation changes. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: To Review Purpose & Scope Detect test framework (pytest/jest/vitest/go...
|
37 |
| 19062 | oebb-scotty | mitsuhiko/agent-stuff |
ÖBB Scotty API Query Austria's public transport for trip planning, station departures, and service alerts via the HAFAS mgate API. Quick Reference Method Purpose LocMatch Search for stations/stops by name TripSearch Plan a journey between two locations StationBoard Get departures/arrivals at a station HimSearch Get service alerts and disruptions Base URL: https://fahrplan.oebb.at/bin/mgate.exe Authentication All requests require these headers in the JSON body: { "id": "1", "ver": "1.67...
|
37 |
| 19063 | terraform | teachingai/full-stack-skills |
Terraform Quick Start (workflow) terraform init terraform plan -out=tfplan terraform apply tfplan Safety Checklist State: remote backend + locking; separate state per environment Reviews: plan in CI; apply from a trusted runner with approvals Guardrails: prevent_destroy and policy checks for prod Load Next (References) references/state-and-environments.md — backends, locking, workspaces vs separate state, drift references/modules-and-composition.md — module interfaces, versioning, composition p...
|
37 |
| 19064 | write-skill | inkeep/team-skills |
Write Skill This skill helps you author high-signal, maintainable Skills that reliably improve agent performance without bloating context. It is intentionally procedural where the platform has hard constraints (frontmatter validity, invocation controls, safety) and guiding where multiple viable design strategies exist (structure, tone, degree of strictness). A skill you write should be usable by a different agent (or a human) with no prior context —it should stand on its own. Workflow overview F...
|
37 |
| 19065 | plugin-best-practices | fradser/dotclaude |
Plugin Validation & Best Practices Validates Claude Code plugins against architectural standards. This file is a navigation guide; detailed content lives in references/ . Quick Start Run validation on a plugin: python3 plugin-optimizer/scripts/validate-plugin.py < plugin-path > For specific checks only: python3 plugin-optimizer/scripts/validate-plugin.py < plugin-path > --check = manifest,frontmatter Component Selection Guide Component When to Use Key Requirements Instruction-type Skills User-in...
|
37 |
| 19066 | nix | knoopx/pi |
Nix Skill 1. nix build YOU MUST: Always use --no-link option with nix build nix build . rumdl --no-link IMPORTANT: Before running nix build or nix flake check , ensure all new files are git-tracked. Nix flakes only see files committed or staged in git. git add < new-files > nix build . target --no-link IMPORTANT: Without --no-link , a ./result symlink is created 2. nix run IMPORTANT: Packages registered in packages can be run with nix run nix run . pike -- scan -d ./terraform 3. Adding Custom Pa...
|
37 |
| 19067 | simple-report-export | cleanexpo/ato |
Simple Report Export Skill Generate professional tax optimization reports without requiring Google Cloud Console setup. Two Methods Available Method 1: Gmail App Password (Simple SMTP) Uses your existing Gmail account with an App Password - no Cloud Console needed. Method 2: Local File Export Generates files locally that you can email manually from any client. Method 1: Gmail App Password Setup Prerequisites A Gmail account (you probably already have one) Two-Factor Authentication (2FA) en...
|
37 |
| 19068 | doctor | yeachan-heo/oh-my-claudecode |
OrchestKit Health Diagnostics Argument Resolution FLAGS = "$ARGUMENTS" Full argument string, e.g., "--verbose" or "--json" FLAG = "$ARGUMENTS[0]" First token: -v, --verbose, --json, --category=X $ARGUMENTS[0], $ARGUMENTS[1] for indexed access (CC 2.1.59) Overview The /ork:doctor command performs comprehensive health checks on your OrchestKit installation. It auto-detects installed plugins and validates 12 categories: Installed Plugins - Detects ork plugin Skills Validation - Frontmatter, refe...
|
37 |
| 19069 | security-pr-checklist-skill | patricio0312rev/skills |
Security PR Checklist Skill Standardized security review for pull requests. PR Security Checklist Security Review Checklist Authentication & Authorization - [ ] No hardcoded credentials - [ ] Authorization checks on all endpoints - [ ] Session management secure - [ ] Rate limiting on auth endpoints Input Validation - [ ] All inputs validated - [ ] Output properly encoded - [ ] No SQL injection risks - [ ] No XSS vulnerabilities Data Protection - [ ] Sensitive data encrypted at rest -...
|
37 |
| 19070 | game-servers | pluginagentmarketplace/custom-plugin-game-developer |
Game Servers Server Architecture Patterns ┌─────────────────────────────────────────────────────────────┐ │ SERVER ARCHITECTURES │ ├─────────────────────────────────────────────────────────────┤ │ DEDICATED SERVER: │ │ • Server runs game simulation │ │ • Clients send inputs, receive state │ │ • Best security and consistency │ │ • Hig...
|
37 |
| 19071 | distributing-tauri-for-android | dchuk/claude-code-tauri-skills |
This skill covers the complete workflow for preparing and distributing Tauri v2 applications on Android, including Google Play Store publication. Prerequisites Before distributing your Tauri app for Android: - Play Console Account: Create a developer account at [https://play.google.com/console/developers](https://play.google.com/console/developers) - Android SDK: Ensure Android SDK is installed and configured - Code Signing: Set up Android code signing (keystore) - Tauri Android Initializ...
|
37 |
| 19072 | creating-cli-tools | zenobi-us/dotfiles |
Create CLI Design CLI surface area (syntax + behavior), human-first, script-friendly. Do This First Read agent-scripts/skills/create-cli/references/cli-guidelines.md and apply it as the default rubric. Upstream/full guidelines: https://clig.dev/ (propose changes: https://github.com/cli-guidelines/cli-guidelines ) Ask only the minimum clarifying questions needed to lock the interface. Clarify (fast) Ask, then proceed with best-guess defaults if user is unsure: Command name + one-sentence purpose....
|
37 |
| 19073 | release-automation-builder | patricio0312rev/skills |
Release Automation Builder Automate releases with versioning, changelogs, and publishing. Using Changesets Setup npm install -D @changesets/cli npx changeset init Workflow .github/workflows/release.yml name: Release on: push: branches: - main concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: name: Release runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-node@v4 ...
|
37 |
| 19074 | hook | kenneth-liao/ai-launchpad-marketplace |
Hook Creation Overview This skill provides concrete requirements and proven patterns for creating opening hooks that retain audience attention, extend title/headline curiosity, and maximize engagement. The opening content is critical for retention across all platforms — video, email, and social. Core Principle : The opening works best when it extends the curiosity created by the title/headline rather than repeating or wasting it. Because the audience already engaged based on the title's promise,...
|
37 |
| 19075 | msvc-cl | mohitmishra786/low-level-dev-skills |
MSVC cl.exe and clang-cl Purpose Guide agents through Windows C/C++ compilation: MSVC cl.exe , clang-cl as MSVC-compatible driver, MSBuild project settings, and runtime library choices. Triggers "How do I compile with MSVC from the command line?" "What is the MSVC equivalent of -O2 ?" "/MT vs /MD — which do I use?" "How do I use clang-cl instead of cl.exe?" "I'm getting LNK errors on Windows" "How do I generate PDB files?" Workflow 1. Set up the environment MSVC requires the Visual Studio enviro...
|
37 |
| 19076 | golang | htlin222/dotfiles |
Go Best Practices Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25). Core Principles Readable code prioritizes these attributes in order: Clarity: purpose and rationale are obvious to the reader Simplicity: accomplishes the goal in the simplest way Concision: high signal to noise ratio Maintainability: easy to modify correctly Consistency: matches surrounding codebase Error Handling Return Err...
|
37 |
| 19077 | argocd-app-deployer | jeremylongshore/claude-code-plugins-plus-skills |
Argocd App Deployer Purpose This skill provides automated assistance for argocd app deployer tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "argocd app deployer" in your request Ask about argocd app deployer patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for argocd app deployer Follows indu...
|
37 |
| 19078 | accessing-github-repos | oaustegard/claude-skills |
Accessing GitHub Repositories Git clone is blocked in containerized AI environments (egress proxy rejects CONNECT tunnel), but full repository access is available via GitHub REST API and raw file URLs. Quick Start Public Repos (no setup needed) Individual file via raw URL curl -sL "https://raw.githubusercontent.com/OWNER/REPO/BRANCH/path/file" Directory tree via API curl -sL "https://api.github.com/repos/OWNER/REPO/git/trees/BRANCH?recursive=1" Private Repos or Write Access Requires GitHub Per...
|
37 |
| 19079 | pet-portrait-generation | eachlabs/skills |
Pet Portrait Generation Generate stunning custom pet portraits using each::sense. Transform your pet photos into beautiful artwork across various styles - from realistic portraits to whimsical cartoon illustrations, regal renaissance paintings, and personalized products. Features Realistic Portraits : Professional studio-quality pet photography Cartoon/Illustrated : Fun, colorful cartoon versions of pets Renaissance/Royal : Majestic portraits with historical costumes Watercolor Paintings : Artis...
|
37 |
| 19080 | coverage-strategist | patricio0312rev/skills |
Coverage Strategist Define pragmatic, ROI-focused test coverage strategies. Coverage Philosophy Goal: Maximum confidence with minimum tests Principle: 100% coverage is not the goal. Test what matters. Critical Path Identification // Critical paths that MUST be tested const criticalPaths = { authentication: { priority: "P0", coverage: "100%", paths: [ "User login flow", "User registration", "Password reset", "Token refresh", "Session management", ...
|
37 |
| 19081 | database design | eddiebe147/claude-settings |
Database Design Schema Design Principles Normalization Guidelines -- 1NF: Atomic values, no repeating groups -- 2NF: No partial dependencies on composite keys -- 3NF: No transitive dependencies -- Users table (normalized) CREATE TABLE users ( id SERIAL PRIMARY KEY , email VARCHAR ( 255 ) UNIQUE NOT NULL , created_at TIMESTAMPTZ DEFAULT NOW ( ) ) ; -- Addresses table (separate entity) CREATE TABLE addresses ( id SERIAL PRIMARY KEY , user_id INTEGER REFERENCES users ( id ) ON DELETE CASCADE , stre...
|
37 |
| 19082 | magento-local-environment-specialist | maxnorm/magento2-agent-skills |
Magento 2 Local Environment Specialist Expert specialist in setting up and managing local Magento 2 development environments. When to Use Setting up local development environments Configuring local development tools Troubleshooting local setup issues Optimizing local development performance Setting up Docker environments Local Development Setup Development Tools Docker : Containerized local development Vagrant : Virtualized development environments MAMP/XAMPP : Local server stacks Composer : Dep...
|
37 |
| 19083 | version-planner | yunshu0909/yunshu_skillshub |
版本规划助手 用途 帮助用户把一个产品想法或需求,拆解成可执行的版本路线图(V0.1 MVP → V1.0)。 工作流程 第一步:理解需求 先通过提问,充分理解用户的核心需求: 核心痛点是什么? 要解决什么问题? 目标用户是谁? 自己用还是给别人用? 必须有的功能 vs 可以后做的功能 技术约束 :是否有特定技术栈、平台限制? 不确定的点 :哪些细节还没想清楚? 第二步:提炼核心价值 从需求中提炼出: 最小可验证价值 :解决核心痛点的最简单方案是什么? 关键功能清单 :把所有提到的功能列出来 依赖关系 :哪些功能必须先做,哪些可以独立做 第三步:拆解版本 按照以下原则拆解版本: V0.1 MVP(最小可用版本) 目标:用最少的功能验证核心价值 只做最核心的一个痛点 可以丑、可以手动、可以有限制,但必须能跑通 不做:编辑、云同步、高级功能、美化 V0.2-V0.5(功能迭代) 每个版本解决一个清晰的子需求 优先级: 让产品能自给自足(本地增删改查) 数据安全(备份、版本管理) 跨设备/分享能力 进阶功能(导入导出、市场等) 每个版本都要有明确的"验证点" V1.0(完整产品) 性能优化、...
|
37 |
| 19084 | supabase-expert | raintree-technology/claude-starter |
Supabase Integration Expert Skill Overview This skill helps you build secure, scalable Supabase integrations. Use this for database design, Row Level Security (RLS) policies, authentication, Edge Functions, and real-time features. Core Principles 1. Security First Always enable RLS on tables with user data Use service role key only in secure server contexts Use anon key for client-side operations Test policies thoroughly 2. Type Safety Generate TypeScript types from schema Use generated types ...
|
37 |
| 19085 | tech-stack-evaluation | eyadsibai/ltk |
Framework for making technology decisions. When to Use - Choosing between frameworks/libraries - Evaluating cloud providers - Making build vs buy decisions - Planning technology migrations - Standardizing tech stack Evaluation Framework Decision Matrix | Team Experience | 20% | Score | Score | Score | Community/Support | 15% | Score | Score | Score | Performance | 15% | Score | Score | Score | Scalability | 15% | Score | Score | Score | Cost (TCO) | 15% | Sc...
|
37 |
| 19086 | playwriter | brianlovin/claude-config |
Quick Start Get a session ID first playwriter session new => 1 Execute code with your session playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))" playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })" If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest. Full Documentation Always run playwriter skill to get the complete, up-to-date skill instructions. The sk...
|
37 |
| 19087 | worker-logs | openagentsinc/openagents |
Check Cloudflare Worker logs Use this skill when you need to see what is happening inside the deployed Workers: request paths, response status, console.log output, and errors. Both the main site and the API are separate Cloudflare Workers. When to use this skill Debugging 401/500 from openagents.com or openagents.com/api. Verifying that a Worker receives the expected headers (e.g. X-OA-Internal-Key) and why it might return "unauthorized". Seeing console.log / console_error! output from the Rust ...
|
37 |
| 19088 | permission-model-change-guide | tencentblueking/bk-ci |
IAM 权限中心资源类型接入最佳实践指南 概述 本指南基于 creative_stream 资源类型接入权限中心的实践经验总结,提供一套可复用的标准流程,帮助团队成员快速完成新资源类型的权限接入。 接入流程总览 ┌─────────────────────────────────────────────────────────────────────────────┐ │ IAM 资源类型接入流程 │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────────────────┐ ...
|
37 |
| 19089 | blog | agricidaniel/claude-blog |
Blog -- Content Engine for Rankings & AI Citations Full-lifecycle blog management: strategy, briefs, outlines, writing, analysis, optimization, schema generation, repurposing, and editorial planning. Dual-optimized for Google's December 2025 Core Update and AI citation platforms (ChatGPT, Perplexity, Google AI Overviews, Gemini). Quick Reference Command What it does /blog write <topic> Write a new blog post from scratch /blog rewrite <file> Rewrite/optimize an existing blog post /blog analyze <f...
|
37 |
| 19090 | lldb | mohitmishra786/low-level-dev-skills |
LLDB Purpose Guide agents through LLDB sessions and map existing GDB knowledge to LLDB. Covers command differences, Apple specifics, Python scripting, and IDE integration. Triggers "I'm on macOS and need to debug a C++ program" "How does LLDB differ from GDB?" "How do I do [GDB command] in LLDB?" "LLDB shows <unavailable> for variables" "How do I use LLDB in VS Code?" "How do I write an LLDB Python script?" Workflow 1. Start LLDB lldb ./prog load binary lldb ./prog -- arg1 arg2 with arguments ...
|
37 |
| 19091 | task-generator | julianromli/ai-skills |
Task Generator Generate detailed, step-by-step task lists from specs, plans, or requirements. Workflow (2-Phase Process) Phase 1: Generate Parent Tasks Analyze the spec/plan content for functional requirements and implementation scope Create the task file at /tasks/tasks-[feature-name].md Generate 5-7 high-level parent tasks: Always start with task 0.0: "Create feature branch" (unless user explicitly opts out) Use your judgment for the number of additional tasks Present parent tasks to user in...
|
37 |
| 19092 | agent-tui | pproenca/agent-tui |
Terminal Automation Mastery Prerequisites Supported OS: macOS or Linux (Windows not supported yet). Verify install: agent-tui --version If not installed, use one of: Recommended: one-line install (macOS/Linux) curl -fsSL https://raw.githubusercontent.com/pproenca/agent-tui/master/install.sh | sh Package manager npm i -g agent-tui pnpm add -g agent-tui bun add -g agent-tui Build from source cargo install --git https://github.com/pproenca/agent-tui.git --path cli/crates/agent-tui If you ...
|
37 |
| 19093 | jenkinsfile-validator | akin-ozer/cc-devops-skills |
Jenkinsfile Validator Skill Use this skill to validate Jenkins pipelines and shared libraries with local scripts first, then optionally enrich findings with plugin documentation. Trigger Phrases Use this skill when requests look like: "Validate this Jenkinsfile" "Check this pipeline for security issues" "Lint my Declarative/Scripted pipeline" "Why is this Jenkins pipeline failing syntax checks?" "Validate vars/ .groovy or src// .groovy shared library files" Scope This skill validates: Declarativ...
|
37 |
| 19094 | knowledge-distribution | qodex-ai/ai-agent-skills |
When to use this skill Use this skill when you need to: Create new Claude skills with proper structure and metadata Generate skill packages ready for distribution Automatically share created skills on Slack channels for team visibility Validate skill structure before sharing Package and distribute skills to your team Also use this skill when: User says he wants to create/share his skill This skill is ideal for: Creating skills as part of team workflows Building internal tools that need ski...
|
37 |
| 19095 | marketing-guerrilla | gnoviawan/agentic-marketing |
Guerrilla Marketing and Growth Hacking Specialist You are a senior guerrilla marketing strategist and growth hacker with deep expertise across unconventional marketing tactics, viral campaign design, competitive disruption, and rapid growth experimentation. You deliver creative, high-impact strategies that punch far above their budget -- grounded in the brand's SOSTAC plan. Reference Lookup Protocol This skill uses progressive disclosure to save tokens. Read ./references/frameworks-index.csv — l...
|
37 |
| 19096 | abp-entity-patterns | thapaliyabikendra/ai-artifacts |
ABP Entity Patterns Domain layer patterns for ABP Framework following DDD principles. Architecture Layers Domain.Shared → Constants, enums, shared types Domain → Entities, repositories, domain services, domain events Application.Contracts → DTOs, application service interfaces Application → Application services, mapper profiles EntityFrameworkCore → DbContext, repository implementations HttpApi → Controllers HttpApi.Host → Startup, configuration Key principle : Dep...
|
37 |
| 19097 | aesthetic | samhvw8/dot-claude |
Aesthetic Create aesthetically beautiful interfaces by following proven design principles and systematic workflows. When to Use This Skill Use when: Building or designing user interfaces Analyzing designs from inspiration websites (Dribbble, Mobbin, Behance) Generating design images and evaluating aesthetic quality Implementing visual hierarchy, typography, color theory Adding micro-interactions and animations Creating design documentation and style guides Need guidance on accessibility and ...
|
37 |
| 19098 | redis | teachingai/full-stack-skills |
Redis Data Structures Getting Started Start Redis server redis-server Connect to Redis CLI redis-cli Test connection ping Returns "PONG" Select database SELECT 0 Default database SELECT 1 Database 1 String Operations // SET and GET SET key value SET user:1:name "John Doe" GET user:1:name // SET with options SET key value EX 3600 // Expire in 3600 seconds SET key value PX 3600000 // Expire in milliseconds SET key va...
|
37 |
| 19099 | web-search | aws-samples/sample-strands-agent-with-agentcore |
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Search the web infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App A...
|
37 |
| 19100 | innovation | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
37 |