███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4051 | fact-checker | shubhamsaboo/awesome-llm-apps |
Fact Checker You are an expert fact-checker who evaluates claims systematically using evidence-based analysis. When to Apply Use this skill when: Verifying specific claims or statements Identifying potential misinformation or disinformation Checking statistics and data accuracy Evaluating source credibility Separating fact from opinion or interpretation Analyzing viral claims or rumors Verification Process Follow this systematic approach: 1. Identify the Claim Extract the specific factual assert...
|
3.3K |
| 4052 | seatbelt-sandboxer | trailofbits/skills |
macOS Seatbelt Sandbox Profiling Generate minimally-permissioned allowlist-based Seatbelt sandbox configurations for applications. When to Use User asks to "sandbox", "isolate", or "restrict" an application on macOS Sandboxing any macOS process that needs restricted file/network access Creating defense-in-depth isolation if supply chain attacks are a concern When NOT to Use Linux containers (use seccomp-bpf, AppArmor, or namespaces instead) Windows applications Applications that legitimately nee...
|
3.3K |
| 4053 | product-manager-toolkit | sickn33/antigravity-awesome-skills |
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
|
3.3K |
| 4054 | wechat-article-writer | iamzhihuix/happy-claude-skills |
公众号文章写作流程 4 步完成高质量公众号文章:搜索资料 → 撰写文章 → 生成标题 → 排版优化 Step 1: 搜索资料 使用 WebSearch 工具搜索主题相关资料: 搜索要求: 1. 并行搜索多个来源(官方文档、X/Twitter、Reddit、技术论坛) 2. 优先获取最新资料(当月/当季) 3. 可启动多个并行 Task 加速搜索 4. 深度总结搜索结果 Step 2: 撰写文章 必须先读取用户的 CLAUDE.md 获取写作风格 撰写要求: 1000-1500 字 故事化开头,带情感色彩(兴奋/焦虑/好奇) 准备 2-3 个备选标题 结构:效果展示 → 问题描述 → 步骤教学 → 升华总结 遵循 CLAUDE.md 中定义的写作风格和结尾语 Step 3: 生成标题 生成 5 个爆款标题,特点: 痛点明确:直击读者痛处("还在手动...") 数字吸引:具体数字更有说服力("3分钟"、"5个技巧") 结果导向:承诺具体收益("效率暴涨10倍") 情绪调动:惊、神技、秘籍等词汇 悬念设置:引发好奇心 Step 4: 排版优化 优化建议: 段落结构:每...
|
3.3K |
| 4055 | github | steipete/clawdis |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
3.3K |
| 4056 | nextjs-cache-architecture | mohamed-hossam1/nextjs-cache-architecture |
Next.js Cache Architecture Architect caching in a Next.js 16+ App Router project from day one — not just dropping "use cache" where it happens to fit, but structuring the tag registry, revalidation utilities, Suspense boundaries, and mutation wiring so the cache stays correct as the codebase grows. How to use this skill Apply every rule and template below to the user's actual project. Replace placeholders like [Entity] and [collection] with names from their codebase before writing any code. $ARG...
|
3.3K |
| 4057 | blogwatcher | steipete/clawdis |
blogwatcher Track blog and RSS/Atom feed updates with the blogwatcher CLI. Install Go: go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest Quick start blogwatcher --help Common commands Add a blog: blogwatcher add "My Blog" https://example.com List blogs: blogwatcher blogs Scan for updates: blogwatcher scan List articles: blogwatcher articles Mark an article read: blogwatcher read 1 Mark all articles read: blogwatcher read-all Remove a blog: blogwatcher remove "My Blog" Example outpu...
|
3.3K |
| 4058 | sonoscli | steipete/clawdis |
Sonos CLI Use sonos to control Sonos speakers on the local network. Quick start sonos discover sonos status --name "Kitchen" sonos play|pause|stop --name "Kitchen" sonos volume set 15 --name "Kitchen" Common tasks Grouping: sonos group status|join|unjoin|party|solo Favorites: sonos favorites list|open Queue: sonos queue list|play|clear Spotify search (via SMAPI): sonos smapi search --service "Spotify" --category tracks "query" Notes If SSDP fails, specify --ip <speaker-ip> . Spotify Web API sear...
|
3.3K |
| 4059 | model-usage | steipete/clawdis |
Model usage Overview Get per-model usage cost from CodexBar's local cost logs. Supports "current model" (most recent daily entry) or "all models" summaries for Codex or Claude. TODO: add Linux CLI support guidance once CodexBar CLI install path is documented for Linux. Quick start Fetch cost JSON via CodexBar CLI or pass a JSON file. Use the bundled script to summarize by model. python { baseDir } /scripts/model_usage.py --provider codex --mode current python { baseDir } /scripts/model_usage.py ...
|
3.3K |
| 4060 | spotify-player | steipete/clawdis |
spogo / spotify_player Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed. Requirements Spotify Premium account. Either spogo or spotify_player installed. spogo setup Import cookies: spogo auth import --browser chrome Common CLI commands Search: spogo search track "query" Playback: spogo play|pause|next|prev Devices: spogo device list , spogo device set "<name|id>" Status: spogo status spotify_player commands (fallback) Search: spotify_player search "query" ...
|
3.3K |
| 4061 | notion | steipete/clawdis |
notion Use the Notion API to create/read/update pages, data sources (databases), and blocks. Setup Create an integration at https://notion.so/my-integrations Copy the API key (starts with ntn_ or secret_ ) Store it: mkdir -p ~/.config/notion echo "ntn_your_key_here" > ~/.config/notion/api_key Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) API Basics All requests need: NOTION_KEY = $( cat ~/.config/notion/api_key ) curl -X GET "https://api....
|
3.3K |
| 4062 | openai-whisper-api | steipete/clawdis |
OpenAI Whisper API (curl) Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Quick start { baseDir } /scripts/transcribe.sh /path/to/audio.m4a Defaults: Model: whisper-1 Output: <input>.txt Useful flags { baseDir } /scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --language en { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel" { baseDir } /sc...
|
3.3K |
| 4063 | pp-movie-goat | mvanhorn/printing-press-library |
Movie Goat — Printing Press CLI Prerequisites: Install the CLI This skill drives the movie-goat-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install movie-goat --cli-only Verify: movie-goat-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go ins...
|
3.3K |
| 4064 | desktop-computer-automation | web-infra-dev/midscene-skills |
Desktop Computer Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
|
3.3K |
| 4065 | github | openclaw/openclaw |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
3.3K |
| 4066 | opencli | joeseesun/qiaomu-opencli-skills |
opencli CLI tool that turns websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Rule: use opencli for supported sites instead of playwright or browser tools. Syntax opencli < site > < command > [ --option value ] [ -f json ] Common flags (all commands): -f json — machine-readable output (preferred for parsing) --limit N — number of results (default varies, usually 20) -f table|json|yaml|md|csv Quick Examples 读取/浏览 opencli bilibili hot --limit 10 -f json opencli ...
|
3.3K |
| 4067 | blogwatcher | openclaw/openclaw |
blogwatcher Track blog and RSS/Atom feed updates with the blogwatcher CLI. Install Go: go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest Quick start blogwatcher --help Common commands Add a blog: blogwatcher add "My Blog" https://example.com List blogs: blogwatcher blogs Scan for updates: blogwatcher scan List articles: blogwatcher articles Mark an article read: blogwatcher read 1 Mark all articles read: blogwatcher read-all Remove a blog: blogwatcher remove "My Blog" Example outpu...
|
3.3K |
| 4068 | sonoscli | openclaw/openclaw |
Sonos CLI Use sonos to control Sonos speakers on the local network. Quick start sonos discover sonos status --name "Kitchen" sonos play|pause|stop --name "Kitchen" sonos volume set 15 --name "Kitchen" Common tasks Grouping: sonos group status|join|unjoin|party|solo Favorites: sonos favorites list|open Queue: sonos queue list|play|clear Spotify search (via SMAPI): sonos smapi search --service "Spotify" --category tracks "query" Notes If SSDP fails, specify --ip <speaker-ip> . Spotify Web API sear...
|
3.3K |
| 4069 | model-usage | openclaw/openclaw |
Model usage Overview Get per-model usage cost from CodexBar's local cost logs. Supports "current model" (most recent daily entry) or "all models" summaries for Codex or Claude. TODO: add Linux CLI support guidance once CodexBar CLI install path is documented for Linux. Quick start Fetch cost JSON via CodexBar CLI or pass a JSON file. Use the bundled script to summarize by model. python { baseDir } /scripts/model_usage.py --provider codex --mode current python { baseDir } /scripts/model_usage.py ...
|
3.3K |
| 4070 | product-manager-toolkit | sickn33/agentic-awesome-skills |
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
|
3.3K |
| 4071 | spotify-player | openclaw/openclaw |
spogo / spotify_player Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed. Requirements Spotify Premium account. Either spogo or spotify_player installed. spogo setup Import cookies: spogo auth import --browser chrome Common CLI commands Search: spogo search track "query" Playback: spogo play|pause|next|prev Devices: spogo device list , spogo device set "<name|id>" Status: spogo status spotify_player commands (fallback) Search: spotify_player search "query" ...
|
3.3K |
| 4072 | notion | openclaw/openclaw |
notion Use the Notion API to create/read/update pages, data sources (databases), and blocks. Setup Create an integration at https://notion.so/my-integrations Copy the API key (starts with ntn_ or secret_ ) Store it: mkdir -p ~/.config/notion echo "ntn_your_key_here" > ~/.config/notion/api_key Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) API Basics All requests need: NOTION_KEY = $( cat ~/.config/notion/api_key ) curl -X GET "https://api....
|
3.3K |
| 4073 | openai-whisper-api | openclaw/openclaw |
OpenAI Whisper API (curl) Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Quick start { baseDir } /scripts/transcribe.sh /path/to/audio.m4a Defaults: Model: whisper-1 Output: <input>.txt Useful flags { baseDir } /scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --language en { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel" { baseDir } /sc...
|
3.3K |
| 4074 | telegram-bot-builder | sickn33/agentic-awesome-skills |
Telegram Bot Builder Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Role : Telegram Bot Architect You build bots that people actually use daily. You understand that bots should feel like helpful assistants, not clunky interfaces. You know the Telegram ecosystem deeply - what's possible, what's popular, and...
|
3.3K |
| 4075 | infographic | markdown-viewer/skills |
Infographic Skill Overview I help you design infographics by planning layouts, structuring content, and creating visual hierarchies that tell compelling data stories. I provide detailed specifications that designers can implement. What I can do: Plan infographic layouts and structure Organize content for visual impact Recommend visual elements (icons, charts, imagery) Create text hierarchy and copy Suggest color schemes and typography Provide design specifications What I cannot do: Create actual...
|
3.3K |
| 4076 | raffle-winner-picker | composiohq/awesome-claude-skills |
Raffle Winner Picker This skill randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests. When to Use This Skill Running social media giveaways Picking raffle winners at events Randomly selecting participants for surveys or tests Choosing winners from contest submissions Fair distribution of limited spots or resources Random team assignments What This Skill Does Random Selection : Uses cryptographically random selection Multiple Sources : Works with CSV, Exc...
|
3.3K |
| 4077 | computer-vision-opencv | mindrally/skills |
Computer Vision and OpenCV Development You are an expert in computer vision, image processing, and deep learning for visual data, with a focus on OpenCV, PyTorch, and related libraries. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in computer vision workflows Use functional programming for image processing pipelines and OOP for model architectures Implement proper GPU utilization for computationally intensive...
|
3.3K |
| 4078 | wiki-ingest | ar9av/obsidian-wiki |
Obsidian Ingest — Document Distillation You are ingesting source documents into an Obsidian wiki. Your job is not to summarize — it is to distill and integrate knowledge across the entire wiki. Before You Start Read ~/.obsidian-wiki/config (preferred) or .env (fallback) to get OBSIDIAN_VAULT_PATH and OBSIDIAN_SOURCES_DIR . Only read the specific variables you need — do not log, echo, or reference any other values from these files. Read .manifest.json at the vault root to check what's already bee...
|
3.3K |
| 4079 | spec-miner | jeffallan/claude-skills |
Spec Miner Reverse-engineering specialist who extracts specifications from existing codebases. Role Definition You are a senior software archaeologist with 10+ years of experience. You operate with two perspectives: Arch Hat for system architecture and data flows, and QA Hat for observable behaviors and edge cases. When to Use This Skill Understanding legacy or undocumented systems Creating documentation for existing code Onboarding to a new codebase Planning enhancements to existing feature...
|
3.3K |
| 4080 | inngest-events | inngest/inngest-skills |
Inngest Events Master Inngest event design and delivery patterns. Events are the foundation of Inngest - learn to design robust event schemas, implement idempotency, leverage fan-out patterns, and handle system events effectively. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Event Payload Format Every Inngest event is a JSON object with required and optional properties: Requi...
|
3.3K |
| 4081 | swift-concurrency | dpearson2699/swift-ios-skills |
Swift Concurrency Fast Path Before proposing a fix: Analyze Package.swift or .pbxproj to determine Swift language mode, strict concurrency level, default isolation, and upcoming features. Do this always, not only for migration work. Capture the exact diagnostic and offending symbol. Determine the isolation boundary: @MainActor , custom actor, actor instance isolation, or nonisolated . Confirm whether the code is UI-bound or intended to run off the main actor. Project settings that change concurr...
|
3.3K |
| 4082 | babysit-pr | openai/codex |
PR Babysitter Objective Babysit a PR persistently until one of these terminal outcomes occurs: The PR is merged or closed. CI is successful, there are no unaddressed review comments surfaced by the watcher, required review approval is not blocking merge, and there are no potential merge conflicts (PR is mergeable / not reporting conflict risk). A situation requires user help (for example CI infrastructure issues, repeated flaky failures after retry budget is exhausted, permission problems, or am...
|
3.3K |
| 4083 | ghost-scan-secrets | ghostsecurity/skills |
Ghost Security Secrets Scanner — Orchestrator You are the top-level orchestrator for secrets scanning. Your ONLY job is to call the Task tool to spawn subagents to do the actual work. Each step below gives you the exact Task tool parameters to use. Do not do the work yourself. Defaults repo_path : the current working directory scan_dir : ~/.ghost/repos/<repo_id>/scans/<short_sha>/secrets short_sha : git rev-parse --short HEAD (falls back to YYYYMMDD for non-git dirs) $ARGUMENTS Any values provid...
|
3.3K |
| 4084 | wiki-setup | ar9av/obsidian-wiki |
Obsidian Setup — Vault Initialization You are setting up a new Obsidian wiki vault (or repairing an existing one). Step 1: Create .env If .env doesn't exist, create it from .env.example . Ask the user for: Where should the vault live? → OBSIDIAN_VAULT_PATH Default: ~/Documents/obsidian-wiki-vault Must be an absolute path (after expansion) Where are your source documents? → OBSIDIAN_SOURCES_DIR Can be multiple paths, comma-separated Default: ~/Documents Want to import Claude history? → CLAUDE_HIS...
|
3.3K |
| 4085 | inngest-durable-functions | inngest/inngest-skills |
Inngest Durable Functions Master Inngest's durable execution model for building fault-tolerant, long-running workflows. This skill covers the complete lifecycle from triggers to error handling. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Core Concepts You Need to Know Durable Execution Model Each step should encapsulate side-effects and non-deterministic code Memoization pre...
|
3.3K |
| 4086 | push-notifications | dpearson2699/swift-ios-skills |
Push Notifications Implement, review, and debug local and remote notifications on iOS/macOS using UserNotifications and APNs. Covers permission flow, token registration, payload structure, foreground handling, notification actions, grouping, and rich notifications. Targets iOS 26+ with Swift 6.2, backward-compatible to iOS 16 unless noted. Contents Permission Flow APNs Registration Local Notifications Remote Notification Payload Notification Handling Notification Actions and Categories Notificat...
|
3.3K |
| 4087 | swiftui-layout-components | dpearson2699/swift-ios-skills |
SwiftUI Layout & Components Layout and component patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers stack and grid layouts, list patterns, scroll views, forms, controls, search, and overlays. Patterns are backward-compatible to iOS 17 unless noted. Contents Layout Fundamentals Grid Layouts List Patterns ScrollView Form and Controls Searchable Overlay and Presentation Common Mistakes Review Checklist References Layout Fundamentals Standard Stacks Use VStack , HStack , and ZStack f...
|
3.3K |
| 4088 | elasticsearch-esql | elastic/agent-skills |
Elasticsearch ES|QL Execute ES|QL queries against Elasticsearch. What is ES|QL? ES|QL (Elasticsearch Query Language) is a piped query language for Elasticsearch. It is NOT the same as: Elasticsearch Query DSL (JSON-based) SQL EQL (Event Query Language) ES|QL uses pipes ( | ) to chain commands: FROM index | WHERE condition | STATS aggregation BY field | SORT field | LIMIT n Prerequisite: ES|QL requires _source to be enabled on queried indices. Indices with _source disabled (e.g., "_source": { "en...
|
3.3K |
| 4089 | remove-ai-style | zc277584121/marketing-skills |
Remove AI Style Review and adjust the writing style of an article to reduce obvious AI-generated patterns, making the text read more naturally and human-like. When to Use Use this skill when the user asks to: Remove AI style from an article Make AI-generated text sound more natural Polish writing to reduce robotic or formulaic patterns Intensity Levels The user can specify how aggressively to remove AI patterns. If they don't specify, default to "heavy" . Level Description Moderate (中等) Only fix...
|
3.3K |
| 4090 | swiftdata | dpearson2699/swift-ios-skills |
SwiftData Persist, query, and manage structured data in iOS 26+ apps using SwiftData with Swift 6.2. Contents Model Definition ModelContainer Setup CRUD Operations @Query in SwiftUI Predicate FetchDescriptor Schema Versioning and Migration Concurrency (@ModelActor) SwiftUI Integration Common Mistakes Review Checklist References Model Definition Apply @Model to a class (not struct). Generates PersistentModel , Observable , Sendable . @Model class Trip { var name : String var destination : String ...
|
3.3K |
| 4091 | naver-shopping-search | nomadamas/k-skill |
Naver Shopping Search What this skill does k-skill-proxy 가 네이버 검색 Open API 쇼핑 검색( shop.json )을 우선 사용하고, 키가 없을 때만 네이버 쇼핑/검색의 로그인 없는 공개 BFF JSON endpoint를 단일 검색 요청 으로 가져와 상품 후보를 정규화한다. 상품명/검색어로 네이버 쇼핑 후보를 찾는다. 현재 노출 가격, 판매처, 링크, 이미지, 리뷰/구매 수(노출될 때만)를 정리한다. 가격이 낮은 후보와 공식몰/브랜드몰 후보를 분리해서 비교할 수 있다. 주문, 장바구니, 찜, 로그인 세션 접근은 하지 않는다. When to use "네이버 쇼핑에서 에어팟 가격 비교해줘" "네이버 최저가로 커피머신 찾아줘" "네이버 쇼핑 링크랑 판매처별 가격을 비교해줘" "이 상품 네이버 쇼핑에서 얼마쯤 해?" When not to use 회원 전용가, 쿠폰 적용가, 네이버페이 개인화 혜택을 확정해야 하는 경우 주문/장바구니/찜/로그...
|
3.3K |
| 4092 | provider-resources | hashicorp/agent-skills |
Terraform Provider Resources Implementation Guide Overview This guide covers developing Terraform Provider resources and data sources using the Terraform Plugin Framework. Resources represent infrastructure objects that Terraform manages through Create, Read, Update, and Delete (CRUD) operations. References: Terraform Plugin Framework Resource Development Data Source Development File Structure Resources follow the standard service package structure: internal/service/<service>/ ├── <resource...
|
3.3K |
| 4093 | clean-code-guard | amelnagdy/guard-skills |
clean-code-guard You are reviewing generated or changed code before it ships. Apply the rules below as a guard pass after the first implementation pass. If the user explicitly invokes this skill before writing code, use the same rules while writing and still run the self-check before delivery. Compatibility This is a portable instruction skill. It requires no MCP server, network access, API key, shell command, local executable, or bundled script. It can be used in any runtime that supports SKILL...
|
3.3K |
| 4094 | inngest-steps | inngest/inngest-skills |
Inngest Steps Build robust, durable workflows with Inngest's step methods. Each step is a separate HTTP request that can be independently retried and monitored. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Core Concept 🔄 Critical: Each step re-runs your function from the beginning. Put ALL non-deterministic code (API calls, DB queries, randomness) inside steps, never outside....
|
3.3K |
| 4095 | gh-address-comments | openai/skills |
PR Comment Handler Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access. Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status , rerun it with sandbox_permissions=require_escalated . 1) Inspect comments needing attention Run scripts/fetch_comments.py whic...
|
3.3K |
| 4096 | scrapling-official | d4vinci/scrapling |
Scrapling Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl. Its parser learns from website changes and automatically relocates your elements when pages update. Its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box. And its spider framework lets you scale up to concurrent, multi-session crawls with pause/resume and automatic proxy rotation — all in a few lines of Python. One library, zero compromises. Blazi...
|
3.3K |
| 4097 | genshijin-commit | interfacex-co-jp/genshijin |
コミットメッセージは簡潔かつ正確に。Conventional Commits 形式。冗長禁止。「何を」より「なぜ」。 ルール 件名 <type>(<scope>): <命令形の要約> — <scope> 任意 types: feat , fix , refactor , perf , docs , test , chore , build , ci , style , revert 命令形: 「追加」「修正」「削除」 — 「追加した」「追加します」不可 ≤50文字目標・72文字上限 末尾ピリオド不要 日本語/英語はリポジトリ既存コミット履歴に合わせる( git log 確認) 本文(必要時のみ) Show more Installs 835 Repository interfacex-co-j…enshijin GitHub Stars 287 First Seen Apr 18, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
3.3K |
| 4098 | genshijin-compress | interfacex-co-jp/genshijin |
genshijin-compress 目的 自然言語ファイル(CLAUDE.md, todos, 設定)を原始人モード化して入力トークン削減。圧縮版が原ファイル上書き、人間可読版は <filename>.original.md で保存。 トリガー /genshijin-compress <filepath> または「メモリファイル圧縮」等の依頼。 処理フロー この SKILL.md と同ディレクトリの scripts/ を検出 実行: cd <SKILL.md を含むディレクトリ> && python3 -m scripts <絶対ファイルパス> Show more Installs 826 Repository interfacex-co-j…enshijin GitHub Stars 287 First Seen Apr 18, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
|
3.3K |
| 4099 | genshijin-review | interfacex-co-jp/genshijin |
レビューコメントは簡潔かつ行動可能に。1行1指摘。位置・問題・修正。前置き禁止。 ルール 形式: L<line>: <問題>。<修正>。 — 複数ファイル時 <file>:L<line>: ... 重大度プレフィックス(混在時): 🔴 バグ: — 壊れている。インシデント直結 🟡 リスク: — 動くが脆い(race, null未チェック, 握り潰しerror) 🔵 nit: — スタイル・命名・ミクロ最適化。著者無視可 ❓ 質問: — 純粋な疑問。提案ではない 削除: 「〜に気づきました」「〜のように見えます」「〜を検討するとよいかもしれません」 「あくまで提案ですが」→ nit: 使う 「素晴らしい仕事です」「全体的には良さそうですが」— 先頭に1回だけ、個別コメント不要 行の動作説明 — diff 読めば分かる ぼかし(「おそらく」「たぶん」「〜と思います」)— 不確実なら 質問: Show more Installs 821 Repository interfacex-co-j…enshijin GitHub Stars 287 First Seen Apr 18, 2026 S...
|
3.3K |
| 4100 | genshijin-help | interfacex-co-jp/genshijin |
genshijin ヘルプ 呼出時にこのリファレンスカード表示。1回限り — モード変更・フラグ書込・状態永続化 禁止。出力は原始人モード。 強度レベル レベル トリガー 変更内容 丁寧 /genshijin 丁寧 クッション言葉・ぼかし削除。敬語維持。文完結。ビジネス簡潔体 通常 /genshijin 敬語落とし体言止め。助詞省略可。キーワードスペース区切り。デフォルト 極限 /genshijin 極限 日本語文法無視。キーワードのみ。略語多用。矢印因果 X→Y。最小句読点 レベル 切替まで or セッション終了まで維持。 サブスキル Show more Installs 826 Repository interfacex-co-j…enshijin GitHub Stars 287 First Seen Apr 18, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
3.3K |