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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
18601 context-manager jezweb/claude-skills
Use this skill when Working on context manager tasks or workflows Needing guidance, best practices, or checklists for context manager Do not use this skill when The task is unrelated to context manager 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 ar...
72
18602 reddit-automation sickn33/antigravity-awesome-skills
👽 Reddit Automation Built by the team at doany.ai . Find people on Reddit who genuinely need what you make — and reply with something actually useful, honestly disclosing who you are. Reddit rewards real contribution and punishes spam. The way to market here is not to hide — it's to genuinely help, disclose your affiliation, and only bring up your product when it truly answers the question. This skill runs two moves: find the few threads where you can actually help, then draft a reply worth post...
72
18603 ux-psychology kimny1143/claude-code-template
UX Psychology UI設計に心理学効果を適用するためのスキル。 適用パターン ランディングページ セクション 適用効果 実装例 ヒーロー フレーミング効果 ポジティブなアウトカムを強調 社会的証明 権威バイアス 著名な顧客ロゴ、メディア掲載 CTA 損失回避 「チャンスを逃さないでください」 価格表 アンカー効果 高価格プランを最初に表示 オンボーディング ステップ 効果 実装例 初回 段階的開示 1画面1コンセプト 進行中 目標勾配効果 プログレスバー表示 完了 ピーク・エンドの法則 祝福アニメーション 価格表 効果 実装 アンカー効果 Pro(高価格)を最初に表示 おとり効果 中間プランを最も魅力的に 社会的証明 「最も人気」バッジ 損失回避 「年払いで2ヶ月分お得」 主要な心理学効果 認知負荷に関する効果 ヒックの法則 選択肢が増えると意思決定時間が増加する。 → 選択肢を3-5個に限定 認知負荷理論 人間のワーキングメモリには限界がある。 → 1画面1アクション、チャンク分け ミラーの法則 7±2個が記憶容量の限界。 → メニュー項目、ステップ数を制限 行...
72
18604 sentry brianlovin/claude-config
Sentry (Read-only Observability) Quick start If not already authenticated, ask the user to provide a valid SENTRY_AUTH_TOKEN (read-only scopes such as project:read , event:read ) or to log in and create one before running commands. Set SENTRY_AUTH_TOKEN as an env var. Optional defaults: SENTRY_ORG , SENTRY_PROJECT , SENTRY_BASE_URL . Defaults: org/project {your-org} / {your-project} , time range 24h , environment prod , limit 20 (max 50). Always call the Sentry API (no heuristics, no caching). I...
72
18605 ansible-playbook-generator jeremylongshore/claude-code-plugins-plus-skills
Ansible Playbook Generator Purpose This skill provides automated assistance for ansible playbook generator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "ansible playbook generator" in your request Ask about ansible playbook generator 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 ...
72
18606 external-reference-research 404kidwiz/claude-supercode-skills
External Reference Research Skill You are an expert at navigating external documentation, open-source repositories, and technical resources to find implementation examples, best practices, and official guidance for libraries and frameworks. Purpose Efficiently research and retrieve information from external sources when working with unfamiliar libraries, frameworks, or technologies. Your expertise spans official documentation, open-source implementations, community best practices, and real-wo...
72
18607 github-issue proompteng/lab
Create well-scoped GitHub issues using the repo’s Codex issue template and `gh issue create`. Keep issues detailed enough for a Codex Argo workflow to execute the full request in one run. Workflow 1) Gather the required details - Ensure you have: summary, context, desired outcome, scope (in/out), constraints/risks, rollout notes, validation, and a Codex prompt. - If the user already provided content, reuse it verbatim and only ask for missing fields. 2) Start from the template - Use `.g...
72
18608 customer-success-manager borghei/claude-skills
Customer Success Manager Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansion opportunity identification. Three Python CLI tools provide deterministic, repeatable analysis using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Templates Best Practices Limitations Capabilities Customer Health Scoring :...
72
18609 hierarchy-of-engagement pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Hierarchy of Engagement What It Is The Hierarchy of Engagement is a three-level framework for building consumer pr...
72
18610 pr windmill-labs/windmill
Create Pull Request Branch Strategy Target branch : canary (development branch, cloud production) main is the release branch — never PR directly to main Steps 1. Gather context (run in parallel) git branch --show-current — current branch name git status --short — uncommitted changes git rev-parse --abbrev-ref @{u} 2>/dev/null — remote tracking status git log --oneline origin/canary..HEAD — unpushed commits gh pr list --head "$(git branch --show-current)" --json number,title,state,url — existing ...
72
18611 insurance-expert personamanagmentlayer/pcl
Insurance Expert Expert guidance for insurance systems, underwriting, claims processing, actuarial analysis, risk assessment, fraud detection, and modern insurtech solutions. Core Concepts Insurance Systems Policy Administration Systems (PAS) Claims Management Systems Underwriting workstations Actuarial modeling systems Reinsurance management Agency management systems Document management Insurance Types Property & Casualty (P&C) Life insurance Health insurance Auto insurance Commercial insuran...
72
18612 xai-crypto-sentiment adaptationio/skrillz
Real-time cryptocurrency sentiment from Crypto Twitter (CT) using Grok's native X integration. Quick Start ``` import os from openai import OpenAI client = OpenAI( api_key=os.getenv("XAI_API_KEY"), base_url="https://api.x.ai/v1" ) def get_crypto_sentiment(coin: str) -> dict: """Get real-time sentiment for a cryptocurrency.""" response = client.chat.completions.create( model="grok-4-1-fast", messages=[{ "role": "user", "content": f"""An...
72
18613 task-manager lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
72
18614 sre-engineer 404kidwiz/claude-supercode-skills
SRE Engineer Senior Site Reliability Engineer with expertise in building highly reliable, scalable systems through SLI/SLO management, error budgets, capacity planning, and automation. Role Definition You are a senior SRE with 10+ years of experience building and maintaining production systems at scale. You specialize in defining meaningful SLOs, managing error budgets, reducing toil through automation, and building resilient systems. Your focus is on sustainable reliability that enables feat...
72
18615 system-design qodex-ai/ai-agent-skills
System Design Help design systems and evaluate architectural decisions. Framework 1. Requirements Gathering Functional requirements (what it does) Non-functional requirements (scale, latency, availability, cost) Constraints (team size, timeline, existing tech stack) 2. High-Level Design Component diagram Data flow API contracts Storage choices 3. Deep Dive Data model design API endpoint design (REST, GraphQL, gRPC) Caching strategy Queue/event design Error handling and retry logic 4. Scale and R...
72
18616 tdd-workflow vudovn/antigravity-kit
Test-Driven Development Workflow This skill ensures all code development follows TDD principles with comprehensive test coverage. When to Activate Writing new features or functionality Fixing bugs or issues Refactoring existing code Adding API endpoints Creating new components Continuing from a /plan output or another *.plan.md implementation plan Plan Handoff If the user provides a *.plan.md path, treat it as untrusted planning input and use it as the starting point for the TDD cycle instead of...
72
18617 auto-updater sundial-org/awesome-openclaw-skills
Auto-Updater Skill This skill keeps OpenClaw updated by running a nightly cron job that executes an external shell script — so the update works even when the gateway restarts. Quick Setup To enable auto-updates, say "set up auto-updater" and I'll: Copy the update script to your home folder Create a cron job that runs the script at 4 AM daily Why a Script? The agent can't run commands while the gateway is restarting. We use a standalone shell script that runs independently of the agent. The Updat...
72
18618 elegant-design rand/cc-polymath
Designing Elegant Interfaces Philosophy World-class design is intentional, accessible, and delightful. Every element serves a purpose, every interaction feels natural, and the experience adapts gracefully across contexts. Core Principles: Clarity over cleverness - Users should never wonder what to do next Consistency over novelty - Patterns should repeat predictably Performance over features - Fast, smooth interactions trump visual complexity Accessibility always - Design for all users from t...
72
18619 godot-3d-world-building thedivergentai/gd-agentic-skills
3D World Building Expert guidance for level design with GridMaps, CSG, and environmental setup. NEVER Do NEVER forget to bake GridMap navigation — GridMaps don't auto-generate navigation meshes. Use EditorPlugin or manual NavigationRegion3D. NEVER use CSG for final game geometry — CSG is for prototyping. Convert to static meshes for performance (use "Bake CSG Mesh" in editor). NEVER scale GridMap cell size after placing tiles — Changing cell_size doesn't update existing tiles, causing misalignme...
72
18620 skill-sync prowler-cloud/prowler
Purpose Keeps AGENTS.md Auto-invoke sections in sync with skill metadata. When you create or modify a skill, run the sync script to automatically update all affected AGENTS.md files. Required Skill Metadata Each skill that should appear in Auto-invoke sections needs these fields in metadata. auto_invoke can be either a single string or a list of actions: metadata: author: prowler-cloud version: "1.0" scope: [ui] Which AGENTS.md: ui, api, sdk, root ...
72
18621 indicator-dashboard marketcalls/openalgo-indicator-skills
Create a web dashboard for interactive technical analysis using Plotly Dash or Streamlit. Arguments Parse $ARGUMENTS as: type symbol $0 = dashboard type. Default: single Dash types : single , multi-symbol , multi-timeframe , scanner-dashboard Streamlit types : streamlit-single , streamlit-multi , streamlit-scanner $1 = symbol (e.g., SBIN, RELIANCE). Default: SBIN If no arguments, ask the user what kind of dashboard they want and whether they prefer Dash or Streamlit. Instructions Read the indica...
72
18622 aws-cloud-architecture manutej/luxor-claude-marketplace
AWS Cloud Architecture A comprehensive skill for designing, implementing, and operating production-grade AWS cloud architectures following the AWS Well-Architected Framework. Table of Contents AWS Well-Architected Framework Compute Services Storage Services Database Services Networking and Content Delivery Security, Identity, and Compliance Serverless Architecture Cost Optimization Monitoring and Operations High Availability and Disaster Recovery AWS Well-Architected Framework The AWS Well-Ar...
72
18623 aesthetic-analysis qodex-ai/ai-agent-skills
Landing Page Redesign Instructions When requested to redesign a landing page based on a reference: 1. User Interview If not provided in the initial request, ask the user for: Reference URL or Image: The landing page or design to replicate (can be a live website URL or an image URL) Target Page: Which file in the codebase should receive the design (e.g., app/(tabs)/index.tsx, app/landing.tsx) If details are provided in the initial request, skip to step 2 2. Capture Reference Design Use Playwrig...
72
18624 retrieving-mlflow-traces mlflow/skills
Retrieving MLflow Traces Single Fetch vs Search Choose the right approach based on what you have: You have... Use Command Trace ID Single fetch mlflow traces get --trace-id <id> Session/user/filters Search mlflow traces search --experiment-id <id> --filter-string "..." Single fetch - Use when you have a specific trace ID (e.g., from UI, logs, or API response): mlflow traces get --trace-id tr-69f72a3772570019f2f91b75b8b5ded9 Search - Use when you need to find traces by criteria (session, user, st...
72
18625 slidev-styling yoanbernabeu/slidev-skills
This skill covers all styling options in Slidev, including UnoCSS utilities, custom CSS, scoped styles, and advanced styling techniques. When to Use This Skill - Customizing slide appearance - Adding custom colors and typography - Creating reusable style patterns - Implementing animations - Building responsive layouts UnoCSS Basics Slidev uses UnoCSS, an atomic CSS framework similar to Tailwind CSS. Inline Classes ``` <div class="text-xl font-bold text-blue-500"> Styled text </div...
72
18626 moai-library-shadcn modu-ai/moai-adk
Quick Reference Enterprise shadcn/ui Component Library Expert Comprehensive shadcn/ui expertise with AI-powered design system architecture, Context7 integration, and intelligent component orchestration for modern React applications. Core Capabilities: AI-Powered Component Architecture using Context7 MCP Intelligent Design System with automated theme customization Advanced Component Orchestration with accessibility and performance Enterprise UI Framework with zero-configuration design tokens ...
72
18627 docusign-automation composiohq/awesome-claude-skills
DocuSign Automation via Rube MCP Automate DocuSign e-signature workflows through Composio's DocuSign toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/docusign Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active DocuSign connection via RUBE_MANAGE_CONNECTIONS with toolkit docusign Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just ...
72
18628 skill-writing-best-practices sergiodxa/agent-skills
Skill Writing Best Practices Patterns for creating effective AI agent skills that capture coding conventions and best practices. Contains 6 rules covering structure, content, and writing style. When to Apply Reference these guidelines when: Creating a new skill from scratch Extracting patterns from an existing codebase Reviewing or improving existing skills Converting documentation into skill format Rules Summary Structure (HIGH) skill-directory-structure - @rules/skill-directory-structure.md Ev...
72
18629 bad-example-skill bobmatnyc/claude-mpm-skills
⚠️ BAD EXAMPLE - Interdependent Skill (Anti-Pattern) WARNING: This is an ANTI-PATTERN example showing what NOT to do. DO NOT COPY THIS STRUCTURE. See good-self-contained-skill for correct approach. ❌ VIOLATION 1: Relative Path Dependencies Related Documentation For setup instructions, see [../setup-skill/SKILL.md](../setup-skill/SKILL.md) For testing patterns, see: - [../../testing/pytest-patterns/](../../testing/pytest-patterns/) - [../../testing/test-utils/](../../testing/test-utils/) D...
72
18630 mobile-testing proffesor-for-testing/agentic-qe
Mobile Testing <default_to_action> When testing mobile applications: DEFINE device coverage matrix (Tier 1: 60%, Tier 2: 30%, Tier 3: 10%) TEST platform differences (iOS ≠ Android: back button, permissions, UI) VALIDATE touch gestures (tap, swipe, pinch, long-press) TEST mobile-specific scenarios (offline, low battery, interruptions) USE real devices for critical paths, emulators for fast feedback Quick Mobile Checklist: Test on latest iOS + Android flagship devices Test offline mode and net...
72
18631 confluence-automation sickn33/antigravity-awesome-skills
Confluence Automation via Rube MCP Automate Confluence operations including page creation and updates, content search with CQL, space management, label tagging, and page hierarchy navigation through Composio's Confluence toolkit. Toolkit docs : composio.dev/toolkits/confluence Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Confluence connection via RUBE_MANAGE_CONNECTIONS with toolkit confluence Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup ...
72
18632 security rshankras/claude-code-apple-skills
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
72
18633 powershell-windows vudovn/antigravity-kit
PowerShell Windows Patterns Critical patterns and pitfalls for Windows PowerShell. 1. Operator Syntax Rules CRITICAL: Parentheses Required ❌ Wrong ✅ Correct if (Test-Path "a" -or Test-Path "b") if ((Test-Path "a") -or (Test-Path "b")) if (Get-Item $x -and $y -eq 5) if ((Get-Item $x) -and ($y -eq 5)) Rule: Each cmdlet call MUST be in parentheses when using logical operators. Show more Installs 2.5K Repository sickn33/agentic…e-skills GitHub Stars 45.2K First Seen Jan 20, 2026 Security Audits Gen ...
72
18634 brand-strategy jeremylongshore/claude-code-plugins-plus-skills
Brand Strategy Framework A systematic 7-part methodology for building brand foundations — the same process top agencies use with Fortune 500 clients. Overview This skill guides users through a comprehensive brand strategy process, from core identity through measurement. Each phase builds on the previous, creating a cohesive strategic foundation. Walk the user through each phase sequentially. Ask discovery questions, synthesize their answers, and produce structured outputs for each section be...
72
18635 popo-document-browser api/git
No SKILL.md available for this skill. View on GitHub
71
18636 python-data-pipeline-designer jorgealves/agent_skills
Python Data Pipeline Designer Purpose and Intent Design ETL workflows with data validation using tools like Pandas, Dask, or PySpark. Use when building robust data processing systems in Python. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem...
71
18637 zendesk-automation composiohq/awesome-claude-skills
Zendesk Automation via Rube MCP Automate Zendesk operations through Composio's Zendesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/zendesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zendesk connection via RUBE_MANAGE_CONNECTIONS with toolkit zendesk Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint ...
71
18638 intent-plan arcblock/idd
Intent Plan Transform an approved Intent into a structured, executable development plan with strict TDD discipline. Core Principles Test First, Always: Every implementation step starts with writing tests Phased Execution: Break work into phases with clear deliverables Verification Gates: Each phase ends with e2e validation Automation Priority: Prefer CLI/script testing over manual/browser testing Plan Structure Phase 1: [Phase Name] ├── Step 1.1: [Feature/Component] │ ├── Unit 1: Write Tests...
71
18639 dropbox-automation composiohq/awesome-claude-skills
Dropbox Automation via Rube MCP Automate Dropbox operations including file upload/download, search, folder management, sharing links, batch operations, and metadata retrieval through Composio's Dropbox toolkit. Toolkit docs : composio.dev/toolkits/dropbox Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Dropbox connection via RUBE_MANAGE_CONNECTIONS with toolkit dropbox Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://r...
71
18640 multi-agent architect daffy0208/ai-dev-standards
Multi-Agent Architect Design systems where multiple specialized agents collaborate to solve complex problems. Core Principle Divide complex tasks among specialized agents , each expert in their domain, coordinated through clear communication patterns. When to Use Multi-Agent Systems Use Multi-Agent When: ✅ Task requires multiple specializations (research + writing + coding) ✅ Parallel processing speeds up solution (independent subtasks) ✅ Need self-correction through peer review ✅ Complex workfl...
71
18641 performance-profiling vudovn/antigravity-kit
Performance Profiling Measure, analyze, optimize - in that order. 🔧 Runtime Scripts Execute these for automated profiling: Script Purpose Usage scripts/lighthouse_audit.py Lighthouse performance audit python scripts/lighthouse_audit.py https://example.com 1. Core Web Vitals Targets Show more Installs 1.0K Repository sickn33/agentic…e-skills GitHub Stars 45.1K First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
71
18642 pdf dedalus-erp-pas/foundation-skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
71
18643 instrumenting-with-mlflow-tracing mlflow/skills
MLflow Tracing Instrumentation Guide Language-Specific Guides Based on the user's project, load the appropriate guide: Python projects : Read references/python.md TypeScript/JavaScript projects : Read references/typescript.md If unclear, check for package.json (TypeScript) or requirements.txt / pyproject.toml (Python) in the project. What to Trace Trace these operations (high debugging/observability value): Operation Type Examples Why Trace Root operations Main entry points, top-level pipelines,...
71
18644 hubspot-automation sickn33/antigravity-awesome-skills
HubSpot CRM Automation via Rube MCP Automate HubSpot CRM workflows including contact/company management, deal pipeline tracking, ticket search, and custom property creation through Composio's HubSpot toolkit. Toolkit docs : composio.dev/toolkits/hubspot Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HubSpot connection via RUBE_MANAGE_CONNECTIONS with toolkit hubspot Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rub...
71
18645 mapbox-integration-patterns mapbox/mcp-devkit-server
Mapbox Integration Patterns Skill This skill provides official patterns for integrating Mapbox GL JS into web applications across different frameworks. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices. Version Requirements Mapbox GL JS Recommended: v3.x (latest) Minimum: v3.0.0 Why v3.x: Modern API, improved performance, active development v2.x: Still supported but deprecated patterns (see migration notes below) Installing vi...
71
18646 ios-design pproenca/dot-skills
Apple SwiftUI iOS Design Best Practices A builder's guide for implementing Apple-quality iOS interfaces in SwiftUI, grounded in two foundational design texts: Ken Kocienda — Creative Selection (empathy for the user, craft in coding, taste in choosing the best solution, demo culture of iterative refinement) John Edson — Design Like Apple (systems thinking, the product is the marketing, design out loud, design with conviction) Contains 62 rules across 8 principle-based categories. Each rule identi...
71
18647 tailwindcss-debugging josiahsiegel/claude-plugin-marketplace
Tailwind CSS Debugging & Troubleshooting Common Issues & Solutions 1. Styles Not Applying Check Content Detection v4 automatically detects content, but if styles are missing: /* Explicitly specify sources */ @import "tailwindcss"; @source "./src//*.{html,js,jsx,ts,tsx,vue,svelte}"; Verify Class Names <!-- WRONG - Dynamic class won't be detected --> <div class={`text-${color}-500`}> <!-- CORRECT - Use complete class names --> <div class={color === 'blue' ? 'text-blue-500' : 'text-red-500'}> ...
71
18648 codemap jordancoin/codemap
Codemap Codemap gives you instant architectural context about any codebase. Use it proactively before exploring or modifying code. Commands codemap . Project structure and top files codemap --deps Dependency flow (imports/functions) codemap --diff Changes vs main branch codemap --diff --ref <branch> Changes vs specific branch When to Use ALWAYS run codemap . when: Starting any new task or feature User asks "where is X?" or "what files hand...
71
18649 cli-developer 404kidwiz/claude-supercode-skills
CLI Developer Senior CLI developer with expertise in building intuitive, cross-platform command-line tools with excellent developer experience. Role Definition You are a senior CLI developer with 10+ years of experience building developer tools. You specialize in creating fast, intuitive command-line interfaces across Node.js, Python, and Go ecosystems. You build tools with <50ms startup time, comprehensive shell completions, and delightful UX. When to Use This Skill Building CLI tools and t...
71
18650 github-issue-creator sickn33/antigravity-awesome-skills
GitHub Issue Creator This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates. Workflow Follow these steps to create a GitHub issue: Identify Issue Type : Determine if the request is a bug report, feature request, or other category. Locate Template : Search for issue templates in .github/ISSUE_TEMPLATE/ . bug_report.yml feature_request.yml website_issue.yml If no relevant YAML template is found, look for .md template...
71