███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2551 | wireframe-prototyping | aj-geddes/useful-ai-prompts |
Wireframe Prototyping Overview Wireframes and prototypes bridge the gap between ideas and implementation, enabling teams to test concepts, get feedback, and refine designs before costly development. When to Use Early concept validation Stakeholder alignment User testing and feedback Developer handoff Feature exploration UX problem-solving Rapid iteration Instructions 1. Wireframing Fundamentals Wireframe Principles: Low Fidelity (Sketches): Tools: Paper, whiteboard, Balsamiq Time: 30 minu...
|
370 |
| 2552 | customer-journey-map | deanpeters/product-manager-skills |
Purpose Create a comprehensive customer journey map that visualizes how customers interact with your brand across all stages—from awareness to loyalty—documenting their actions, touchpoints, emotions, KPIs, business goals, and teams involved at each stage. Use this to identify pain points, align cross-functional teams, and systematically improve the customer experience to achieve business objectives. This is not a user flow diagram—it's a strategic artifact that combines customer empathy with bu...
|
370 |
| 2553 | link-workspace-packages | nrwl/nx-ai-agents-config |
Link Workspace Packages Add dependencies between packages in a monorepo. All package managers support workspaces but with different syntax. Detect Package Manager Check whether there's a packageManager field in the root-level package.json . Alternatively check lockfile in repo root: pnpm-lock.yaml → pnpm yarn.lock → yarn bun.lock / bun.lockb → bun package-lock.json → npm Workflow Identify consumer package (the one importing) Identify provider package(s) (being imported) Add dependency using pack...
|
370 |
| 2554 | ux-heuristics | wondelai/skills |
Practical usability principles for evaluating and improving user interfaces. Based on a fundamental truth: users don't read, they scan. They don't make optimal choices, they satisfice. They don't figure out how things work, they muddle through. Core Philosophy "Don't Make Me Think" - Every page should be self-evident. If something requires thinking, it's a usability problem. Krug's Three Laws of Usability 1. Don't Make Me Think Every question mark that pops into a user's head adds to the...
|
369 |
| 2555 | project-workflow | jezweb/claude-skills |
Project Workflow Skill 9 integrated slash commands for complete project lifecycle automation: idea validation → planning → execution → session management → context preservation → release. Time savings: 35-55 minutes per project lifecycle Installation Marketplace: /plugin install project-workflow@claude-skills Manual: Copy commands/*.md to ~/.claude/commands/ The 7 Commands 1. /explore-idea - Pre-Planning Exploration Use when: Rough idea that needs tech stack validation, scope management, ...
|
369 |
| 2556 | cloudflare-worker-builder | jezweb/claude-skills |
Cloudflare Worker Builder Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, Vite dev server, and Static Assets. Workflow Step 1: Understand the Project Ask about the project to choose the right bindings and structure: What does the app do? (API only, SPA + API, landing page) What data storage? (D1 database, R2 files, KV cache, none) Auth needed? (Clerk, better-auth, none) Custom domain or workers.dev subdomain? A brief like "t...
|
369 |
| 2557 | cloudbase-agent-ts | tencentcloudbase/skills |
Cloudbase Agent (TypeScript) TypeScript SDK for deploying AI agents as HTTP services using the AG-UI protocol. Note: This skill is for TypeScript/JavaScript projects only. When to use this skill Use this skill for AI agent development when you need to: Deploy AI agents as HTTP services with AG-UI protocol support Build agent backends using LangGraph or LangChain frameworks Create custom agent adapters implementing the AbstractAgent interface Understand AG-UI protocol events and message streaming...
|
369 |
| 2558 | neon-vercel-postgres | jezweb/claude-skills |
Neon & Vercel Serverless Postgres Status: Production Ready Last Updated: 2026-01-21 Dependencies: None Latest Versions: @neondatabase/serverless@1.0.2, @vercel/postgres@0.10.0, drizzle-orm@0.45.1, drizzle-kit@0.31.8, neonctl@2.19.0 Quick Start (5 Minutes) 1. Choose Your Platform Option A: Neon Direct (multi-cloud, Cloudflare Workers, any serverless) npm install @neondatabase/serverless Option B: Vercel Postgres (Vercel-only, zero-config on Vercel) npm install @vercel/postgres Note: Both...
|
369 |
| 2559 | ui-mobile | alinaqi/claude-bootstrap |
Mobile UI Design Skill (React Native) Load with: base.md + react-native.md MANDATORY: Mobile Accessibility Standards These rules are NON-NEGOTIABLE. Every UI element must pass these checks. 1. Touch Targets (CRITICAL) // MINIMUM 44x44 points for ALL interactive elements const MINIMUM_TOUCH_SIZE = 44; // EVERY button, link, icon button must meet this const styles = StyleSheet.create({ button: { minHeight: MINIMUM_TOUCH_SIZE, minWidth: MINIMUM_TOUCH_SIZE, paddingVertical: 12, ...
|
369 |
| 2560 | firebase-auth | jezweb/claude-skills |
Firebase Authentication Status: Production Ready Last Updated: 2026-01-25 Dependencies: None (standalone skill) Latest Versions: firebase@12.8.0, firebase-admin@13.6.0 Quick Start (5 Minutes) 1. Enable Auth Providers in Firebase Console Go to Firebase Console > Authentication > Sign-in method Enable desired providers (Email/Password, Google, etc.) Configure OAuth providers with client ID/secret 2. Initialize Firebase Auth (Client) // src/lib/firebase.ts import { initializeApp } from 'firebase/...
|
369 |
| 2561 | openapi-specification-v3.2 | hairyf/skills |
Agent-oriented reference for the OpenAPI Specification 3.2.0. Use when editing, generating, or validating OpenAPI descriptions (OAD). When to Use - Authoring or updating OpenAPI 3.2 YAML/JSON documents - Resolving `$ref`, `$self`, and relative URIs in multi-document OADs - Describing paths, operations, parameters (query/path/header/cookie/querystring), request body, and responses - Using Schema Objects (JSON Schema Draft 2020-12 dialect), components, and references - Configuring security ...
|
368 |
| 2562 | vitest | pproenca/dot-skills |
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
|
368 |
| 2563 | macos-development | rshankras/claude-code-apple-skills |
macOS Development Expert Comprehensive guidance for macOS app development. This skill aggregates specialized modules for different aspects of macOS development. When This Skill Activates Use this skill when the user: Asks about macOS development best practices Wants code review for macOS/Swift projects Needs help with SwiftUI, SwiftData, or AppKit Is implementing macOS 26 (Tahoe) features Wants UI/UX review against HIG Needs architecture guidance for macOS apps Available Modules Read releva...
|
368 |
| 2564 | docs-workflow | jezweb/claude-skills |
docs-workflow Last Updated: 2026-01-11 Purpose: Manage project documentation throughout its lifecycle Overview This skill helps you: Initialize documentation for new projects (CLAUDE.md, README.md, docs/) Maintain CLAUDE.md to match actual project state Audit all docs for staleness, broken links, outdated versions Commands Command Purpose /docs Main entry - shows available subcommands /docs-init Create CLAUDE.md + README.md + docs/ structure /docs-update Audit and maintain all documentation ...
|
368 |
| 2565 | web-haptics | lochie/web-haptics |
Install web-haptics ( npm i web-haptics ) and add haptic feedback to the app following these rules: Package: web-haptics Repository: https://github.com/lochie/web-haptics | License: MIT | Zero dependencies Uses the Web Vibration API. Silently no-ops on unsupported platforms (desktop). No error handling or feature detection needed. Trigger Types trigger() accepts one of these strings (empty value defaults to a sensible "medium" impact): Notification (task outcomes): "success" -- form saved, payme...
|
367 |
| 2566 | tech-news-digest | draco-agent/tech-news-digest |
Tech News Digest Automated tech news digest system with unified data source model, quality scoring pipeline, and template-based output generation. Quick Start Configuration Setup : Default configs are in config/defaults/ . Copy to workspace for customization: mkdir -p workspace/config cp config/defaults/sources.json workspace/config/tech-news-digest-sources.json cp config/defaults/topics.json workspace/config/tech-news-digest-topics.json Environment Variables : TWITTERAPI_IO_KEY - twitterapi.io ...
|
367 |
| 2567 | flutter-riverpod-expert | juparave/dotfiles |
Flutter Riverpod Expert - 2025 Best Practices You have expert knowledge in Flutter Riverpod state management following 2025 best practices. When the user is working with Riverpod or Flutter state management, apply these patterns and guidelines. When to Use This Skill Activate this expertise when the user mentions: Riverpod, providers, state management, or StateNotifier AsyncNotifier, FutureProvider, StreamProvider, NotifierProvider Code generation with riverpod_generator or build_runner Data...
|
367 |
| 2568 | user-story-mapping | deanpeters/product-manager-skills |
Purpose Visualize the user journey by creating a hierarchical map that breaks down high-level activities into steps and tasks, organized left-to-right as a narrative flow. Use this to build shared understanding across product, design, and engineering, prioritize features based on user workflows, and identify gaps or opportunities in the user experience. This is not a backlog—it's a strategic artifact that shows how users accomplish their goals, which then informs what to build. Key Concepts The ...
|
367 |
| 2569 | let-fate-decide | trailofbits/skills |
Let Fate Decide When the path forward is unclear, let the cards speak. Quick Start Run the drawing script: uv run { baseDir } /scripts/draw_cards.py The script outputs JSON with 4 drawn cards, each with a file path relative to {baseDir}/ Read each card's meaning file to understand the draw Interpret the spread using the guide at {baseDir}/references/INTERPRETATION_GUIDE.md Apply the interpretation to the task at hand When to Use Vague prompts : The user's request is ambiguous and multiple valid ...
|
367 |
| 2570 | knowledge-synthesis | anthropics/knowledge-work-plugins |
Knowledge Synthesis The last mile of enterprise search. Takes raw results from multiple sources and produces a coherent, trustworthy answer. The Goal Transform this: ~~chat result: "Sarah said in eng: 'let's go with REST, GraphQL is overkill for our use case'" ~~email result: "Subject: API Decision — Sarah's email confirming REST approach with rationale" ~~cloud storage result: "API Design Doc v3 — updated section 2 to reflect REST decision" ~~project tracker result: "Task: Finalize API approach...
|
366 |
| 2571 | create-evlog-enricher | hugorcd/evlog |
Create evlog Enricher Add a new built-in enricher to evlog. Every enricher follows the same architecture. This skill walks through all 6 touchpoints. Every single touchpoint is mandatory -- do not skip any. PR Title Recommended format for the pull request title: feat: add {name} enricher The exact wording may vary depending on the enricher (e.g., feat: add user agent enricher , feat: add geo enricher ), but it should always follow the feat: conventional commit prefix. Touchpoints Checklist File...
|
366 |
| 2572 | annotating-task-lineage | astronomer/agents |
Annotating Task Lineage with Inlets & Outlets This skill guides you through adding manual lineage annotations to Airflow tasks using inlets and outlets . Reference: See the OpenLineage provider developer guide for the latest supported operators and patterns. On Astro Lineage annotations defined with inlets and outlets are visualized in Astro's enhanced Lineage tab , which provides cross-DAG and cross-deployment lineage views. This means your annotations are immediately visible in the Astro UI, g...
|
366 |
| 2573 | ai-agents-architect | davila7/claude-code-templates |
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
|
365 |
| 2574 | devops-iac-engineer | davila7/claude-code-templates |
DevOps IaC Engineer This Skill helps DevOps teams design, implement, and maintain cloud infrastructure using Infrastructure as Code principles. Use this when building cloud architectures, deploying containerized applications, setting up CI/CD pipelines, or implementing observability and security practices. Quick Navigation Terraform & IaC: See terraform.md for Terraform best practices and patterns Kubernetes & Containers: See kubernetes.md for container orchestration Cloud Platforms: See cloud...
|
365 |
| 2575 | create-evlog-adapter | hugorcd/evlog |
Create evlog Adapter Add a new built-in adapter to evlog. Every adapter follows the same architecture. This skill walks through all 8 touchpoints. Every single touchpoint is mandatory -- do not skip any. PR Title Recommended format for the pull request title: feat: add {name} adapter The exact wording may vary depending on the adapter (e.g., feat: add OTLP adapter , feat: add Axiom drain adapter ), but it should always follow the feat: conventional commit prefix. Touchpoints Checklist File Acti...
|
364 |
| 2576 | mcp2cli | knowsuchagency/mcp2cli |
mcp2cli Turn any MCP server or OpenAPI spec into a CLI at runtime. No codegen. Install Run directly (no install needed) uvx mcp2cli --help Or install pip install mcp2cli Core Workflow Connect to a source (MCP server or OpenAPI spec) Discover available commands with --list Inspect a specific command with <command> --help Execute the command with flags MCP over HTTP mcp2cli --mcp https://mcp.example.com/sse --list mcp2cli --mcp https://mcp.example.com/sse create-task --help mcp2cli --mcp https:...
|
364 |
| 2577 | tiktok-research | bradautomates/head-of-content |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/bradautomates/head-of-content)
|
364 |
| 2578 | test-cases | cexll/myclaude |
Test Cases Generator This skill generates comprehensive, requirement-driven test cases from PRD documents or user requirements. Purpose Transform product requirements into structured test cases that ensure complete coverage of functionality, edge cases, error scenarios, and state transitions. The skill follows a pragmatic testing philosophy: test what matters, ensure every requirement has corresponding test coverage, and maintain test quality over quantity. When to Use Trigger this skill wh...
|
363 |
| 2579 | openai-agents | jezweb/claude-skills |
OpenAI Agents SDK Build AI applications with text agents, voice agents (realtime), multi-agent workflows, tools, guardrails, and human-in-the-loop patterns. Quick Start npm install @openai/agents zod@4 v0.4.0+ requires Zod 4 (breaking change) npm install @openai/agents-realtime Voice agents export OPENAI_API_KEY="your-key" Breaking Change (v0.4.0): Zod 3 no longer supported. Upgrade to zod@4. Runtimes: Node.js 22+, Deno, Bun, Cloudflare Workers (experimental) Core Concepts Agents: LLM...
|
363 |
| 2580 | make-pr | remotion-dev/remotion |
Ensure we are not on the main branch, make a branch if necessary. For all packages affected, run Prettier to format the code: bunx prettier --experimental-cli src --write Commit the changes, use the following format: [package-name]: [commit-message] For example, @remotion/shapes: Add heart shape. The package name must be obtained from package.json. If multiple packages are affected, use the one that you think if most relevant. Push the changes to the remote branch. Use the gh CLI to creat...
|
363 |
| 2581 | nginx-configuration | aj-geddes/useful-ai-prompts |
Nginx Configuration Overview Master Nginx configuration for production-grade web servers, reverse proxies, load balancing, SSL termination, caching, and API gateway patterns with advanced performance tuning. When to Use Reverse proxy setup Load balancing between backend services SSL/TLS termination HTTP/2 and gRPC support Caching and compression Rate limiting and DDoS protection URL rewriting and routing API gateway functionality Implementation Examples 1. Production Nginx Configuration /etc/...
|
363 |
| 2582 | seo-audit | sickn33/antigravity-awesome-skills |
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. 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 auditing, understand: Site ...
|
363 |
| 2583 | modal | lobehub/lobehub |
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
|
363 |
| 2584 | social-media | langchain-ai/deepagents |
Social Media Content Skill This skill provides guidelines for creating engaging social media content that drives engagement and shares. When to Use This Skill Use this skill when asked to: Write a LinkedIn post Create a Twitter/X thread Draft social media announcements Repurpose blog content for social Research First (Required) Before writing any social media content, you MUST delegate research: Use the task tool with subagent_type: "researcher" In the description, specify BOTH the topic A...
|
362 |
| 2585 | transcribe | openai/skills |
Audio Transcribe Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs. Workflow Collect inputs: audio file path(s), desired response format (text/json/diarized_json), optional language hint, and any known speaker references. Verify OPENAI_API_KEY is set. If missing, ask the user to set it locally (do not ask them to paste the key). Run the bundled transcribe_diarize.py CLI with sensible defaults (fast text tran...
|
362 |
| 2586 | responsive-images | jezweb/claude-skills |
Responsive Images Status: Production Ready ✅ Last Updated: 2026-01-14 Standards: Web Performance Best Practices, Core Web Vitals Quick Start Basic Responsive Image <img src="/images/hero-800.jpg" srcset=" /images/hero-400.jpg 400w, /images/hero-800.jpg 800w, /images/hero-1200.jpg 1200w, /images/hero-1600.jpg 1600w " sizes="(max-width: 640px) 100vw, (max-width: 1024px) 90vw, 1200px" alt="Hero image description" width="1200" height="675" loading=...
|
362 |
| 2587 | find-bugs | getsentry/skills |
Find Bugs Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Phase 1: Complete Input Gathering Get the FULL diff: git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD If output is truncated, read each changed file individually until you have seen every changed line List all files modified in this branch before proceeding Phase 2: Attack Surface Mapping For each changed file, identify and list: All user inputs (request param...
|
362 |
| 2588 | observe-whatsapp | gokapso/agent-skills |
Use this skill for operational diagnostics: message delivery investigation, webhook delivery debugging, error triage, and WhatsApp health checks. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Investigate message delivery - List messages: `node scripts/messages.js --phone-number-id <id>` - Inspect message: `node scripts/message-details.js --message-id <id>` - Find conversation: `node scripts/lookup-conversation.js --phone-number <e164>`...
|
362 |
| 2589 | crypto-trading-bots | omer-metin/skills-for-antigravity |
No SKILL.md available for this skill. View on GitHub
|
361 |
| 2590 | expo-app-design | skillcreatorai/ai-agent-skills |
Expo App Design Build beautiful cross-platform mobile apps with Expo Router, NativeWind, and React Native. When to Use Building mobile apps with Expo Navigation with Expo Router Styling with NativeWind/Tailwind Native tabs and animations Source This skill references patterns from Expo's skills.
|
361 |
| 2591 | agent-development | jezweb/claude-skills |
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
|
361 |
| 2592 | user-story-splitting | deanpeters/product-manager-skills |
Purpose Break down large user stories, epics, or features into smaller, independently deliverable stories using systematic splitting patterns. Use this to make work more manageable, reduce risk, enable faster feedback cycles, and maintain flow in agile development. This skill applies to user stories, epics, and any work that's too large to complete in a single sprint. This is not arbitrary slicing—it's strategic decomposition that preserves user value while reducing complexity. Key Concepts The ...
|
361 |
| 2593 | saas-revenue-growth-metrics | deanpeters/product-manager-skills |
Purpose Master revenue and retention metrics to understand SaaS business momentum, evaluate product-market fit, and make data-driven decisions about growth investments. Use this to calculate key metrics, interpret trends, identify problems early, and communicate business health to stakeholders. This is not a business intelligence tool—it's a framework for PMs to understand which metrics matter, how to calculate them correctly, and what actions to take based on the numbers. Key Concepts Revenue M...
|
361 |
| 2594 | oauth-integrations | jezweb/claude-skills |
OAuth Integrations for Edge Environments Implement GitHub and Microsoft OAuth in Cloudflare Workers and other edge runtimes. GitHub OAuth Required Headers GitHub API has strict requirements that differ from other providers. Header Requirement User-Agent REQUIRED - Returns 403 without it Accept application/vnd.github+json recommended const resp = await fetch('https://api.github.com/user', { headers: { Authorization: `Bearer ${accessToken}`, 'User-Agent': 'MyApp/1.0', // Required! ...
|
360 |
| 2595 | swiftui-animation | jamesrochabrun/skills |
SwiftUI Animation Expert Expert guidance for implementing advanced SwiftUI animations and Metal shader integration. Covers animation curves, springs, transitions, matched geometry effects, PhaseAnimator, KeyframeAnimator, and GPU-accelerated shader effects. When to Use This Skill Understanding motion design principles and when to use animation Making animations accessible and platform-appropriate Implementing animations in SwiftUI (springs, easing, keyframes) Creating view transitions (fade, s...
|
360 |
| 2596 | jest-react-testing | manutej/luxor-claude-marketplace |
Jest React Testing A comprehensive skill for testing React applications using Jest and React Testing Library. This skill covers everything from basic component testing to advanced patterns including mocking, async testing, custom hooks testing, and integration testing strategies. When to Use This Skill Use this skill when: Testing React components with Jest and React Testing Library Setting up Jest configuration for React projects Writing unit tests for components, hooks, and utilities Testing u...
|
360 |
| 2597 | remotion-video | wshuyi/remotion-video-skill |
Remotion Video 用 React 以编程方式创建 MP4 视频的框架。 核心概念 Composition - 视频的定义(尺寸、帧率、时长) useCurrentFrame() - 获取当前帧号,驱动动画 interpolate() - 将帧号映射到任意值(位置、透明度等) spring() - 物理动画效果 - 时间轴上排列组件 快速开始 创建新项目 npx create-video@latest 选择模板后: cd <project-name> npm run dev 启动 Remotion Studio 预览 项目结构 my-video/ ├── src/ │ ├── Root.tsx 注册所有 Composition │ ├── HelloWorld.tsx 视频组件 │ └── index.ts 入口 ├── public/ 静态资源(音频、图片) ├── remotion.config.ts 配置文件 └── package.json 基...
|
360 |
| 2598 | wp-project-triage | wordpress/agent-skills |
WP Project Triage When to use Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes. Inputs required Repo root (current working directory). Procedure Run the detector (prints JSON to stdout): node skills/wp-project-triage/scripts/detect_wp_project.mjs If you need the exact output contract, read: skills/wp-project-triage/references/triage.schema.json Use the report to select workflow guardrails: project kind(s) PHP...
|
360 |
| 2599 | docs-changelog | google-gemini/gemini-cli |
Procedure: Updating Changelog for New Releases Objective To standardize the process of updating changelog files ( latest.md , preview.md , index.md ) based on automated release information. Inputs version : The release version string (e.g., v0.28.0 , v0.29.0-preview.2 ). TIME : The release timestamp (e.g., 2026-02-12T20:33:15Z ). BODY : The raw markdown release notes, containing a "What's Changed" section and a "Full Changelog" link. Guidelines for latest.md and preview.md Highlights Aim for 3-5...
|
360 |
| 2600 | status | parallel-web/parallel-agent-skills |
Railway Status Check the current Railway project status for this directory. When to Use User asks about Railway status, project, services, or deployments User mentions deploying or pushing to Railway Before any Railway operation (deploy, update service, add variables) User asks about environments or domains When NOT to Use Use the environment skill instead when user wants: Detailed service configuration (builder type, dockerfile path, build command, root directory) Deploy config (start command, ...
|
360 |