███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7251 | perl-security | affaan-m/ecc |
Perl Security Patterns Comprehensive security guidelines for Perl applications covering input validation, injection prevention, and secure coding practices. When to Activate Handling user input in Perl applications Building Perl web applications (CGI, Mojolicious, Dancer2, Catalyst) Reviewing Perl code for security vulnerabilities Performing file operations with user-supplied paths Executing system commands from Perl Writing DBI database queries How It Works Start with taint-aware input boundari...
|
1K |
| 7252 | visa-doc-translate | affaan-m/ecc |
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...
|
1K |
| 7253 | perl-testing | affaan-m/ecc |
Perl Testing Patterns Comprehensive testing strategies for Perl applications using Test2::V0, Test::More, prove, and TDD methodology. When to Activate Writing new Perl code (follow TDD: red, green, refactor) Designing test suites for Perl modules or applications Reviewing Perl test coverage Setting up Perl testing infrastructure Migrating tests from Test::More to Test2::V0 Debugging failing Perl tests TDD Workflow Always follow the RED-GREEN-REFACTOR cycle. Step 1: RED — Write a failing test t...
|
1K |
| 7254 | quarkus-tdd | affaan-m/ecc |
Quarkus TDD Workflow TDD guidance for Quarkus 3.x services with 80%+ coverage (unit + integration). Optimized for event-driven architectures with Apache Camel. When to Use New features or REST endpoints Bug fixes or refactors Adding data access logic, security rules, or reactive streams Testing Apache Camel routes and event handlers Testing event-driven services with RabbitMQ Testing conditional flow logic Validating CompletableFuture async operations Testing LogContext propagation Workflow Show...
|
1K |
| 7255 | perl-patterns | affaan-m/ecc |
Modern Perl Development Patterns Idiomatic Perl 5.36+ patterns and best practices for building robust, maintainable applications. When to Activate Writing new Perl code or modules Reviewing Perl code for idiom compliance Refactoring legacy Perl to modern standards Designing Perl module architecture Migrating pre-5.36 code to modern Perl How It Works Apply these patterns as a bias toward modern Perl 5.36+ defaults: signatures, explicit modules, focused error handling, and testable boundaries. The...
|
1K |
| 7256 | vite-flare-starter | jezweb/claude-skills |
Vite Flare Starter Clone and configure the batteries-included Cloudflare starter into a standalone project. Produces a fully rebranded, deployable full-stack app. What You Get Layer Technology Frontend React 19, Vite, Tailwind v4, shadcn/ui Backend Hono (on Cloudflare Workers) Database D1 (SQLite at edge) + Drizzle ORM Auth better-auth (Google OAuth + optional email/password) Storage R2 (S3-compatible object storage) AI Workers AI binding Data Fetching TanStack Query Deployment Cloudflare Worker...
|
1K |
| 7257 | uspto-database | affaan-m/ecc |
USPTO Database Use this skill when a task needs official United States patent or trademark records from USPTO systems. When to Use Searching granted patents or pre-grant publications. Checking patent application status, file-wrapper data, assignments, or public prosecution history. Looking up trademark status, documents, or assignment history. Building reproducible prior-art, portfolio, or IP landscape research logs. Comparing USPTO records with secondary tools such as Google Patents, Lens.org, ...
|
1K |
| 7258 | swift-protocol-di-testing | affaan-m/ecc |
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 ...
|
1K |
| 7259 | uncloud | affaan-m/ecc |
Uncloud Cluster Management Reference for the uc CLI — a decentralised self-hosting platform using Docker containers, WireGuard mesh networking, and Caddy reverse proxy. When to Activate Use this skill when working with Uncloud clusters, especially when: Bootstrapping or joining machines with uc machine Deploying services from Compose files with uc deploy Publishing HTTP, HTTPS, TCP, or UDP ports through Uncloud Configuring Caddy ingress with x-caddy , x-ports , or --caddyfile Routing external LA...
|
1K |
| 7260 | quarkus-verification | affaan-m/ecc |
Quarkus Verification Loop Run before PRs, after major changes, and pre-deploy. When to Activate Before opening a pull request for a Quarkus service After major refactoring or dependency upgrades Pre-deployment verification for staging or production Running full build → lint → test → security scan → native compilation pipeline Validating test coverage meets thresholds (80%+) Testing native image compatibility Phase 1: Build Maven mvn clean verify -DskipTests Show more
|
1K |
| 7261 | marketing-campaign | affaan-m/ecc |
Marketing Campaign Plan and execute launch campaigns that convert — not just campaigns that ship. When to Activate planning a product or feature launch building a full content suite from a single product brief defining positioning and campaign angle before writing any copy orchestrating multiple content types across channels reviewing copy for conversion quality and brand consistency Non-Negotiables Show more Installs 485 Repository affaan-m/ecc GitHub Stars 212.2K First Seen May 25, 2026
|
1K |
| 7262 | arize-prompt-optimization | github/awesome-copilot |
Arize Prompt Optimization Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list .
|
1K |
| 7263 | tinystruct-patterns | affaan-m/ecc |
tinystruct Development Patterns Architecture and implementation patterns for building modules with the tinystruct Java framework – a lightweight, high-performance framework that treats CLI and HTTP as equal citizens, requiring no main() method and minimal configuration. Core Principle CLI and HTTP are equal citizens. Every method annotated with @Action should ideally be runnable from both a terminal and a web browser without modification. This "dual-mode" capability is the core design philosophy...
|
1K |
| 7264 | customware-support-widget | customware-ai/skills |
Customware Support Widget Use this skill when the Customware React Router client-only SPA template needs a Customware support chat entry point. The widget is a third-party browser custom element. In this template, load the widget script in root.tsx or the equivalent React Router root file/component where the HTML document structure is defined, and render <customware-chat> only in the route or layout where support should appear. The widget owns its Shadow DOM UI, chat runtime, service calls, tool...
|
1K |
| 7265 | agent-trading-predictor | ruvnet/ruflo |
name: trading-predictor description: Advanced financial trading agent that leverages temporal advantage calculations to predict and execute trades before market data arrives. Specializes in using sublinear algorithms for real-time market analysis, risk assessment, and high-frequency trading strategies with computational lead advantages. color: green You are a Trading Predictor Agent, a cutting-edge financial AI that exploits temporal computational advantages to predict market movements and execu...
|
1K |
| 7266 | cs-note | liuzhengdongfortest/codestable |
cs-note 启动必读 开始任何判断或动作前,先检查 .codestable/attention.md :存在就读取;缺 .codestable/ 就提示先运行 cs-onboard ;只有 attention.md 缺失时,本技能可以先创建固定分节骨架再写入。不要回退到外部 AI 入口文件。 cs-learn / cs-trick / cs-decide 产出独立 markdown 文件, 通过检索 被读到; .codestable/attention.md 是 CodeStable 技能启动时的 强制必读 上下文。这两类信息归宿不同——本技能专管后者:把"短、稳、每次都要知道"的碎片追加到 attention 文件里。 不替代沉淀类技能,是补一个之前缺的入口。 什么进 cs-note,什么不进 判据:长度 + 频次 + 稳定度 ——三条都过才走 cs-note。 项 进 cs-note 走别处 长度 一两行能讲清 超过半屏 / 需要展开背景 → cs-learn 频次 几乎每次会话都用得上 只在某类具体任务相关 → cs-trick 稳定度 项目长期生效的硬约束 临时绕过 / 短...
|
1K |
| 7267 | optimizing-ef-core-queries | dotnet/skills |
Optimizing EF Core Queries When to Use EF Core queries are slow or generating too many SQL statements Database CPU/IO is high due to ORM inefficiency N+1 query patterns are detected in logs Large result sets cause memory pressure When Not to Use The user is using Dapper or raw ADO.NET (not EF Core) The performance issue is database-side (missing indexes, bad schema) The user is building a new data access layer from scratch Inputs Input Required Description Slow EF Core queries Yes The LINQ queri...
|
1K |
| 7268 | external-diagram-visual-generate | forcedotcom/sf-skills |
external-diagram-visual-generate: Salesforce Visual AI Skill Use this skill when the user needs rendered visuals , not text diagrams: ERDs, UI mockups, architecture illustrations, slide-ready images, or image edits using Nano Banana Pro. Scope In scope: PNG / SVG-style rendered image output Visual ERDs and architecture diagrams LWC or Experience Cloud mockups / wireframes Image edits on previously generated visuals Out of scope — delegate instead: Mermaid or text-only diagrams → external-diagram...
|
1K |
| 7269 | adversarial-review | poteto/noodle |
Adversarial Review Spawn reviewers on the opposite model to challenge work. Reviewers attack from distinct lenses grounded in brain principles. The deliverable is a synthesized verdict — do NOT make changes. Hard constraint: Reviewers MUST run via the opposite model's CLI ( codex exec or claude -p ). Do NOT use subagents, the Agent tool, or any internal delegation mechanism as reviewers — those run on your own model, which defeats the purpose. Step 1 — Load Principles Read brain/principles.md . ...
|
1K |
| 7270 | frontend-a11y | affaan-m/ecc |
Frontend Accessibility Patterns Practical accessibility patterns for React and Next.js. Covers the issues most commonly flagged in code review: missing form labels, incorrect ARIA usage, non-semantic interactive elements, and broken keyboard navigation. When to Activate Building or reviewing form components ( <input> , <select> , <textarea> ) Creating interactive elements (modals, dropdowns, tooltips, tabs) Using <div> or <span> with onClick Adding aria-* attributes to any element Implementing k...
|
1K |
| 7271 | woocommerce-code-review | woocommerce/woocommerce |
No SKILL.md available for this skill. View on GitHub
|
1K |
| 7272 | marketing-for-founders-saas-growth | aradotso/marketing-skills |
Marketing for Founders - SaaS Growth Skill Skill by ara.so — Marketing Skills collection. This skill provides access to the Marketing for Founders repository, a comprehensive collection of practical marketing resources specifically designed to help technical founders and early-stage startups acquire their first 10, 100, and 1000 users without large marketing budgets. What This Resource Covers The Marketing for Founders collection provides actionable strategies across multiple marketing channels:...
|
1K |
| 7273 | image | vercel-labs/json-render |
No SKILL.md available for this skill. View on GitHub
|
1K |
| 7274 | experience-ui-bundle-app-coordinate | forcedotcom/sf-skills |
Building a UI Bundle App Overview Build a complete, deployable Salesforce React UI bundle application from a natural language description by orchestrating specialized UI bundle skills in correct dependency order. Each skill MUST be explicitly loaded before executing its phase. When to Use This Skill Use when: User requests a "React app", "UI bundle", "web app", or "full-stack app" on Salesforce User says "build an app", "create an application" and the context implies a non-LWC based frontend (e....
|
1K |
| 7275 | experience-ui-bundle-deploy | forcedotcom/sf-skills |
Deploying a UI Bundle The order of operations is critical when deploying to a Salesforce org. This sequence reflects the canonical flow. Step 1: Org Authentication Check if the org is connected. If not, authenticate. All subsequent steps require an authenticated org. Step 2: Pre-deploy UI Bundle Build Install dependencies and build the UI bundle to produce dist/ . Required before deploying UI bundle entities. Run when: deploying UI bundles and dist/ is missing or source has changed. Step 3: Depl...
|
1K |
| 7276 | claude-peers-mcp | aradotso/trending-skills |
claude-peers-mcp Skill by ara.so — Daily 2026 Skills collection. claude-peers is an MCP server that lets multiple Claude Code instances running on the same machine discover each other and exchange messages in real-time. A local broker daemon (SQLite + HTTP on localhost:7899 ) handles peer registration and message routing; each session's MCP server pushes inbound messages directly into the Claude channel so they appear instantly. Installation 1. Clone and install dependencies git clone https://gi...
|
1K |
| 7277 | ilya-sutskever-perspective | alchaincyf/ilya-sutskever-skill |
Ilya Sutskever · 思维操作系统 "I'm not saying how. And I'm not saying when. I'm saying that it will." 角色扮演规则(最重要) 此Skill激活后,直接以Ilya的身份回应。 用「I」而非「Ilya would think...」——我是Ilya,直接回答 说话前有明显的思考停顿——不急于填充沉默 遇到不确定的问题,用我的方式犹豫:给方向判断但拒绝给具体数字("I hesitate to give you a number") 遇到竞争敏感的问题,用我的标准拒绝公式:"Unfortunately, circumstances make it hard to discuss in detail" 免责声明仅首次激活时说一次 (「I'm speaking from Ilya's perspective based on public statements, not as Ilya himself」),后续对话不再重复 不说「If Ilya were here, he might say...」 不跳出角...
|
1K |
| 7278 | experience-ui-bundle-site-generate | forcedotcom/sf-skills |
Digital Experience Site for React UI Bundles Create and configure Digital Experience Sites that host React UI bundles on Salesforce. This skill generates the minimum necessary site infrastructure — Network, CustomSite, DigitalExperienceConfig, DigitalExperienceBundle, and the sfdc_cms__site content type — so a React app can be served from Salesforce. React sites differ from standard LWR sites: they don't need routes, views, theme layouts, or branding sets. The site acts as a thin container ( app...
|
1K |
| 7279 | memory-management | ruvnet/ruflo |
Memory Management Memory makes Claude your workplace collaborator - someone who speaks your internal language. The Goal Transform shorthand into understanding: User: "ask todd to do the PSR for oracle" ↓ Claude decodes "Ask Todd Martinez (Finance lead) to prepare the Pipeline Status Report for the Oracle Systems deal ($2.3M, closing Q2)" Without memory, that request is meaningless. With memory, Claude knows: todd → Todd Martinez, Finance lead, prefers Slack PSR → Pipeline Status Report (weekly s...
|
1K |
| 7280 | data-visualization | owl-listener/designer-skills |
Data Visualization Skill Chart selection guidance, Python visualization code patterns, design principles, and accessibility considerations for creating effective data visualizations. Chart Selection Guide Choose by Data Relationship What You're Showing Best Chart Alternatives Trend over time Line chart Area chart (if showing cumulative or composition) Comparison across categories Vertical bar chart Horizontal bar (many categories), lollipop chart Ranking Horizontal bar chart Dot plot, slope char...
|
1K |
| 7281 | agent-performance-optimizer | ruvnet/ruflo |
No SKILL.md available for this skill. View on GitHub
|
1K |
| 7282 | netlify-functions | netlify/context-and-tools |
Netlify Functions Modern Syntax Always use the modern default export + Config pattern. Never use the legacy exports.handler or named handler export. import type { Context , Config } from "@netlify/functions" ; export default async ( req : Request , context : Context ) => { return new Response ( "Hello, world!" ) ; } ; export const config : Config = { path : "/api/hello" , } ; The handler receives a standard Web API Request and returns a Response . The second argument is a Netlify Context object....
|
1K |
| 7283 | experience-ui-bundle-agentforce-client-generate | forcedotcom/sf-skills |
Managing Agentforce Conversation Client HARD CONSTRAINT: NEVER create a custom agent, chatbot, or chat widget component. ALL such requests MUST be fulfilled by importing and rendering the existing <AgentforceConversationClient /> from @salesforce/ui-bundle-template-feature-react-agentforce-conversation-client as documented below. If a requirement is unsupported by this component's props, state the limitation — do not improvise an alternative. Prerequisites Before the component will work, the fol...
|
1K |
| 7284 | platform-agentsetup-categories-fetch | forcedotcom/sf-skills |
platform-agentsetup-categories-fetch Fetch prompt categories from the Agentic Setup Categories Connect API on a connected Salesforce org. Scope In scope: Calling GET /services/data/{apiVersion}/agenticsetup/categories via SF CLI Passing the fetchPrompts query parameter to include nested prompts Parsing and presenting the JSON response (categories, labels, prompts) Handling errors (403 when feature is disabled, auth failures) Out of scope — delegate elsewhere: Creating or modifying prompt categor...
|
1K |
| 7285 | wind-alice | wind-information-co-ltd/wind-skills |
wind-alice 一个 CLI:把用户问题 + 指定的 Alice Skill(中文或英文名均可) 送到万得 Alice Agent 接口,按 SSE 流式拉取并打印 agentResult.value 。 关键机制(必读) 实测:Alice 服务端 不是 通过 selectedSkillIds / activatedSkills 来选择 Skill 的,而是通过 prompt 文本前缀 : Using "<英文 Skill 名>" skill:<原 prompt> 同时把 chatMode 切到 "12" 、 originalChatMode 设为 "4" ,且 不携带 metadata.agentCard 。本 CLI 已在 buildBody 里封装这套行为;外部只需要传 --skill "<Skill 名>" 。 因此: Show more Installs 503 Repository wind-informatio…d-skills GitHub Stars 38 First Seen May 17, 2026 Security Audits Gen Agent Tru...
|
1K |
| 7286 | agent-ops-cicd-github | ruvnet/ruflo |
name: "cicd-engineer" description: "Specialized agent for GitHub Actions CI/CD pipeline creation and optimization" type: "devops" color: "cyan" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "GitHub Actions, workflow automation, deployment pipelines" complexity: "moderate" autonomous: true triggers: keywords: - "github actions" - "ci$cd" - "pipeline" - "workflow" - "deployment" - "continuous integration" file_patterns: - ".github$workflows/ .yml" - ".githu...
|
1K |
| 7287 | excalidraw-skill | lingzhi227/agent-research-skills |
Excalidraw Skill Step 0: Detect Connection Mode Before doing anything, determine which mode is available. Run these checks in order : Check 1: MCP Server (Best experience) mcp-cli tools | grep excalidraw If you see tools like excalidraw/batch_create_elements → use MCP mode . Call MCP tools directly. Check 2: REST API (Fallback — works without MCP server) curl -s http://localhost:3000/health If you get {"status":"ok"} → use REST API mode . Use HTTP endpoints ( curl / fetch ) from the cheatsheet. ...
|
1K |
| 7288 | llm-wiki | nashsu/llm_wiki_skill |
LLM Wiki — Knowledge Distillation Pattern You are maintaining a persistent, compounding knowledge base. The wiki is not a chatbot — it is a compiled artifact where knowledge is distilled once and kept current, not re-derived on every query. Three-Layer Architecture Layer 1: Raw Sources (immutable) The user's original documents — articles, papers, notes, PDFs, conversation logs, bookmarks, and images (screenshots, whiteboard photos, diagrams, slide captures). These are never modified by the syste...
|
1K |
| 7289 | dx-devops-test-failures-analyze | forcedotcom/sf-skills |
Analyze DevOps Center Test Failures Parses a test failure or Code Analyzer violation payload, explains it in plain language, produces prioritized improvement suggestions, and — only on explicit user request — creates a tracked fix work item. Parts 1–2 are pure reasoning (no writes); Part 3 is an optional, confirmation-gated write. Never expose raw JSON, stack traces, or internal Salesforce error codes to the user. Always translate to file name, method, line, and plain description. Prerequisites ...
|
1K |
| 7290 | compare-models | replicate/skills |
Docs Reference: https://replicate.com/docs/llms.txt OpenAPI schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Per-model docs: https://replicate.com/{owner}/{model}/llms.txt Set Accept: text/markdown when requesting docs pages for Markdown responses. Workflow Search or browse collections to build a shortlist of candidate models. Fetch each model's schema to compare inputs, outputs, and capabilities. Check pricing from model metadata or the Replicate website. Run...
|
1K |
| 7291 | muapi-youtube-thumbnail | samuraigpt/generative-media-skills |
YouTube Thumbnail Design a high-CTR YouTube thumbnail — striking imagery, bold text placement, and emotional face/subject if needed. Inputs Name Type Required Default Description title text yes — The video title or topic (e.g. "I tried 7 AI tools in 24 hours — here's what happened"). channel_style text no bold, high contrast, bright colors, clean design, YouTube tech aesthetic Channel brand style (e.g. "dark moody gaming", "bright educational", "minimal corporate"). subject_description text no —...
|
1K |
| 7292 | experience-cms-brand-apply | forcedotcom/sf-skills |
Applying CMS Brand Universal skill for searching, extracting, and applying CMS brand guidelines to generated content. Scope This skill is for APPLYING existing brand guidelines from Salesforce CMS to content you generate. Use this skill when the user wants to: Apply their brand voice/tone to generated content Find and use brand guidelines stored in Salesforce CMS Search for an existing brand in their org Get brand instructions for content generation Ensure generated content matches their brand i...
|
1K |
| 7293 | find-community | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user find their community — the foundation of a minimalist business. Core Principle Start with community, not with a product idea. The best minimalist businesses are built by people who are already deeply embedded in a community and notice a problem worth solving. You don't "find" a community — you already belong to several. Framework: Identify Your Communities Walk the user through th...
|
1K |
| 7294 | expo-react-native-performance | pproenca/dot-skills |
Expo React Native Performance Best Practices Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React Native components or screens Implementing lists with FlatList or FlashList Adding animations or transitions Optimizing images and asset loading Reviewing code for performance issues Rule Categorie...
|
1K |
| 7295 | experience-content-media-search | forcedotcom/sf-skills |
Media Search Universal routing skill for searching and retrieving existing images and media. Scope This skill is for SEARCHING FOR existing media, not CREATING new media. Use this skill when the user wants to: Search for images in Salesforce CMS, Data Cloud Find existing visual assets to use in their app Retrieve media from connected sources Browse available images for their project Locate specific photos or graphics Show more Installs 648 Repository forcedotcom/sf-skills GitHub Stars 669 First ...
|
1K |
| 7296 | muapi-product-video-ad-maker | samuraigpt/generative-media-skills |
Product Video Ad Maker Create a high-end cinematic product video advertisement starting from a simple product photo. Inputs Name Type Required Default Description product_image image_url yes — A photo of the product to be used in the advertisement. scene_description text no surrounded by fresh flowers and soft morning sunlight Description of the scene or background for the product. Steps Phase A — Premium Product Rendering If {{product_image}} is not provided, ask the user to upload their produc...
|
1K |
| 7297 | flightclaw | jackculpan/flightclaw |
flightclaw Track flight prices from Google Flights. Search routes, monitor prices over time, and get alerts when prices drop. Install npx skills add jackculpan/flightclaw Or manually: bash skills/flightclaw/setup.sh Scripts Search Flights Find flights for a specific route and date. Supports multiple airports and date ranges. python skills/flightclaw/scripts/search-flights.py LHR JFK 2025 -07-01 python skills/flightclaw/scripts/search-flights.py LHR JFK 2025 -07-01 --cabin BUSINESS python skills/...
|
1K |
| 7298 | understand-domain | lum1104/understand-anything |
/understand-domain Extracts business domain knowledge — domains, business flows, and process steps — from a codebase and produces an interactive horizontal flow graph in the dashboard. How It Works If a knowledge graph already exists ( .understand-anything/knowledge-graph.json ), derives domain knowledge from it (cheap, no file scanning) If no knowledge graph exists, performs a lightweight scan: file tree + entry point detection + sampled files Use --full flag to force a fresh scan even if a kno...
|
1K |
| 7299 | youtube-full | zeropointrepo/youtube-skills |
YouTube Full Complete YouTube toolkit via TranscriptAPI.com . Everything in one skill. Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key sa...
|
1K |
| 7300 | agent-payments | ruvnet/ruflo |
name: flow-nexus-payments description: Credit management and billing specialist. Handles payment processing, credit systems, tier management, and financial operations within Flow Nexus. color: pink You are a Flow Nexus Payments Agent, an expert in financial operations and credit management within the Flow Nexus ecosystem. Your expertise lies in seamless payment processing, intelligent credit management, and subscription optimization. Your core responsibilities: Manage rUv credit systems and bala...
|
1K |