███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2001 | skill-judge | softaworks/agent-toolkit |
Skill Judge Evaluate Agent Skills against official specifications and patterns derived from 17+ official examples. Core Philosophy What is a Skill? A Skill is NOT a tutorial. A Skill is a knowledge externalization mechanism . Traditional AI knowledge is locked in model parameters. To teach new capabilities: Traditional: Collect data → GPU cluster → Train → Deploy new version Cost: $10,000 - $1,000,000+ Timeline: Weeks to months Skills change this: Skill: Edit SKILL.md → Save → Takes effect on ne...
|
3.8K |
| 2002 | agent-md-refactor | softaworks/agent-toolkit |
Agent MD Refactor Refactor bloated agent instruction files (AGENTS.md, CLAUDE.md, COPILOT.md, etc.) to follow progressive disclosure principles - keeping essentials at root and organizing the rest into linked, categorized files. Triggers Use this skill when: "refactor my AGENTS.md" / "refactor my CLAUDE.md" "split my agent instructions" "organize my CLAUDE.md file" "my AGENTS.md is too long" "progressive disclosure for my instructions" "clean up my agent config" Quick Reference Phase Action Outp...
|
3.8K |
| 2003 | building-ai-agent-on-cloudflare | cloudflare/skills |
Building Cloudflare Agents Creates AI-powered agents using Cloudflare's Agents SDK with persistent state, real-time communication, and tool integration. When to Use User wants to build an AI agent or chatbot User needs stateful, real-time AI interactions User asks about the Cloudflare Agents SDK User wants scheduled tasks or background AI work User needs WebSocket-based AI communication Prerequisites Cloudflare account with Workers enabled Node.js 18+ and npm/pnpm/yarn Wrangler CLI (npm instal...
|
3.8K |
| 2004 | crafting-effective-readmes | softaworks/agent-toolkit |
Crafting Effective READMEs Overview READMEs answer questions your audience will have. Different audiences need different information - a contributor to an OSS project needs different context than future-you opening a config folder. Always ask: Who will read this, and what do they need to know? Process Step 1: Identify the Task Ask: "What README task are you working on?" Task When Creating New project, no README yet Adding Need to document something new Updating Capabilities changed, content is s...
|
3.8K |
| 2005 | session-handoff | softaworks/agent-toolkit |
Handoff Creates comprehensive handoff documents that enable fresh AI agents to seamlessly continue work with zero ambiguity. Solves the long-running agent context exhaustion problem. Mode Selection Determine which mode applies: Creating a handoff? User wants to save current state, pause work, or context is getting full. Follow: CREATE Workflow below Resuming from a handoff? User wants to continue previous work, load context, or mentions an existing handoff. Follow: RESUME Workflow below Proactiv...
|
3.8K |
| 2006 | commit-work | softaworks/agent-toolkit |
Commit work Goal Make commits that are easy to review and safe to ship: only intended changes are included commits are logically scoped (split when needed) commit messages describe what changed and why Inputs to ask for (if missing) Single commit or multiple commits? (If unsure: default to multiple small commits when there are unrelated changes.) Commit style: Conventional Commits are required. Any rules: max subject length, required scopes. Workflow (checklist) Inspect the working tree before s...
|
3.8K |
| 2007 | marp-slide | softaworks/agent-toolkit |
Marp Slide Creator Create professional, visually appealing Marp presentation slides with 7 pre-designed themes and built-in best practices. When to Use This Skill Use this skill when the user: Requests to create presentation slides or Marp documents Asks to "make slides look good" or "improve slide design" Provides vague instructions like "良い感じにして" (make it nice) or "かっこよく" (make it cool) Wants to create lecture or seminar materials Needs bullet-point focused slides with occasional images Quick ...
|
3.8K |
| 2008 | c4-architecture | softaworks/agent-toolkit |
C4 Architecture Documentation Generate software architecture documentation using C4 model diagrams in Mermaid syntax. Workflow Understand scope - Determine which C4 level(s) are needed based on audience Analyze codebase - Explore the system to identify components, containers, and relationships Generate diagrams - Create Mermaid C4 diagrams at appropriate abstraction levels Document - Write diagrams to markdown files with explanatory context C4 Diagram Levels Select the appropriate level based on...
|
3.8K |
| 2009 | rules-distill | affaan-m/everything-claude-code |
Rules Distill Scan installed skills, extract cross-cutting principles that appear in multiple skills, and distill them into rules — appending to existing rule files, revising outdated content, or creating new rule files. Applies the "deterministic collection + LLM judgment" principle: scripts collect facts exhaustively, then an LLM cross-reads the full context and produces verdicts. When to Use Periodic rules maintenance (monthly or after installing new skills) After a skill-stocktake reveals pa...
|
3.8K |
| 2010 | gog | steipete/clawdis |
gog Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup. Setup (once) gog auth credentials /path/to/client_secret.json gog auth add you@gmail.com --services gmail,calendar,drive,contacts,docs,sheets gog auth list Common commands Gmail search: gog gmail search 'newer_than:7d' --max 10 Gmail messages search (per email, ignores threading): gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account you@example.com Gmail send (plain): gog gmail send --to a@b.com ...
|
3.8K |
| 2011 | node | mcollina/skills |
When to use Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications. TypeScript with Type Stripping When writing TypeScript for Node.js, use type stripping (Node.js 22.6+) instead of build tools like ts-node or tsx. Type stripping runs TypeScript directly by removing type annotations at runtime without transpilation. Key requirements for type stripping compatibility: Use import type for t...
|
3.8K |
| 2012 | knowledge-synthesis | anthropics/knowledge-work-plugins |
Knowledge Synthesis The last mile of enterprise search. Takes raw results from multiple sources and produces a coherent, trustworthy answer. The Goal Transform this: ~~chat result: "Sarah said in eng: 'let's go with REST, GraphQL is overkill for our use case'" ~~email result: "Subject: API Decision — Sarah's email confirming REST approach with rationale" ~~cloud storage result: "API Design Doc v3 — updated section 2 to reflect REST decision" ~~project tracker result: "Task: Finalize API approach...
|
3.8K |
| 2013 | okx-defi-portfolio | okx/onchainos-skills |
OKX DeFi Portfolio 2 commands for viewing DeFi positions and holdings across protocols and chains. Skill Routing For DeFi deposit/redeem/claim → use okx-defi-invest For token price/chart → use okx-dex-market For wallet token balances → use okx-wallet-portfolio For DEX spot swap → use okx-dex-swap Quickstart Get DeFi holdings overview across chains onchainos defi positions \ --address 0xYourWallet \ --chains ethereum,bsc,solana Get detailed holdings for a specific protocol (analysisPlatformId f...
|
3.8K |
| 2014 | browser-qa | affaan-m/everything-claude-code |
Browser QA — Automated Visual Testing & Interaction When to Use After deploying a feature to staging/preview When you need to verify UI behavior across pages Before shipping — confirm layouts, forms, interactions actually work When reviewing PRs that touch frontend code Accessibility audits and responsive testing How It Works Uses the browser automation MCP (claude-in-chrome, Playwright, or Puppeteer) to interact with live pages like a real user. Phase 1: Smoke Test 1. Navigate to target URL 2. ...
|
3.8K |
| 2015 | stock-market-pro | sundial-org/awesome-openclaw-skills |
Stock Market Pro A professional-grade financial analysis tool powered by Yahoo Finance data. Core Features 1. Real-time Quotes ( price ) Get instant price updates and day ranges. uv run --script scripts/yf price [ TICKER ] 2. Professional Charts ( pro ) Generate high-resolution PNG charts with Volume and Moving Averages. Candlestick : uv run --script scripts/yf pro [TICKER] [PERIOD] Line Chart : uv run --script scripts/yf pro [TICKER] [PERIOD] line Periods : 1mo , 3mo , 6mo , 1y , 5y , max , etc...
|
3.8K |
| 2016 | technical-writer | shubhamsaboo/awesome-llm-apps |
Technical Writer You are an expert technical writer who creates clear, user-friendly documentation for technical products. When to Apply Use this skill when: Writing API documentation Creating README files and setup guides Developing user manuals and tutorials Documenting architecture and design Writing changelog and release notes Creating onboarding guides Explaining complex technical concepts Writing Principles 1. User-Centered Lead with the user's goal, not the feature Answer "why should I ca...
|
3.8K |
| 2017 | project-planner | shubhamsaboo/awesome-llm-apps |
Project Planner You are an expert project planner who breaks down complex projects into achievable, well-structured tasks. When to Apply Use this skill when: Defining project scope and deliverables Creating work breakdown structures (WBS) Identifying task dependencies Estimating timelines and effort Planning milestones and phases Allocating resources Risk assessment and mitigation Planning Process 1. Define Success What is the end goal? What are the success criteria? What defines "done"? What ar...
|
3.8K |
| 2018 | ljg-roundtable | lijigang/ljg-skills |
Usage Instructions 为了执行本项技能,请严格按照以下步骤操作: 读取参考资料 读取 references/original-prompt.org 了解原始框架设计意图。 解析议题 从用户输入中提取核心议题。如果用户只说"圆桌讨论"未给议题,询问议题。 选人:提议代表人物 根据议题,选择 3-5 位 真实历史/当代人物 作为代表,覆盖尽可能多的立场维度。每位人物需要: 姓名(真实人物,非虚构) MBTI 人格类型 核心立场(一句话) 选择理由(为什么此人对此议题有独特视角) 选人原则: 立场必须形成 张力网络 (非简单正反方) 优先选择在该领域有 经典著作或知名言论 的人物 至少包含一位"意外视角"——来自议题本身领域之外的人 开场:统一定义 以主持人身份开场,展示参会人物列表,然后提出 定义性问题 : 「在深入探讨之前,我们应当如何定义 [议题核心概念]?它的核心要素是什么?」 每位参会者依次发言,格式为: 【人物名】【行动标签】:发言内容 简言之:一句话总结 行动标签包括: 陈述 、 质疑 、 补充 、 反驳 、 修正 、 综合 对话循环 每轮执行以下流程: 5a....
|
3.8K |
| 2019 | golang-observability | samber/cc-skills-golang |
Persona: You are a Go observability engineer. You treat every unobserved production system as a liability — instrument proactively, correlate signals to diagnose, and never consider a feature done until it is observable. Modes: Coding / instrumentation (default): Add observability to new or existing code — declare metrics, add spans, set up structured logging, wire pprof toggles. Follow the sequential instrumentation guide. Review mode — reviewing a PR's instrumentation changes. Check that new c...
|
3.8K |
| 2020 | skill-comply | affaan-m/everything-claude-code |
skill-comply: Automated Compliance Measurement Measures whether coding agents actually follow skills, rules, or agent definitions by: Auto-generating expected behavioral sequences (specs) from any .md file Auto-generating scenarios with decreasing prompt strictness (supportive → neutral → competing) Running claude -p and capturing tool call traces via stream-json Classifying tool calls against spec steps using LLM (not regex) Checking temporal ordering deterministically Generating self-contained...
|
3.8K |
| 2021 | security-best-practices | openai/skills |
Security Best Practices When to use this skill New project : consider security from the start Security audit : inspect and fix vulnerabilities Public API : harden APIs accessible externally Compliance : comply with GDPR, PCI-DSS, etc. Instructions Step 1: Enforce HTTPS and security headers Express.js security middleware : import express from 'express' ; import helmet from 'helmet' ; import rateLimit from 'express-rate-limit' ; const app = express ( ) ; // Helmet: automatically set security heade...
|
3.8K |
| 2022 | golang-dependency-management | samber/cc-skills-golang |
Persona: You are a Go dependency steward. You treat every new dependency as a long-term maintenance commitment — you ask whether the standard library already solves the problem before reaching for an external package. Go Dependency Management AI Agent Rule: Ask Before Adding Dependencies Before running go get to add any new dependency, AI agents MUST ask the user for confirmation. AI agents can suggest packages that are unmaintained, low-quality, or unnecessary when the standard library already ...
|
3.8K |
| 2023 | golang-structs-interfaces | samber/cc-skills-golang |
Persona: You are a Go type system designer. You favor small, composable interfaces and concrete return types — you design for testability and clarity, not for abstraction's sake. Community default. A company skill that explicitly supersedes samber/cc-skills-golang@golang-structs-interfaces skill takes precedence. Go Structs & Interfaces Interface Design Principles Keep Interfaces Small "The bigger the interface, the weaker the abstraction." — Go Proverbs Interfaces SHOULD have 1-3 methods. Small...
|
3.8K |
| 2024 | golang-cli | samber/cc-skills-golang |
Persona: You are a Go CLI engineer. You build tools that feel native to the Unix shell — composable, scriptable, and predictable under automation. Modes: Build — creating a new CLI from scratch: follow the project structure, root command setup, flag binding, and version embedding sections sequentially. Extend — adding subcommands, flags, or completions to an existing CLI: read the current command tree first, then apply changes consistent with the existing structure. Review — auditing an existing...
|
3.8K |
| 2025 | migrate-to-vinext | cloudflare/vinext |
Migrate Next.js to vinext vinext reimplements the Next.js API surface on Vite. Existing app/ , pages/ , and next.config.js work as-is — migration is a package swap, config generation, and ESM conversion. No changes to application code required. FIRST: Verify Next.js Project Confirm next is in dependencies or devDependencies in package.json . If not found, STOP — this skill does not apply. Detect the package manager from the lockfile: Lockfile Manager Install Uninstall pnpm-lock.yaml pnpm pnpm ad...
|
3.8K |
| 2026 | okx-defi-invest | okx/onchainos-skills |
OKX DeFi Invest Multi-chain DeFi product discovery and investment execution. The CLI handles precision conversion, multi-step orchestration, and validation internally. For CLI parameter details, see references/cli-reference.md . Skill Routing For DeFi positions / holdings → use okx-defi-portfolio For token price/chart → use okx-dex-market For token search by name/contract → use okx-dex-token For DEX spot swap execution → use okx-dex-swap For wallet token balances → use okx-wallet-portfolio For b...
|
3.8K |
| 2027 | project-builder | starchild-ai-agent/official-skills |
Project Build Three phases, always in order: DESIGN → BUILD → DEBUG . Skill references (read on demand, not upfront): references/build-patterns.md — Step-by-step patterns for tasks, dashboards, scripts references/debug-handbook.md — Layer-by-layer diagnosis, common issues Platform references (shared, in config/context/references/ ): preview-guide.md — Preview serving, health checks, publishing, community deploy localhost-api.md — Scripts can call the agent via /chat/stream (decide when to think,...
|
3.8K |
| 2028 | golang-dependency-injection | samber/cc-skills-golang |
Persona: You are a Go software architect. You guide teams toward testable, loosely coupled designs — you choose the simplest DI approach that solves the problem, and you never over-engineer. Modes: Design mode (new project, new service, or adding a service to an existing DI setup): assess the existing dependency graph and lifecycle needs; recommend manual injection or a library from the decision table; then generate the wiring code. Refactor mode (existing coupled code): use up to 3 parallel sub...
|
3.8K |
| 2029 | golang-grpc | samber/cc-skills-golang |
Persona: You are a Go distributed systems engineer. You design gRPC services for correctness and operability — proper status codes, deadlines, interceptors, and graceful shutdown matter as much as the happy path. Modes: Build mode — implementing a new gRPC server or client from scratch. Review mode — auditing existing gRPC code for correctness, security, and operability issues. Go gRPC Best Practices Treat gRPC as a pure transport layer — keep it separate from business logic. The official Go imp...
|
3.8K |
| 2030 | clerk-react-router-patterns | clerk/skills |
React Router Patterns SDK: @clerk/react-router v3+. Requires React Router v7.9+. What Do You Need? Task Reference Auth in loaders and actions references/loaders-actions.md Protected routes and redirects references/protected-routes.md SSR user data and session references/ssr-auth.md Mental Model React Router v7 uses a middleware + loader pipeline. Clerk plugs into both layers: Middleware ( clerkMiddleware() ) — runs on every request, attaches auth to context rootAuthLoader — required in root.tsx ...
|
3.8K |
| 2031 | gh-fix-ci | openai/skills |
Gh Pr Checks Plan Fix Overview Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval. If a plan-oriented skill (for example create-plan ) is available, use it; otherwise draft a concise plan inline and request approval before implementing. Prereq: authenticate with the standard GitHub CLI once (for example, run gh auth login ), then confirm with gh auth status (repo + wor...
|
3.8K |
| 2032 | fastapi-expert | jeffallan/claude-skills |
FastAPI Expert Senior FastAPI specialist with deep expertise in async Python, Pydantic V2, and production-grade API development. Role Definition You are a senior Python engineer with 10+ years of API development experience. You specialize in FastAPI with Pydantic V2, async SQLAlchemy, and modern Python 3.11+ patterns. You build scalable, type-safe APIs with automatic documentation. When to Use This Skill Building REST APIs with FastAPI Implementing Pydantic V2 validation schemas Setting up a...
|
3.8K |
| 2033 | figma-use | figma/mcp-server-guide |
use_figma — Figma Plugin API Skill Use the use_figma tool to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in references/ . Always pass skillNames: "figma-use" when calling use_figma . This is a logging parameter used to track skill usage — it does not affect execution. If the task involves building or updating a full page, screen, or multi-section layout in Figma from code , also load figma-generate-design . It provides the workflow for discovering desig...
|
3.8K |
| 2034 | clerk-tanstack-patterns | clerk/skills |
TanStack React Start Patterns What Do You Need? Task Reference Protect routes with beforeLoad references/router-guards.md Auth in createServerFn references/server-functions.md Pass auth to loaders references/loaders.md Configure Vinxi + clerkMiddleware references/vinxi-server.md References Reference Description references/router-guards.md beforeLoad auth redirect references/server-functions.md createServerFn with auth() references/loaders.md Auth context in loaders references/vinxi-server.md cle...
|
3.8K |
| 2035 | orca-cli | stablyai/orca |
Orca CLI Use this skill when the task should go through Orca's control plane rather than directly through git , shell PTYs, or ad hoc filesystem access. When To Use Use orca for: worktree orchestration inside a running Orca app updating the current worktree comment with meaningful progress checkpoints reading and replying to Orca-managed terminals stopping or waiting on Orca-managed terminals accessing repos known to Orca Do not use orca when plain shell tools are simpler and Orca state does not...
|
3.8K |
| 2036 | check-impl-against-spec | warpdotdev/common-skills |
Check implementation against spec Use this skill only when spec_context.md exists during PR review. Goal Determine whether the implementation in the checked-out PR materially matches the approved spec context. This is a supplement to the normal code review, not a separate output. Inputs spec_context.md contains the spec context to compare against. It may include both product spec content (intended behavior, acceptance criteria) and tech spec content (implementation details, file changes). pr_dif...
|
3.8K |
| 2037 | ljg-paper | lijigang/ljg-skills |
ljg-paper: 读论文 读论文不是做学术,是猎取思想。把别人的发现拆解成自己能用的认知。 格式约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 模板权威性 输出结构依据 references/template.org 。禁止参考 ~/Documents/notes/ 中已有论文文件的章节结构——旧文件可能使用过期模板。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}--paper-{简短标题}__paper.org 输出目录: ~/Documents/notes/ Org 文件头 +title: paper-{简短标题} +date: [{YYYY-MM-DD Day HH:MM}] +fil...
|
3.8K |
| 2038 | fp-check | trailofbits/skills |
False Positive Check When to Use "Is this bug real?" or "is this a true positive?" "Is this a false positive?" or "verify this finding" "Check if this vulnerability is exploitable" Any request to verify or validate a specific suspected bug When NOT to Use Finding or hunting for bugs ("find bugs", "security analysis", "audit code") General code review for style, performance, or maintainability Feature development, refactoring, or non-security tasks When the user explicitly asks for a quick scan w...
|
3.8K |
| 2039 | add-app-clip | expo/skills |
Add an App Clip to an Expo App Adds an iOS App Clip target to an Expo project. The Clip lives in targets/clip/ , ships alongside the parent app, and is invoked from a URL on the app's domain via an Apple App Site Association (AASA) file. The parent app's bundle ID becomes com.<username>.<app-name> and the Clip's is automatically derived as <parent>.clip (e.g. com.bacon.may20.clip ). 1. Set bundleIdentifier and appleTeamId bun create target warns if these are missing. Add to app.json : Show more
|
3.8K |
| 2040 | codex | softaworks/agent-toolkit |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
3.7K |
| 2041 | dependency-updater | softaworks/agent-toolkit |
Dependency Updater Smart dependency management for any language with automatic detection and safe updates. Quick Start update my dependencies The skill auto-detects your project type and handles the rest. Triggers Trigger Example Update dependencies "update dependencies", "update deps" Check outdated "check for outdated packages" Fix dependency issues "fix my dependency problems" Security audit "audit dependencies for vulnerabilities" Diagnose deps "diagnose dependency issues" Supported Language...
|
3.7K |
| 2042 | tavily-search | veithly/tavily-search |
tavily search Web search returning LLM-optimized results with content snippets and relevance scores. Before running any command If tvly is not found on PATH, install it first: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login Do not skip this step or fall back to other tools. See tavily-cli for alternative install methods and auth options. When to use You need to find information on any topic You don't have a specific URL yet First step in the workflow : search → extract → map → ...
|
3.7K |
| 2043 | meme-factory | softaworks/agent-toolkit |
Meme Factory Create memes using the free memegen.link API and textual meme formats. Triggers Trigger Description /meme-factory Manual invocation /meme-factory {template} {top} {bottom} Direct meme generation meme-factory: create a meme about X Natural language request Quick Reference Action Format Basic meme https://api.memegen.link/images/{template}/{top}/{bottom}.png With sizing ?width=1200&height=630 Custom background ?style=https://example.com/image.jpg All templates https://api.memegen.link...
|
3.7K |
| 2044 | gemini | softaworks/agent-toolkit |
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
|
3.7K |
| 2045 | ship-learn-next | softaworks/agent-toolkit |
Ship-Learn-Next Action Planner This skill helps transform passive learning content into actionable Ship-Learn-Next cycles - turning advice and lessons into concrete, shippable iterations. When to Use This Skill Activate when the user: Has a transcript/article/tutorial and wants to "implement the advice" Asks to "turn this into a plan" or "make this actionable" Wants to extract implementation steps from educational content Needs help breaking down big ideas into small, shippable reps Says things ...
|
3.7K |
| 2046 | command-creator | softaworks/agent-toolkit |
Command Creator This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations. About Slash Commands Slash commands are markdown files stored in .claude/commands/ (project-level) or ~/.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for: Repetitive workflows (code review, PR submission, CI fixing) Multi-step processes that need consistency Agent delegation patter...
|
3.7K |
| 2047 | reducing-entropy | softaworks/agent-toolkit |
Reducing Entropy More code begets more code. Entropy accumulates. This skill biases toward the smallest possible codebase. Core question: "What does the codebase look like after ?" Before You Begin Load at least one mindset from references/ List the files in the reference directory Read frontmatter descriptions to pick which applies Load at least one State which you loaded and its core principle Do not proceed until you've done this. The Goal The goal is less total code in the final codebase - n...
|
3.7K |
| 2048 | professional-communication | softaworks/agent-toolkit |
Professional Communication Overview This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility. Core principle: Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood. When to Use T...
|
3.7K |
| 2049 | videoagent-audio-studio | pexoai/pexo-skills |
🎙️ VideoAgent Audio Studio Use when: User asks to generate speech, narrate text, create a voice-over, compose music, or produce a sound effect. VideoAgent Audio Studio is a smart audio dispatcher. It analyzes your request and routes it to the best available model — ElevenLabs for speech and music, fal.ai for fast SFX — and returns a ready-to-use audio URL. Quick Reference Request Type Best Model Latency Narrate text / Voice-over elevenlabs-tts-v3 ~3s Low-latency TTS (real-time) elevenlabs-tts-tu...
|
3.7K |
| 2050 | domain-name-brainstormer | softaworks/agent-toolkit |
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
|
3.7K |