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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,502
总 Skills
163.2M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
6751 typescript-review metabase/metabase
TypeScript/JavaScript Code Review Skill @./../_shared/typescript-commands.md Code Review Guidelines Review pull requests with a focus on: Compliance with project coding standards and conventions Code quality and best practices Clear and correct JSDoc comments Type safety and proper TypeScript usage React best practices (when applicable)
1.8K
6752 rive-interactive freshtechbro/claudedesignskills
Rive Interactive - State Machine-Based Vector Animation Overview Rive is a state machine-based animation platform that enables designers to create interactive vector animations with complex logic and runtime interactivity. Unlike timeline-only animation tools (like Lottie), Rive supports state machines, input handling, and two-way data binding between application code and animations. Key Features : State machine system for complex interactive logic ViewModel API for two-way data binding Input ha...
1.8K
6753 lightweight-3d-effects freshtechbro/claudedesignskills
Lightweight 3D Effects Skill Overview This skill combines three powerful libraries for decorative 3D elements and micro-interactions: Zdog : Pseudo-3D engine for designer-friendly vector illustrations Vanta.js : Animated 3D backgrounds powered by Three.js/p5.js Vanilla-Tilt.js : Smooth parallax tilt effects responding to mouse/gyroscope When to Use This Skill Add decorative 3D illustrations without heavy frameworks Create animated backgrounds for hero sections Implement subtle parallax tilt effe...
1.8K
6754 harness-creator walkinglabs/learn-harness-engineering
Harness Creator Use this skill to make a repository easier for coding agents to start, stay in scope, verify work, and resume across sessions. Keep the harness small enough that agents actually follow it. Not for model selection, prompt tuning in isolation, chat UI design, or general app architecture. Core Model Every useful coding-agent harness has five subsystems: Subsystem Minimal artifact Purpose Instructions AGENTS.md or CLAUDE.md Startup path, working rules, definition of done State featur...
1.8K
6755 dt-app-dashboards dynatrace/dynatrace-for-ai
Dynatrace Dashboard Skill Overview Dynatrace dashboards are JSON documents stored in the Document Store. Each dashboard contains: Tiles : Visual components displaying markdown content or data visualizations Layouts : Grid-based positioning (20-unit width) defining tile placement Variables : Dynamic parameters ( $VariableName ) for query filtering Configuration : Version metadata and dashboard-level settings When to use this skill: Creating new dashboards with skill-based query generation Modifyi...
1.8K
6756 self-improvement pskoett/pskoett-ai-skills
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
1.8K
6757 bullmq-specialist sickn33/agentic-awesome-skills
BullMQ Specialist BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Principles Jobs are fire-and-forget from the producer side - let the queue handle delivery Always set explicit job options - defaults rarely match your use case Idempotency is your responsibility - jobs may run more than once Backoff strategies prevent thundering herds - exponential beats linear Dead letter queues are not optional - failed jobs need...
1.8K
6758 ralph-loop giuseppe-trisciuoglio/developer-kit
Ralph Loop Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass. Prerequisites Complete these recipes first (in order): AI Coding Agent Configuration Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. curl -H "Accept: text/markdown" https://fulls...
1.8K
6759 openseo-release-notes every-app/open-seo
No SKILL.md available for this skill. View on GitHub Installs 849 Repository every-app/open-seo GitHub Stars 9.1K First Seen Jul 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
1.8K
6760 maintain-greptile-rules every-app/open-seo
No SKILL.md available for this skill. View on GitHub Installs 840 Repository every-app/open-seo GitHub Stars 9.1K First Seen Jul 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.8K
6761 dig-through-data-brokers useosint/osint-skills
Dig through data brokers People-search sites resell a blend of public records, marketing data, and self-reported data. They are fast, cheap lead generators and terrible evidence. The one rule that matters: a broker record is a lead, never a fact. Confirm every field you intend to use against the primary source the broker got it from — and if you cannot identify that primary source, do not use the field. What these services actually are Three input streams, blended and sold: Show more Installs 87...
1.8K
6762 muapi-ugc-video-factory samuraigpt/generative-media-skills
UGC Video Factory Turn a person photo + product photo (+ optional script & environment) into a vertical 9:16 UGC-style video ad with native dialogue audio. A three-stage pipeline: GPT writes a director-grade ultra-realistic lifestyle photography prompt from your inputs. Nano-Banana Pro Edit fuses the person + product into a single hero photo (1K, 9:16). Seedance 2.0 VIP Image-to-Video animates the hero photo into a 10s vertical UGC clip with synced spoken audio. Inputs Name Type Required Default...
1.8K
6763 vitest-midscene-e2e web-infra-dev/midscene-skills
Vitest Midscene E2E Modules Module Role Vitest TypeScript test framework. Provides describe / it / expect /hooks for test organization, assertions, and lifecycle. Midscene AI-driven UI automation. Interacts with UI elements via natural language — no fragile selectors. Core API: aiAct . Supported platforms: Web — WebTest (Playwright Chromium): ctx.agent + ctx.page Android — AndroidTest (ADB + scrcpy): ctx.agent only iOS — IOSTest (WebDriverAgent): ctx.agent only Workflow Step 1: Clone boilerplate...
1.8K
6764 digital-health-clinical-asr-setup nvidia/skills
Clinical ASR Flywheel — Stage 1 (Setup) Agent: this file is the complete Stage 1 procedure. Do not invoke find , ls , rg , or grep looking for an installer or hidden config — there isn't one. The four sections below (outbound-data disclosure, three numbered checks, sibling hand-off) are all required reading; don't skip any. Function IDs, env-var conventions, and the smoke-test gate are inlined further down — answer from what's actually written here rather than from prior Riva/NVCF familiarity. S...
1.8K
6765 dicom-metadata-extract nvidia/skills
DICOM Metadata Extract Purpose Used for extracting selected metadata from one DICOM file and flagging standard-tag PHI presence. Not for anonymization or clinical use. Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation. Manifest I/O: inputs are dicom_path ; outputs are metadata_json . Instructions Read skill_manifest.yaml before changing arguments, side effects, or validation gates. Run scripts/extract_metadata.py through the documente...
1.8K
6766 documentation-update geoffjay/claude-plugins
Documentation Update Skill This skill automatically regenerates documentation files in the docs/ directory by reading the marketplace catalog and applying Jinja2 templates. Purpose Maintain synchronized documentation by: Generating agent reference documentation Creating skill catalog documentation Building plugin directory Updating usage guides Ensuring consistency across all docs When to Use Use this skill when: A new plugin is added to the marketplace An existing plugin is updated (compo...
1.8K
6767 docx tfriedel/claude-office-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
1.8K
6768 blog-notebooklm agricidaniel/claude-blog
Blog NotebookLM: Source-Grounded Research from Your Documents Query Google NotebookLM notebooks directly from Claude Code for citation-backed answers from Gemini. Each question opens a headless browser session, retrieves the answer exclusively from your uploaded documents, and closes. Responses are Tier 1 quality (user's own primary sources): zero hallucination risk. Answers satisfy the FLOW evidence triple: use the returned source title as the inline citation and the notebook URL plus retrieval...
1.8K
6769 pol-probe-advisor deanpeters/product-manager-skills
Purpose Guide product managers through selecting the right Proof of Life (PoL) probe type (of 5 flavors) based on their hypothesis, risk, and available resources. Use this when you need to eliminate a specific risk or test a narrow hypothesis, but aren't sure which validation method to use. This interactive skill ensures you match the cheapest prototype to the harshest truth—not the prototype you're most comfortable building. This is not a tool for deciding if you should validate (you should). I...
1.8K
6770 launch-nemo-rl nvidia/skills
launch-nemo-rl — running NeMo-RL recipes on Kubernetes via nrl-k8s This is the playbook for the nrl-k8s CLI at infra/nrl_k8s/ . Follow it when the user asks to launch / iterate / debug a NeMo-RL recipe on a Kubernetes cluster. Verify current state ( kubectl , git log , the recipe + infra files) before acting — the cluster is shared and the cost of a wrong action is high. 1. One command, two modes There is a single top-level submission command: nrl-k8s run . It has two lifecycle modes. Mode Invoc...
1.8K
6771 vss-search-archive nvidia/skills
Purpose Run the top-level VSS fusion search across archived video, ingest new clips / RTSP streams for search, and delete search-ingested sources. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). vss-manage-video-io-storage skill installed (used to list and manage video sources before search). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions Follow the rout...
1.8K
6772 digital-health-clinical-asr-finetune nvidia/skills
Clinical ASR Flywheel — Stage 4 (Fine-tune) ⚠ Agent: read this entire SKILL.md before answering. The Critical-workflow-rules section, the base-model table (§4c), the stock-NeMo-SFT recipe (§4d), and the cycle-N+1 decision table (§4e) are all load-bearing — the do-not-SFT bases and broken-adapter warnings live there. Agent: this file is self-contained. The Stage 4 gate criteria, base-model recommendation, hyperparameter table, container invocation pattern, and cycle-N+1 decision table are all bel...
1.8K
6773 digital-health-clinical-asr-build nvidia/skills
Clinical ASR Flywheel — Stage 2 (Build the benchmark) ⚠ Agent: read this entire SKILL.md before answering. This stage is conversational and gated. Specifically: ask the user 1–2 specialty-aware clarifying questions before proposing terms (Step 2a), walk them through the two-tier IPA pipeline (override → merriam-webster → magpie_g2p) in Step 2c, hit the explicit QA-mode audition gate in Step 2d before full Cartesian synthesis, and name KER as the headline metric they'll see in Stage 3. Skipping a...
1.8K
6774 pol-probe deanpeters/product-manager-skills
Purpose Define and document a Proof of Life (PoL) probe —a lightweight, disposable validation artifact designed to surface harsh truths before expensive development. Use this when you need to eliminate a specific risk or test a narrow hypothesis without building production-quality software . PoL probes are reconnaissance missions, not MVPs—they're meant to be deleted, not scaled. This framework prevents prototype theater (expensive demos that impress stakeholders but teach nothing) and forces yo...
1.8K
6775 subscription-lifecycle eronred/aso-skills
Subscription Lifecycle You optimize every stage of the subscription journey: trial → paid → renewal → cancellation recovery → win-back. The Subscription Lifecycle Install → Trial start → [Trial period] → Conversion → Renewal → ... → Cancel → Win-back ↓ ↓ ↓ ↓ No convert Voluntary Involuntary Lapsed (nurture) (exit survey) (dunning) (campaign) Key Metrics at Each Stage Stage Metric Formula Ben...
1.8K
6776 open-pencil open-pencil/skills
OpenPencil CLI and MCP server for .fig design files. Two modes of operation: App mode — connect to the running OpenPencil editor (omit the file argument) Headless mode — work with .fig files directly (pass a file path) App mode — operates on the document open in the editor bun open-pencil tree Headless mode — operates on a .fig file bun open-pencil tree design.fig The app exposes an automation bridge on http://127.0.0.1:7600 when running. The CLI auto-connects to it when no file path is provid...
1.8K
6777 netlify-blobs netlify/context-and-tools
Netlify Blobs Netlify Blobs is zero-config object storage for files and assets : images, documents, uploads, exports, cached binary artifacts. Available from any Netlify compute (functions, edge functions, framework server routes). No provisioning required. Not for dynamic data. If the project needs to store records, user data, application state, or anything queryable, use Netlify Database instead — see netlify-database/SKILL.md . Reach for Blobs when the thing you're storing is a file or an ass...
1.8K
6778 netlify-caching netlify/context-and-tools
Caching on Netlify Default Behavior Static assets are cached automatically: CDN: cached for 1 year, invalidated on every deploy Browser: always revalidates ( max-age=0, must-revalidate ) No configuration needed Dynamic responses (functions, edge functions, proxied) are not cached by default . Add cache headers explicitly. Cache-Control Headers Three headers control caching, from most to least specific: Show more Installs 557 Repository netlify/context…nd-tools GitHub Stars 19 First Seen Feb 27, ...
1.8K
6779 design-taste-frontend nexu-io/open-design
High-Agency Frontend Skill 1. ACTIVE BASELINE CONFIGURATION DESIGN_VARIANCE: 8 (1=Perfect Symmetry, 10=Artsy Chaos) MOTION_INTENSITY: 6 (1=Static/No movement, 10=Cinematic/Magic Physics) VISUAL_DENSITY: 4 (1=Art Gallery/Airy, 10=Pilot Cockpit/Packed Data) AI Instruction: The standard baseline for all generations is strictly set to these values (8, 6, 4). Do not ask the user to edit this file. Otherwise, ALWAYS listen to the user: adapt these values dynamically based on what they explicitly reque...
1.8K
6780 spec klerith/fernando-skills
spec — spec mutator Read FORMAT.md at repo root if not already loaded. Caveman skill applies to all writes here. DISPATCH Inspect user request and project state: No SPEC.md at repo root AND args describe idea → NEW No SPEC.md AND from-code in args → DISTILL SPEC.md exists AND args start bug: → BACKPROP SPEC.md exists AND args start amend → AMEND SPEC.md exists, no args → ask user which mode NEW — idea → spec Input: user idea. Steps: Extract goal (1 line, caveman). → §G. List constraints user sta...
1.8K
6781 digital-health-clinical-asr-eval nvidia/skills
Clinical ASR Flywheel — Stage 3 (Eval) ⚠ Agent: read the Critical Workflow Rules section below before answering. This SKILL.md is self-contained — evals/ , references/ , and assets/ are pointers, not load-bearing. Answer methodology questions from this file directly; only invoke tools when the user explicitly asks to execute against a real manifest. You are the score-and-route stage. The user arrives with a NeMo-format manifest.jsonl (either from /digital-health-clinical-asr-build or carried in ...
1.8K
6782 skill-authoring-workflow deanpeters/product-manager-skills
Purpose Create or update PM skills without chaos. This workflow turns rough notes, workshop content, or half-baked prompt dumps into compliant skills/<skill-name>/SKILL.md assets that actually pass validation and belong in this repo. Use it when you want to ship a new skill without "looks good to me" roulette. Key Concepts Dogfood First Use repo-native tools and standards before inventing a custom process: scripts/find-a-skill.sh scripts/add-a-skill.sh scripts/build-a-skill.sh scripts/test-a-ski...
1.8K
6783 literature-search-europepmc google-deepmind/science-skills
Europe PMC Database A skill for searching, downloading, and exploring open-access papers from Europe PMC — a comprehensive, free life-science literature database with over 43 million abstracts and 9 million full-text articles. Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://e...
1.8K
6784 netlify-image-cdn netlify/context-and-tools
Netlify Image CDN Every Netlify site has a built-in /.netlify/images endpoint for on-the-fly image transformation. No configuration required for local images. Basic Usage < img src = " /.netlify/images?url=/photo.jpg&w=800&h=600&fit=cover&q=80 " /> Query Parameters Show more Installs 556 Repository netlify/context…nd-tools GitHub Stars 19 First Seen Feb 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.8K
6785 ce-report-bug everyinc/compound-engineering-plugin
Report a Compound Engineering Plugin Bug Report bugs encountered while using the compound-engineering plugin. This skill gathers structured information and creates a GitHub issue for the maintainer. Step 1: Gather Bug Information Ask the user the following questions using the platform's blocking question tool: AskUserQuestion in Claude Code (call ToolSearch with select:AskUserQuestion first if its schema isn't loaded), request_user_input in Codex, ask_user in Gemini, ask_user in Pi (requires the...
1.8K
6786 cli-bridge starchild-ai-agent/official-skills
cli-bridge — issue CLI bundles for the user's own starchild binary This skill mints a fresh AKM key ( scope=chat:bridge:cli ) on the local clawd, then registers it with sc-chatroom in exchange for a short opaque code ( sc_xxxxxxxx ). The bundle handed to the user contains only that short code — never the AKM secret, never the Fly machine id. Show more Installs 557 Repository starchild-ai-ag…l-skills GitHub Stars 15 First Seen May 12, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk...
1.8K
6787 bash-scripting sickn33/agentic-awesome-skills
Bash Scripting Workflow Overview Specialized workflow for creating robust, production-ready bash scripts with defensive programming patterns, comprehensive error handling, and automated testing. When to Use This Workflow Use this workflow when: Creating automation scripts Writing system administration tools Building deployment scripts Developing backup solutions Creating CI/CD scripts Workflow Phases Phase 1: Script Design Show more Installs 24 Repository sickn33/agentic…e-skills GitHub Stars 44...
1.8K
6788 weread-year-in-review-video-template nexu-io/open-design
WeRead Year in Review Video Template Create a vertical HyperFrames composition for annual reading reports: WeRead, Goodreads, Readwise, Notion reading logs, book clubs, or personal learning recaps. The template turns reading time, active days, bookshelf assets, notes, keywords, and a reading persona into a shareable 9:16 video. Resource Map weread-year-in-review-video-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html Show more Installs...
1.8K
6789 netlify-ai-gateway netlify/context-and-tools
Netlify AI Gateway IMPORTANT: Only use models listed in the "Available Models" section below. AI Gateway does not support every model a provider offers. Using an unsupported model returns an HTTP error from the gateway. First-deploy requirement: The AI Gateway only activates after a site has had at least one production deploy. Local dev ( netlify dev , @netlify/vite-plugin ) will NOT have gateway access on a brand-new project until you deploy to production once. Netlify AI Gateway provides acces...
1.8K
6790 huggingface-gradio huggingface/skills
Gradio Gradio is a Python library for building interactive web UIs and ML demos. This skill covers the core API, patterns, and examples. Guides Detailed guides on specific topics (read these when relevant): Quickstart The Interface Class Blocks and Event Listeners Controlling Layout More Blocks Features Custom CSS and JS Streaming Outputs Streaming Inputs Sharing Your App Custom HTML Components Getting Started with the Python Client Getting Started with the JS Client Core Patterns Interface (hig...
1.8K
6791 latex-formatting lingzhi227/agent-research-skills
LaTeX Formatting Set up and manage LaTeX formatting for academic papers. Input $0 — Action: setup , fix , check $1 — Venue name (for setup ) or .tex file path (for fix / check ) Scripts Pre-submission format checker python ~/.claude/skills/latex-formatting/scripts/latex_checker.py paper/main.tex --venue neurips --check-anon Checks: word count, required sections, TODO markers, anonymization, mismatched environments, content stats. Validate citations and references Show more
1.8K
6792 django-perf-review getsentry/skills
Django Performance Review Review Django code for validated performance issues. Research the codebase to confirm issues before reporting. Report only what you can prove. Review Approach Research first - Trace data flow, check for existing optimizations, verify data volume Validate before reporting - Pattern matching is not validation Zero findings is acceptable - Don't manufacture issues to appear thorough Severity must match impact - If you catch yourself writing "minor" in a CRITICAL finding, i...
1.8K
6793 locomotive-scroll freshtechbro/claudedesignskills
Locomotive Scroll Comprehensive guide for implementing smooth scrolling, parallax effects, and scroll-driven animations using Locomotive Scroll. Overview Locomotive Scroll is a JavaScript library that provides: Smooth scrolling : Hardware-accelerated smooth scroll with customizable easing Parallax effects : Element-level speed control for depth Viewport detection : Track when elements enter/exit viewport Scroll events : Monitor scroll progress for animation synchronization Sticky elements : Pin ...
1.8K
6794 portable-text-serialization sanity-io/agent-toolkit
Portable Text Serialization Render Portable Text content across frameworks using the @portabletext/* library family. Each library follows the same component-mapping pattern: you provide a components object that maps PT node types to framework-specific renderers. Portable Text Structure (Quick Reference) PT is an array of blocks. Each block has _type , optional style , children (spans), markDefs , listItem , and level . Root array ├── block (_type: "block") │ ├── style: "normal" | "h1" | "h2" |...
1.8K
6795 competitor-tracking eronred/aso-skills
Competitor Tracking You set up and run ongoing competitor surveillance — catching metadata changes, keyword shifts, rating drops, and new feature launches before they impact your rankings. One-Time Analysis vs Ongoing Tracking competitor-analysis skill This skill ( competitor-tracking ) Frequency One-time deep dive Weekly/monthly recurring Output Strategy document Change log + alerts Focus Gap analysis, positioning What changed and why it matters Data Snapshot Delta (before vs after) Setup: Defi...
1.8K
6796 rating-prompt-strategy eronred/aso-skills
Rating Prompt Strategy You optimize when, how, and to whom an app shows review prompts — maximizing high ratings while minimizing negative ones. Ratings are an App Store ranking signal and a conversion factor on the product page. Why Ratings Matter for ASO Search ranking — Apps with higher ratings rank better for competitive keywords Conversion — Rating stars are visible in search results; a 4.8 beats 4.2 at a glance iOS: Rating resets per version (you can request a reset in App Store Connect) A...
1.8K
6797 3-statement-model anthropics/financial-services
3-Statement Financial Model Template Completion Complete and populate integrated financial model templates with proper linkages between Income Statement, Balance Sheet, and Cash Flow Statement. ⚠️ CRITICAL PRINCIPLES — Read Before Populating Any Template Environment — Office JS vs Python: If running inside Excel (Office Add-in / Office JS): Use Office JS directly. Write formulas via range.formulas = [["=D14*(1+Assumptions!$B$5)"]] — never range.values for derived cells. No separate recalc; Excel...
1.8K
6798 code-security semgrep/skills
Code Security Guidelines Comprehensive security rules for writing secure code across multiple languages and frameworks. Covers OWASP Top 10 vulnerabilities, infrastructure security, and coding best practices. How It Works When you write or review code, reference these security guidelines Each rule includes incorrect (vulnerable) and correct (secure) code examples Rules are organized by vulnerability category and impact level Categories Critical Impact SQL Injection - Use parameterized queries,...
1.8K
6799 avoid-ai-writing conorbronsdon/avoid-ai-writing
Avoid AI Writing — Audit & Rewrite You are editing content to remove AI writing patterns ("AI-isms") that make text sound machine-generated. What this skill is and isn't This is a writing-quality tool , not a verdict. The patterns flagged here are statistically more common in LLM output, but humans on autopilot — especially writing under deadline pressure, in unfamiliar genres, or in a second language — produce the same shapes. Independent audits of commercial AI detectors have found false-posit...
1.8K
6800 spec-impl klerith/fernando-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. /spec-impl — Implementer of approved specs Session context Current repository state: ! git status --short Current branch: ! git branch --show-current Specs available in this folder: ! ls specs/ 2>/dev/null || echo "The specs/ folder does not exist" Branch-creation config: ! cat specs/.spec-config.yml 2>/dev/null || echo "AutoCreateBranch: true ...
1.8K