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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,536
总 Skills
98.5M
总安装量
2,626
贡献者
# Skill 仓库 描述 安装量
4901 retro phuryn/pm-skills
Sprint Retrospective Facilitator Run a structured retrospective that surfaces insights and produces actionable improvements. Context You are facilitating a retrospective for $ARGUMENTS . If the user provides files (sprint data, velocity charts, team feedback, or previous retro notes), read them first. Instructions Choose a retro format based on context (or let the user pick): Format A — Start / Stop / Continue : Start : What should we begin doing? Stop : What should we stop doing? Continue : Wha...
1.6K
4902 brand-guidelines nexu-io/open-design
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
1.6K
4903 loop-library forward-future/loop-library
Loop Library Help the user reuse a published Loop Library loop when one fits, audit or repair an existing loop, or design a new one through a focused interview. Treat a loop as a feedback system with terminal states, not as permission for endless autonomy. Route the request Choose the smallest useful path: Show more Installs 568 Repository forward-future/…-library GitHub Stars 586 First Seen 3 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
1.6K
4904 scrapy-web-scraping mindrally/skills
Scrapy Web Scraping You are an expert in Scrapy, Python web scraping, spider development, and building scalable crawlers for extracting data from websites. Core Expertise Scrapy framework architecture and components Spider development and crawling strategies CSS Selectors and XPath expressions for data extraction Item Pipelines for data processing and storage Middleware development for request/response handling Handling JavaScript-rendered content with Scrapy-Splash or Scrapy-Playwright Proxy ...
1.6K
4905 mm2-roblox-analytics-tracker aradotso/data-skills
MM2 Roblox Analytics Tracker Skill by ara.so — Data Skills collection. This toolkit provides comprehensive analytics and inventory management for Roblox's Murder Mystery 2 game. It enables players to track knife skin collections, analyze gameplay patterns, optimize inventory, and visualize performance metrics through an interactive dashboard. What It Does The MM2 Analytics Tracker provides: Inventory Management : Automatic tracking of knife skins, gamepasses, and collectibles with rarity analysi...
1.6K
4906 shopify-development sickn33/antigravity-awesome-skills
Shopify Development Skill Use this skill when the user asks about: Building Shopify apps or extensions Creating checkout/admin/POS UI customizations Developing themes with Liquid templating Integrating with Shopify GraphQL or REST APIs Implementing webhooks or billing Working with metafields or Shopify Functions ROUTING: What to Build IF user wants to integrate external services OR build merchant tools OR charge for features: → Build an App (see references/app-development.md) IF user wants t...
1.6K
4907 agentcash merit-systems/agentcash-skills
AgentCash — Paid API Access Call any x402-protected API with automatic wallet authentication and payment. No API keys or subscriptions required. Wallet Task Command Check total balance npx agentcash@latest balance Funding addresses and deposit links npx agentcash@latest accounts Redeem invite code npx agentcash@latest redeem <code> Open guided funding flow npx agentcash@latest fund Use balance when you only need to know whether paid calls are affordable. Use accounts only when the user needs dep...
1.6K
4908 cloud-setup elastic/agent-skills
Cloud Environment Setup Configure Elastic Cloud authentication and preferences. All other cloud/* skills depend on this setup. Workflow Setup Progress: - [ ] Step 1: Verify API key - [ ] Step 2: Set defaults - [ ] Step 3: Validate connection Step 1: Verify API key Check whether EC_API_KEY is already set: echo " ${EC_API_KEY :? Not set} " If not set, instruct the user to set it. Never ask the user to paste an API key into the chat — secrets must not appear in conversation history. Direct the user...
1.6K
4909 cloud-network-security elastic/agent-skills
Cloud Network Security Manage network security policies for Elastic Cloud Serverless projects: IP filters to allowlist specific IPs or CIDRs, and VPC filters (AWS PrivateLink) to restrict traffic to specific VPC endpoints. Prerequisite: This skill assumes the cloud-setup skill has already run — EC_API_KEY is set in the environment and the organization context is established. If EC_API_KEY is missing, instruct the agent to invoke cloud-setup first. Do NOT prompt the user for an API key directly. ...
1.6K
4910 add-provider-doc lobehub/lobehub
Adding New AI Provider Documentation Complete workflow for adding documentation for a new AI provider. Overview Create usage documentation (EN + CN) Add environment variable documentation (EN + CN) Update Docker configuration files Update .env.example Prepare image resources Step 1: Create Provider Usage Documentation Required Files docs/usage/providers/{provider-name}.mdx (English) docs/usage/providers/{provider-name}.zh-CN.mdx (Chinese) Key Requirements 5-6 screenshots showing the process Cove...
1.6K
4911 expo-react-native-typescript mindrally/skills
Expo React Native TypeScript You are an expert in Expo, React Native, and TypeScript mobile development. Core Principles Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Organize files with exported component, subcomponents, helpers, static content, and types Use lowercase with dashes for directories like components/auth-wizard TypeScript Standards Implement TypeScript throughout your codebase Prefer interfaces o...
1.6K
4912 asc-submission-health rorkai/app-store-connect-cli-skills
asc submission health Use this skill to reduce review submission failures and monitor status. Preconditions Auth configured and app/version/build IDs resolved. Build is processed (not in processing state). All required metadata is complete. Pre-submission Checklist 1. Verify Build Status asc builds info --build "BUILD_ID" Check: processingState is VALID usesNonExemptEncryption - if true , requires encryption declaration 2. Encryption Compliance If usesNonExemptEncryption: true : List existing d...
1.6K
4913 configuring-vpc-endpoints-for-private-aws-service-access aws/agent-toolkit-for-aws
Configuring VPC Endpoints for Private AWS Service Access Overview Domain expertise for configuring VPC endpoints to enable private access to AWS services without routing traffic through the internet. Covers both gateway endpoints (S3, DynamoDB) and interface endpoints (EC2, SSM, Secrets Manager, etc.) powered by AWS PrivateLink. Configure VPC endpoints To create and configure VPC endpoints for private AWS service access, follow the procedure exactly. See VPC endpoints configuration procedure . T...
1.6K
4914 market-research-reports davila7/claude-code-templates
Market Research Reports Overview Market research reports are comprehensive strategic documents that analyze industries, markets, and competitive landscapes to inform business decisions, investment strategies, and strategic planning. This skill generates professional-grade reports of 50+ pages with extensive visual content, modeled after deliverables from top consulting firms like McKinsey, BCG, Bain, Gartner, and Forrester. Key Features: Comprehensive length: Reports are designed to be 50+ pa...
1.6K
4915 clean-architecture giuseppe-trisciuoglio/developer-kit
Clean Architecture Framework A disciplined approach to structuring software so that business rules remain independent of frameworks, databases, and delivery mechanisms. Apply these principles when designing system architecture, reviewing module boundaries, or advising on dependency management. Core Principle Source code dependencies must point inward -- toward higher-level policies. Nothing in an inner circle can know anything about something in an outer circle. This single rule, applied consist...
1.6K
4916 business-health-diagnostic deanpeters/product-manager-skills
Purpose Diagnose overall SaaS business health by analyzing growth, retention, unit economics, and capital efficiency metrics together. Use this to identify problems early, prioritize actions by urgency, and deliver a comprehensive health scorecard for board meetings, quarterly reviews, or fundraising preparation. This is not a single-metric check—it's a holistic diagnostic that connects revenue, retention, economics, and efficiency to reveal systemic issues and opportunities. Key Concepts The Bu...
1.6K
4917 prompt-engineering giuseppe-trisciuoglio/developer-kit
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
1.6K
4918 flutter-dev minimax-ai/skills
Flutter Development Guide A practical guide for building cross-platform applications with Flutter 3 and Dart. Focuses on proven patterns, state management, and performance optimization. Quick Reference Widget Patterns Purpose Component State management (simple) StateProvider + ConsumerWidget State management (complex) NotifierProvider / Bloc Async data FutureProvider / AsyncNotifierProvider Real-time streams StreamProvider Navigation GoRouter + context.go/push Responsive layout LayoutBuilder + b...
1.6K
4919 cloud-manage-project elastic/agent-skills
Manage Serverless Project Perform day-2 operations on Elastic Cloud Serverless projects using the Serverless REST API. Prerequisites and permissions Ensure EC_API_KEY is configured. If not, run cloud-setup skill first. Updating project settings requires Admin or Editor role on the target project. This skill does not perform a separate role pre-check. Attempt the requested operation and let the API enforce authorization. If the API returns an authorization error (for example, 403 Forbidden ), sto...
1.6K
4920 observability-edot-python-instrument elastic/agent-skills
EDOT Python Instrumentation Read the setup guide before making changes: EDOT Python setup EDOT Python configuration OpenTelemetry Python auto-instrumentation Guidelines Install elastic-opentelemetry via pip (add to requirements.txt or equivalent) Run edot-bootstrap --action=install during image build to install auto-instrumentation packages for detected libraries Wrap the application entrypoint with opentelemetry-instrument — e.g. opentelemetry-instrument gunicorn app:app or opentelemetry-instru...
1.6K
4921 arize-link arize-ai/arize-skills
Arize Link Generate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. When to Use User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config You have IDs from exported data or logs and need to link back to the UI User asks to "open" or "view" any of the above in Arize Required Inputs Collect from the user or context (exported trace data, parsed URLs): Show more Installs 906 Repository ...
1.6K
4922 arize-evaluator arize-ai/arize-skills
Arize Evaluator Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . This skill covers designing, creating, and running evaluators on Arize — both LLM-as-judge (template) evaluators and code evaluators (deterministic, no LLM required). An evaluator defines the judge; a task is how you run it against real data. Prerequisites Proceed directly with the task — run the ax comma...
1.6K
4923 ui-skills nexu-io/open-design
ui-skills Curated from @ibelick. What it does Opinionated, evolving constraints to guide agents when building interfaces. Useful for keeping output coherent across many small UI pieces. Source Upstream: https://github.com/ibelick/ui-skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your a...
1.6K
4924 pptx-generator nexu-io/open-design
PPTX Generator & Editor Overview This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type. Quick Reference Task Approach Read/analyze content python -m markitdown presentation.pptx Edit or create from template See Editing Presentations Create from...
1.6K
4925 prompt-master nidhinjs/prompt-master
PRIMACY ZONE — Identity, Hard Rules, Output Lock Who you are You are a prompt engineer. You take the user's rough idea, identify the target AI tool, extract their actual intent, and output a single production-ready prompt — optimized for that specific tool, with zero wasted tokens. You NEVER discuss prompting theory unless the user explicitly asks. You NEVER show framework names in your output. You build prompts. One at a time. Ready to paste. Hard rules — NEVER violate these NEVER output a prom...
1.6K
4926 frontend-slides nexu-io/open-design
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
1.6K
4927 marketing-psychology nexu-io/open-design
Marketing Psychology & Mental Models You are an expert in applying psychological principles and mental models to marketing. Your goal is to help users understand why people buy, how to influence behavior ethically, and how to make better marketing decisions. How to Use This Skill 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 applying mental models. Use that context to tailor reco...
1.6K
4928 asc-metadata-sync rorkai/app-store-connect-cli-skills
asc metadata sync Use this skill to keep local metadata in sync with App Store Connect. Two Types of Localizations 1. Version Localizations (per-release) Fields: description , keywords , whatsNew , supportUrl , marketingUrl , promotionalText List version localizations asc localizations list --version "VERSION_ID" Download asc localizations download --version "VERSION_ID" --path "./localizations" Upload from .strings files asc localizations upload --version "VERSION_ID" --path "./localizations...
1.6K
4929 git-commit-push zc277584121/mygitplugin
Git Commit & Push 提交改动并推送到 origin 远端,不创建 PR。 触发条件 当用户要求提交改动并 push(但不需要提 PR)时使用此 skill。 执行步骤 创建新分支 : git checkout -b <branch-name> ,分支名由用户指定或根据改动内容自动生成。如果用户希望直接在当前分支提交,则跳过此步。 Review 改动 :先用 git status 和 git diff 自行检查所有改动,确保没有把临时文件、调试代码或不相关的文件混进来。 暂存文件 : git add 相关改动文件。不要使用 git add -A 或 git add . ,而是逐个添加相关文件。 Show more Installs 428 Repository zc277584121/mygitplugin First Seen Apr 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
1.6K
4930 debugging-lambda-timeouts aws/agent-toolkit-for-aws
Debugging Lambda Timeouts Overview Domain expertise for systematically investigating AWS Lambda function timeout failures by analyzing function configuration, CloudWatch logs, metrics, dependencies, cold start patterns, and code. Identifies common causes such as insufficient timeout settings, external service delays, database connection issues, memory constraints, and inefficient code patterns, then provides prioritized recommendations. Debug a Lambda timeout To investigate and resolve Lambda ti...
1.6K
4931 git-commit-pr zc277584121/mygitplugin
Git Commit & PR 提交改动并向 official(上游)仓库创建 Pull Request。 触发条件 当用户要求提交改动并给原始仓库(official)提 PR 时使用此 skill。 执行步骤 创建新分支 : git checkout -b <branch-name> ,分支名由用户指定或根据改动内容自动生成。 Review 改动 :先用 git status 和 git diff 自行检查所有改动,确保没有把临时文件、调试代码或不相关的文件混进来。 暂存文件 : git add 相关改动文件。不要使用 git add -A 或 git add . ,而是逐个添加相关文件。 Show more Installs 429 Repository zc277584121/mygitplugin First Seen Apr 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Fail
1.6K
4932 image-ecommerce starchild-ai-agent/official-skills
image-ecommerce Use this skill for all e-commerce product photography requests on Starchild. Covers: white-background hero shots, lifestyle product scenes, flat lay arrangements, detail/macro close-ups, packaging/unboxing shots, group/collection displays, scale reference images, seasonal themes (spring/summer/autumn/winter), 360-degree views, comparison layouts, infographic-style feature callouts, and platform-optimized images for Amazon, Shopify, Taobao, Instagram, Xiaohongshu, Etsy, eBay. Core...
1.6K
4933 shadcn-svelte huntabyte/shadcn-svelte
shadcn-svelte A framework for building UI, components, and design systems for Svelte. Components are added as source to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-svelte@latest , pnpm dlx shadcn-svelte@latest , or bunx --bun shadcn-svelte@latest — based on the project's package manager. Examples below use npx shadcn-svelte@latest but substitute the correct runner for the project. Current Project Context Read components.json at t...
1.6K
4934 trigger-cost-savings triggerdotdev/skills
Trigger.dev Cost Savings Analysis Analyze task runs and configurations to find cost reduction opportunities. Prerequisites: MCP Tools This skill requires the Trigger.dev MCP server to analyze live run data. Check MCP availability Before analysis, verify these MCP tools are available: list_runs — list runs with filters (status, task, time period, machine size) get_run_details — get run logs, duration, and status get_current_worker — get registered tasks and their configurations If these tools are...
1.6K
4935 pulumi-best-practices pulumi/agent-skills
Invoke this skill when: - Writing new Pulumi programs or components - Reviewing Pulumi code for correctness - Refactoring existing Pulumi infrastructure - Debugging resource dependency issues - Setting up configuration and secrets Practices 1. Never Create Resources Inside `apply()` Why: Resources created inside `apply()` don't appear in `pulumi preview`, making changes unpredictable. Pulumi cannot properly track dependencies, leading to race conditions and deployment failures. Detect...
1.6K
4936 turborepo-monorepo giuseppe-trisciuoglio/developer-kit
Turborepo Monorepo Overview Provides comprehensive guidance for working with Turborepo monorepos in TypeScript/JavaScript projects. Turborepo is a high-performance build system written in Rust that optimizes task execution through intelligent caching, parallelization, and dependency graph analysis. This skill covers workspace creation, task configuration, framework integration (Next.js, NestJS, Vite), testing setup, CI/CD pipelines, and performance optimization. When to Use Use this skill when: ...
1.6K
4937 cost-tracking affaan-m/everything-claude-code
Cost Tracking Use this skill to analyze Claude Code cost and usage history from a local SQLite database. It is intended for users who already have a cost-tracking hook or plugin writing usage rows to ~/.claude-cost-tracker/usage.db . Source: salvaged from stale community PR 1304 by MayurBhavsar . When to Use The user asks "how much have I spent?", "what did this session cost?", or "what is my token usage?" The user mentions budgets, spending limits, overruns, or cost controls. The user wants a c...
1.6K
4938 mantine-combobox mantinedev/skills
Mantine Combobox Skill Overview Combobox provides low-level primitives for building any select-like UI. The built-in Select , Autocomplete , and TagsInput components are all built on top of it. Core Workflow 1. Create the store const combobox = useCombobox ( { onDropdownClose : ( ) => combobox . resetSelectedOption ( ) , onDropdownOpen : ( ) => combobox . selectFirstOption ( ) , } ) ; 2. Render structure < Combobox store = { combobox } onOptionSubmit = { handleSubmit } > < Combobox.Target > < In...
1.6K
4939 asc-id-resolver rorkai/app-store-connect-cli-skills
asc id resolver Use this skill to map names to IDs needed by other commands. App ID By bundle ID or name: asc apps list --bundle-id "com.example.app" asc apps list --name "My App" Fetch everything: asc apps --paginate Set default: ASC_APP_ID=... Build ID Latest build: asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 5 Version ID asc versions list --app "APP_ID" --paginate TestFlight IDs Groups: asc beta-g...
1.6K
4940 aiq-research nvidia/skills
AIQ Research Skill Purpose Use this skill to call a locally running NVIDIA AI-Q Blueprint server through the helper script at scripts/aiq.py . Use this skill for research-shaped requests, including: "deep research on ..." "AIQ research ..." "research ..." "use AI-Q to answer ..." "ask AI-Q about ..." Do not use this skill for install, deploy, start, stop, UI, CLI, Docker, Helm, or troubleshooting requests. Those belong to aiq-deploy . Prerequisites Show more Installs 512 Repository nvidia/skills...
1.6K
4941 accelerated-computing-cudf nvidia/skills
cuDF & dask-cuDF Implementer's Guide Compatibility Release tracked by this skill: 26.04. Requires NVIDIA Volta or newer on CUDA 12, or Turing or newer on CUDA 13. Release 26.04 supports CUDA 12.2-12.9 with driver 535+ or CUDA 13.0-13.1 with driver 580+, and Python 3.11-3.14. cuDF sweet spot: >100K rows. Naming Use NVIDIA library-first wording in user-facing answers. Keep literal RAPIDS/rapidsai URLs, package names, and release metadata when citing sources. Role You are a cuDF expert helping an i...
1.6K
4942 ads-landing agricidaniel/claude-ads
Landing Page Quality for Ad Campaigns Process Collect landing page URLs from active ad campaigns Read ads/references/benchmarks.md for conversion rate benchmarks Read ads/references/conversion-tracking.md for pixel/tag verification Assess each landing page for ad-specific quality factors Score landing pages and identify improvement opportunities Generate recommendations prioritized by conversion impact Message Match Assessment The 1 landing page issue in ad campaigns — does the page match the ad...
1.6K
4943 having-difficult-conversations refoundai/lenny-skills
Having Difficult Conversations Help the user navigate tough conversations with courage and skill using frameworks from 43 product leaders. How to Help When the user asks for help with a difficult conversation: Understand the situation - Ask what kind of conversation (feedback, performance, firing, conflict resolution, delivering bad news) and what makes it difficult for them Check their preparation - Ensure they have specific examples, a clear desired outcome, and have thought through the other ...
1.6K
4944 add-setting-env lobehub/lobehub
Adding Environment Variable for User Settings Add server-side environment variables to configure default values for user settings. Priority : User Custom > Server Env Var > Hardcoded Default Steps 1. Define Environment Variable Create src/envs/<domain>.ts : import { createEnv } from '@t3-oss/env-nextjs' ; import { z } from 'zod' ; export const get < Domain > Config = ( ) => { return createEnv ( { server : { YOUR_ENV_VAR : z . coerce . number ( ) . min ( MIN ) . max ( MAX ) . optional ( ) , } , r...
1.6K
4945 shadcn-ui nexu-io/open-design
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
1.6K
4946 flutter-animating-apps nexu-io/open-design
Implementing Flutter Animations Contents Core Concepts Animation Strategies Workflows Implementing Implicit Animations Implementing Explicit Animations Implementing Hero Transitions Implementing Physics-Based Animations Examples Core Concepts Manage Flutter animations using the core typed Animation system. Do not manually calculate frames; rely on the framework's ticker and interpolation classes. Animation<T> : Treat this as an abstract representation of a value that changes over time. It holds ...
1.6K
4947 asc-aso-audit rorkai/app-store-connect-cli-skills
asc ASO audit Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. When available, include Apple-generated app tags as a discoverability signal. Preconditions Metadata pulled locally into canonical files via asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata" . If metadata came from asc migrate export or asc localizations download , normalize it into the canonical ./metadata layout before running this skill. For Astro ...
1.6K
4948 asc-localize-metadata rorkai/app-store-connect-cli-skills
asc localize metadata Use this skill to pull English (or any source locale) App Store metadata, translate it with LLM, and push translations back to App Store Connect — all automated. Command discovery and output conventions Always confirm flags with --help for the exact asc version: asc localizations --help asc localizations download --help asc localizations upload --help asc app-info set --help Prefer explicit long flags ( --app , --version , --version-id , --type , --app-info ). Default outpu...
1.6K
4949 git-fork-clone zc277584121/mygitplugin
Git Fork & Clone Fork 别人的 GitHub 仓库并 clone 到本地,自动配置 official remote。 触发条件 当用户要求 fork 别人的仓库并 clone 到本地时使用此 skill。 输入 用户需要提供目标仓库,格式为 owner/repo 。 执行步骤 Fork 仓库 :使用 gh repo fork <owner/repo> --clone=false 将仓库 fork 到 zc277584121 账号下。 Clone 仓库 :使用 gh repo clone zc277584121/<repo> 将 fork 后的仓库 clone 到本地。 进入项目目录 : cd <repo> 。 添加 official remote : git remote add official https://github.com/<original-owner>/<repo>.git ,用于跟踪上游仓库。 验证 remote 配置 : git remote -v ,确认 origin 指向自己的 fork,official 指向原始仓库。 Show more ...
1.6K
4950 git-summarize-weekly zc277584121/mygitplugin
Git Summarize Weekly 总结本周的 GitHub 贡献,输出适合写入周报的英文摘要。 触发条件 当用户要求总结本周 GitHub 贡献、写周报或查看本周工作时使用此 skill。 执行步骤 计算日期范围 :计算本周一的日期到今天。使用 date 命令计算。 拉取 GitHub events : gh api users/zc277584121/events --paginate --jq '.[]' 获取用户近期的 GitHub 活动事件。 Show more Installs 430 Repository zc277584121/mygitplugin First Seen Apr 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
1.6K