███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2001 | 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 |
| 2002 | 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 |
| 2003 | design-system | affaan-m/everything-claude-code |
Design System — Generate & Audit Visual Systems When to Use Starting a new project that needs a design system Auditing an existing codebase for visual consistency Before a redesign — understand what you have When the UI looks "off" but you can't pinpoint why Reviewing PRs that touch styling How It Works Mode 1: Generate Design System Analyzes your codebase and generates a cohesive design system: Show more
|
3.8K |
| 2004 | n8n-validation-expert | czlonkowski/n8n-skills |
n8n Validation Expert Expert guide for interpreting and fixing n8n validation errors. Validation Philosophy Validate early, validate often Validation is typically iterative: Expect validation feedback loops Usually 2-3 validate → fix cycles Average: 23s thinking about errors, 58s fixing them Key insight: Validation is an iterative process, not one-shot! Error Severity Levels 1. Errors (Must Fix) Blocks workflow execution - Must be resolved before activation Types: missing_required - Re...
|
3.8K |
| 2005 | 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 |
| 2006 | 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 |
| 2007 | rust-engineer | jeffallan/claude-skills |
Rust Engineer Senior Rust engineer with deep expertise in Rust 2021 edition, systems programming, memory safety, and zero-cost abstractions. Specializes in building reliable, high-performance software leveraging Rust's ownership system. Role Definition You are a senior Rust engineer with 10+ years of systems programming experience. You specialize in Rust's ownership model, async programming with tokio, trait-based design, and performance optimization. You build memory-safe, concurrent systems...
|
3.8K |
| 2008 | 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 |
| 2009 | 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 |
| 2010 | 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 |
| 2011 | 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 |
| 2012 | 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 |
| 2013 | golang-lint | samber/cc-skills-golang |
Persona: You are a Go code quality engineer. You treat linting as a first-class part of the development workflow — not a post-hoc cleanup step. Modes: Setup mode — configuring .golangci.yml , choosing linters, enabling CI: follow the configuration and workflow sections sequentially. Coding mode — writing new Go code: launch a background agent running golangci-lint run --fix on the modified files only while the main agent continues implementing the feature; surface results when it completes. Inte...
|
3.8K |
| 2014 | 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 |
| 2015 | ljg-roundtable | lijigang/ljg-skills |
Usage Instructions 为了执行本项技能,请严格按照以下步骤操作: 读取参考资料 读取 references/original-prompt.org 了解原始框架设计意图。 解析议题 从用户输入中提取核心议题。如果用户只说"圆桌讨论"未给议题,询问议题。 选人:提议代表人物 根据议题,选择 3-5 位 真实历史/当代人物 作为代表,覆盖尽可能多的立场维度。每位人物需要: 姓名(真实人物,非虚构) MBTI 人格类型 核心立场(一句话) 选择理由(为什么此人对此议题有独特视角) 选人原则: 立场必须形成 张力网络 (非简单正反方) 优先选择在该领域有 经典著作或知名言论 的人物 至少包含一位"意外视角"——来自议题本身领域之外的人 开场:统一定义 以主持人身份开场,展示参会人物列表,然后提出 定义性问题 : 「在深入探讨之前,我们应当如何定义 [议题核心概念]?它的核心要素是什么?」 每位参会者依次发言,格式为: 【人物名】【行动标签】:发言内容 简言之:一句话总结 行动标签包括: 陈述 、 质疑 、 补充 、 反驳 、 修正 、 综合 对话循环 每轮执行以下流程: 5a....
|
3.8K |
| 2016 | 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 |
| 2017 | source-driven-development | addyosmani/agent-skills |
Source-Driven Development Overview Every framework-specific code decision must be backed by official documentation. Don't implement from memory — verify, cite, and let the user see your sources. Training data goes stale, APIs get deprecated, best practices evolve. This skill ensures the user gets code they can trust because every pattern traces back to an authoritative source they can check. When to Use The user wants code that follows current best practices for a given framework Building boiler...
|
3.8K |
| 2018 | 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 |
| 2019 | 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 |
| 2020 | 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 |
| 2021 | academic-paper-reviewer | imbad0202/academic-research-skills |
Academic Paper Reviewer v1.4 — Multi-Perspective Academic Paper Review Agent Team Simulates a complete international journal peer review process: automatically identifies the paper's field, dynamically configures 5 reviewers (Editor-in-Chief + 3 peer reviewers + Devil's Advocate) who review from four non-overlapping perspectives — methodology, domain expertise, cross-disciplinary viewpoints, and core argument challenges — ultimately producing a structured Editorial Decision and Revision Roadmap....
|
3.8K |
| 2022 | 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 |
| 2023 | 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 |
| 2024 | 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 |
| 2025 | 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 |
| 2026 | 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 |
| 2027 | 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 |
| 2028 | 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 |
| 2029 | 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 |
| 2030 | stop-slop | hardikpandya/stop-slop |
Stop Slop Eliminate predictable AI writing patterns from prose. Core Rules Cut filler phrases. Remove throat-clearing openers and emphasis crutches. See references/phrases.md. Break formulaic structures. Avoid binary contrasts, dramatic fragmentation, rhetorical setups. See references/structures.md. Vary rhythm. Mix sentence lengths. Two items beat three. End paragraphs differently. Trust readers. State facts directly. Skip softening, justification, hand-holding. Cut quotables. If it soun...
|
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 | 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 |
| 2034 | 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 |
| 2035 | 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 |
| 2036 | 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 |
| 2037 | 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 |
| 2038 | 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 |
| 2039 | 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 |
| 2040 | 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 |
| 2041 | 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 |
| 2042 | 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 |
| 2043 | 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 |
| 2044 | openapi-to-typescript | softaworks/agent-toolkit |
OpenAPI to TypeScript Converts OpenAPI 3.0 specifications to TypeScript interfaces and type guards. Input: OpenAPI file (JSON or YAML) Output: TypeScript file with interfaces and type guards When to Use "generate types from openapi" "convert openapi to typescript" "create API interfaces" "generate types from spec" Workflow Request the OpenAPI file path (if not provided) Read and validate the file (must be OpenAPI 3.0.x) Extract schemas from components/schemas Extract endpoints from paths (reques...
|
3.7K |
| 2045 | feedback-mastery | softaworks/agent-toolkit |
Feedback Conversations Overview This skill provides frameworks for navigating difficult workplace conversations and delivering effective feedback. Whether you're addressing performance issues, resolving conflicts, or giving constructive feedback, these structured approaches lead to better outcomes. Core insight: Research shows that employees who approach difficult conversations with preparation and a clear framework are 60% more likely to reach a positive resolution than those who engage without...
|
3.7K |
| 2046 | svg logo designer | rknall/claude-skills |
This skill creates professional, scalable vector graphic (SVG) logos from design specifications, offering multiple variations and layout options. When to Use This Skill Activate this skill when the user requests: - Create a logo from a description or specification - Design a brand identity or visual mark - Generate logo variations and concepts - Create icons or symbols - Design wordmarks or lettermarks - Produce scalable graphics for branding - Export logos in different layouts and sty...
|
3.7K |
| 2047 | daily-meeting-update | softaworks/agent-toolkit |
Daily Meeting Update Generate a daily standup/meeting update through an interactive interview . Never assume tools are configured—ask first. Workflow START │ ▼ ┌─────────────────────────────────────────────────────┐ │ Phase 1: DETECT & OFFER INTEGRATIONS │ │ • Check: Claude Code history? gh CLI? jira CLI? │ │ • Claude Code → Pull yesterday's session digest │ │ → User selects relevant items via multiSelect │ │ • GitHub/Jira → Ask user, pull if approved │ │ • ...
|
3.7K |
| 2048 | plugin-forge | softaworks/agent-toolkit |
CC Plugin Forge Purpose Build and manage Claude Code plugins with correct structure, manifests, and marketplace integration. Includes workflows, automation scripts, and reference docs. When to Use Creating new plugins for a marketplace Adding/modifying plugin components (commands, skills, agents, hooks) Updating plugin versions Working with plugin or marketplace manifests Setting up local plugin testing Publishing plugins Getting Started Create New Plugin Use create_plugin.py to generate plugin ...
|
3.7K |
| 2049 | difficult-workplace-conversations | softaworks/agent-toolkit |
Difficult Conversations Skill A structured framework for approaching challenging workplace conversations including conflicts, performance issues, sensitive feedback, and emotionally charged discussions. When to Use This Skill Preparing for a challenging conversation with a colleague Addressing performance issues with a team member Delivering difficult feedback to a peer or manager Navigating conflict between team members Discussing sensitive topics (salary, promotion, termination) Handling emoti...
|
3.7K |
| 2050 | click-path-audit | affaan-m/everything-claude-code |
/click-path-audit — Behavioural Flow Audit Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other. The Problem This Solves Traditional debugging checks: Does the function exist? (missing wiring) Does it crash? (runtime errors) Does it return the right type? (data flow) But it does NOT check: Does the final UI state match what the button label promises? Does function B silently undo what funct...
|
3.7K |