███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2101 | agentic-actions-auditor | trailofbits/skills |
Agentic Actions Auditor Static security analysis guidance for GitHub Actions workflows that invoke AI coding agents. This skill teaches you how to discover workflow files locally or from remote GitHub repositories, identify AI action steps, follow cross-file references to composite actions and reusable workflows that may contain hidden AI agents, capture security-relevant configuration, and detect attack vectors where attacker-controlled input reaches an AI agent running in a CI/CD pipeline. Whe...
|
4.4K |
| 2102 | threejs-loaders | cloudai-x/threejs-skills |
Three.js Loaders Quick Start import * as THREE from "three"; import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js"; // Load GLTF model const loader = new GLTFLoader(); loader.load("model.glb", (gltf) => { scene.add(gltf.scene); }); // Load texture const textureLoader = new THREE.TextureLoader(); const texture = textureLoader.load("texture.jpg"); LoadingManager Coordinate multiple loaders and track progress. const manager = new THREE.LoadingManager(); // Callbacks manager.onStar...
|
4.4K |
| 2103 | printing-press | mvanhorn/cli-printing-press |
/printing-press Generate the best useful CLI for an API without burning an hour on phase theater. /printing-press Notion /printing-press Discord codex /printing-press --spec ./openapi.yaml /printing-press --har ./capture.har --name MyAPI /printing-press https://postman.com/explore /printing-press https://postman.com What Changed In v2 The old skill inflated the path to ship: too many mandatory research documents before code existed too many separate late-stage validation phases after code existe...
|
4.4K |
| 2104 | evaluation-methodology | wshobson/agents |
Evaluation Methodology This document is the authoritative reference for how PluginEval measures plugin and skill quality. It covers the three evaluation layers, all ten scoring dimensions, the composite formula, badge thresholds, anti-pattern flags, Elo ranking, and actionable improvement tips. Related: Full rubric anchors The Three Evaluation Layers PluginEval stacks three complementary layers. Each layer produces a score between 0.0 and 1.0 for each applicable dimension, and later layers overr...
|
4.4K |
| 2105 | ctf-writeup | ljagiello/ctf-skills |
CTF Write-up Generator Generate a standardized submission-style CTF writeup for a solved challenge. Default behavior: During an active competition, optimize for speed, clarity, and reproducibility Keep writeups short enough that a teammate or organizer can validate the solve quickly Always produce a submission -style writeup Prefer one complete solve script from challenge data to final flag Workflow Step 1: Gather Information Collect the following from the current session, challenge files, and u...
|
4.4K |
| 2106 | fastapi-expert | jeffallan/claude-skills |
FastAPI Expert Senior FastAPI specialist with deep expertise in async Python, Pydantic V2, and production-grade API development. Role Definition You are a senior Python engineer with 10+ years of API development experience. You specialize in FastAPI with Pydantic V2, async SQLAlchemy, and modern Python 3.11+ patterns. You build scalable, type-safe APIs with automatic documentation. When to Use This Skill Building REST APIs with FastAPI Implementing Pydantic V2 validation schemas Setting up a...
|
4.4K |
| 2107 | code-reviewer | jeffallan/claude-skills |
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
|
4.4K |
| 2108 | playwright-skill | testdino-hq/playwright-skill |
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
|
4.4K |
| 2109 | 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...
|
4.4K |
| 2110 | project-planner | shubhamsaboo/awesome-llm-apps |
Project Planner You are an expert project planner who breaks down complex projects into achievable, well-structured tasks. When to Apply Use this skill when: Defining project scope and deliverables Creating work breakdown structures (WBS) Identifying task dependencies Estimating timelines and effort Planning milestones and phases Allocating resources Risk assessment and mitigation Planning Process 1. Define Success What is the end goal? What are the success criteria? What defines "done"? What ar...
|
4.4K |
| 2111 | sound-effects | elevenlabs/skills |
ElevenLabs Sound Effects Generate sound effects from text descriptions — supports looping, custom duration, and prompt adherence control. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs . client import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_sound_effects . convert ( text = "Thunder rumbling in the distance with light rain" , ) with open ( "thunder.mp3" , "wb" ) as f : for chunk in audio : f . write ( chunk )...
|
4.4K |
| 2112 | nature-figure | yuan1z0825/nature-skills |
Nature Figure Making Skill A guide for producing publication-quality scientific figures as a visual argument, not as isolated pretty plots. Every figure starts from a claim, an evidence hierarchy, and a review-risk check before code or aesthetics. The older Python/matplotlib rules in this skill remain valid. The skill now also supports R, especially ggplot2 + patchwork + ComplexHeatmap + ggrepel + svglite/cairo_pdf + ragg . If the user provides a private plotting template collection, use it only...
|
4.4K |
| 2113 | drizzle-orm | bobmatnyc/claude-mpm-skills |
Drizzle ORM Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments. Quick Start Installation Core ORM npm install drizzle-orm Database driver (choose one) npm install pg PostgreSQL npm install mysql2 MySQL npm install better-sqlite3 SQLite Drizzle Kit (migrations) npm install -D drizzle-kit Basic Setup // db/schema.ts import { pgTable, serial, text, timestamp } from 'd...
|
4.3K |
| 2114 | copilot-spaces | github/awesome-copilot |
Copilot Spaces Use Copilot Spaces to bring curated, project-specific context into conversations. A Space is a shared collection of repositories, files, documentation, and instructions that grounds Copilot responses in your team's actual code and knowledge. Available Tools MCP Tools (Read-only) Tool Purpose mcp__github__list_copilot_spaces List all spaces accessible to the current user mcp__github__get_copilot_space Load a space's full context by owner and name REST API via gh api (Full CRUD) The...
|
4.3K |
| 2115 | write-xiaohongshu | adjfks/corner-skills |
Write Xiaohongshu(小红书:先研究再写再发) Quick Start(最短用法) 当用户给你一个主题时,直接按“步骤 0→6”跑完整流程;最终只输出: 标题(≤20 字符) 正文(≤1000 字符) 标签(xxx yyy…) 配图(1~2 张,9:16 优先) 发布结果(若小红书 MCP 可用) 硬性限制(必须遵守) 标题:≤ 20 字符 正文:≤ 1000 字符 计数口径:按“字符”计数(包含空格、标点、换行、话题 等)。为稳妥:标题尽量≤18,正文尽量≤950,留给标签/格式余量。 输出(必须包含这些块) 本 skill 的输出分两段: 分析总结报告(在完成步骤 1+2 的分析后必须先给出,结构见下方模板) 最终可发布成稿(标题+正文+标签+配图+发布结果) 标题:<不超过20字符> 正文: <不超过1000字符> 标签:标签1 标签2 标签3 ... 配图:<1~2张,9:16优先;给出图片URL或本地路径> 如果发布接口支持“标签单独字段”,则正文里不要堆 标签,把标签放到发布参数里;最终仍需保证正文自身≤1000。 总流程(必须按顺序做) f...
|
4.3K |
| 2116 | openclaw-control-center | aradotso/trending-skills |
openclaw-control-center Skill by ara.so — Daily 2026 Skills collection OpenClaw Control Center transforms OpenClaw from a black box into a local, auditable control center. It provides visibility into agent activity, token spend, task execution chains, cross-session collaboration, memory state, and document sources — with security-first defaults that keep all mutations off by default. What It Does Overview : System health, pending items, risk signals, and operational summary Usage : Daily/7d/30d ...
|
4.3K |
| 2117 | design-system | affaan-m/everything-claude-code |
Design System Token architecture, component specifications, systematic design, slide generation. When to Use Design token creation Component state definitions CSS variable systems Spacing/typography scales Design-to-code handoff Tailwind theme configuration Slide/presentation generation Token Architecture Load: references/token-architecture.md Three-Layer Structure Show more Installs 4.4K Repository nextlevelbuilde…ax-skill GitHub Stars 101.7K First Seen 12 days ago Security Audits Gen Agent Tru...
|
4.3K |
| 2118 | youtube-downloader | composiohq/awesome-claude-skills |
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
|
4.3K |
| 2119 | nuxt4-patterns | affaan-m/everything-claude-code |
Nuxt 4 Patterns Use when building or debugging Nuxt 4 apps with SSR, hybrid rendering, route rules, or page-level data fetching. When to Activate Hydration mismatches between server HTML and client state Route-level rendering decisions such as prerender, SWR, ISR, or client-only sections Performance work around lazy loading, lazy hydration, or payload size Page or component data fetching with useFetch , useAsyncData , or $fetch Nuxt routing issues tied to route params, middleware, or SSR/client ...
|
4.3K |
| 2120 | api-designer | jeffallan/claude-skills |
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
|
4.3K |
| 2121 | java-architect | jeffallan/claude-skills |
Java Architect Senior Java architect with deep expertise in enterprise-grade Spring Boot applications, microservices architecture, and cloud-native development. Role Definition You are a senior Java architect with 15+ years of enterprise Java experience. You specialize in Spring Boot 3.x, Java 21 LTS, reactive programming with Project Reactor, and building scalable microservices. You apply Clean Architecture, SOLID principles, and production-ready patterns. When to Use This Skill Building Sp...
|
4.3K |
| 2122 | threejs-textures | cloudai-x/threejs-skills |
Three.js Textures Quick Start import * as THREE from "three"; // Load texture const loader = new THREE.TextureLoader(); const texture = loader.load("texture.jpg"); // Apply to material const material = new THREE.MeshStandardMaterial({ map: texture, }); Texture Loading Basic Loading const loader = new THREE.TextureLoader(); // Async with callbacks loader.load( "texture.jpg", (texture) => console.log("Loaded"), (progress) => console.log("Progress"), (error) => console.error("Error"),...
|
4.3K |
| 2123 | gh-cli | trailofbits/skills |
GitHub CLI (gh) Comprehensive reference for GitHub CLI (gh) - work seamlessly with GitHub from the command line. Version: 2.85.0 (current as of January 2026) Prerequisites Installation macOS brew install gh Linux curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of = /usr/share/keyrings/githubcli-archive-keyring.gpg echo "deb [arch= $( dpkg --print-architecture ) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable...
|
4.3K |
| 2124 | dogfood | nousresearch/hermes-agent |
Dogfood Systematically explore a web application, find issues, and produce a report with full reproduction evidence for every finding. Setup Only the Target URL is required. Everything else has sensible defaults -- use them unless the user explicitly provides an override. Parameter Default Example override Target URL (required) vercel.com , http://localhost:3000 Session name Slugified domain (e.g., vercel.com -> vercel-com ) --session my-session Output directory ./dogfood-output/ Output director...
|
4.3K |
| 2125 | music | elevenlabs/skills |
ElevenLabs Music Generation Generate music from text prompts - supports instrumental tracks, songs with lyrics, and fine-grained control via composition plans. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs . client import ElevenLabs client = ElevenLabs ( ) audio = client . music . compose ( prompt = "A chill lo-fi hip hop beat with jazzy piano chords" , music_length_ms = 30000 ) with open ( "output.mp3" , "wb" ) as f : for chu...
|
4.3K |
| 2126 | tech-debt | anthropics/knowledge-work-plugins |
Tech Debt Management Systematically identify, categorize, and prioritize technical debt. Categories Type Examples Risk Code debt Duplicated logic, poor abstractions, magic numbers Bugs, slow development Architecture debt Monolith that should be split, wrong data store Scaling limits Test debt Low coverage, flaky tests, missing integration tests Regressions ship Dependency debt Outdated libraries, unmaintained dependencies Security vulns Documentation debt Missing runbooks, outdated READMEs, trib...
|
4.3K |
| 2127 | python-expert | shubhamsaboo/awesome-llm-apps |
Python Expert You are a senior Python developer with 10+ years of experience. Your role is to help write, review, and optimize Python code following industry best practices. When to Apply Use this skill when: Writing new Python code (scripts, functions, classes) Reviewing existing Python code for quality and performance Debugging Python issues and exceptions Implementing type hints and improving code documentation Choosing appropriate data structures and algorithms Following PEP 8 style guidelin...
|
4.3K |
| 2128 | agent-email-inbox | resend/resend-skills |
AI Agent Email Inbox Overview This skill covers setting up a secure email inbox that allows your application or AI agent to receive and respond to emails, with content safety measures in place. Core principle: An AI agent's inbox receives untrusted input. Security configuration is important to handle this safely. Why Webhook-Based Receiving? Resend uses webhooks for inbound email, meaning your agent is notified instantly when an email arrives. This is valuable for agents because: Real-time respo...
|
4.3K |
| 2129 | yahoo-finance | gracefullight/stock-checker |
Yahoo Finance CLI A Python CLI for fetching comprehensive stock data from Yahoo Finance using yfinance. Requirements Python 3.11+ uv (for inline script dependencies) Installing uv The script requires uv - an extremely fast Python package manager. Check if it's installed: uv --version If not installed, install it using one of these methods: macOS / Linux curl -LsSf https://astral.sh/uv/install.sh | sh macOS (Homebrew) brew install uv Windows powershell - ExecutionPolicy ByPass - c "irm https://as...
|
4.3K |
| 2130 | hindsight-docs | vectorize-io/hindsight |
Hindsight Documentation Skill Complete technical documentation for Hindsight - a biomimetic memory system for AI agents. When to Use This Skill Use this skill when you need to: Understand Hindsight architecture and core concepts Learn about retain/recall/reflect operations Configure memory banks and dispositions Set up the Hindsight API server (Docker, Kubernetes, pip) Integrate with Python/Node.js/Rust SDKs Understand retrieval strategies (semantic, BM25, graph, temporal) Debug issues or optimi...
|
4.3K |
| 2131 | n8n-expression-syntax | czlonkowski/n8n-skills |
n8n Expression Syntax Expert guide for writing correct n8n expressions in workflows. Expression Format All dynamic content in n8n uses double curly braces: {{expression}} Examples: ✅ {{$json.email}} ✅ {{$json.body.name}} ✅ {{$node["HTTP Request"].json.data}} ❌ $json.email (no braces - treated as literal text) ❌ {$json.email} (single braces - invalid) Core Variables $json - Current Node Output Access data from the current node: {{$json.fieldName}} {{$json['field with spaces']}} {{$jso...
|
4.3K |
| 2132 | timeline-report | thedotmack/claude-mem |
Timeline Report Generate a comprehensive narrative analysis of a project's entire development history using claude-mem's persistent memory timeline. When to Use Use when users ask for: "Write a timeline report" "Journey into [project]" "Analyze my project history" "Full project report" "Summarize the entire development history" "What's the story of this project?" Prerequisites The claude-mem worker must be running on localhost:37777. The project must have claude-mem observations recorded. Workfl...
|
4.3K |
| 2133 | architecture | anthropics/knowledge-work-plugins |
/architecture If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create an Architecture Decision Record (ADR) or evaluate a system design. Usage /architecture $ARGUMENTS Modes Create an ADR : "Should we use Kafka or SQS for our event bus?" Evaluate a design : "Review this microservices proposal" System design : "Design the notification system for our app" See the system-design skill for detailed frameworks on requirements gathering, scalability ana...
|
4.3K |
| 2134 | ctf-ai-ml | ljagiello/ctf-skills |
CTF AI/ML Quick reference for AI/ML CTF challenges. Each technique has a one-liner here; see supporting files for full details. Prerequisites Python packages (all platforms): pip install torch transformers numpy scipy Pillow safetensors scikit-learn Linux (apt): apt install python3-dev macOS (Homebrew): brew install python@3 Additional Resources model-attacks.md - Model weight perturbation negation, model inversion via gradient descent, neural network encoder collision, LoRA adapter weight mergi...
|
4.3K |
| 2135 | stitch::generate-design | google-labs-code/stitch-skills |
Generate Design Create new design screens from text descriptions, images, or mockups, edit existing screens with prompts and design system tokens, and generate design variants using Stitch MCP. [!NOTE] Refer to your system prompt for instruction on handling MCP tool prefixes for all tools mentioned in this skill (e.g., list_projects , generate_screen_from_text , edit_screens ). 🎨 Prompt Enhancement Pipeline Before calling any Stitch generation or editing tool, you MUST enhance the user's prompt....
|
4.3K |
| 2136 | browser-qa | affaan-m/everything-claude-code |
Browser QA — Automated Visual Testing & Interaction When to Use After deploying a feature to staging/preview When you need to verify UI behavior across pages Before shipping — confirm layouts, forms, interactions actually work When reviewing PRs that touch frontend code Accessibility audits and responsive testing How It Works Uses the browser automation MCP (claude-in-chrome, Playwright, or Puppeteer) to interact with live pages like a real user. Phase 1: Smoke Test 1. Navigate to target URL 2. ...
|
4.3K |
| 2137 | seo-aeo-best-practices | sanity-io/agent-toolkit |
SEO & AEO Best Practices Principles for optimizing content for both traditional search engines (SEO) and AI-powered answer engines (AEO). Includes Google's EEAT guidelines and structured data implementation. When to Apply Reference these guidelines when: Implementing metadata and Open Graph tags Creating sitemaps and robots.txt Adding JSON-LD structured data Optimizing content for featured snippets Preparing content for AI assistants (ChatGPT, Perplexity, etc.) Evaluating content quality usi...
|
4.3K |
| 2138 | refero-design | referodesign/refero_skill |
No SKILL.md available for this skill. View on GitHub
|
4.3K |
| 2139 | extension-oql | caffeinelabs/skills |
OQL — Object Query Layer Author-side recipe for exposing a canister's data to OQL queries. The consumer side (forming and running queries) is handled by the Data Intelligence agent — your job is to declare entities over the data the app already keeps and install the mixin. include Expose({ ... }) adds two read-only shared query methods to the actor: schema(token : ?Text) : Text — a JSON catalogue of entities, their fields, primary keys, and edges. The discovery endpoint. execute(qJson : Text, to...
|
4.3K |
| 2140 | research | warpdotdev/common-skills |
Spin up a background agent to do the research, so you keep working while it reads. Its job: Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it. Write the findings to a single Markdown file, citing each claim's source. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where. ...
|
4.3K |
| 2141 | cross-critique | warpdotdev/common-skills |
Cross-Critique Use this skill to run a second round after several subagents have independently produced proposals or opinions on the same contested question. Instead of synthesizing their reports yourself, you circulate each proposal to the other authors and ask them to critique it — pros and cons — and then you synthesize the richer set of analyses that results. Why this matters When you generate independent proposals (different models, different angles), each author ends up with deep context o...
|
4.3K |
| 2142 | herdr | ogulcancelik/herdr |
No SKILL.md available for this skill. View on GitHub Installs 531 Repository ogulcancelik/herdr GitHub Stars 6.2K First Seen Apr 7, 2026
|
4.3K |
| 2143 | rules-distill | affaan-m/everything-claude-code |
Rules Distill Scan installed skills, extract cross-cutting principles that appear in multiple skills, and distill them into rules — appending to existing rule files, revising outdated content, or creating new rule files. Applies the "deterministic collection + LLM judgment" principle: scripts collect facts exhaustively, then an LLM cross-reads the full context and produces verdicts. When to Use Periodic rules maintenance (monthly or after installing new skills) After a skill-stocktake reveals pa...
|
4.2K |
| 2144 | node | mcollina/skills |
When to use Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications. TypeScript with Type Stripping When writing TypeScript for Node.js, use type stripping (Node.js 22.6+) instead of build tools like ts-node or tsx. Type stripping runs TypeScript directly by removing type annotations at runtime without transpilation. Key requirements for type stripping compatibility: Use import type for t...
|
4.2K |
| 2145 | audit-context-building | trailofbits/skills |
Deep Context Builder Skill (Ultra-Granular Pure Context Mode) 1. Purpose This skill governs how Claude thinks during the context-building phase of an audit. When active, Claude will: Perform line-by-line / block-by-block code analysis by default. Apply First Principles, 5 Whys, and 5 Hows at micro scale. Continuously link insights → functions → modules → entire system. Maintain a stable, explicit mental model that evolves with new evidence. Identify invariants, assumptions, flows, and reasoni...
|
4.2K |
| 2146 | skill-comply | affaan-m/everything-claude-code |
skill-comply: Automated Compliance Measurement Measures whether coding agents actually follow skills, rules, or agent definitions by: Auto-generating expected behavioral sequences (specs) from any .md file Auto-generating scenarios with decreasing prompt strictness (supportive → neutral → competing) Running claude -p and capturing tool call traces via stream-json Classifying tool calls against spec steps using LLM (not regex) Checking temporal ordering deterministically Generating self-contained...
|
4.2K |
| 2147 | jira-integration | affaan-m/everything-claude-code |
Jira Integration Skill Retrieve, analyze, and update Jira tickets directly from your AI coding workflow. Supports both MCP-based (recommended) and direct REST API approaches. When to Activate Fetching a Jira ticket to understand requirements Extracting testable acceptance criteria from a ticket Adding progress comments to a Jira issue Transitioning a ticket status (To Do → In Progress → Done) Linking merge requests or branches to a Jira issue Searching for issues by JQL query Prerequisites Optio...
|
4.2K |
| 2148 | testing-strategy | anthropics/knowledge-work-plugins |
Testing Strategy Design effective testing strategies balancing coverage, speed, and maintenance. Testing Pyramid / E2E \ Few, slow, high confidence / Integration \ Some, medium speed / Unit Tests \ Many, fast, focused Strategy by Component Type API endpoints : Unit tests for business logic, integration tests for HTTP layer, contract tests for consumers Data pipelines : Input validation, transformation correctness, idempotency tests Frontend : Component tests, interaction test...
|
4.2K |
| 2149 | printing-press-publish | mvanhorn/cli-printing-press |
/printing-press publish Publish a generated CLI from your local library to the printing-press-library repo as a pull request. /printing-press publish notion-pp-cli /printing-press publish notion /printing-press publish The public library treats library/<category>/<api-slug>/.printing-press.json and manifest.json as the source of truth for registry-display fields. Do not edit registry.json or README catalog cells in publish PRs; the library's post-merge workflow refreshes them from the CLI tree. ...
|
4.2K |
| 2150 | elite-powerpoint-designer | willem4130/claude-code-skills |
Transform content into world-class presentations with the design quality of Apple keynotes, Microsoft product launches, and Google I/O. This skill applies 2024-2025 presentation design trends and brand-level consistency to create stunning, professional slide decks. Core Design Philosophy Principles: - Minimalism First - Remove everything that doesn't serve a clear purpose - Bold & Clear - Large typography, high contrast, confident colors - Visual Hierarchy - Guide attention through size, c...
|
4.2K |