███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 18801 | technical-skill-finder | vincentkoc/dotskills |
Technical Skill Finder Purpose Find recurring pain points from local agent logs and convert them into actionable skill candidates, reuse opportunities, or existing skill updates. When to use You want to discover missing technical skills from historical agent activity. You want reproducible criteria before creating a new skill. You want to validate whether an existing skill already covers the pattern. You want to include optional personal-signal sources (when authorized). Inputs SCOPE (required):...
|
53 |
| 18802 | project-docs | s-hiraoku/synapse-a2a |
Project Documentation Generator Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code , not aspirational architecture. When to Use New project needs initial documentation Docs are missing or stale Onboarding someone to the codebase Post-refactor doc refresh Workflow 1. Detect Project Type Scan the project root to determine what kind of project this is: Indicator Project Type wrangler.jsonc / wrangler.toml Cloudflare Worker vite.config.ts ...
|
53 |
| 18803 | dart-checks-migration | kevmoo/dash_skills |
Dart Checks Migration When to use this skill Use this skill when: Migrating existing test files from package:matcher to package:checks . A user specifically asks for "modern checks" or similar. The Workflow Analysis : Use grep to identify files using expect or package:matcher . Review custom matchers; these may require manual migration. Tools & Dependencies : Ensure dev_dependencies includes checks . Run dart pub add --dev checks if missing. Discovery : Use the Strategies for Discovery below to ...
|
53 |
| 18804 | postmortem-writing | oimiragieo/agent-studio |
Postmortem Writing Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence. When to Use This Skill Conducting post-incident reviews Writing postmortem documents Facilitating blameless postmortem meetings Identifying root causes and contributing factors Creating actionable follow-up items Building organizational learning culture Core Concepts 1. Blameless Culture Blame-Focused Blameless "Who caused this?" "What condition...
|
53 |
| 18805 | push | boshu2/agentops |
Push Prerequisites gh CLI is installed and available in PATH . gh auth status succeeds for GitHub operations in this repo. Goals Push current branch changes to origin safely. Create a PR if none exists for the branch, otherwise update the existing PR. Keep branch history clean when remote has moved.
|
53 |
| 18806 | phoenix-skill-development | arize-ai/phoenix |
Skill Development Guide for creating and refining skills in the skills/ directory of this repository. Skills are packaged instructions that teach AI agents how to work with Phoenix features. Directory Structure skills/ {skill-name}/ kebab-case, prefixed with "phoenix-" for Phoenix features SKILL.md Required: skill definition and index README.md Optional: human-oriented overview rules/ Optional: detailed rule files {prefix}-{topic}.md {prefix}...
|
53 |
| 18807 | raffle-winner-picker | davepoon/buildwithclaude |
Raffle Winner Picker This skill randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests. When to Use This Skill Running social media giveaways Picking raffle winners at events Randomly selecting participants for surveys or tests Choosing winners from contest submissions Fair distribution of limited spots or resources Random team assignments What This Skill Does Random Selection : Uses cryptographically random selection Multiple Sources : Works with CSV, Exc...
|
53 |
| 18808 | latex-writing | dbosk/claude-skills |
This skill guides the creation of well-structured, semantically correct LaTeX documents following established best practices. Core Principle: Semantic Markup Use LaTeX environments that match the semantic meaning of the content, not just the visual appearance. List Environments: When to Use What Use `description` for Term-Definition Pairs When you have labels followed by explanations, definitions, or descriptions, use the `description` environment: ``` \begin{description} \item[Term] De...
|
53 |
| 18809 | netlify-deploy | davila7/claude-code-templates |
Netlify Deployment Skill Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context. Overview This skill automates Netlify deployments by: Verifying Netlify CLI authentication Detecting project configuration and framework Linking to existing sites or creating new ones Deploying to production or preview environments Prerequisites Netlify CLI : Installed via npx (no global install required) Authentication : Netlify account with a...
|
53 |
| 18810 | ui-builder-patterns | groeimetai/snow-flow |
UI Builder (UIB) is ServiceNow's modern framework for building Next Experience workspaces and applications. UI Builder Architecture Component Hierarchy ``` UX Application └── App Shell └── Chrome (Header, Navigation) └── Pages └── Variants └── Macroponents └── Components └── Elements ``` Key Concepts | Macroponent | Reusable container with components and logic | Component | UI building block (list, f...
|
53 |
| 18811 | learning path creator | eddiebe147/claude-settings |
Learning Path Creator The Learning Path Creator skill helps you design structured, effective learning plans for acquiring new skills or deepening existing knowledge. Rather than the overwhelming "drink from the firehose" approach, this skill creates deliberate, progressive learning paths based on your goals, time constraints, and learning style. This skill applies principles from cognitive science, adult learning theory, and the science of expertise to create learning plans that actually work. I...
|
53 |
| 18812 | hot-topics | alphamoemoe/foci |
Hot Topics & Trending Content Skill This skill helps AI agents fetch trending topics and hot searches from major Chinese social media and content platforms. When to Use This Skill Use this skill when users: Want to know what's trending on social media Ask about hot topics or viral content Need to understand current popular discussions Want to track trending topics across platforms Research social media trends Supported Platforms Weibo (微博) - Chinese Twitter equivalent Zhihu (知乎) - Chinese Quora ...
|
53 |
| 18813 | issue-maker | pollinations/pollinations |
Issue-Maker Turn any user request into GitHub issues following team conventions. Hard Rules Repo: pollinations/pollinations Assignee: Assign to appropriate team member based on domain expertise No local side-effects (no file creation/modification) Workflow 1. Research First Before creating any issues: Check @eulervoid's PRs for style inspiration (concise, bullet-point format) gh search prs --repo pollinations/pollinations --author eulervoid --limit 5 Search existing issues for patterns gh sear...
|
53 |
| 18814 | uniapp-mini-guide | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Build uni-app mini programs Configure mini program settings and capabilities Use mini program components and APIs within uni-app Understand native mini program limitations and compatibility How to use this skill Start with the overview : examples/guide/intro.md Configure mini program settings : examples/guide/config.md Check component and API references : examples/components/overview.md examples/api/overview.md Examples and Templa...
|
53 |
| 18815 | prompt-extractor | huangserva/skill-prompt-generator |
No SKILL.md available for this skill. View on GitHub
|
53 |
| 18816 | argocd-login | laurigates/claude-plugins |
ArgoCD CLI authentication with SSO for the Data Portal cluster. When to Use Use this skill automatically when: - User requests ArgoCD login or authentication - User mentions accessing ArgoCD cluster or applications - User needs to interact with ArgoCD CLI tools - Authentication errors occur when using ArgoCD commands Authentication Command ``` argocd login argocd.dataportal.fi --grpc-web --sso ``` Command Breakdown - `argocd.dataportal.fi` - Data Portal ArgoCD server endpoint - `-...
|
53 |
| 18817 | chrome-extension-boilerplate-react-vite | eng0ai/eng0-template-skills |
Chrome Extension Boilerplate Chrome Extension Boilerplate with React + Vite + TypeScript. Tech Stack Framework: React Build Tool: Vite Language: TypeScript Package Manager: pnpm Setup 1. Clone the Template git clone --depth 1 https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.git . If the directory is not empty: git clone --depth 1 https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.git _temp_template mv _temp_template/* _temp_template/.* . 2>/dev/null |...
|
53 |
| 18818 | azure-identity-ts | sickn33/antigravity-awesome-skills |
Azure Identity SDK for TypeScript Authenticate to Azure services with various credential types. Installation npm install @azure/identity Environment Variables Service Principal (Secret) AZURE_TENANT_ID = < tenant-id > AZURE_CLIENT_ID = < client-id > AZURE_CLIENT_SECRET = < client-secret > Service Principal (Certificate) AZURE_TENANT_ID = < tenant-id > AZURE_CLIENT_ID = < client-id > AZURE_CLIENT_CERTIFICATE_PATH = /path/to/cert.pem AZURE_CLIENT_CERTIFICATE_PASSWORD = < optional-password > Worklo...
|
53 |
| 18819 | storybook | exceptionless/exceptionless |
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
|
53 |
| 18820 | webhook-push | fanchou/webhook-push |
This skill provides a unified interface for sending webhook notifications to three major Chinese enterprise communication platforms: - WeCom (企业微信) - Enterprise WeChat by Tencent - DingTalk (钉钉) - Enterprise communication platform by Alibaba - Feishu (飞书) - Collaboration platform by ByteDance When to Use This Skill Use this skill when you need to: - Send notifications to enterprise chat groups - Integrate monitoring alerts into enterprise platforms - Automate notifications for CI/CD pip...
|
52 |
| 18821 | prowler-docs | prowler-cloud/prowler |
When to Use Use this skill when writing Prowler documentation for: Feature documentation API/SDK references Tutorials and guides Release notes Brand Voice Unbiased Communication Avoid gendered pronouns (use "you/your" or "they/them") Use inclusive alternatives: businessman → businessperson, mankind → humanity No generalizations about gender, race, nationality, culture Avoid militaristic language: fight → address, kill chain → cyberattack chain Technical Terminology Define key terms and acronym...
|
52 |
| 18822 | music-video-generation | eachlabs/skills |
Music Video Generation Generate stunning music videos using each::sense. This skill creates visualizers, lyric videos, animated sequences, and cinematic music videos synchronized to your audio tracks. Features Audio Visualizers : Reactive visual patterns synced to audio frequencies Lyric Videos : Animated typography with song lyrics Abstract Visuals : Artistic, non-representational video content Artist Performance : Simulated artist or band performance footage Animated Music Videos : Cartoon, an...
|
52 |
| 18823 | elysiajs-expert | lammesen/skills |
ElysiaJS Expert Skill This skill provides comprehensive expertise for building high-performance, fully type-safe web applications with Elysia on the Bun runtime. It assumes the bun-expert skill is active for Bun-specific patterns (file I/O, SQLite, testing, builds). When to Use This Skill Building REST APIs with Elysia Implementing type-safe request/response validation with TypeBox Setting up authentication (JWT, Bearer tokens, sessions) Creating WebSocket servers Generating OpenAPI/Swagger do...
|
52 |
| 18824 | storekit | johnrogers/claude-swift-engineering |
StoreKit 2 In-App Purchases and Subscriptions Implement in-app purchases, subscriptions, and paywalls using StoreKit 2 on iOS 26+. Use only the modern Product , Transaction , StoreView , and SubscriptionStoreView APIs. Never use the deprecated original StoreKit ( SKProduct , SKPaymentQueue , SKStoreReviewController ). Contents Product Types Loading Products Purchase Flow Transaction.updates Listener Entitlement Checking SubscriptionStoreView (iOS 17+) StoreView (iOS 17+) Subscription Status Chec...
|
52 |
| 18825 | agent-setup | andrelandgraf/fullstackrecipes |
AI Coding Agent Configuration To set up AI Coding Agent Configuration, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/agent-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/agent-setup
|
52 |
| 18826 | self-improving-agent-builder | rysweet/amplihack |
Self-Improving Agent Builder Purpose Run a closed-loop improvement cycle on any goal-seeking agent implementation: EVAL -> ANALYZE -> RESEARCH -> IMPROVE -> RE-EVAL -> DECIDE -> (repeat) Each iteration measures L1-L12 progressive test scores, identifies failures with error_analyzer.py , runs a research step with hypothesis/evidence/ counter-arguments, applies targeted fixes, and gates promotion through regression checks. When I Activate "improve agent" or "self-improving loop" "agent eval loop" ...
|
52 |
| 18827 | 08-wrap | team-attention/workshop-upstage |
작업 마무리 개요 구현이 끝나면 깔끔하게 마무리하세요. 마무리 없이 끝내면: 변경사항이 흩어짐 다음에 어디까지 했는지 모름 불필요한 파일이 남음 배운 것이 사라짐 시작할 때 알림 : "wrap 스킬을 사용하여 작업을 마무리하겠습니다." ┌──────────────────────────────────────────────────────────────────────┐ │ Wrap 워크플로우 (Enhanced) │ └──────────────────────────────────────────────────────────────────────┘ ┌─────────────────┐ │ 구현 완료 │ └────────┬────────┘ │ ▼ ┌─────────────────┐ │ 1. 테스트 확인 │ npm test / pytest └────────┬────────┘ │ ┌─────┴─────┐ │ ...
|
52 |
| 18828 | form-cro | kimny1143/claude-code-template |
Form CRO You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters. 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 specific to this task. Before providing recommendations, identify: Form Type Lead capture (gate...
|
52 |
| 18829 | project-brainstorming | athola/claude-night-market |
Table of Contents When to Use Integration Brainstorming Framework Phase 1: Problem Definition Problem Statement Phase 2: Constraint Discovery Constraints Technical Resources Integration Compliance Success Criteria Phase 3: Approach Generation Approach [N]: [Name] Phase 3.5: War Room Deliberation (REQUIRED) Phase 4: Approach Comparison Phase 5: Decision & Rationale Selected Approach: [Approach Name] ⭐ Rationale Trade-offs Accepted Rejected Approaches Output: Project Brief Problem Statement Goals ...
|
52 |
| 18830 | gitlab stack config generator | rknall/claude-skills |
This skill generates and manages service-specific configuration files for GitLab stack projects, ensuring configurations follow proper patterns, use .env for all variables, and never contain secrets. When to Use This Skill Activate this skill when the user requests: - Generate configuration files for services (nginx, PostgreSQL, Redis, etc.) - Create config templates for new services - Set up ./config directory structure - Validate existing configuration files - Ensure configs use .env v...
|
52 |
| 18831 | primevue-skilld | harlan-zw/vue-ecosystem-skills |
primefaces/primevue primevue PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time. Version: 4.5.4 (Dec 2025) Deps: @primeuix/styled@^0.7.4, @primeuix/utils@^0.6.2, @primeuix/styles@^2.0.2, @primevue/core@4.5.4, @...
|
52 |
| 18832 | linux-commands-guide | jeremylongshore/claude-code-plugins-plus-skills |
Linux Commands Guide Purpose This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "linux commands guide" in your request Ask about linux commands guide patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for linux commands guide...
|
52 |
| 18833 | analyze-rust-ffi-crate-surface | redisearch/redisearch |
Analyze Rust FFI Crate Surface Compile a list of all C-visible symbols defined in a given Rust FFI crate or file (e.g. an extern "C" fn annotated with [unsafe(no_mangle)] or a type definition). Then determine which parts of the C codebase use these symbols. Arguments <path> : Path to the Rust crate or file. <path 1> <path 2> : Multiple Rust crates/files. If the path doesn't start with src/ , assume it to be in the src/redisearch_rs/c_entrypoint directory. E.g. numeric_range_tree_ffi becomes src/...
|
52 |
| 18834 | git-workflow-designer | eddiebe147/claude-settings |
Git Workflow Designer Skill Overview This skill helps you design and implement effective Git branching strategies for teams of any size. Covers Git Flow, GitHub Flow, trunk-based development, release management, and branch protection policies. Workflow Selection Philosophy Key Factors Team size: Solo vs. small team vs. large organization Release frequency: Continuous vs. scheduled releases Environment complexity: Single vs. multiple deployment targets Risk tolerance: Move fast vs. stability fi...
|
52 |
| 18835 | writing-playwright-tests | open-metadata/openmetadata |
Writing Playwright Tests Skill This skill guides you through writing Playwright E2E tests following OpenMetadata standards. Reference : @openmetadata-ui/src/main/resources/ui/playwright/PLAYWRIGHT_DEVELOPER_HANDBOOK.md
|
52 |
| 18836 | wordpress-plugin-development | sickn33/antigravity-awesome-skills |
WordPress Plugin Development Workflow Overview Specialized workflow for creating WordPress plugins with proper architecture, hooks system, admin interfaces, REST API endpoints, and security practices. When to Use This Workflow Use this workflow when: Creating custom WordPress plugins Extending WordPress functionality Building admin interfaces Adding REST API endpoints Integrating third-party services Workflow Phases Phase 1: Plugin Setup Skills to Invoke app-builder - Project scaffolding backend...
|
52 |
| 18837 | skill-creator | s-hiraoku/synapse-a2a |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
52 |
| 18838 | tailwind-gradient-builder | patricio0312rev/skills |
Tailwind Gradient Builder Create stunning modern gradients with Tailwind CSS for backgrounds, text, borders, and animations. Core Workflow Choose gradient type: Linear, radial, conic, or mesh Select color palette: Define color stops and positions Add direction/angle: Configure gradient orientation Apply effects: Blur, animation, glassmorphism Optimize: Ensure performance and accessibility Basic Linear Gradients Simple Two-Color Gradient <!-- Left to Right --> <div class="bg-gradient-to-r from-...
|
52 |
| 18839 | post-to-xhs | xpzouying/xiaohongshu-mcp |
小红书内容发布 根据用户输入自动判断发布方式和发布模式,简化发布流程。 发布模式 上传图文 (默认):图片 + 短文,适合日常分享 写长文 :长篇文章 + 排版模板选择,适合深度内容。用户明确说"发长文"时使用 工作流程 用户输入 │ ├─ 完整内容 + 图片/图片URL → 判断模式 → 发布流程 │ └─ 网页 URL → WebFetch 提取内容和图片 │ ├─ 有图片 → 适当总结内容 → 判断模式 → 发布流程 │ └─ 无图片 → 提示用户手动下载图片 │ └─ 用户提供图片后 → 发布流程 Step 1: 判断输入类型 根据用户输入判断: 完整内容模式 :用户提供了标题、正文内容、以及图片(本地路径或URL) URL 提取模式 :用户只提供了一个网页 URL 如果不确定,询问用户。 Step 2: 处理内容 完整内容模式 直接使用用户提供的标题和正文,跳到 Step 3。 URL 提取模式 使用 WebFetch 提取网页内容 提取关键信息:标题、正文、图片URL 适当总结内容,保持: 关键信息完整 语言自然流畅 适合小红书阅读习惯 图片提取失败处理 如果从网页中提取不...
|
52 |
| 18840 | docx | jackiexiao/jackie-skills-starter |
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...
|
52 |
| 18841 | advanced-features-2025 | josiahsiegel/claude-plugin-marketplace |
Advanced Plugin Features (2025) Quick Reference Feature Location Purpose Agent Skills skills/*/SKILL.md Dynamic knowledge loading Hooks hooks/hooks.json Event automation MCP Servers .mcp.json External integrations Team Config .claude/settings.json Repository plugins Hook Event When Fired Use Case PreToolUse Before tool Validation PostToolUse After tool Testing, linting SessionStart Session begins Logging, setup SessionEnd Session ends Cleanup UserPromptSubmit Prompt submitted Preprocessing PreCo...
|
52 |
| 18842 | conversation-analyzer | mhattingpete/claude-skills-marketplace |
Conversation Analyzer Analyzes your Claude Code conversation history to identify patterns, common mistakes, and workflow improvement opportunities. When to Use "analyze my conversations" "review my Claude Code history" "what patterns do you see in my usage" "how can I improve my workflow" "am I using Claude Code effectively" What It Analyzes Request type distribution (bug fixes, features, refactoring, queries, testing) Most active projects Common error keywords Time-of-day patterns Repetitive ...
|
52 |
| 18843 | cicd-pipeline-qe-orchestrator | proffesor-for-testing/agentic-qe |
CI/CD Pipeline QE Orchestrator <default_to_action> When orchestrating quality across CI/CD pipeline: ANALYZE pipeline phases: commit, build, test, staging, production SELECT optimal skills and agents for each phase CONFIGURE quality gates with measurable thresholds EXECUTE with parallel agent coordination ADAPT strategy based on risk, complexity, and environment Quick Phase Selection: Commit (Shift-Left) → TDD, code review, unit tests Build → Coverage analysis, mutation testing, flaky detect...
|
52 |
| 18844 | idea capturer | eddiebe147/claude-settings |
Idea Capturer The Idea Capturer skill provides a structured system for capturing fleeting thoughts, developing raw ideas into actionable concepts, and organizing your creative thinking. Rather than losing good ideas to forgetting or scattered notes, this skill creates a reliable "second brain" for ideation and creative work. This skill applies principles from Zettelkasten note-taking, David Allen's GTD capture system, and creative thinking methodologies to help you externalize thoughts quickly, ...
|
52 |
| 18845 | security-headers-configuration | secondsky/claude-skills |
Security Headers Configuration Overview Implement comprehensive HTTP security headers to protect web applications from XSS, clickjacking, MIME sniffing, and other browser-based attacks. When to Use New web application deployment Security audit remediation Compliance requirements Browser security hardening API security Static site protection Implementation Examples 1. Node.js/Express Security Headers // security-headers.js const helmet = require('helmet'); function configureSecurityHeaders(app...
|
52 |
| 18846 | agent-capabilities | jgtolentino/insightpulse-odoo |
Agent Capabilities - Visual Regression Testing This document outlines Claude's comprehensive capabilities for implementing and managing visual regression testing infrastructure in web applications. Core Competencies 1. Visual Regression Testing Infrastructure Claude can set up complete visual regression testing infrastructure following industry best practices from Ant Design, Argos CI, and other leading organizations. Capabilities: ✅ Configure Playwright for visual testing ✅ Implement jest-...
|
52 |
| 18847 | prowler-pr | prowler-cloud/prowler |
PR Creation Process Analyze changes: git diff main...HEAD to understand ALL commits Determine affected components: SDK, API, UI, MCP, Docs Fill template sections based on changes Create PR with gh pr create PR Template Structure Context {Why this change? Link issues with `Fix XXXX`} Description {Summary of changes and dependencies} Steps to review {How to test/verify the changes} Checklist <details> <summary><b>Community Checklist</b></summary> - [ ] This feature/issue is listed in ...
|
52 |
| 18848 | orchestrator | erichowens/some_claude_skills |
Orchestrator Skill You are the Orchestrator (coordinator). You do NOT execute tasks yourself. Delegate execution to Worker/Subagent. NOTE: postman daemon handles all message delivery automatically. Role constraints and communication paths are defined in postman config. 1. Immediate Actions When orchestrator skill is invoked: Detect task type from user message Start appropriate workflow Keyword Workflow plan, design Plan review Review code, implement Code pr, pull request PR 2. Subagent Execution...
|
52 |
| 18849 | packaging-design-generation | eachlabs/skills |
Packaging Design Generation Generate professional product packaging designs using each::sense. This skill creates high-quality packaging mockups and designs for various product categories, from food and beverages to cosmetics and retail. Features Product Box Design : Electronics, toys, software, and general product boxes Food Packaging : Snacks, frozen foods, bakery items, and meal kits Cosmetic/Beauty Packaging : Skincare, makeup, haircare, and wellness products Beverage Labels : Wine, beer, ju...
|
52 |
| 18850 | knowledge graph builder | eddiebe147/claude-settings |
Knowledge Graph Builder Build structured knowledge graphs for enhanced AI system performance through relational knowledge. Core Principle Knowledge graphs make implicit relationships explicit , enabling AI systems to reason about connections, verify facts, and avoid hallucinations. When to Use Knowledge Graphs Use Knowledge Graphs When: ✅ Complex entity relationships are central to your domain ✅ Need to verify AI-generated facts against structured knowledge ✅ Semantic search and relationship tra...
|
52 |