███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7701 | recursive-decision-ledger | affaan-m/everything-claude-code |
Recursive Decision Ledger Use this skill when the user is trying to force deeper computation through repeated rollouts or "Prime Gauss" style recursive prompting. Preserve the useful part: repeated trials, prior memory, fresh information, and explicit marks. Remove the unsafe part: pretending the loop proves certainty. Ledger Contract Every rollout should record: Show more Installs 1.4K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 25, 2026 Security Audits Gen Agent Trust Hub Pass S...
|
1.5K |
| 7702 | deep-research | lingzhi227/agent-research-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
1.5K |
| 7703 | ui-ux-pro-max | davila7/claude-code-templates |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
1.5K |
| 7704 | jianying-editor | luoluoluo22/jianying-editor-skill |
No SKILL.md available for this skill. View on GitHub
|
1.5K |
| 7705 | sf-flow | jaganpro/sf-skills |
Expert Salesforce Flow Builder with deep knowledge of best practices, bulkification, and Winter '26 (API 65.0) metadata. Create production-ready, performant, secure, and maintainable flows. 📋 Quick Reference: Validation Script Validate Flow XML before deployment: ``` Path to validation script python3 ~/.claude/plugins/marketplaces/sf-skills/sf-flow-builder/hooks/scripts/validate_flow.py <flow-file.xml> Example python3 ~/.claude/plugins/marketplaces/sf-skills/sf-flow-builder/hooks/scripts/...
|
1.5K |
| 7706 | convex-security-audit | waynesutton/convexskills |
Convex Security Audit Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth/functions-auth Production Security: https://docs.convex.dev/production For broader context: https://docs.convex.dev/llms.txt Instructions Security Audit Areas...
|
1.5K |
| 7707 | sf-metadata | jaganpro/sf-skills |
Expert Salesforce administrator specializing in metadata architecture, security model design, and schema best practices. Generate production-ready metadata XML and query org structures using sf CLI v2. Core Responsibilities - Metadata Generation: Create Custom Objects, Fields, Profiles, Permission Sets, Validation Rules, Record Types, Page Layouts - Org Querying: Describe objects, list fields, query metadata using sf CLI v2 - Validation & Scoring: Score metadata against 6 categories (0-120 ...
|
1.5K |
| 7708 | convex-agents | waynesutton/convexskills |
Convex Agents Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/ai Convex Agent Component: https://www.npmjs.com/package/@convex-dev/agent For broader context: https://docs.convex.dev/llms.txt Instructions Why Convex for AI Agents Persistent State - Conversation h...
|
1.5K |
| 7709 | reviewing-lwc-mobile-offline | forcedotcom/sf-skills |
Reviewing LWC Mobile Offline Run a structured offline-priming compliance pass over a Lightning Web Component, producing a report of issues found and code-level fixes to bring the component into compliance with Komaci's static analysis requirements for the Salesforce Mobile App Plus and Field Service Mobile App. When to Use The user asks for a "mobile offline review", "Komaci check", or "offline priming audit" on a specific LWC. Preparing a component to ship in Salesforce Mobile App Plus or Field...
|
1.5K |
| 7710 | using-mobile-native-capabilities | forcedotcom/sf-skills |
Using Mobile Native Capabilities The lightning/mobileCapabilities module exposes a set of factory functions that return service objects for native device features (barcode scanning, biometrics, location, etc.). Each service extends a common BaseCapability with an isAvailable() method, so an LWC can degrade gracefully on surfaces where the capability is not present (desktop, mobile web). This skill routes an agent through (1) picking the right capability, (2) loading the authoritative type defini...
|
1.5K |
| 7711 | debug | lobehub/lobehub |
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
|
1.5K |
| 7712 | flutter-accessibility-audit | flutter/agent-plugins |
Implementing Flutter Accessibility Contents Managing Semantics Auditing Accessibility Debugging the Semantics Tree Examples Managing Semantics Rely on Flutter's standard widgets (e.g., TabBar , MenuAnchor ) for automatic semantic role assignment whenever possible. When building custom components or overriding default behaviors, explicitly define the UI element's purpose using the Semantics widget. Wrap custom UI components in a Semantics widget. Assign the appropriate SemanticsRole enum value to...
|
1.5K |
| 7713 | prompt-engineer | sickn33/agentic-awesome-skills |
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
|
1.5K |
| 7714 | bond-futures-basis | anthropics/financial-services |
Bond Futures Basis Analysis You are an expert in bond futures and basis trading. Combine futures pricing, cash bond analytics, yield curve data, and historical tracking to assess basis trade opportunities. Focus on routing data from MCP tools into a coherent basis analysis — let the tools compute, you interpret and present. Core Principles The basis sits at the intersection of cash bond pricing, repo markets, and delivery mechanics. Always start by pricing the future to identify the CTD and deli...
|
1.5K |
| 7715 | documentation-templates | sickn33/agentic-awesome-skills |
Documentation Templates Templates and structure guidelines for common documentation types. 1. README Structure Essential Sections (Priority Order) Section Purpose Title + One-liner What is this? Quick Start Running in <5 min Features What can I do? Configuration How to customize API Reference Link to detailed docs Contributing How to help License Legal README Template Project Name Brief one-line description. Quick Start [Minimum steps to run] Features - Feature 1 - Feature 2 Configur...
|
1.5K |
| 7716 | tilegym-monkey-patch-kernels-to-transformers | nvidia/skills |
Integrate and create cuTile kernels into 🤗 Transformers The main purpose of TileGym project is to provide performant kernels for LLM training and inference. We will integrate proper kernels available in TileGym project to LLM models provided by Hugging Face transformers library to validate end-to-end functional correctness and performance improvements. Instead of modifying transformers source code, we will take a non-intrusive monkey-patch approach: We will replace certain modules/classes/method...
|
1.5K |
| 7717 | transformers-js | huggingface/skills |
Transformers.js - Machine Learning for JavaScript Transformers.js enables running state-of-the-art machine learning models directly in JavaScript, both in browsers and Node.js environments, with no server required. When to Use This Skill Use this skill when you need to: Run ML models for text analysis, generation, or translation in JavaScript Perform image classification, object detection, or segmentation Implement speech recognition or audio processing Build multimodal AI applications (text-to-...
|
1.5K |
| 7718 | datapack-builder | anthropics/financial-services |
Financial Data Pack Builder Build professional, standardized financial data packs for private equity, investment banking, and asset management. Transform financial data from CIMs, offering memorandums, SEC filings, web search, or MCP server access into polished Excel workbooks ready for investment committee review. Important: Use the xlsx skill for all Excel file creation and manipulation throughout this workflow. CRITICAL SUCCESS FACTORS Every data pack must achieve these standards. Failure on ...
|
1.5K |
| 7719 | google-like-a-spy | useosint/osint-skills |
Search operators Operators turn a search box into a filter over a crawled index. The cost is that you are querying somebody's index , not the web — coverage, freshness and operator fidelity vary enormously between engines. The mistake beginners make is assuming their query ran as typed. Google routinely drops, stems, and synonym-expands your terms, so a zero-result dork and a silently-rewritten dork look nothing alike but are equally useless. Which engine for which job You want Go to Why Broad c...
|
1.5K |
| 7720 | code-review-quality | proffesor-for-testing/agentic-qe |
Code Review Quality <default_to_action> When reviewing code or establishing review practices: PRIORITIZE feedback: 🔴 Blocker (must fix) → 🟡 Major → 🟢 Minor → 💡 Suggestion FOCUS on: Bugs, security, testability, maintainability (not style preferences) ASK questions over commands: "Have you considered...?" > "Change this to..." PROVIDE context: Why this matters, not just what to change LIMIT scope: Review < 400 lines at a time for effectiveness Quick Review Checklist: Logic: Does it work correc...
|
1.5K |
| 7721 | viral-hook-creator | ognjengt/founder-skills |
Viral Hook Creator Purpose Generate 3-5 viral hook options using proven psychological patterns that create curiosity, provide value, and drive engagement. Hooks are optimized for social platforms (X/Twitter, LinkedIn, Instagram, TikTok). Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "viral-hook-creator loaded, proceed with additional instructions" Then wait for the user to provide their requirements in the next message. ...
|
1.5K |
| 7722 | backend-architect | sickn33/agentic-awesome-skills |
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs. Use this skill when Designing new backend services or APIs Defining service boundaries, data contracts, or integration patterns Planning resilience, scaling, and observability Do not use this skill when You only need a code-level bug fix You are working on small scripts without architectural concerns You need frontend or UX guidance instead of backend architecture Instructions Captu...
|
1.5K |
| 7723 | bond-relative-value | anthropics/financial-services |
Bond Relative Value Analysis You are an expert fixed income analyst specializing in relative value. Combine bond pricing, yield curves, credit curves, and scenario analysis from MCP tools to assess whether bonds are rich, cheap, or fair. Focus on routing tool outputs into spread decomposition and scenario tables — let the tools compute, you synthesize and recommend. Core Principles Relative value is about whether a bond's spread adequately compensates for its risks relative to comparable instrum...
|
1.5K |
| 7724 | excel-mcp | sbroenne/mcp-server-excel |
Excel MCP Server Skill Server-specific guidance for Excel MCP Server. Tools are auto-discovered - this documents quirks, workflows, and gotchas. Preconditions Windows host with Microsoft Excel installed (2016+) Use full Windows paths: C:\Users\Name\Documents\Report.xlsx Excel files must not be open in another Excel instance VBA operations require "Trust access to VBA project object model" enabled in Excel Trust Center Session Workflow Open/Create: excel_file(open) or excel_file(create-empty) →...
|
1.5K |
| 7725 | agent-eval | colbymchenry/codegraph |
Agent Eval Skill A lightweight CLI tool for comparing coding agents head-to-head on reproducible tasks. Every "which coding agent is best?" comparison runs on vibes — this tool systematizes it. When to Activate Comparing coding agents (Claude Code, Aider, Codex, etc.) on your own codebase Measuring agent performance before adopting a new tool or model Running regression checks when an agent updates its model or tooling Producing data-backed agent selection decisions for a team Installation Note:...
|
1.5K |
| 7726 | discord-bot-architect | sickn33/agentic-awesome-skills |
Discord Bot Architect Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactive components, rate limiting, and sharding. Principles Slash commands over message parsing (Message Content Intent deprecated) Acknowledge interactions within 3 seconds, always Request only required intents (minimize privileged intents) Handle rate limits gracefully with exponential backoff Plan for sharding from the sta...
|
1.5K |
| 7727 | fx-carry-trade | anthropics/financial-services |
FX Carry Trade Analysis You are an expert FX strategist specializing in carry trade analysis. Combine spot rates, forward curves, volatility surfaces, and historical data from MCP tools to evaluate carry trade opportunities. Focus on routing tool outputs into carry-to-vol assessments — let the tools provide pricing data, you compute risk-adjusted metrics and recommend. Core Principles A carry trade earns the interest rate differential but bears FX spot risk. The carry-to-vol ratio (annualized ca...
|
1.5K |
| 7728 | project-health | jezweb/claude-skills |
Status: Active Updated: 2026-01-30 Focus: Ensuring documentation and workflows are executable by AI agents Overview This skill evaluates project health from an AI-agent perspective - not just whether docs are well-written for humans, but whether future Claude Code sessions can: - Understand the documentation without ambiguity - Execute workflows by following instructions literally - Resume work effectively with proper context handoff When to Use - Before handing off a project to another...
|
1.5K |
| 7729 | mapbox-style-quality | mapbox/mapbox-agent-skills |
Mapbox Style Quality Skill This skill provides expert guidance on ensuring Mapbox style quality through validation, accessibility, and optimization tools. When to Use Quality Tools Pre-Production Checklist Before deploying any Mapbox style to production: Validate all expressions - Catch syntax errors before runtime Check color contrast - Ensure text is readable (WCAG compliance) Validate GeoJSON sources - Ensure data integrity Optimize style - Reduce file size and improve performance Compare ver...
|
1.5K |
| 7730 | framer-motion | dylantarre/animation-principles |
Framer Motion / Motion Animation Guidelines You are an expert in Framer Motion (now Motion), React, and TypeScript. Follow these guidelines when creating animations. Core Principles Import from the Correct Package Use import { motion } from "motion/react" for React projects (not "framer-motion" - this is outdated) The library was renamed from Framer Motion to Motion Always use the latest Motion API Performance-First Approach Animate transform properties (x, y, scale, rotate) and opacity for be...
|
1.5K |
| 7731 | dt-migration | dynatrace/dynatrace-for-ai |
Smartscape Migration Skill This skill helps migrate Dynatrace classic and Gen2 entity-based DQL queries and query patterns to Smartscape-based equivalents. Use it to: convert classic entity types to Smartscape node types rewrite classic entity DQL into Smartscape DQL migrate entityName() , entityAttr() , classicEntitySelector() , and classic relationship patterns explain how classic entity concepts map to Smartscape nodes, edges, fields, and IDs Load the dt-dql-essentials skill before writing fi...
|
1.5K |
| 7732 | difit-review | yoshiko-pg/difit |
Difit Review Overview This skill launches a requested git diff in a viewer that is easy for humans to read. At the same time, the agent can attach arbitrary comments via the --comment option. This comment mechanism is well suited for code review findings and code explanations. Before running commands, choose <difit-command> using the following rule: If command -v difit succeeds, use difit . Otherwise, use npx difit . If falling back to npx difit would require network access in a sandboxed enviro...
|
1.5K |
| 7733 | rev-struct | p4nda0s/reverse-skills |
rev-struct - Structure Recovery Recover data structure definitions by analyzing memory access patterns in functions and their call chains. Pre-check Determine which IDA access method is available: Option A — IDA Pro MCP (preferred if connected): Check if the IDA Pro MCP server is connected (look for an active ida-pro or equivalent MCP connection). If connected, you can query IDA directly via MCP tools — no exported files needed. Proceed with the analysis using MCP. Option B — IDA-NO-MCP exported...
|
1.5K |
| 7734 | memory-optimize | kochetkov-ma/claude-brewcode |
Plugin: kochetkov-ma/claude-brewcode Memory Optimizer Optimizes Claude Code auto-memory files in 4 interactive steps : removes duplicates, migrates rules to proper config files, compresses remaining entries, validates the result. Typical reduction: 30–50% token count in memory files. Auto-memory stores context across sessions in ~/.claude/projects//memory/MEMORY.md . Enable: CLAUDE_CODE_DISABLE_AUTO_MEMORY=0 · Disable: CLAUDE_CODE_DISABLE_AUTO_MEMORY=1 Benefits: faster context loading · no dupli...
|
1.5K |
| 7735 | gdpr-compliant | github/awesome-copilot |
GDPR Engineering Skill Actionable GDPR reference for engineers, architects, DevOps, and tech leads. Inspired by CNIL developer guidance and GDPR Articles 5, 25, 32, 33, 35. Golden Rule: Collect less. Store less. Expose less. Retain less. For deep dives, read the reference files in references/ : references/data-rights.md — user rights endpoints, DSR workflow, RoPA references/security.md — encryption, hashing, secrets, anonymization references/operations.md — cloud, CI/CD, incident response, archi...
|
1.5K |
| 7736 | qdrant-search-quality | qdrant/skills |
Qdrant Search Quality First determine whether the problem is the embedding model, Qdrant configuration, or the query strategy. Most quality issues come from the model or data, not from Qdrant itself. If search quality is low, inspect how chunks are being passed to Qdrant before tuning any parameters. Splitting mid-sentence can drop quality 30-40%. Start by testing with exact search to isolate the problem Search API Diagnosis and Tuning Isolate the source of quality issues, tune HNSW parameters, ...
|
1.5K |
| 7737 | invoice-chase | anthropics/knowledge-work-plugins |
Invoice Chase Quick start Pull the AR aging report, score each customer by payment history, draft a tone-matched reminder for each overdue invoice, and present them to the owner. Nothing sends until the owner says so. User: "who owes me money" → Pull AR aging from QuickBooks → Cross-reference PayPal settlements (last 14 days) → Score each customer: good-payer / occasionally-late / repeat-late → Draft tone-matched reminders → Show summary table + drafts. Wait for "send these." Setup (first run on...
|
1.5K |
| 7738 | wordpress-content | jezweb/claude-skills |
WordPress Content Create, update, and manage WordPress content — posts, pages, media, categories, tags, and menus. Produces live content on the site via WP-CLI or the REST API. Prerequisites Working WP-CLI SSH connection or REST API credentials (use wordpress-setup skill) Site config from wordpress.config.json or wp-cli.yml Workflow Step 1: Determine the Operation Task Best Method Create/edit single post or page WP-CLI wp post create/update Bulk create posts WP-CLI loop or REST API batch Upload ...
|
1.5K |
| 7739 | auto-paper-demo | marimo-team/skills |
You need to come up with a compelling story to tell from a paper. Do not ask the user for feedback/input. You need to apply thinking and come up with the best story yourself. Fetching Papers via AlphaXiv Use alphaxiv.org to get structured, LLM-friendly paper content. This is faster and more reliable than trying to read a raw PDF. Extract the paper ID Parse the paper ID from whatever the user provides: Input Paper ID https://arxiv.org/abs/2401.12345 2401.12345 https://arxiv.org/pdf/2401.12345 240...
|
1.5K |
| 7740 | rev-symbol | p4nda0s/reverse-skills |
rev-symbol - Symbol Recovery Analyze function code characteristics to recover/identify function symbols and names. Pre-check Determine which IDA access method is available: Option A — IDA Pro MCP (preferred if connected): Check if the IDA Pro MCP server is connected (look for an active ida-pro or equivalent MCP connection). If connected, you can query IDA directly via MCP tools — no exported files needed. Proceed with the analysis using MCP. Option B — IDA-NO-MCP exported data: If MCP is not con...
|
1.5K |
| 7741 | ncbi-sequence-fetch | google-deepmind/science-skills |
NCBI Sequence Fetch Prerequisites Show more Installs 425 Repository google-deepmind…e-skills GitHub Stars 881 First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.5K |
| 7742 | openfda-database | google-deepmind/science-skills |
openFDA Search and Query Prerequisites Show more Installs 421 Repository google-deepmind…e-skills GitHub Stars 881 First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.5K |
| 7743 | apollo-federation | apollographql/skills |
Apollo Federation Schema Authoring Apollo Federation enables composing multiple GraphQL APIs (subgraphs) into a unified supergraph. Federation 2 Schema Setup Every Federation 2 subgraph must opt-in via @link : extend schema @link ( url : "https://specs.apollo.dev/federation/v2.12" , import : [ "@key" , "@shareable" , "@external" , "@requires" , "@provides" ] ) Import only the directives your subgraph uses. Core Directives Quick Reference Directive Purpose Example @key Define entity with unique k...
|
1.5K |
| 7744 | dd-apm | datadog-labs/agent-skills |
Datadog APM Distributed tracing, service maps, and performance analysis. Requirements Datadog Labs Pup should be installed via: go install github.com/datadog-labs/pup@latest Quick Start pup auth login pup apm services list pup apm traces list --service api-gateway --duration 1h Services List Services pup apm services list pup apm services list --env production Service Details pup apm services get api-gateway --json Service Map View dependencies pup apm service-map --service api-gateway --json T...
|
1.5K |
| 7745 | guizang-material-illustration | op7418/guizang-material-illustration |
Guizang Material Illustration Create supporting illustrations from source text, screenshots, or chart data. The output is an image-generation prompt plan plus generated raster images when image generation is available. This skill focuses on the illustration layer, not the full social-card layout. If the user also needs Xiaohongshu/WeChat card composition, pair this skill with the social-card skill: use this skill for the central illustrations, then place the generated images in the card template...
|
1.5K |
| 7746 | axiom-vision | charleswiltgen/axiom |
Vision Framework Computer Vision Guides you through implementing computer vision: subject segmentation, hand/body pose detection, person detection, text recognition, barcode detection, document scanning, and combining Vision APIs to solve complex problems. When to Use This Skill Use when you need to: ☑ Isolate subjects from backgrounds (subject lifting) ☑ Detect and track hand poses for gestures ☑ Detect and track body poses for fitness/action classification ☑ Segment multiple people separat...
|
1.5K |
| 7747 | game-designer | playableintelligence/game-creator |
Game UI/UX Designer You are an expert game UI/UX designer specializing in browser games. You analyze games and implement visual polish, atmosphere, and player experience improvements. You think like a designer — not just about whether the game works, but whether it feels good to play. Reference Files For detailed reference, see companion files in this directory: visual-catalog.md — All visual improvement patterns: backgrounds (parallax, gradients), color palettes, juice/polish effects, particle ...
|
1.5K |
| 7748 | content-repurposer-sms | blacktwist/social-media-skills |
Content Repurposer When to Use User asks to repurpose content or turn one piece into multiple formats User mentions "repurpose," "turn this into," or "adapt this for" User says "cross-post," "reformat," or "blog to social" User wants to convert a newsletter to posts or extract posts from long-form content User shares an article, transcript, or blog post and wants social derivatives User mentions "get more from this content" or wants to maximize a single piece Role You are an expert content repur...
|
1.5K |
| 7749 | bkt | avivsinai/bitbucket-cli |
`bkt` is a unified CLI for Bitbucket Data Center and Bitbucket Cloud. It mirrors `gh` ergonomics and provides structured JSON/YAML output for automation. Dependency Check Before executing any `bkt` command, verify the CLI is installed: ``` bkt --version ``` If the command fails or `bkt` is not found, install it using one of these methods: | macOS/Linux | `brew install avivsinai/tap/bitbucket-cli` | Windows | `scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket && scoo...
|
1.5K |
| 7750 | style-guide | daleseo/korean-skills |
당신은 문서 내부 또는 프로젝트 전체에서 일관된 작성 스타일을 유지하도록 돕는 스타일 가이드 전문가입니다. 맞춤법이나 문법 오류가 아닌, 스타일의 일관성을 검사하고 개선합니다. 핵심 원칙: - 일관성 우선: 정답이 여러 개일 때, 문서 내에서 단일 선택을 유지 - 문맥 고려: 문서 타입(비즈니스/학술/기술/마케팅)에 맞는 스타일 제안 - 근거 제시: 권위 있는 표준(정부/학술/실무)을 참조하여 제안 - 실용성: 브랜드 보이스나 프로젝트 규칙을 우선 적용 검사 범위: - 맞춤법이나 문법 오류(예: "되요" → "돼요")는 다루지 않습니다 - 동일 문서/프로젝트 내에서 스타일의 일관성에만 집중합니다 - 예: "사용자" ↔ "유저" 혼용 → "사용자"로 통일 작업 설명 실행될 때 다음을 수행합니다: - 텍스트 읽기 - 사용자가 제공한 텍스트(파일, 인자, 또는 대화 컨텍스트) - 스타일 분석 - 7가지 카테고리의 일관성 검사 - 불일치 식별 - 동일 문서 내 또...
|
1.5K |