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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,431
总 Skills
35.0M
总安装量
2,440
贡献者
# Skill 仓库 描述 安装量
6201 monday membranedev/application-skills
Monday Monday.com is a work operating system where teams can plan, track, and manage their work. It's used by project managers, marketing teams, and sales teams to improve collaboration and execution. Official docs: https://developers.monday.com/ Monday Overview Board Item Column User When to use which actions: Use action names and parameters as needed. Working with Monday This skill uses the Membrane CLI to interact with Monday. Membrane handles authentication and credentials refresh automatica...
341
6202 python-expert-best-practices-code-review wispbit-ai/skills
Python 3.14+ Expert Best Practices Simple, pragmatic, opinionated. Only what matters for writing production-grade python code. When to Apply Reference these guidelines when: Writing Python functions, classes, or modules Reviewing Python code for error handling issues Refactoring existing Python codebases Implementing data validation and API boundaries Optimizing error detection and debugging patterns Rule Categories by Priority Priority Category Impact Prefix 1 Error Handling CRITICAL dict- , op...
341
6203 codebase-analysis solatis/claude-config
Codebase Analysis Understanding-focused skill that builds foundational comprehension of codebase structure, patterns, flows, decisions, and context. Serves as foundation for downstream analysis skills (problem-analysis, refactor, etc.). When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow. Invoke:
341
6204 push-notification-setup aj-geddes/useful-ai-prompts
Push Notification Setup Overview Implement comprehensive push notification systems for iOS and Android applications using Firebase Cloud Messaging and native platform services. When to Use Sending real-time notifications to users Implementing user engagement features Deep linking from notifications to specific screens Handling silent/background notifications Tracking notification analytics Instructions 1. Firebase Cloud Messaging Setup import messaging from '@react-native-firebase/messaging'; ...
341
6205 requirements-gathering aj-geddes/useful-ai-prompts
Requirements Gathering Overview Effective requirements gathering establishes a shared understanding of what will be built, preventing misalignment and expensive changes later in the project. When to Use Project kickoff and planning Feature development initiation Product roadmap planning System modernization projects Customer discovery Stakeholder alignment sessions Writing user stories and acceptance criteria Instructions 1. Stakeholder Discovery Identify and analyze stakeholders class Stake...
341
6206 fpf:status neolabhq/context-engineering-kit
Status Check Display the current state of the FPF knowledge base. Action (Run-Time) Check Directory Structure: Verify .fpf/ exists and contains required subdirectories. Count Hypotheses: List files in each knowledge layer: .fpf/knowledge/L0/ (Proposed) .fpf/knowledge/L1/ (Verified) .fpf/knowledge/L2/ (Validated) .fpf/knowledge/invalid/ (Rejected) Check Evidence Freshness: Scan .fpf/evidence/ for expired evidence. Count Decisions: List files in .fpf/decisions/ . Report to user. Status Report Form...
341
6207 mobile-security-coder sickn33/antigravity-awesome-skills
Use this skill when Working on mobile security coder tasks or workflows Needing guidance, best practices, or checklists for mobile security coder Do not use this skill when The task is unrelated to mobile security coder You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-pl...
341
6208 cloud-architect sickn33/antigravity-awesome-skills
Cloud Architect Senior cloud architect specializing in multi-cloud strategies, migration patterns, cost optimization, and cloud-native architectures across AWS, Azure, and GCP. Role Definition You are a senior cloud architect with 15+ years of experience designing enterprise cloud solutions. You specialize in multi-cloud architectures, migration strategies (6Rs), cost optimization, security by design, and operational excellence. You design highly available, secure, and cost-effective cloud in...
341
6209 auto-updater adaptationio/skrillz
Auto-Updater Skill This skill keeps OpenClaw updated by running a nightly cron job that executes an external shell script — so the update works even when the gateway restarts. Quick Setup To enable auto-updates, say "set up auto-updater" and I'll: Copy the update script to your home folder Create a cron job that runs the script at 4 AM daily Why a Script? The agent can't run commands while the gateway is restarting. We use a standalone shell script that runs independently of the agent. The Updat...
340
6210 alicloud-observability-sls-log-query cinience/alicloud-skills
Category: service SLS Log Query and Troubleshooting Use SLS query|analysis syntax and Python SDK for log search, filtering, and analytics. Prerequisites Install SDK (virtual environment recommended to avoid PEP 668 restrictions): python3 -m venv .venv . .venv/bin/activate python -m pip install -U aliyun-log-python-sdk Configure environment variables: ALIBABA_CLOUD_ACCESS_KEY_ID ALIBABA_CLOUD_ACCESS_KEY_SECRET SLS_ENDPOINT (e.g. cn-hangzhou.log.aliyuncs.com ) SLS_PROJECT SLS_LOGSTORE (supports a ...
340
6211 send-feishu jssfy/k-skills
Send Feishu Message Send messages, images, and files to Feishu groups or individuals. Environment Variables Variable Purpose Required FEISHU_WEBHOOK Group Webhook URL For text/card/image to group FEISHU_APP_ID App credential For image/file upload & API send FEISHU_APP_SECRET App credential For image/file upload & API send FEISHU_CHAT_ID Group chat ID ( oc_xxx ) For API send to group FEISHU_USER_OPEN_ID Personal open_id ( ou_xxx ) For send to individual Decision Logic Choose the sending method ba...
340
6212 market-sentiment kukapay/crypto-skills
Crypto Market Sentiment Overview This skill enables aggregation of news from popular cryptocurrency RSS feeds, performs sentiment analysis on the articles, and computes a market sentiment score ranging from -1 (highly negative) to +1 (highly positive), along with evidence-based explanations. Workflow Follow these steps to analyze crypto market sentiment: Select RSS Feeds : Choose popular crypto RSS feeds (see references/rss_feeds.md for a curated list). Fetch News : Retrieve recent articles from...
340
6213 patent-application-creator robthepcguy/claude-patent-creator
Complete end-to-end patent application creation from invention disclosure to USPTO-ready filing. When to Use Invoke this skill when users ask to: - Create a complete patent application - Draft a provisional patent application - Prepare a utility patent application - Write patent claims and specification - Generate a full patent filing package What This Skill Does Orchestrates the complete patent creation workflow: - Prior Art Search → Identify existing patents - Claims Drafting → Wr...
340
6214 ccxt-python ccxt/ccxt
CCXT for Python A comprehensive guide to using CCXT in Python projects for cryptocurrency exchange integration. Installation REST API (Standard) pip install ccxt WebSocket API (Real-time, ccxt.pro) pip install ccxt Optional Performance Enhancements pip install orjson Faster JSON parsing pip install coincurve Faster ECDSA signing (45ms → 0.05ms) Both REST and WebSocket APIs are included in the same package. Quick Start REST API - Synchronous import ccxt exchange = ccxt . binance ( ) exchange . ...
340
6215 fpf:propose-hypotheses neolabhq/context-engineering-kit
Propose Hypotheses Workflow Execute the First Principles Framework (FPF) cycle: generate competing hypotheses, verify logic, validate evidence, audit trust, and produce a decision. User Input Problem Statement: $ARGUMENTS Workflow Execution Step 1a: Create Directory Structure (Main Agent) Create .fpf/ directory structure if it does not exist: mkdir -p .fpf/ { evidence,decisions,sessions,knowledge/ { L0,L1,L2,invalid } } touch .fpf/ { evidence,decisions,sessions,knowledge/ { L0,L1,L2,invalid } } ...
340
6216 fpf:decay neolabhq/context-engineering-kit
Evidence Freshness Management Manages evidence freshness by identifying stale decisions and providing governance actions. Implements FPF B.3.4 (Evidence Decay). Key principle: Evidence is perishable. Decisions built on expired evidence carry hidden risk. Quick Concepts What is "stale" evidence? Every piece of evidence has a valid_until date. A benchmark from 6 months ago may no longer reflect current system performance. A security audit from before a major dependency update doesn't account for n...
340
6217 fpf:actualize neolabhq/context-engineering-kit
Actualize Knowledge Base This command is a core part of maintaining a living assurance case. It keeps your FPF knowledge base ( .fpf/ ) in sync with the evolving reality of your project's codebase. The command performs a three-part audit against recent git changes to surface potential context drift, stale evidence, and outdated decisions. This aligns with the Observe phase of the FPF Canonical Evolution Loop (B.4) and helps manage Epistemic Debt (B.3.4). Action (Run-Time) Step 1: Check Git Chang...
340
6218 tooluniverse-image-analysis mims-harvard/tooluniverse
Microscopy Image Analysis and Quantitative Imaging Data Production-ready skill for analyzing microscopy-derived measurement data using pandas, numpy, scipy, statsmodels, and scikit-image. Designed for BixBench imaging questions covering colony morphometry, cell counting, fluorescence quantification, regression modeling, and statistical comparisons. IMPORTANT : This skill handles complex multi-workflow analysis. Most implementation details have been moved to references/ for progressive disclosure...
340
6219 java-fundamentals pluginagentmarketplace/custom-plugin-java
Master core Java programming with production-quality patterns. Overview This skill covers Java fundamentals including syntax, OOP, collections, streams API, and exception handling for Java 8-21. When to Use This Skill Use when you need to: - Write clean, idiomatic Java code - Design classes following OOP principles - Choose appropriate collection types - Implement functional programming patterns - Handle exceptions properly Topics Covered Core Syntax (Java 8-21) - Variables, data...
340
6220 postgresql sickn33/antigravity-awesome-skills
PostgreSQL Table Design Use this skill when Designing a schema for PostgreSQL Selecting data types and constraints Planning indexes, partitions, or RLS policies Reviewing tables for scale and maintainability Do not use this skill when You are targeting a non-PostgreSQL database You only need query tuning without schema changes You require a DB-agnostic modeling guide Instructions Capture entities, access patterns, and scale targets (rows, QPS, retention). Choose data types and constraints that e...
340
6221 shell pproenca/dot-skills
Shell Scripts Best Practices Comprehensive best practices guide for shell scripting, designed for AI agents and LLMs. Contains 48 rules across 9 categories, prioritized by impact from critical (safety, portability) to incremental (style). Each rule includes detailed explanations, real-world examples comparing incorrect vs. correct implementations, and specific impact metrics. When to Apply Reference these guidelines when: Writing new bash or POSIX shell scripts Reviewing shell scripts for se...
340
6222 logging-best-practices aj-geddes/useful-ai-prompts
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
340
6223 data-engineer sickn33/antigravity-awesome-skills
You are a data engineer specializing in scalable data pipelines, modern data architecture, and analytics infrastructure. Use this skill when Designing batch or streaming data pipelines Building data warehouses or lakehouse architectures Implementing data quality, lineage, or governance Do not use this skill when You only need exploratory data analysis You are doing ML model development without pipelines You cannot access data sources or storage systems Instructions Define sources, SLAs, and data...
340
6224 lua mindrally/skills
Lua Development You are an expert in Lua programming with deep knowledge of tables, metatables, and game development patterns. Core Principles Write clear, concise Lua code that follows idiomatic patterns Leverage Lua's dynamic typing while maintaining code clarity Prioritize modularity and code reusability Focus on end-user experience across all code contributions Lua-Specific Practices Maximize local variables for performance improvements Leverage tables effectively for data structures Imple...
340
6225 wiki-query ar9av/obsidian-wiki
Wiki Query — Knowledge Retrieval You are answering questions against a compiled Obsidian wiki, not raw source documents. The wiki contains pre-synthesized, cross-referenced knowledge. Before You Start Read ~/.obsidian-wiki/config to get OBSIDIAN_VAULT_PATH (works from any project). Fall back to .env if you're inside the obsidian-wiki repo. Read $OBSIDIAN_VAULT_PATH/index.md to understand the wiki's scope and structure Visibility Filter (optional) By default, all pages are returned regardless of ...
340
6226 typescript-mcp jezweb/claude-skills
TypeScript MCP on Cloudflare Workers Last Updated: 2026-01-21 Versions: @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5 Spec Version: 2025-11-25 Quick Start npm install @modelcontextprotocol/sdk@latest hono zod npm install -D @cloudflare/workers-types wrangler typescript Transport Recommendation: Use StreamableHTTPServerTransport for production. SSE transport is deprecated and maintained for backwards compatibility only. Streamable HTTP provides better error recovery, bidirectional ...
339
6227 openai-image-gen steipete/clawdis
OpenAI Image Gen Generate a handful of “random but structured” prompts and render them via the OpenAI Images API. Run Note: Image generation can take longer than common exec timeouts (for example 30 seconds). When invoking this skill via OpenClaw’s exec tool, set a higher timeout to avoid premature termination/retries (e.g., exec timeout=300). python3 { baseDir } /scripts/gen.py open ~/Projects/tmp/openai-image-gen-*/index.html if ~/Projects/tmp exists; else ./tmp/... Useful flags: GPT image m...
339
6228 images-search brave/brave-search-skills
Images Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/images/search?q=mountain+landscape" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " With Parameters curl -s "https://api.search.brave.com/res/v1/images/search" \ -H "Accept: application/json" \ -H "X-Subsc...
339
6229 mermaid-diagram-generator rysweet/amplihack
Mermaid Diagram Generator Skill Purpose This skill automatically converts text descriptions of system architectures, module specifications, workflow documentation, and design concepts into valid Mermaid diagram syntax. It enables clear visual communication of complex systems, ensuring diagrams are production-ready and embeddable in markdown documentation. When to Use This Skill Architecture Visualization : Convert architecture descriptions into flowcharts or block diagrams Module Relationships :...
339
6230 capability-evolver evomap/evolver
🧬 Capability Evolver "Evolution is not optional. Adapt or die." The Capability Evolver is a meta-skill that allows OpenClaw agents to inspect their own runtime history, identify failures or inefficiencies, and autonomously write new code or update their own memory to improve performance. Features Auto-Log Analysis : Automatically scans memory and history files for errors and patterns. Self-Repair : Detects crashes and suggests patches. GEP Protocol: Standardized evolution with reusable assets. O...
339
6231 query-writing langchain-ai/deepagents
Query Writing Skill When to Use This Skill Use this skill when you need to answer a question by writing and executing a SQL query. Workflow for Simple Queries For straightforward questions about a single table: Identify the table - Which table has the data? Get the schema - Use sql_db_schema to see columns Write the query - SELECT relevant columns with WHERE/LIMIT/ORDER BY Execute - Run with sql_db_query Format answer - Present results clearly Workflow for Complex Queries For questions requ...
339
6232 opencode-mirror different-ai/openwork
$ npx skills add https://github.com/different-ai/openwork --skill opencode-mirror<div
339
6233 design-orchestration sickn33/antigravity-awesome-skills
Design Orchestration (Meta-Skill) Purpose Ensure that ideas become designs, designs are reviewed, and only validated designs reach implementation. This skill does not generate designs. It controls the flow between other skills. Operating Model This is a routing and enforcement skill, not a creative one. It decides: which skill must run next whether escalation is required whether execution is permitted Controlled Skills This meta-skill coordinates the following: brainstorming — design gen...
339
6234 redux vercel-labs/json-render
@json-render/redux Redux adapter for json-render's StateStore interface. Wire a Redux store (or Redux Toolkit slice) as the state backend for json-render. Installation npm install @json-render/redux @json-render/core @json-render/react redux or with Redux Toolkit (recommended): npm install @json-render/redux @json-render/core @json-render/react @reduxjs/toolkit Usage import { configureStore , createSlice } from "@reduxjs/toolkit" ; import { reduxStateStore } from "@json-render/redux" ; import {...
339
6235 roadmap-management anthropics/knowledge-work-plugins
Roadmap Management Skill You are an expert at product roadmap planning, prioritization, and communication. You help product managers build roadmaps that are strategic, realistic, and useful for decision-making. Roadmap Frameworks Now / Next / Later The simplest and often most effective roadmap format: Now (current sprint/month): Committed work. High confidence in scope and timeline. These are the things the team is actively building. Next (next 1-3 months): Planned work. Good confidence in what,...
338
6236 cloudflare-durable-objects jezweb/claude-skills
Cloudflare Durable Objects Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (recommended) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Official Docs: https://developers.cloudflare.com/durable-objects/ Recent Updates (2025): Oct 2025: WebSocket message size 1 MiB → 32 MiB, Data Studio UI for SQLite DOs (view/edit storage in dashboard) Aug 2025: getByName() API shortcut for named DOs June 2025: @cloudflare/actors library (beta)...
338
6237 crypto-agent-trading crypto-com/crypto-agent-trading
Skill: crypto-agent-trading Agent Capability Requirements This skill requires your agent platform to support the following capabilities. If your platform lacks any required capability, the skill will not function. Capability Required Details Shell command execution Yes Must be able to run npx tsx ./scripts/... and capture stdout Environment variables Yes Must read CDC_API_KEY and CDC_API_SECRET from the shell environment JSON parsing Yes Must parse structured JSON from script stdout to extract f...
338
6238 cloudformation-to-pulumi pulumi/agent-skills
IMPORTANT: PLAN ADJUSTMENT REQUIRED If you have already generated a migration plan before loading this skill, you MUST: Review your existing plan against the workflows and requirements in this skill Identify any gaps, missing steps, or incorrect assumptions Update and revise your plan to align with this skill's guidance Communicate the adjusted plan to the user before proceeding CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: Complete Resource Coverage Every Cl...
338
6239 sentry-pr-code-review getsentry/sentry-agent-skills
All Skills > Workflow > PR Code Review Sentry Code Review Review and fix issues identified by Seer (by Sentry) in GitHub PR comments. Invoke This Skill When User asks to "review Sentry comments" or "fix Sentry issues" on a PR User shares a PR URL/number and mentions Sentry or Seer feedback User asks to "address Sentry review" or "resolve Sentry findings" User wants to find PRs with unresolved Sentry comments Prerequisites gh CLI installed and authenticated Repository has the Seer by Sentry GitHu...
338
6240 fpf:reset neolabhq/context-engineering-kit
Reset Cycle Reset the FPF reasoning cycle to start fresh. Action (Run-Time) Option 1: Soft Reset (Archive Current Session) Create a session archive and clear active work: Create Session Archive Create a file in .fpf/sessions/ to record the completed/abandoned session: In .fpf/sessions/session-2025-01-15-reset.md --- id: session-2025-01-15-reset action: reset created: 2025-01-15T16:00:00Z reason: user_requested --- Session Archive: 2025-01-15 Reset Reason : User requested fresh start State a...
338
6241 reverse-engineer sickn33/antigravity-awesome-skills
Common RE scripting environments IDAPython (IDA Pro scripting) Ghidra scripting (Java/Python via Jython) r2pipe (radare2 Python API) pwntools (CTF/exploitation toolkit) capstone (disassembly framework) keystone (assembly framework) unicorn (CPU emulator framework) angr (symbolic execution) Triton (dynamic binary analysis) Use this skill when - Working on common re scripting environments tasks or workflows - Needing guidance, best practices, or checklists for common re scripting environments Do...
338
6242 cloudflare-api jezweb/claude-skills
Cloudflare API Hit the Cloudflare REST API directly when wrangler CLI or MCP servers aren't the right tool. For bulk operations, fleet-wide changes, and features that wrangler doesn't expose. When to Use This Instead of Wrangler or MCP Use case Wrangler MCP This skill Deploy a Worker Yes Yes No Create a D1 database Yes Yes No Bulk update 50 DNS records Slow (one at a time) Slow (one tool call each) Yes — batch script Custom hostnames for white-label No Partial Yes Email routing rules No Partial ...
338
6243 nextjs-code-review giuseppe-trisciuoglio/developer-kit
Next.js Code Review Overview This skill provides structured, comprehensive code review for Next.js applications built with the App Router. It evaluates code against Next.js best practices, React Server Component patterns, caching strategies, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the typescript-software-architect-review agent for deep a...
338
6244 sf-flex-estimator jaganpro/sf-skills
sf-flex-estimator: Agentforce & Data Cloud Flex Credit Estimation Use this skill when the user needs a public-price estimate for: Agentforce prompt + action consumption Data Cloud monthly usage meters Flex Credit scenario planning cost optimization recommendations before build or rollout This skill is for planning and estimation , not implementation. When This Skill Owns the Task Use sf-flex-estimator when the user is asking questions like: "What will this Agentforce agent cost per month?" "Esti...
338
6245 vercel-blob jezweb/claude-skills
Vercel Blob Last Updated: 2026-01-21 Version: @vercel/blob@2.0.0 Skill Version: 2.1.0 Quick Start Create Blob store: Vercel Dashboard → Storage → Blob vercel env pull .env.local Creates BLOB_READ_WRITE_TOKEN npm install @vercel/blob Server Upload: 'use server'; import { put } from '@vercel/blob'; export async function uploadFile(formData: FormData) { const file = formData.get('file') as File; const blob = await put(file.name, file, { access: 'public' }); return blob.url; } CRITI...
337
6246 alicloud-ai-multimodal-qwen-vl cinience/alicloud-skills
Category: provider Model Studio Qwen VL (Image Understanding) Validation mkdir -p output/alicloud-ai-multimodal-qwen-vl python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl/scripts/analyze_image.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qwen-vl/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-vl/validate.txt is generated. Output And Evidence Save raw model responses and normalized extraction results to output/alicloud-ai-mult...
337
6247 skill-guard useai-pro/openclaw-skills-security
Skill Guard You are a runtime security monitor for OpenClaw. When a skill is active, you watch its behavior and flag anything that violates its declared permissions or exhibits suspicious patterns. What to Monitor File Access Track every file the skill reads or writes: Suspicious file access patterns: Reading credential files: ~/.ssh/* , ~/.aws/* , ~/.gnupg/* , ~/.config/gh/hosts.yml Reading env files outside project: ~/.env , /etc/environment Writing to startup locations: ~/.bashrc , ~/.zshrc ,...
337
6248 fusion-skill-authoring equinor/fusion-skills
Create or Modernize Skills When to use Use this skill when you need to create a new skill under skills/ , or when an existing skill needs a material authoring refresh instead of a small copy edit. Typical triggers: "Create a skill for ..." "Scaffold skills/<name>/SKILL.md " "Turn this workflow into a reusable skill" "Improve this skill's metadata and activation cues" "Make this skill easier for agents to discover and follow" "Set up references/assets/helper agents for a skill" Implicit triggers:...
337
6249 elevenlabs-remotion maartenlouis/elevenlabs-remotion-skill
ElevenLabs Voiceover Generation Generate professional AI voiceovers for Remotion videos using ElevenLabs API. Prerequisites ELEVENLABS_API_KEY in .env.local Quick Start Generate voiceover from text node .claude/skills/elevenlabs-remotion-skill/generate.js --text "Your text here" --output public/audio/voiceover.mp3 Generate with narrator style (more natural) node .claude/skills/elevenlabs-remotion-skill/generate.js --text "Your text" --character narrator --output voiceover.mp3 Generate sce...
337
6250 commit davila7/claude-code-templates
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
337