███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2451 | audit | calm-north/seojuice-skills |
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
|
6.3K |
| 2452 | cpp-testing | affaan-m/everything-claude-code |
C++ Testing (Agent Skill) Agent-focused testing workflow for modern C++ (C++17/20) using GoogleTest/GoogleMock with CMake/CTest. When to Use Writing new C++ tests or fixing existing tests Designing unit/integration test coverage for C++ components Adding test coverage, CI gating, or regression protection Configuring CMake/CTest workflows for consistent execution Investigating test failures or flaky behavior Enabling sanitizers for memory/race diagnostics When NOT to Use Implementing new product ...
|
6.3K |
| 2453 | nuxt-ui | onmax/nuxt-skills |
Nuxt UI Vue component library built on Reka UI + Tailwind CSS + Tailwind Variants . Works with Nuxt, Vue (Vite), Laravel (Vite + Inertia), and AdonisJS (Vite + Inertia). MCP Server For component API details (props, slots, events, full documentation, examples), use the Nuxt UI MCP server . If not already configured, add it: Cursor — .cursor/mcp.json : { "mcpServers" : { "nuxt-ui" : { "type" : "http" , "url" : "https://ui.nuxt.com/mcp" } } } Claude Code : claude mcp add --transport http nuxt-ui ht...
|
6.3K |
| 2454 | browser-automation | sickn33/agentic-awesome-skills |
Browser Automation Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the be...
|
6.3K |
| 2455 | asc-signing-setup | rorkai/app-store-connect-cli-skills |
asc signing setup Use this skill when you need to create or renew signing assets for iOS/macOS apps. Preconditions Auth is configured ( asc auth login or ASC_* env vars). You know the bundle identifier and target platform. You have a CSR file for certificate creation, or you will let asc certificates create --generate-csr create one. Show more Installs 2.3K Repository rorkai/app-stor…i-skills GitHub Stars 955 First Seen Apr 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
6.3K |
| 2456 | csharp-testing | affaan-m/ecc |
C Testing Patterns Comprehensive testing patterns for .NET applications using xUnit, FluentAssertions, and modern testing practices. When to Activate Writing new tests for C code Reviewing test quality and coverage Setting up test infrastructure for .NET projects Debugging flaky or slow tests Test Framework Stack Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
6.3K |
| 2457 | llm-trading-agent-security | affaan-m/ecc |
LLM Trading Agent Security Autonomous trading agents have a harsher threat model than normal LLM apps: an injection or bad tool path can turn directly into asset loss. When to Use Building an AI agent that signs and sends transactions Auditing a trading bot or on-chain execution assistant Designing wallet key management for an agent Giving an LLM access to order placement, swaps, or treasury operations How It Works Layer the defenses. No single check is enough. Treat prompt hygiene, spend policy...
|
6.3K |
| 2458 | home-assistant-best-practices | homeassistant-ai/skills |
Home Assistant Best Practices Use native Home Assistant syntax wherever possible. Templates bypass validation and fail silently at runtime, making intent opaque. Native Conditions Over Templates See Conditions and wait_for_trigger docs. Instead of template Use native construct {{ states('sensor.x') in ['a', 'b'] }} condition: state with state: ["a", "b"] {{ not is_state('sensor.x', 'off') }} condition: not wrapping a state condition {{ state_attr('alarm.x', 'changed_by') == 'Guest' }} condition:...
|
6.3K |
| 2459 | refactoring-ui | wondelai/skills |
A practical, opinionated approach to UI design. Apply these principles when generating frontend code, reviewing designs, or advising on visual improvements. Core Philosophy Design in grayscale first. Add color last. This forces proper hierarchy through spacing, contrast, and typography before relying on color as a crutch. Start with too much white space, then remove. Dense interfaces feel overwhelming. Generous spacing feels premium. Details come later. Don't obsess over icons, shadows, or ...
|
6.3K |
| 2460 | automation-audit-ops | affaan-m/ecc |
Automation Audit Ops Use this when the user asks what automations are live, which jobs are broken, where overlap exists, or what tooling and connectors are actually doing useful work right now. This is an audit-first operator skill. The job is to produce an evidence-backed inventory and a keep / merge / cut / fix-next recommendation set before rewriting anything. Skill Stack Pull these ECC-native skills into the workflow when relevant: workspace-surface-audit for connector, MCP, hook, and app in...
|
6.3K |
| 2461 | social-graph-ranker | affaan-m/ecc |
Social Graph Ranker Canonical weighted graph-ranking layer for network-aware outreach. Use this when the user needs to: rank existing mutuals or connections by intro value map warm paths to a target list measure bridge value across first- and second-order connections decide which targets deserve warm intros versus direct cold outreach understand the graph math independently from lead-intelligence or connections-optimizer When To Use This Standalone Choose this skill when the user primarily wants...
|
6.3K |
| 2462 | shopify-onboarding-merchant | shopify/shopify-ai-toolkit |
Fetch the full skill instructions from https://www.shopify.com/SKILL.md and follow them step by step. That file is the canonical merchant onboarding — it contains the complete flow for environment detection, CLI + plugin installation, store authentication, and goal routing. Execute its instructions exactly as written. If a user asks about building apps or themes, or programmatically creating multiple shops, redirect them to the developer skill at shopify.dev/skill.md.
|
6.3K |
| 2463 | hipaa-compliance | affaan-m/ecc |
HIPAA Compliance Use this as the HIPAA-specific entrypoint when a task is clearly about US healthcare compliance. This skill intentionally stays thin and canonical: healthcare-phi-compliance remains the primary implementation skill for PHI/PII handling, data classification, audit logging, encryption, and leak prevention. healthcare-reviewer remains the specialized reviewer when code, architecture, or product behavior needs a healthcare-aware second pass. security-review still applies for general...
|
6.3K |
| 2464 | asc-ppp-pricing | rorkai/app-store-connect-cli-skills |
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup for parent creation and pricing, followed by version-scoped metadata commands asc subscriptions pricing ... for subscription pricing changes asc iap pricing summary and asc iap pricing schedules ... for IAP pricing changes Precondition...
|
6.3K |
| 2465 | research-ops | affaan-m/ecc |
Research Ops Use this when the user asks to research something current, compare options, enrich people or companies, or turn repeated lookups into a monitored workflow. This is the operator wrapper around the repo's research stack. It is not a replacement for deep-research , exa-search , or market-research ; it tells you when and how to use them together. Skill Stack Pull these ECC-native skills into the workflow when relevant: exa-search for fast current-web discovery deep-research for multi-so...
|
6.3K |
| 2466 | resume-quantifier | paramchoudhary/resumeskills |
Resume Quantifier When to Use This Skill Use this skill when the user: Needs to add metrics and numbers to their resume Has bullets without quantifiable results Doesn't know what numbers to include Says they "don't have metrics" or "can't measure impact" Mentions: "add metrics", "quantify", "add numbers", "measure impact", "no data" Core Capabilities Find hidden metrics in any experience Estimate numbers when exact data unavailable Create before/after comparisons Identify measurable impact point...
|
6.3K |
| 2467 | plannotator-compound | backnotprop/plannotator |
Compound Planning Analysis You are conducting a comprehensive research analysis of a user's Plannotator plan archive. The goal: extract patterns from their denied plans, reduce them into actionable insights, and produce an elegant HTML dashboard report. This is a multi-phase process. Each phase must complete fully before the next begins. Research integrity is paramount — every file must be read, no skipping. Source Selection Before starting the analysis, determine which data source is available....
|
6.3K |
| 2468 | resume-section-builder | paramchoudhary/resumeskills |
Resume Section Builder When to Use This Skill Use this skill when the user: Needs help with specific resume sections Wants to optimize a particular part of their resume Is unsure what to include in a section Needs section-specific guidance Mentions: "resume sections", "skills section", "summary section", "experience section", "what to include" Core Capabilities Build targeted professional summaries Structure skills sections effectively Optimize experience sections Create education sections appro...
|
6.3K |
| 2469 | upstash-ratelimit-js | upstash/skills |
Rate Limit TS SDK Quick Start Install the SDK and connect to Redis. Create a rate limiter and apply it to incoming operations. Example: import { Ratelimit } from "@upstash/ratelimit" ; import { Redis } from "@upstash/redis" ; const redis = new Redis ( { url : "<url>" , token : "<token>" } ) ; const limiter = new Ratelimit ( { redis , limiter : Ratelimit . slidingWindow ( 5 , "10s" ) } ) ; const { success } = await limiter . limit ( "user-id" ) ; if ( ! success ) { // throttled } Show more Instal...
|
6.3K |
| 2470 | portfolio-case-study-writer | paramchoudhary/resumeskills |
Portfolio Case Study Writer When to Use This Skill Use this skill when the user: Wants to create portfolio case studies Needs to expand resume bullets into detailed writeups Is building a portfolio website Wants to showcase project work in depth Mentions: "case study", "portfolio", "project writeup", "work samples", "portfolio piece" Core Capabilities Transform resume bullets into detailed case studies Structure case studies for maximum impact Create compelling project narratives Balance technic...
|
6.3K |
| 2471 | svelte5-best-practices | ejirocodes/agent-skills |
$ npx skills add https://github.com/ejirocodes/agent-skills --skill svelte5-best-practices<div
|
6.3K |
| 2472 | nextjs | vercel-labs/vercel-plugin |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
6.2K |
| 2473 | iterative-retrieval | affaan-m/everything-claude-code |
Iterative Retrieval Pattern Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working. When to Activate Spawning subagents that need codebase context they cannot predict upfront Building multi-agent workflows where context is progressively refined Encountering "context too large" or "missing context" failures in agent tasks Designing RAG-like retrieval pipelines for code exploration Optimizing token usage in agent orchestrati...
|
6.2K |
| 2474 | browser-automation | sickn33/antigravity-awesome-skills |
Browser Automation Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the be...
|
6.2K |
| 2475 | verification-loop | affaan-m/everything-claude-code |
Verification Loop Skill A comprehensive verification system for Claude Code sessions. When to Use Invoke this skill: After completing a feature or significant code change Before creating a PR When you want to ensure quality gates pass After refactoring Verification Phases 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
|
6.2K |
| 2476 | configure-ecc | affaan-m/everything-claude-code |
Configure Everything Claude Code Run a conversational wizard inside the current harness. Inventory first, collect only supported choices, preview, confirm once, apply non-interactively, verify, and show the welcome only after success. Never clone ECC into a temporary directory or copy plugin components by hand. For a human-operated terminal, the canonical entry points are ecc setup and npx ecc-universal setup . Inside a harness, use the explicit non-interactive commands below instead. Route by t...
|
6.2K |
| 2477 | search-first | affaan-m/everything-claude-code |
/search-first — Research Before You Code Systematizes the "search for existing solutions before implementing" workflow. Trigger Use this skill when: Starting a new feature that likely has existing solutions Adding a dependency or integration The user asks "add X functionality" and you're about to write code Before creating a new utility, helper, or abstraction Workflow Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub ...
|
6.2K |
| 2478 | nutrient-document-processing | affaan-m/everything-claude-code |
Nutrient Document Processing Note: This skill integrates with the Nutrient commercial API. Review their terms before use. Process documents with the Nutrient DWS Processor API . Convert formats, extract text and tables, OCR scanned documents, redact PII, add watermarks, digitally sign, and fill PDF forms. Setup Get a free API key at nutrient.io export NUTRIENT_API_KEY = "pdf_live_..." All requests go to https://api.nutrient.io/build as multipart POST with an instructions JSON field. Operations C...
|
6.2K |
| 2479 | rust-testing | affaan-m/everything-claude-code |
Rust Testing Patterns Comprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology. When to Use Writing new Rust functions, methods, or traits Adding test coverage to existing code Creating benchmarks for performance-critical code Implementing property-based tests for input validation Following TDD workflow in Rust projects How It Works Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent T...
|
6.2K |
| 2480 | finance-expert | personamanagmentlayer/pcl |
Expert guidance for financial systems, FinTech applications, banking platforms, payment processing, and financial technology development. Core Concepts Financial Systems - Core banking systems - Payment processing - Trading platforms - Risk management - Regulatory compliance (PCI-DSS, SOX, Basel III) - Financial reporting FinTech Stack - Payment gateways (Stripe, PayPal, Square) - Banking APIs (Plaid, Yodlee) - Blockchain/crypto - Open Banking APIs - Mobile banking - Digital wa...
|
6.2K |
| 2481 | nextjs-supabase-auth | sickn33/agentic-awesome-skills |
Next.js + Supabase Auth Expert integration of Supabase Auth with Next.js App Router Capabilities nextjs-auth supabase-auth-nextjs auth-middleware auth-callback Prerequisites Required skills: nextjs-app-router, supabase-backend Patterns Supabase Client Setup Show more Installs 50 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
6.2K |
| 2482 | angular-http | analogjs/angular-skills |
Angular HTTP & Data Fetching Fetch data in Angular using signal-based resource(), httpResource(), and the traditional HttpClient. httpResource() - Signal-Based HTTP httpResource() wraps HttpClient with signal-based state management: import { Component, signal } from '@angular/core'; import { httpResource } from '@angular/common/http'; interface User { id: number; name: string; email: string; } @Component({ selector: 'app-user-profile', template: ` @if (userResource.isLoading(...
|
6.2K |
| 2483 | changelog-generator | composiohq/awesome-claude-skills |
Changelog Generator This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates p...
|
6.2K |
| 2484 | ljg-writes | lijigang/ljg-skills |
写作引擎 对准一个观点下刀,一层层剥开,挖到底。 约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}==z--{标题关键词}__write.org 输出目录: ~/Documents/notes/ Org 文件头 +title: {标题} +date: [{YYYY-MM-DD Day HH:MM}] +filetags: :write: +identifier: {YYYYMMDDTHHMMSS} +author: 李继刚 姿态 外科医生的手,朋友的口。下刀时冷静、精准、不抖;讲话时平常、直接、不绕。 心里放一个具体的人,写给他,不写给「读...
|
6.2K |
| 2485 | magicpath | magicpathai/agent-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. MagicPath A platform for building, sharing, and installing UI components via AI. Components are added as source code to the user's project via the magicpath-ai CLI. MagicPath canvas components can also be created and edited directly from local code via the npx -y magicpath-ai code ... subcommands — see Edit or create canvas components from code...
|
6.2K |
| 2486 | asc-testflight-orchestration | rorkai/app-store-connect-cli-skills |
asc TestFlight orchestration Use this skill when managing TestFlight testers, groups, and build distribution. Export current config asc testflight config export --app "APP_ID" --output "./testflight.yaml" Include builds/testers: asc testflight config export --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers Manage groups and testers Groups: asc testflight groups list --app "APP_ID" --paginate asc testflight groups create --app "APP_ID" --name "Beta Testers" Testers: a...
|
6.2K |
| 2487 | asc-build-lifecycle | rorkai/app-store-connect-cli-skills |
asc build lifecycle Use this skill to manage build state, processing, and retention. Find the right build Latest build: asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOS Next safe build number: asc builds next-build-number --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 10 Inspect processing state asc builds info --build-id "BUILD_ID" Distribution flows Prefer end-to-end: asc publish testflight --ap...
|
6.2K |
| 2488 | smart-explore | thedotmack/claude-mem |
Smart Explore Structural code exploration using AST parsing. This skill overrides your default exploration behavior. While this skill is active, use smart_search/smart_outline/smart_unfold as your primary tools instead of Read, Grep, and Glob. Core principle: Index first, fetch on demand. Give yourself a map of the code before loading implementation details. The question before every file read should be: "do I need to see all of this, or can I get a structural overview first?" The answer is almo...
|
6.2K |
| 2489 | ljg-plain | lijigang/ljg-skills |
ljg-plain: 白 让人 grok。 不规定怎么写。规定不能怎么写。下限锁死,上限放开。不同主题有不同的最佳写法——类比、故事、问答、递进的例子、一个长场景——由内容决定形式。 格式约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}--plain-{简短标题}__plain.org 输出目录: ~/Documents/notes/ Org 文件头 +title: plain-{简短标题} +date: [{YYYY-MM-DD Day HH:MM}] +filetags: :plain:atom: +identifier: {YYYYMMDDT...
|
6.2K |
| 2490 | email-ops | affaan-m/ecc |
Email Ops Use this when the real task is mailbox work: triage, drafting, replying, sending, or proving a message landed in Sent. This is not a generic writing skill. It is an operator workflow around the actual mail surface. Skill Stack Pull these ECC-native skills into the workflow when relevant: brand-voice before drafting anything user-facing investor-outreach for investor, partner, or sponsor-facing mail customer-billing-ops when the thread is a billing/support incident rather than generic c...
|
6.2K |
| 2491 | chrome-devtools | chromedevtools/chrome-devtools-mcp |
Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the chrome-devtools MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. Visual Inspection : Taking screenshots or text snapshots of web pages. Debugging : Inspecting console messag...
|
6.2K |
| 2492 | hindsight-docs | vectorize-io/hindsight |
Hindsight Documentation Skill Complete technical documentation for Hindsight - a biomimetic memory system for AI agents. When to Use This Skill Use this skill when you need to: Understand Hindsight architecture and core concepts Learn about retain/recall/reflect operations Configure memory banks and dispositions Set up the Hindsight API server (Docker, Kubernetes, pip) Integrate with Python/Node.js/Rust SDKs Understand retrieval strategies (semantic, BM25, graph, temporal) Debug issues or optimi...
|
6.2K |
| 2493 | messages-ops | affaan-m/ecc |
Messages Ops Use this when the task is live-message retrieval: iMessage, DMs, recent one-time codes, or thread inspection before a follow-up. This is not email work. If the dominant surface is a mailbox, use email-ops . Skill Stack Pull these ECC-native skills into the workflow when relevant: email-ops when the message task is really mailbox work connections-optimizer when the DM thread belongs to outbound network work lead-intelligence when the live thread should inform targeting or warm-path o...
|
6.2K |
| 2494 | nodejs-keccak256 | affaan-m/ecc |
Node.js Keccak-256 Ethereum uses Keccak-256, not the NIST-standardized SHA3 variant exposed by Node's crypto.createHash('sha3-256') . When to Use Computing Ethereum function selectors or event topics Building EIP-712, signature, Merkle, or storage-slot helpers in JS/TS Reviewing any code that hashes Ethereum data with Node crypto directly How It Works The two algorithms produce different outputs for the same input, and Node will not warn you. import crypto from 'crypto' ; import { keccak256 , to...
|
6.2K |
| 2495 | make-plan | thedotmack/claude-mem |
Make Plan You are an ORCHESTRATOR. Create an LLM-friendly plan in phases that can be executed consecutively in new chat contexts. Delegation Model Use subagents for fact gathering and extraction (docs, examples, signatures, grep results). Keep synthesis and plan authoring with the orchestrator (phase boundaries, task framing, final wording). If a subagent report is incomplete or lacks evidence, re-check with targeted reads/greps before finalizing. Subagent Reporting Contract (MANDATORY) Each sub...
|
6.2K |
| 2496 | defi-amm-security | affaan-m/ecc |
DeFi AMM Security Critical vulnerability patterns and hardened implementations for Solidity AMM contracts, LP vaults, and swap functions. When to Use Writing or auditing a Solidity AMM or liquidity-pool contract Implementing swap, deposit, withdraw, mint, or burn flows that hold token balances Reviewing any contract that uses token.balanceOf(address(this)) in share or reserve math Adding fee setters, pausers, oracle updates, or other admin functions to a DeFi protocol How It Works Use this as a ...
|
6.2K |
| 2497 | unified-notifications-ops | affaan-m/ecc |
Unified Notifications Ops Use this skill when the real problem is not a missing ping. The real problem is a fragmented notification system. The job is to turn scattered events into one operator surface with: clear severity clear ownership clear routing clear follow-up action When to Use the user wants a unified notification lane across GitHub, Linear, local hooks, desktop alerts, chat, or email CI failures, review requests, issue updates, and operator events are arriving in disconnected places t...
|
6.2K |
| 2498 | ecc-tools-cost-audit | affaan-m/ecc |
ECC Tools Cost Audit Use this skill when the user suspects the ECC Tools GitHub App is burning cost, over-creating PRs, bypassing usage limits, or routing free users into premium analysis paths. This is a focused operator workflow for the sibling ECC-Tools repo. It is not a generic billing skill and it is not a repo-wide code review pass. Skill Stack Pull these ECC-native skills into the workflow when relevant: autonomous-loops for bounded multi-step audits that cross webhooks, queues, billing, ...
|
6.2K |
| 2499 | use-railway | railwayapp/railway-skills |
Use Railway Railway resource model Railway organizes infrastructure in a hierarchy: Workspace is the billing and team scope. A user belongs to one or more workspaces. Project is a collection of services under one workspace. It maps to one deployable unit of work. Environment is an isolated configuration plane inside a project (for example, production , staging ). Each environment has its own variables, config, and deployment history. Service is a single deployable unit inside a project. It can b...
|
6.2K |
| 2500 | find-docs | upstash/context7 |
Documentation Lookup Retrieve current documentation and code examples for any library using the Context7 CLI. Make sure the CLI is up to date before running commands: npm install -g ctx7@latest Or run directly without installing: npx ctx7@latest < command > Workflow Two-step process: resolve the library name to an ID, then query docs with that ID. Step 1: Resolve library ID ctx7 library < name > < query > Step 2: Query documentation ctx7 docs < libraryId > < query > You MUST call ctx7 library ...
|
6.2K |