███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 24051 | interaction-design | petekp/agent-skills |
Interaction Design Create engaging, intuitive interactions through motion, feedback, and thoughtful state transitions that enhance usability and delight users. When to Use This Skill Adding microinteractions to enhance user feedback Implementing smooth page and component transitions Designing loading states and skeleton screens Creating gesture-based interactions Building notification and toast systems Implementing drag-and-drop interfaces Adding scroll-triggered animations Designing hover and f...
|
35 |
| 24052 | styled-components-helper | jeremylongshore/claude-code-plugins-plus-skills |
Styled Components Helper Purpose This skill provides automated assistance for styled components helper tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "styled components helper" in your request Ask about styled components helper patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance fo...
|
35 |
| 24053 | moai-workflow-tdd | modu-ai/moai-adk |
Test-Driven Development (TDD) Workflow Development Mode Configuration (CRITICAL) [NOTE] This workflow is selected based on .moai/config/sections/quality.yaml : constitution : development_mode : tdd or ddd When to use this workflow : development_mode: tdd → Use TDD (this workflow, default) development_mode: ddd → Use DDD instead (moai-workflow-ddd) Key distinction : TDD (default): Test-first development for all work, including brownfield projects with pre-RED analysis DDD : Characterization-test...
|
35 |
| 24054 | dotnet-dockerfile | jkappers/agent-skills |
.NET Dockerfile Generator Generate production-ready multi-stage Dockerfiles for .NET applications. Workflow Determine .NET version (8, 9, or 10) from project file or ask user Identify project type: ASP.NET Core web app, API, worker service, or console app Locate project file path (e.g., src/MyApp/MyApp.csproj) Choose optimization: standard, chiseled (smaller), or native AOT (smallest/fastest startup) Breaking Change in .NET 10: Ubuntu is now the default Linux distribution for all .NET contain...
|
35 |
| 24055 | ai-sdk-5 | gentleman-programming/gentleman-skills |
Breaking Changes from AI SDK 4 // ❌ AI SDK 4 (OLD) import { useChat } from "ai"; const { messages, handleSubmit, input, handleInputChange } = useChat({ api: "/api/chat", }); // ✅ AI SDK 5 (NEW) import { useChat } from "@ai-sdk/react"; import { DefaultChatTransport } from "ai"; const { messages, sendMessage } = useChat({ transport: new DefaultChatTransport({ api: "/api/chat" }), }); Client Setup import { useChat } from "@ai-sdk/react"; import { DefaultChatTransport } from "ai"; import { us...
|
35 |
| 24056 | generic-feature-developer | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
35 |
| 24057 | swiftui-accessibility-auditor | rgmez/apple-accessibility-skills |
SwiftUI Accessibility Auditor Platforms: iOS, iPadOS, macOS UI Framework: SwiftUI Category: Accessibility Output style: Practical audit + prioritized fixes + patch-ready snippets Role You are an Apple Platforms Accessibility Specialist focused on SwiftUI. Your job is to audit SwiftUI code for accessibility issues and propose concrete, minimal changes that improve: VoiceOver / Spoken feedback Dynamic Type & text scaling Focus & keyboard navigation (especially on macOS/iPad) Semantic structure (he...
|
35 |
| 24058 | outreach | membranedev/application-skills |
Outreach Outreach is a sales engagement platform that helps sales teams automate and personalize their communication with prospects. It streamlines outreach efforts through email, phone, and social media, allowing sales reps to engage more effectively. Sales development representatives (SDRs) and account executives (AEs) are typical users. Official docs: https://developers.outreach.io/ Outreach Overview Account Sequence SequenceState Mailbox User Opportunity Call Task ContentCategory Snippet Tem...
|
35 |
| 24059 | robis-design-best-practice | ethiopian-cursor-community/robis-design-best-practice |
Robi's Design Best Practice Quick Reference Checklist When designing or reviewing UI components: Colors are low saturation (avoid "vibe code" oversaturated colors) Dark mode colors are desaturated or lightened appropriately Text contrast meets WCAG AAA standards No pure black (000000) or pure white (FFFFFF) - use tinted variations All spacing uses 4px multiples Nested border radii follow: inner_radius = outer_radius - padding Icons use consistent weight and style throughout Shadows avoided in da...
|
35 |
| 24060 | lambda-layer-creator | jeremylongshore/claude-code-plugins-plus-skills |
Lambda Layer Creator Purpose This skill provides automated assistance for lambda layer creator tasks within the AWS Skills domain. When to Use This skill activates automatically when you: Mention "lambda layer creator" in your request Ask about lambda layer creator patterns or best practices Need help with amazon web services skills covering compute, storage, networking, serverless, and aws-specific best practices. Capabilities Provides step-by-step guidance for lambda layer creator Follows indu...
|
35 |
| 24061 | add-skill-installer | kevintsai1202/add-skill-installer |
Add Skill Installer 透過 npx add-skill 從任何 Git 儲存庫安裝 Agent Skills。 支援的 Agents Agent 識別名稱 全域技能目錄 Antigravity antigravity ~/.gemini/antigravity/skills/ Claude Code claude-code ~/.claude/skills/ Cursor cursor .cursor/skills/ Codex codex .codex/skills/ OpenCode opencode .opencode/skills/ GitHub Copilot github-copilot .github/copilot/skills/ Roo Code roo .roo/skills/ CLI 完整用法 Usage: add-skill [options] <source> Install skills onto coding agents Arguments: source Git repo URL, GitHub s...
|
35 |
| 24062 | astro-cta-injector | nicepkg/ai-workflow |
Astro CTA Injector Skill Purpose This skill injects Call-to-Action (CTA) blocks into Astro site content. It supports: Multiple CTA types (newsletter, product, custom) Intelligent placement strategies Content-based relevance scoring Batch processing with preview When to Use This Skill User asks to "add CTAs to blog posts" User wants to "inject newsletter signup" into content User mentions "add product promotion" to posts User needs to batch-add any type of content block to posts User wants to "ad...
|
35 |
| 24063 | youtube-processor | nicepkg/ai-workflow |
Takes a YouTube URL, extracts the transcript, and you (Claude) summarize it. Outputs Obsidian-ready markdown. Zero friction: share a link, get actionable notes. When to Use - "Summarize this video: [URL]" - "Turn this YouTube into notes" - "What's this video about?" - "Process this for my newsletter" - Any YouTube URL shared for processing Location This skill's tools live at: ``` /Users/eddale/Documents/GitHub/powerhouse-lab/skills/youtube-processor/tools/ ``` How It Works Step 1:...
|
35 |
| 24064 | crawler | gn00678465/crawler-skill |
Crawler Skill Converts any URL into clean markdown using a robust 3-tier fallback chain. Quick start uv run scripts/crawl.py --url https://example.com --output reports/example.md Markdown is saved to the file specified by --output . Progress/errors go to stderr . Exit code 0 on success, 1 if all scrapers fail. How it works The script tries each tier in order and returns the first success: Tier Module Requires 1 Firecrawl ( firecrawl_scraper.py ) FIRECRAWL_API_KEY env var (optional; falls back if...
|
35 |
| 24065 | nix-profile-manager | ypares/agent-skills |
This skill enables agents to maintain a local Nix profile in a user-provided directory, allowing dynamic installation of tools without requiring system-wide package management or sudo access. Quick Start: Setting Up a Local Profile Users should provide a directory in their `PATH` for the agent to manage, and ensure the `AGENT_PROFILE` env var contains this directory so the agent knows where it is. Then the agent just does: ``` nix profile add --profile "$AGENT_PROFILE" "nixpkgsgit" ``` Th...
|
35 |
| 24066 | ocr image to markdown | hugohe3/ppt-master |
OCR 图像识别转 Markdown 本技能允许你“阅读”图片并将内容转换为可编辑的 Markdown 文本。这在提取数据表格、幻灯片内容或文档截图时特别有用,尤其是当无法使用外部 OCR 库时。 使用指南 确认目标图片 : 定位你需要处理的图片文件。 如有需要,使用 list_dir 浏览目录。 查看图片 : 使用 view_file 工具来“看”图片内容。系统允许你直接处理图像数据。 关键 : 你必须对图片路径使用 view_file ,这样你的视觉模型才能消化它。 转录内容 : 基于你所看到的,将文本转录为 Markdown。 表格 : 将视觉看到的表格转换为标准 Markdown 表格 ( | 表头 | ... | )。 标题 : 使用 , 等来标记图片中的标题,保持层级结构。 文本 : 将段落转录为普通文本。 数字 : 仔细核对所有数字,特别是财务报表中的数据。 保存输出 : 使用 write_to_file 将转录的内容写入 .md 文件(例如 ocr_results.md )。 如果处理多张图片,考虑将其追加到同一个文件中,或按逻辑组织。 最佳实践技巧 表格 : 仔细...
|
35 |
| 24067 | zustand-advanced-patterns | thebushidocollective/han |
Advanced techniques and patterns for building complex applications with Zustand, including transient updates, optimistic updates, and sophisticated state management strategies. Key Concepts Transient Updates Update state without triggering re-renders: ``` const useStore = create((set) => ({ count: 0, increment: () => set((state) => ({ count: state.count + 1 }), false, 'increment'), })) // Usage: Update without re-rendering useStore.setState({ count: 10 }, true) // replace: true, s...
|
35 |
| 24068 | writing-plans | zenobi-us/dotfiles |
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
|
35 |
| 24069 | cold-email-4-sequence | sachacoldiq/coldiq-s-gtm-skills |
Cold Email 4-Sequence Framework Standard 4-email sequence framework for cold outreach. Email 1 - Trigger-Based Opening Observation about their situation + one-line case study Soft CTA (question-based) Length: 3-4 sentences BTL, 2-3 sentences ATL Email 2 - Pain/Main KPI Focus Address primary pain point Connect to key metric they care about Email 3 - Someone Else's Responsibilities Delegation ask ("who handles X?") Opens thread to correct person Email 4 - Break-Up Timing question ("Is this not a p...
|
35 |
| 24070 | mcp-installer | aaaaqwq/claude-code-skills |
Find, install, and configure MCP servers for OpenCode. 1. Search for MCP Server Check local catalog first (quick check for already-documented MCPs): ``` python3 ~/.config/opencode/skill/mcp-installer/scripts/list_mcps.py ``` If not found locally, search online: - `websearch("MCP server for [capability]")` - `webfetch("https://github.com/modelcontextprotocol/servers")` - Check npm: `@modelcontextprotocol/server-*` - Check the MCP spec repo: [https://github.com/modelcontextprotocol](http...
|
35 |
| 24071 | backend architecture | exceptionless/exceptionless |
Backend Architecture Quick Start Run Exceptionless.AppHost from your IDE. Aspire automatically starts all services (Elasticsearch, Redis) with proper ordering. The dashboard opens at the assigned localhost port. dotnet run --project src/Exceptionless.AppHost Use the Aspire MCP for listing resources, viewing logs, and executing commands. Project Layering Exceptionless.Core → Domain logic, services, repositories, validation Exceptionless.Insulation → Infrastructure implementations (Redis, ...
|
35 |
| 24072 | understanding-tauri-runtime-authority | dchuk/claude-code-tauri-skills |
The runtime authority is a core Tauri component that enforces security policies during application execution. It validates permissions, resolves capabilities, and injects scopes before commands execute. What Is Runtime Authority? Runtime authority is the enforcement layer that sits between the WebView frontend and Tauri commands. It acts as a gatekeeper for all IPC (Inter-Process Communication) requests. Core Function When a webview invokes a Tauri command, the runtime authority: - Receiv...
|
35 |
| 24073 | frontend-design | yiyousiow000814/xauusd-calendar-agent |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
35 |
| 24074 | api-docs | htlin222/dotfiles |
API Documentation Create comprehensive API documentation and OpenAPI specs. When to Use Documenting new APIs Creating OpenAPI/Swagger specs Generating SDK documentation Writing API guides Creating Postman collections OpenAPI Template openapi : 3.0.3 info : title : API Name version : 1.0.0 description : API description servers : - url : https : //api.example.com/v1 description : Production paths : /users : get : summary : List users operationId : listUsers parameters : - name : limit in : query s...
|
35 |
| 24075 | cnki-advanced-search | cookjohn/cnki-skills |
CNKI Advanced Search (高级检索) Perform a filtered search on CNKI using the old-style advanced search interface (only interface with source category checkboxes). Arguments $ARGUMENTS describes the search criteria in natural language. Parse it to identify: Subject keywords (主题) — default field Title keywords (篇名) Keywords (关键词) Author name (作者) — separate field au_1_value1 Journal/source (文献来源) — separate field magazine_value1 Date range (时间范围) — startYear / endYear Source category (来源类别:SCI, EI, 北大核...
|
35 |
| 24076 | git-commit-cn | bahayonghang/my-claude-code-settings |
Analyze changes via git diff --staged and git status . Determine commit type and emoji using references/commit-types.md and $ARGUMENTS . Split changes into separate commits by module/type. Execute commit using HEREDOC: git commit -m "$(cat <<'EOF' \n <type>(<scope>): <emoji> <description> \n EOF)" . Push changes to remote. Confirm before pushing to main or master . PROHIBITED : Never include Co-Author fields or attribution lines.
|
35 |
| 24077 | code-optimization | bytedance/agentkit-samples |
Code Optimization Skill You are an expert code optimization assistant focused on improving code performance beyond standard library implementations. When to Use This Skill Use this skill when users need to: Optimize existing code to achieve better performance than standard library implementations Benchmark and measure code execution time and memory usage Iteratively improve code performance through multiple optimization rounds (maximum 2 iterations) Compare optimized code performance against bas...
|
35 |
| 24078 | refine-skill-design | nesnilnehc/ai-cortex |
Skill: Refine Skill Design Purpose As a "Skill for Skills," this skill audits and refactors AI capability definitions in draft form. It applies a senior prompt-engineering perspective to improve logic robustness, scenario coverage, and instruction adherence so each capability meets LLM best practices. Core Objective Primary Goal : Produce an audited and refactored SKILL document that meets spec compliance and LLM best practices. Success Criteria (ALL must be met): ✅ Structure compliant : SKILL f...
|
35 |
| 24079 | interactive-writing-assistant | jykim/claude-obsidian-skills |
Interactive Writing Assistant Overview This skill supports all stages of the writing process through interactive collaboration with the user. The key principle is to develop outline and prose together (Co-evolving Outline+Prose), maintaining synchronization between high-level structure and detailed content while leveraging the user's knowledge base. Core Principles Co-evolving Outline+Prose (COP) Develop outline and prose together for any piece to evolve both the big picture (via outline) and...
|
35 |
| 24080 | dependency-vulnerability-triage | patricio0312rev/skills |
Dependency Vulnerability Triage Convert vulnerability reports into actionable patch plans. Vulnerability Severity Matrix // severity-matrix.ts export interface Vulnerability { id : string ; package : string ; currentVersion : string ; patchedVersion : string ; severity : "critical" | "high" | "medium" | "low" ; cvss : number ; cwe : string [ ] ; exploitability : "high" | "medium" | "low" ; impact : string ; path : string [ ] ; } export interface PatchPriority { vulnerability : Vulnerability ; pr...
|
35 |
| 24081 | slack-gif-creator | teachingai/full-stack-skills |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
35 |
| 24082 | rg-code-search | laurigates/claude-plugins |
rg Code Search Expert knowledge for using rg (ripgrep) as a blazingly fast code search tool with powerful filtering and pattern matching. Core Expertise ripgrep Advantages Extremely fast (written in Rust) Respects .gitignore automatically Smart case-insensitive search Recursive by default Colorized output Multi-line search support Replace functionality Basic Usage Simple Search Basic search rg pattern Search in current directory rg "import numpy" Search for exact phrase rg function_name Sear...
|
35 |
| 24083 | laravel:horizon:metrics-and-dashboards | jpcaparas/superpowers-laravel |
Horizon: Metrics and Dashboards Make queues observable and actionable via Horizon. Naming & Tags Use named queues (e.g., high , default , low ); route jobs intentionally Tag jobs with domain identifiers (user ID, aggregate ID) for tracing Workers & Concurrency Right‑size --max-time , --tries , --backoff Separate critical queues into dedicated supervisors Failures Use failed() method/logging with structured context Idempotency—ensure safe retries (unique keys, upserts, guards) Metrics & Dashboard...
|
35 |
| 24084 | filter-js-from-html | letta-ai/skills |
Filter JavaScript from HTML Overview This skill provides guidance for tasks that require removing JavaScript and XSS attack vectors from HTML content while preserving the original formatting exactly. The key challenge is balancing comprehensive security filtering with format preservation. Critical Requirements Analysis Before implementation, identify and prioritize these requirements: Security completeness : All XSS vectors must be removed Format preservation : Output must be functionally identi...
|
35 |
| 24085 | xhs-skill | leeguooooo/xhs-skill |
本技能是 xhs-* 的合并版,目标是让用户只需要 clawhub install xhs-skill 一次即可开始使用。 约束: 所有浏览器交互(打开页面/点击/输入/上传/截图/登录/导出)全部委托 agent-browser-stealth 。 禁止在本仓库编写/维护发布编排脚本(如 publish_from_payload );发布动作必须在会话中由 agent-browser-stealth 执行。 禁止使用 agent-browser (旧通道禁用,统一使用 agent-browser-stealth )。 所有敏感数据(cookies、导出文件、截图)只落地在本机 data/ 目录,不要粘贴到聊天里。 执行硬约束(稳定性): 同一 agent-browser-stealth session 禁止并发操作(串行执行),否则容易触发 os error 35 假失败。 snapshot 的 ref 会漂移:关键动作前后必须重抓 snapshot -i ,并用 placeholder/role/text 做二次定位兜底。 扫码不等于登录成功;必须做后验校验(见下方 A 节“登录成...
|
35 |
| 24086 | floating-ui-vue-skilld | harlan-zw/vue-ecosystem-skills |
floating-ui/floating-ui @floating-ui/vue Floating UI for Vue Version: 1.1.11 (Mar 2026) Deps: vue-demi@>=0.13.0, @floating-ui/dom@^1.7.6, @floating-ui/utils@^0.2.11 Tags: latest: 1.1.11 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes for @floating-ui/vue — prioritize the v1.0.0 major release and subsequent minor updates. BREAKING: x and y coordinates now default to 0 instead of null since v1.0.0. Use isPositioned to check if lay...
|
35 |
| 24087 | gas | austintgriffith/ethskills |
Gas & Costs on Ethereum What You Probably Got Wrong Your gas estimate is 100-600x too high. Most LLMs confidently state gas is 10-30 gwei. Post-Fusaka (Dec 2025), typical base fee is under 1 gwei — usually 0.1-0.5 gwei. Verify: cast base-fee --rpc-url https://eth.llamarpc.com Base fee: Under 1 gwei (not 30-100 gwei) — fluctuates, check live Priority fee (tip): ~0.01-0.1 gwei ETH price: ~$2,000 (not $2,500-3,000) — volatile, always check a Chainlink feed or CoinGecko What Things Actually Cost (Ea...
|
35 |
| 24088 | pytorch-model-cli | letta-ai/skills |
PyTorch Model to CLI Tool Conversion This skill provides guidance for tasks that require converting PyTorch models into standalone command-line tools, typically implemented in C/C++ for portability and independence from Python runtime. Task Recognition This skill applies when the task involves: Converting a PyTorch model to a standalone executable Extracting model weights to a portable format (JSON, binary) Implementing neural network inference in C/C++ Creating CLI tools that perform image clas...
|
35 |
| 24089 | ai-ml-development | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
35 |
| 24090 | doc-daily-digest | molechowski/claude-skills |
Daily Digest Process an Obsidian daily note by classifying raw items, fetching/researching content, creating structured notes, and replacing raw items with wikilinks. Prerequisites Skill Required Purpose doc-obsidian Yes Vault CRUD via notesmd-cli + search via qmd res-x For X/Twitter URLs Fetch tweet content via xAI res-deep For loose ideas Multi-round research Optional dependency: scrapling -- headless browser fallback for sites that block WebFetch (403, empty content, captcha pages). Install w...
|
35 |
| 24091 | tdesign-miniprogram | joneqian/claude-skills-suite |
TDesign Mini Program Skill TDesign WeChat Mini Program component library, an enterprise-level design system by Tencent. Provides 60+ high-quality components with dark mode support, theme customization, and more. When to Use This Skill This skill should be triggered when: Developing WeChat Mini Programs with TDesign component library Using TDesign UI components (Button, Input, Dialog, etc.) Implementing interfaces following TDesign design specifications Configuring TDesign themes and style custom...
|
35 |
| 24092 | explore-codebase | vinta/hal-9000 |
Explore Codebase Tool Selection Need Tool Structural patterns (functions, classes) sg (ast-grep) Text/regex patterns (strings, names) rg (ripgrep) File discovery by name/extension fd Decision flow : Find files first? fd → pipe to rg / sg . Syntax-aware match needed? sg . Fast text search? rg . Uncertain? Start with rg , escalate to sg if structure matters. ast-grep Essentials ast-grep is the least familiar tool -- key syntax summarized here. See references/ast-grep.md for language-specific patte...
|
35 |
| 24093 | backend testing | exceptionless/exceptionless |
Backend Testing Test Naming Standards Follow Microsoft's unit testing best practices : Pattern : MethodUnderTest_Scenario_ExpectedBehavior MethodUnderTest — The actual method on the class being tested, not necessarily the entry point you call. For example, when testing ObjectToInferredTypesConverter , use Read (the converter's method) even though you invoke it via _serializer.Deserialize() . Scenario — The input, state, or condition being tested. ExpectedBehavior — What the method should do or r...
|
35 |
| 24094 | automotivemanufacturing | robdtaylor/personal-ai-infrastructure |
Automotive Manufacturing Documentation When to Activate This Skill "Write a work instruction for [process]" "Create a business process for [operation]" "Document manufacturing procedure" "Build SOP for [automotive process]" "Create APQP documentation" "Write quality inspection procedure" "Document assembly/machining/material handling process" Core Document Types 1. Work Instructions (WI) Purpose : Detailed step-by-step operator guidance Key Elements : Clear title and document ID Scope and applic...
|
35 |
| 24095 | bash-script-generator | akin-ozer/cc-devops-skills |
Bash Script Generator Overview Generate production-ready Bash scripts with clear requirements capture, deterministic generation flow, and validation-first iteration. Trigger Phrases Use this skill when the user asks to: Create, generate, write, or build a Bash/shell script Convert manual CLI steps into an automation script Build a text-processing script using grep , awk , or sed Create an operations helper script, cron script, or CI utility script Do not use this skill for validating an existing...
|
35 |
| 24096 | philosophy | soul-brews-studio/oracle-skills-cli |
/philosophy - Oracle Principles "The Oracle Keeps the Human Human" Usage /philosophy Show all principles (en) /philosophy [number] Show specific principle (1-6) /philosophy check Alignment check for current work /philosophy --th Full Thai /philosophy --en/th Nat Weerawan's style (Thai + English tech terms) Step 0: Language + Timestamp Option Style en Full English (default) th Full Thai en/th Thai flow, English technical terms If --th or --en/th passed as...
|
35 |
| 24097 | project-memory | jamditis/claude-skills-journalism |
Project Memory Table of Contents Overview When to Use This Skill Core Capabilities 1. Initial Setup - Create Memory Infrastructure 2. Configure CLAUDE.md - Memory-Aware Behavior 3. Configure AGENTS.md - Multi-Tool Support 4. Searching Memory Files 5. Updating Memory Files 6. Memory File Maintenance Templates and References Example Workflows Integration with Other Skills Success Criteria Overview Maintain institutional knowledge for projects by establishing a structured memory system in docs/proj...
|
35 |
| 24098 | store-module-architecture | tencentblueking/bk-ci |
Store 研发商店模块架构指南 模块定位 : Store 是 BK-CI 的研发商店模块,负责管理流水线插件(Atom)、流水线模板(Template)、容器镜像(Image)等可复用组件的发布、审核、安装、统计等全生命周期管理。 一、模块整体结构 1.1 子模块划分 src/backend/ci/core/store/ ├── api-store/ API 接口定义层 │ └── src/main/kotlin/com/tencent/devops/store/ │ ├── api/ │ │ ├── atom/ 插件相关接口(25+ 文件) │ │ ├── common/ 通用接口(40+ 文件) │ │ ├── container/ 容器相关接口 │ │ ├── image/ 镜像相关接口 │ │ └── template/ 模板相关接口 │ ├──...
|
35 |
| 24099 | configuring-tauri-scopes | dchuk/claude-code-tauri-skills |
This skill covers configuring scopes in Tauri v2 applications to control fine-grained access to commands and resources. What Are Scopes? Scopes are a granular authorization mechanism in Tauri that controls what specific operations a command can perform. They function as fine-grained permission boundaries beyond basic command access. Key Characteristics - Allow scopes: Explicitly permit certain operations - Deny scopes: Explicitly restrict certain operations - Deny takes precedence: When ...
|
35 |
| 24100 | photographer-testino | bluewaves-creations/bluewaves-skills |
Mario Testino Style Photography Generate images in the iconic style of Mario Testino - vibrant, glamorous photography with bold colors and luxurious sensuality. See references/fal-api.md for setup, Python patterns, and error handling. Style Characteristics Mario Testino's photography is defined by: Vibrant glamour - luxurious, high-energy sensuality Bold saturated colors - rich, contrasting hues that pop Natural warmth - sun-kissed, luminous skin tones Spontaneous elegance - authentic connection...
|
35 |