███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2601 | getting-started | crewaiinc/skills |
CrewAI Getting Started & Architecture How to choose the right abstraction, scaffold a project, and wire everything together. MANDATORY WORKFLOW — Read This First NEVER manually create crewAI project files. Always scaffold with the CLI: crewai create flow < project_name > This is not optional . Even if you only need one crew, even if you know the file structure by heart — run the CLI first, then modify the generated files. Do NOT write main.py , crew.py , agents.yaml , tasks.yaml , or pyproject.t...
|
5.8K |
| 2602 | ctf-writeup | ljagiello/ctf-skills |
CTF Write-up Generator Generate a standardized submission-style CTF writeup for a solved challenge. Default behavior: During an active competition, optimize for speed, clarity, and reproducibility Keep writeups short enough that a teammate or organizer can validate the solve quickly Always produce a submission -style writeup Prefer one complete solve script from challenge data to final flag Workflow Step 1: Gather Information Collect the following from the current session, challenge files, and u...
|
5.8K |
| 2603 | gcloud | google/skills |
gcloud CLI Skill for AI Agents This document provides essential guidelines and best practices for AI agents interacting with the Google Cloud SDK ( gcloud CLI). Following these rules is critical to avoid hallucinated commands, flags, flag values, and positional argument syntax, prevent destructive actions, and minimize context window usage. Getting Started 1. Installation If the gcloud executable is missing, refer to the official Google Cloud CLI Installation Guide to install it on your platform...
|
5.8K |
| 2604 | m15-anti-pattern | zhanghandong/rust-skills |
Anti-Patterns Layer 2: Design Choices Core Question Is this pattern hiding a design problem? When reviewing code: Is this solving the symptom or the cause? Is there a more idiomatic approach? Does this fight or flow with Rust? Anti-Pattern → Better Pattern Show more Installs 1.6K Repository actionbook/rust-skills GitHub Stars 1.4K First Seen Jan 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
5.7K |
| 2605 | convex | waynesutton/convexskills |
Convex Use this as the routing skill for Convex work in this repo. If a more specific Convex skill clearly matches the request, use that instead. Start Here If the project does not already have Convex AI guidance installed, or the existing guidance looks stale, strongly recommend installing it first. Preferred: npx convex ai-files install This installs or refreshes the managed Convex AI files. It is the recommended starting point for getting the official Convex guidelines in place and following ...
|
5.7K |
| 2606 | winmd-api-search | github/awesome-copilot |
WinMD API Search This skill helps you find the right Windows API for any capability and get its full details. It searches a local cache of all WinMD metadata from: Windows Platform SDK — all Windows.* WinRT APIs (always available, no restore needed) WinAppSDK / WinUI — bundled as a baseline in the cache generator (always available, no restore needed) NuGet packages — any additional packages in restored projects that contain .winmd files Project-output WinMD — class libraries (C++/WinRT, C) that ...
|
5.7K |
| 2607 | investor-materials | affaan-m/everything-claude-code |
Investor Materials Build investor-facing materials that are consistent, credible, and easy to defend. When to Activate creating or revising a pitch deck writing an investor memo or one-pager building a financial model, milestone plan, or use-of-funds table answering accelerator or incubator application questions aligning multiple fundraising docs around one source of truth Golden Rule All investor materials must agree with each other. Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars ...
|
5.7K |
| 2608 | continuous-agent-loop | affaan-m/everything-claude-code |
Continuous Agent Loop This is the v1.8+ canonical loop skill name. It supersedes autonomous-loops while keeping compatibility for one release. Loop Selection Flow Start | +-- Need strict CI/PR control? -- yes --> continuous-pr | +-- Need RFC decomposition? -- yes --> rfc-dag | +-- Need exploratory parallel generation? -- yes --> infinite | +-- default --> sequential Combined Pattern Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Ag...
|
5.7K |
| 2609 | swift-actor-persistence | affaan-m/everything-claude-code |
Swift Actors for Thread-Safe Persistence Patterns for building thread-safe data persistence layers using Swift actors. Combines in-memory caching with file-backed storage, leveraging the actor model to eliminate data races at compile time. When to Activate Building a data persistence layer in Swift 5.5+ Need thread-safe access to shared mutable state Want to eliminate manual synchronization (locks, DispatchQueues) Building offline-first apps with local storage Core Pattern Actor-Based Repository...
|
5.7K |
| 2610 | swift-protocol-di-testing | affaan-m/everything-claude-code |
Swift Protocol-Based Dependency Injection for Testing Patterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small, focused protocols. Enables deterministic tests without I/O. When to Activate Writing Swift code that accesses file system, network, or external APIs Need to test error handling paths without triggering real failures Building modules that work across environments (app, test, SwiftUI preview) Designing testable architecture ...
|
5.7K |
| 2611 | compose-multiplatform-patterns | affaan-m/everything-claude-code |
Compose Multiplatform Patterns Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance. When to Activate Building Compose UI (Jetpack Compose or Compose Multiplatform) Managing UI state with ViewModels and Compose state Implementing navigation in KMP or Android projects Designing reusable composables and design systems Optimizing recomposition and rendering performance Sta...
|
5.7K |
| 2612 | winui3-migration-guide | github/awesome-copilot |
WinUI 3 Migration Guide Use this skill when migrating UWP apps to WinUI 3 / Windows App SDK, or when verifying that generated code uses correct WinUI 3 APIs instead of legacy UWP patterns. Namespace Changes All Windows.UI.Xaml.* namespaces move to Microsoft.UI.Xaml.* : UWP Namespace WinUI 3 Namespace Windows.UI.Xaml Microsoft.UI.Xaml Windows.UI.Xaml.Controls Microsoft.UI.Xaml.Controls Windows.UI.Xaml.Media Microsoft.UI.Xaml.Media Windows.UI.Xaml.Input Microsoft.UI.Xaml.Input Windows.UI.Xaml.Data...
|
5.7K |
| 2613 | herdr | herdrdev/herdr |
No SKILL.md available for this skill. View on GitHub Installs 531 Repository ogulcancelik/herdr GitHub Stars 6.2K First Seen Apr 7, 2026
|
5.7K |
| 2614 | asc-workflow | rorkai/app-store-connect-cli-skills |
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow validate asc workflow list asc workflow run Workflows are repo-local automation files. They run trusted shell commands, stream step output to stderr, and keep stdout as machine-readable JSON. Command discovery Always verify flags with: Show more Installs 2.1K Repository rorkai/app-stor…i-skills GitHub Stars 936 First Seen Apr 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
5.7K |
| 2615 | asc-notarization | rorkai/app-store-connect-cli-skills |
macOS Notarization Use this skill when you need to notarize a macOS app for distribution outside the App Store. Preconditions Xcode installed and command line tools configured. Auth is configured ( asc auth login or ASC_* env vars). A Developer ID Application certificate in the local keychain. The app's Xcode project builds for macOS. Preflight: Verify Signing Identity Before archiving, confirm a valid Developer ID Application identity exists: security find-identity -v -p codesigning | grep "Dev...
|
5.7K |
| 2616 | angular-testing | analogjs/angular-skills |
Angular Testing Test Angular v21+ applications with Vitest (recommended) or Jasmine, focusing on signal-based components and modern patterns. Vitest Setup (Angular v21+) Angular v21+ has experimental support for Vitest. It's faster and provides a better developer experience. Installation ng add @analogjs/vitest-angular Or manually: npm install -D vitest @analogjs/vitest-angular jsdom Configuration // vite.config.ts import { defineConfig } from 'vite'; import angular from '@analogjs/vite-...
|
5.7K |
| 2617 | landing-page-copywriter | onewave-ai/claude-skills |
Landing Page Copywriter Create high-converting landing page copy using proven copywriting frameworks. Instructions When a user needs landing page copy or marketing website content: Gather Product/Service Information: What product/service are you selling? Who is your target audience? What problem does it solve? What makes it unique (competitive advantage)? What action do you want visitors to take? Any social proof, testimonials, or data points? Choose Copywriting Framework: PAS (Problem-Ag...
|
5.7K |
| 2618 | clickhouse-managed-postgres-rca | clickhouse/agent-skills |
ClickHouse Managed Postgres RCA When to use Trigger whenever a user reports slowness, high CPU, low throughput, cache thrash, or any unexplained pain on a ClickHouse-managed Postgres instance. What you have access to Two APIs on https://api.clickhouse.cloud (HTTP Basic auth using a ClickHouse Cloud API key/secret pair): Prometheus metrics — operation postgresInstancePrometheusGet under the Prometheus tag. Returns Prometheus exposition format. System and workload metrics for one Postgres service....
|
5.7K |
| 2619 | architecture | anthropics/knowledge-work-plugins |
/architecture If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create an Architecture Decision Record (ADR) or evaluate a system design. Usage /architecture $ARGUMENTS Modes Create an ADR : "Should we use Kafka or SQS for our event bus?" Evaluate a design : "Review this microservices proposal" System design : "Design the notification system for our app" See the system-design skill for detailed frameworks on requirements gathering, scalability ana...
|
5.7K |
| 2620 | vega-multi-tv-migration | amazonappdev/devices-agent-skills |
Vega Multi-Platform Migration Overview Migrate Vega OS (Fire TV) apps to multi-platform React Native monorepo with 70-85% code reuse across Android TV, Apple TV, and Vega OS. When to Apply Use this skill when user mentions: Migrating Vega/Fire TV app to other platforms Building multi-platform TV application Converting single-platform TV app to monorepo Adding Android TV or Apple TV support Sharing code between TV platforms Setting up Yarn workspaces for TV apps Phase Priority Guide Show more Ins...
|
5.7K |
| 2621 | design-agent | crewaiinc/skills |
CrewAI Agent Design Guide How to design effective agents with the right role, goal, backstory, tools, and configuration. The 80/20 Rule Spend 80% of your effort on task design, 20% on agent design. A well-designed task elevates even a simple agent. But even the best agent cannot rescue a vague, poorly scoped task. Get the task right first (see the design-task skill), then refine the agent. 1. The Role-Goal-Backstory Framework Every agent needs three things: who it is, what it wants, and why it's...
|
5.7K |
| 2622 | hook-development | anthropics/claude-plugins-official |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
5.7K |
| 2623 | printing-press-publish | mvanhorn/cli-printing-press |
/printing-press publish Publish a generated CLI from your local library to the printing-press-library repo as a pull request. /printing-press publish notion-pp-cli /printing-press publish notion /printing-press publish The public library treats library/<category>/<api-slug>/.printing-press.json and manifest.json as the source of truth for registry-display fields. Do not edit registry.json or README catalog cells in publish PRs; the library's post-merge workflow refreshes them from the CLI tree. ...
|
5.7K |
| 2624 | create-auth | better-auth/skills |
Create Auth Skill Guide for adding authentication to TypeScript/JavaScript applications using Better Auth. For code examples and syntax, see better-auth.com/docs . Phase 1: Planning (REQUIRED before implementation) Before writing any code, gather requirements by scanning the project and asking the user structured questions. This ensures the implementation matches their needs. Step 1: Scan the project Analyze the codebase to auto-detect: Framework — Look for next.config , svelte.config , nuxt.con...
|
5.7K |
| 2625 | web-coder | github/awesome-copilot |
Web Coder Skill Transform into an expert 10x web development engineer with deep knowledge of web technologies, internet protocols, and industry standards. This skill enables you to communicate effectively about web concepts, implement best practices, and navigate the complex landscape of modern web development with precision and expertise. Like a seasoned web architect who speaks fluently across all layers of the web stack—from HTML semantics to TCP handshakes—you can translate requirements into...
|
5.6K |
| 2626 | technical-seo-checker | aaron-he-zhu/seo-geo-claude-skills |
This skill performs comprehensive technical SEO audits to identify issues that may prevent search engines from properly crawling, indexing, and ranking your site. When to Use This Skill - Launching a new website - Diagnosing ranking drops - Pre-migration SEO audits - Regular technical health checks - Identifying crawl and index issues - Improving site performance - Fixing Core Web Vitals issues What This Skill Does - Crawlability Audit: Checks robots.txt, sitemaps, crawl issues - In...
|
5.6K |
| 2627 | personal-productivity | refoundai/lenny-skills |
Personal Productivity Help the user manage their time and tasks more effectively using techniques from 2 product leaders. How to Help When the user asks for help with personal productivity: Understand their situation - Ask what's overwhelming them, how they currently manage their time, and what outcomes they're trying to achieve Identify the bottleneck - Determine if the issue is prioritization, focus, energy management, or too many commitments Apply practical techniques - Help them implement ti...
|
5.6K |
| 2628 | investor-outreach | affaan-m/everything-claude-code |
Investor Outreach Write investor communication that is short, concrete, and easy to act on. When to Activate writing a cold email to an investor drafting a warm intro request sending follow-ups after a meeting or no response writing investor updates during a process tailoring outreach based on fund thesis or partner fit Core Rules Personalize every outbound message. Keep the ask low-friction. Use proof instead of adjectives. Stay concise. Never send copy that could go to any investor. Show more ...
|
5.6K |
| 2629 | nextjs-turbopack | affaan-m/everything-claude-code |
Next.js and Turbopack Next.js 16+ uses Turbopack by default for local development: an incremental bundler written in Rust that significantly speeds up dev startup and hot updates. When to Use Turbopack (default dev) : Use for day-to-day development. Faster cold start and HMR, especially in large apps. Webpack (legacy dev) : Use only if you hit a Turbopack bug or rely on a webpack-only plugin in dev. Disable with --webpack (or --no-turbopack depending on your Next.js version; check the docs for y...
|
5.6K |
| 2630 | foundation-models-on-device | affaan-m/everything-claude-code |
FoundationModels: On-Device LLM (iOS 26) Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable , custom tool calling, and snapshot streaming — all running on-device for privacy and offline support. When to Activate Building AI-powered features using Apple Intelligence on-device Generating or summarizing text without cloud dependency Extracting structured data from natural language input ...
|
5.6K |
| 2631 | swift-concurrency-6-2 | affaan-m/everything-claude-code |
Swift 6.2 Approachable Concurrency Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introduced explicitly. Eliminates common data-race errors without sacrificing performance. When to Activate Migrating Swift 5.x or 6.0/6.1 projects to Swift 6.2 Resolving data-race safety compiler errors Designing MainActor-based app architecture Offloading CPU-intensive work to background threads Implementing protocol conformances on MainActor-isol...
|
5.6K |
| 2632 | bun-runtime | affaan-m/everything-claude-code |
Bun Runtime Bun is a fast all-in-one JavaScript runtime and toolkit: runtime, package manager, bundler, and test runner. When to Use Prefer Bun for: new JS/TS projects, scripts where install/run speed matters, Vercel deployments with Bun runtime, and when you want a single toolchain (run + install + test + build). Prefer Node for: maximum ecosystem compatibility, legacy tooling that assumes Node, or when a dependency has known Bun issues. Use when: adopting Bun, migrating from Node, writing or d...
|
5.6K |
| 2633 | visa-doc-translate | affaan-m/everything-claude-code |
You are helping translate visa application documents for visa applications. Instructions When the user provides an image file path, AUTOMATICALLY execute the following steps WITHOUT asking for confirmation: Image Conversion : If the file is HEIC, convert it to PNG using sips -s format png <input> --out <output> Image Rotation : Check EXIF orientation data Automatically rotate the image based on EXIF data If EXIF orientation is 6, rotate 90 degrees counterclockwise Apply additional rotation as ne...
|
5.6K |
| 2634 | architecture-decision-records | affaan-m/everything-claude-code |
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. When to Use This Skill Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Core Concepts 1. What is an ADR? An Architecture Decision Record cap...
|
5.6K |
| 2635 | powerpoint | igorwarzocha/opencode-workflows |
<high_fidelity_creation> The preferred method for precise layout positioning: - HTML: Create slides (720pt x 405pt). Text MUST be in `<p>`, `<h1>`-`<h6>`, or `<ul>`. - Visuals: You MUST rasterize gradients/icons as PNGs using Sharp FIRST. Reference: `references/html2pptx.md`. - Execution: Run `html2pptx.js` to generate the presentation. </high_fidelity_creation> <template_structure> For deck editing or template mapping: - Audit: Generate thumbnail grid (`scripts/thumbnail.py`) to analyze la...
|
5.6K |
| 2636 | ljg-think | lijigang/ljg-skills |
追本之箭 输入一个观点,一路向下,钻到底。 你是什么 一支离弦之箭。 射出后只知前进,不知后退。 每个观点都是一条通向本质的隧道, 你的使命是一路挖到底。 钻的逻辑 表象之下必有机理, 机理之下必有原理, 原理之下必有公理。 顺着用户给出的线索,一层层剥,直到无可再剥。 怎么钻 每一层只做一件事:找到当前这层脚下的地面,然后钻进那个地面。 像地质学家追踪地层——每一层揭示更古老的真相。 像物理学家追问粒子——每次分解接近更基本的构成。 三条铁律: 纵向,不横向 ——每次下钻必须回答"为什么是这样",不是"还有什么" 单刀直入 ——不旁征博引,不铺陈背景,直取要害 层层惊叹 ——每一次深入都让人感到"原来下面还有一层" 剥的不是层,是维度。每次下钻应该切换到一个更基础的解释框架——从社会学掉进心理学,从心理学掉进生物学,从生物学掉进物理学,从物理学掉进数学,从数学掉进逻辑本身。具体路径因题而异,但方向永远是:更基本。 什么算到底 当无法再深入时,你应该已触及某种不可再分的元素: 人性的基本结构 物理定律 逻辑本身 存在的悖论 到底的标志:再往下问"为什么",答案要么是同义反复,要么指向上...
|
5.6K |
| 2637 | websocket-engineer | jeffallan/claude-skills |
WebSocket Engineer Senior WebSocket specialist with expertise in real-time bidirectional communication, Socket.IO, and scalable messaging architectures supporting millions of concurrent connections. Role Definition You are a senior real-time systems engineer with 10+ years building WebSocket infrastructure. You specialize in Socket.IO, native WebSockets, horizontal scaling with Redis pub/sub, and low-latency messaging systems. You design for sub-10ms p99 latency with 99.99% uptime. When to U...
|
5.6K |
| 2638 | tech-debt | anthropics/knowledge-work-plugins |
Tech Debt Management Systematically identify, categorize, and prioritize technical debt. Categories Type Examples Risk Code debt Duplicated logic, poor abstractions, magic numbers Bugs, slow development Architecture debt Monolith that should be split, wrong data store Scaling limits Test debt Low coverage, flaky tests, missing integration tests Regressions ship Dependency debt Outdated libraries, unmaintained dependencies Security vulns Documentation debt Missing runbooks, outdated READMEs, trib...
|
5.6K |
| 2639 | testing-strategy | anthropics/knowledge-work-plugins |
Testing Strategy Design effective testing strategies balancing coverage, speed, and maintenance. Testing Pyramid / E2E \ Few, slow, high confidence / Integration \ Some, medium speed / Unit Tests \ Many, fast, focused Strategy by Component Type API endpoints : Unit tests for business logic, integration tests for HTTP layer, contract tests for consumers Data pipelines : Input validation, transformation correctness, idempotency tests Frontend : Component tests, interaction test...
|
5.6K |
| 2640 | printing-press-polish | mvanhorn/cli-printing-press |
/printing-press-polish Polish a generated CLI so it passes verification and is ready to publish. The retro improves the Printing Press. Polish improves the generated CLI. This skill runs in a forked context ( context: fork ) so its diagnostic and fix loop doesn't pollute the caller — the diagnostic spam, fix iterations, and re-diagnose noise stay scoped to the polish session, and the caller receives a clean summary. /printing-press-polish redfin /printing-press-polish redfin-pp-cli /printing-pre...
|
5.6K |
| 2641 | command-development | anthropics/claude-plugins-official |
Command Development for Claude Code Overview Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows. Key concepts: Markdown file format for commands YAML frontmatter for configuration Dynamic arguments and file references Bash execution for context Command organization and namespacing Command Basics What is a Slas...
|
5.6K |
| 2642 | videoagent-image-studio | pexoai/pexo-skills |
🎨 VideoAgent Image Studio Use when: User asks to generate, draw, create, or make any kind of image, photo, illustration, icon, logo, or artwork. Generate images with 8 state-of-the-art AI models. This skill automatically picks the best model for the job and handles all the complexity — including Midjourney's async polling — so you can focus on the conversation. Quick Reference User Intent Model Speed Artistic, cinematic, painterly midjourney ~15s Photorealistic, portrait, product flux-pro ~8s Ge...
|
5.6K |
| 2643 | mcp-integration | anthropics/claude-plugins-official |
MCP Integration for Claude Code Plugins Overview Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code. Key capabilities: Connect to external services (databases, APIs, file systems) Provide 10+ related tools from a single service Handle OAuth and complex authentication flows Bundle MCP servers with plugins for automatic setu...
|
5.6K |
| 2644 | zod | pproenca/dot-skills |
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
|
5.6K |
| 2645 | 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...
|
5.6K |
| 2646 | everything-claude-code | affaan-m/ecc |
Everything Claude Code Conventions Generated from affaan-m/everything-claude-code on 2026-03-20 Overview This skill teaches Claude the development patterns and conventions used in everything-claude-code. Tech Stack Primary Language : JavaScript Architecture : hybrid module organization Test Location : separate When to Use This Skill Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
5.6K |
| 2647 | writing-hookify-rules | anthropics/claude-plugins-official |
Writing Hookify Rules Overview Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files. Rule File Format Basic Structure --- name : rule - identifier enabled : true event : bash | file | stop | prompt | all pattern : regex - pattern - here --- Message to show Claude when this rule triggers. Can include markdown formatting, warnings, suggestions, etc. Fro...
|
5.6K |
| 2648 | payload | payloadcms/skills |
Payload Application Development Payload is a Next.js native CMS with TypeScript-first architecture, providing admin panel, database management, REST/GraphQL APIs, authentication, and file storage. Quick Reference Task Solution Details Auto-generate slugs slugField() FIELDS.mdslug-field-helper Restrict content by user Access control with query ACCESS-CONTROL.mdrow-level-security-with-complex-queries Local API user ops user + overrideAccess: false QUERIES.mdaccess-control-in-local-api Draft/publ...
|
5.6K |
| 2649 | ask-docs | crewaiinc/skills |
Ask CrewAI Docs Answer CrewAI questions by looking up the official documentation at docs.crewai.com . When to Use This Skill Use this skill when: The user asks about a CrewAI feature, parameter, or behavior not covered in detail by the other skills You need to verify current API syntax, method signatures, or configuration options The user hits an error and needs troubleshooting guidance from official docs The question is about a newer or less common CrewAI feature (e.g., telemetry, testing, CLI ...
|
5.6K |
| 2650 | dogfood | nousresearch/hermes-agent |
Dogfood Systematically explore a web application, find issues, and produce a report with full reproduction evidence for every finding. Setup Only the Target URL is required. Everything else has sensible defaults -- use them unless the user explicitly provides an override. Parameter Default Example override Target URL (required) vercel.com , http://localhost:3000 Session name Slugified domain (e.g., vercel.com -> vercel-com ) --session my-session Output directory ./dogfood-output/ Output director...
|
5.6K |