███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7451 | saas-valuation-compression | himself65/finance-skills |
SaaS Valuation Compression Analyzer What This Skill Does For a given SaaS company, research its funding history and compute ARR-based valuation multiples at each round. Then explain the compression (or expansion) using a structured framework that covers macro rates, growth trajectory, narrative shifts, and comparables. Always render the output as an inline visualization (using the Visualizer tool) plus a concise prose explanation. Do not just return a wall of numbers. Step-by-Step Workflow 1. Ga...
|
698 |
| 7452 | llm-security | semgrep/skills |
Comprehensive security rules for building secure LLM applications. Based on the OWASP Top 10 for Large Language Model Applications 2025 - the authoritative guide to LLM security risks. How It Works - When building or reviewing LLM applications, reference these security guidelines - Each rule includes vulnerable patterns and secure implementations - Rules cover the complete LLM application lifecycle: training, deployment, and inference Categories Critical Impact - LLM01: Prompt Injectio...
|
698 |
| 7453 | api-design-principles | sickn33/antigravity-awesome-skills |
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
|
698 |
| 7454 | agentdb vector search | ruvnet/ruflo |
AgentDB Vector Search What This Skill Does Implements vector-based semantic search using AgentDB's high-performance vector database with 150x-12,500x faster operations than traditional solutions. Features HNSW indexing, quantization, and sub-millisecond search (<100µs). Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow or standalone) OpenAI API key (for embeddings) or custom embedding model Quick Start with CLI Initialize Vector Database Initialize with default dimensions (1536 for Op...
|
698 |
| 7455 | product-hunt-launch | kostja94/marketing-skills |
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
|
697 |
| 7456 | go-performance | cxuu/golang-skills |
Go Performance Patterns Source: Uber Go Style Guide Performance-specific guidelines apply only to the hot path. Don't prematurely optimize—focus these patterns where they matter most. Prefer strconv over fmt When converting primitives to/from strings, strconv is faster than fmt. Source: Uber Go Style Guide Bad: for i := 0; i < b.N; i++ { s := fmt.Sprint(rand.Int()) } Good: for i := 0; i < b.N; i++ { s := strconv.Itoa(rand.Int()) } Benchmark comparison: Approach Speed Allocat...
|
697 |
| 7457 | clean-code-principles | asyrafhussin/agent-skills |
Clean Code Principles Fundamental software design principles, SOLID, design patterns, and clean code practices. Language-agnostic guidelines for writing maintainable, scalable software. When to Apply Reference these guidelines when: Designing new features or systems Reviewing code architecture Refactoring existing code Discussing design decisions Improving code quality Rule Categories by Priority Priority Category Impact Prefix 1 SOLID Principles CRITICAL solid- 2 Core Principles CRITICAL co...
|
697 |
| 7458 | nts-business-registration | nomadamas/k-skill |
국세청 사업자등록정보 진위확인 및 상태조회 What this skill does 공공데이터포털의 국세청_사업자등록정보 진위확인 및 상태조회 서비스 를 k-skill-proxy 경유로 호출해 다음을 확인한다. status : 사업자등록번호 기준 상태조회 ( 계속사업자 , 휴업자 , 폐업자 , 과세유형 등 upstream 응답 그대로 포함) validate : 사업자등록번호 + 개업일자 + 대표자명(및 선택 필드) 기준 진위확인 When to use "이 사업자등록번호가 계속사업자인지 확인해줘" "사업자등록번호 상태조회해줘" "사업자등록번호, 개업일, 대표자명으로 진위확인해줘" 거래처 등록 전 공식 NTS/공공데이터포털 기준 확인이 필요할 때 Prerequisites Show more
|
697 |
| 7459 | python-pypi-package-builder | github/awesome-copilot |
Python PyPI Package Builder Skill A complete, battle-tested guide for building, testing, linting, versioning, typing, and publishing a production-grade Python library to PyPI — from first commit to community-ready release. AI Agent Instruction: Read this entire file before writing a single line of code or creating any file. Every decision — layout, backend, versioning strategy, patterns, CI — has a decision rule here. Follow the decision trees in order. This skill applies to any Python package t...
|
697 |
| 7460 | btca-cli | davis7dotsh/better-context |
btca CLI btca is a source-first research CLI. It hydrates resources (git, local, npm) into searchable context, then answers questions grounded in those sources. Use configured resources for ongoing work, or one-off anonymous resources directly in btca ask . Full CLI reference: https://docs.btca.dev/guides/cli-reference Add resources: Git resource btca add -n svelte-dev https://github.com/sveltejs/svelte.dev Local directory btca add -n my-docs -t local /absolute/path/to/docs npm package btca a...
|
697 |
| 7461 | scientific-schematics | k-dense-ai/scientific-agent-skills |
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana Pro AI for diagram generation with Gemini 3 Pro quality review. How it works: Describe your diagram in natural language Nano Banana Pro generates publication-quality images automatically Gemini 3 Pro reviews quality against document-type thresholds Smart iteration: Only regenerates if quality is below threshold...
|
697 |
| 7462 | preline-theme-generator | htmlstreamofficial/preline |
Preline Theme Generator This file is for the AGENT (LLM) only — not end users. Generate a Preline Theme CSS file that produces a beautiful, consistent UI across all Preline components. Docs docs/step-1.md to docs/step-7.md (detailed workflow guidance) docs/palette-guidance.md (mood, hue, neutral mapping, OKLCH rules) docs/validation-checklist.md docs/token-reference.md docs/examples.md Agent workflow (FOLLOW THIS) When user requests a theme, the agent MUST: Step 1: Interpret user request P...
|
697 |
| 7463 | agent-queen-coordinator | ruvnet/ruflo |
name: queen-coordinator description: The sovereign orchestrator of hierarchical hive operations, managing strategic decisions, resource allocation, and maintaining hive coherence through centralized-decentralized hybrid control color: gold priority: critical You are the Queen Coordinator, the sovereign intelligence at the apex of the hive mind hierarchy. You orchestrate strategic decisions, allocate resources, and maintain coherence across the entire swarm through a hybrid centralized-decentrali...
|
697 |
| 7464 | hooks automation | ruvnet/ruflo |
Hooks Automation Intelligent automation system that coordinates, validates, and learns from Claude Code operations through hooks integrated with MCP tools and neural pattern training. What This Skill Does This skill provides a comprehensive hook system that automatically manages development operations, coordinates swarm agents, maintains session state, and continuously learns from coding patterns. It enables automated agent assignment, code formatting, performance tracking, and cross-session mem...
|
697 |
| 7465 | brand-monitoring | kostja94/marketing-skills |
Strategies: Brand Monitoring Guides ongoing brand monitoring—detecting impersonation, trademark infringement, counterfeit products, and brand abuse before they cause harm. Complements brand-protection (reactive: report, takedown); this skill covers proactive monitoring setup and tool selection. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly ...
|
696 |
| 7466 | report-malicious-repository | aradotso/security-skills |
Report Malicious Repository Skill by ara.so — Security Skills collection. ⚠️ WARNING: This Repository is Malicious The project DragonflyTomb/Avast-Premium-Security-2026 is NOT legitimate software. This is a malicious repository designed to distribute malware, trojans, or phishing attacks by: Claiming to offer "cracked" or "pre-activated" commercial software Including terms like "keygen", "loader", "serial" in the description Impersonating legitimate security software (Avast) Using deceptive tact...
|
696 |
| 7467 | r3f-animation | enzed/r3f-skills |
React Three Fiber Animation Quick Start import { Canvas, useFrame } from '@react-three/fiber' import { useRef } from 'react' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default function App() { return ( <Canvas> <ambientLigh...
|
696 |
| 7468 | product-showcase | jezweb/claude-skills |
Product Showcase Generator Generate a marketing website that actually teaches people what a web app does. Not just a hero and feature grid — a multi-page site with real screenshots, animated GIF walkthroughs of workflows, feature deep-dives, and progressive depth from "what is this" to "here's exactly how it works." Especially valuable for complex apps, agentic AI tools, and anything where a static screenshot doesn't convey the value. Depth Levels Depth Output Duration quick Single page — hero, ...
|
696 |
| 7469 | plotly | davila7/claude-code-templates |
Plotly Python graphing library for creating interactive, publication-quality visualizations with 40+ chart types. Quick Start Install Plotly: uv pip install plotly Basic usage with Plotly Express (high-level API): import plotly.express as px import pandas as pd df = pd.DataFrame({ 'x': [1, 2, 3, 4], 'y': [10, 11, 12, 13] }) fig = px.scatter(df, x='x', y='y', title='My First Plot') fig.show() Choosing Between APIs Use Plotly Express (px) For quick, standard visualizations with ...
|
696 |
| 7470 | docker-patterns | affaan-m/ecc |
Docker Patterns Docker and Docker Compose best practices for containerized development. When to Activate Setting up Docker Compose for local development Designing multi-container architectures Troubleshooting container networking or volume issues Reviewing Dockerfiles for security and size Migrating from local dev to containerized workflow Docker Compose for Local Development Standard Web App Stack docker-compose.yml services : app : build : context : . target : dev Use dev stage of multi-stag...
|
696 |
| 7471 | article-writing | affaan-m/ecc |
Article Writing Write long-form content that sounds like a real person or brand, not generic AI output. When to Activate drafting blog posts, essays, launch posts, guides, tutorials, or newsletter issues turning notes, transcripts, or research into polished articles matching an existing founder, operator, or brand voice from examples tightening structure, pacing, and evidence in already-written long-form copy Core Rules Lead with the concrete thing: example, output, anecdote, number, screenshot ...
|
696 |
| 7472 | deep-research | affaan-m/ecc |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
696 |
| 7473 | github-issue-creator | google-gemini/gemini-cli |
GitHub Issue Creator This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates. Workflow Follow these steps to create a GitHub issue: Identify Issue Type : Determine if the request is a bug report, feature request, or other category. Locate Template : Search for issue templates in .github/ISSUE_TEMPLATE/ . bug_report.yml feature_request.yml website_issue.yml If no relevant YAML template is found, look for .md template...
|
695 |
| 7474 | daangn-used-goods-search | nomadamas/k-skill |
Daangn Used-Goods Search What this skill does 당근 중고거래 공개 Remix _data JSON route를 사용해 매물 목록과 상세 정보를 읽기 전용으로 조회한다. 최종 사용자는 자연어로 요청해도 되고, 필요하면 아래의 Python helper를 직접 실행한다. 외부 패키지나 k-skill-proxy 없이 Python 표준 라이브러리만 사용한다. When to use "당근에서 맥북 찾아봐" "합정동 아이폰 매물 검색" "이 당근 중고거래 URL 상세 봐줘" When not to use 당근 계정 로그인이 필요한 작업 채팅, 찜, 거래 제안, 문의, 지원, 예약, 계약, 구매처럼 상대방 또는 계정에 영향을 주는 작업 CAPTCHA/봇 차단/로그인벽 우회가 필요한 작업 Show more
|
695 |
| 7475 | cloudflare-tunnel | vm0-ai/vm0-skills |
Cloudflare Tunnel / Access Authentication Authenticate HTTP requests to services protected by Cloudflare Access using Service Token headers. When to Use Access internal services exposed via Cloudflare Tunnel Authenticate to Cloudflare Zero Trust protected applications Make API calls to services behind Cloudflare Access Bypass Cloudflare Access login page for automated requests Prerequisites export CF_ACCESS_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.access export CF_ACCESS_CLIENT_SECRET=xxxxxxxxx...
|
695 |
| 7476 | bazi-skill-chinese-astrology | aradotso/trending-skills |
BaZi Skill — 四柱八字命理分析 Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill for interactive BaZi (Four Pillars of Destiny) chart calculation and analysis, referencing nine classical Chinese astrology texts. Guides users through birth information collection, produces a complete 四柱 chart, and delivers professional destiny analysis. What This Skill Does Interactive information collection — step-by-step prompts for name, birth date (solar/lunar), birth hour (时辰), gender, and birthplace...
|
695 |
| 7477 | agent-authentication | ruvnet/ruflo |
name: flow-nexus-auth description: Flow Nexus authentication and user management specialist. Handles login, registration, session management, and user account operations using Flow Nexus MCP tools. color: blue You are a Flow Nexus Authentication Agent, specializing in user management and authentication workflows within the Flow Nexus cloud platform. Your expertise lies in seamless user onboarding, secure authentication flows, and comprehensive account management. Your core responsibilities: Hand...
|
695 |
| 7478 | reasoningbank intelligence | ruvnet/ruflo |
ReasoningBank Intelligence What This Skill Does Implements ReasoningBank's adaptive learning system for AI agents to learn from experience, recognize patterns, and optimize strategies over time. Enables meta-cognitive capabilities and continuous improvement. Prerequisites agentic-flow v1.5.11+ AgentDB v1.0.4+ (for persistence) Node.js 18+ Quick Start import { ReasoningBank } from 'agentic-flow$reasoningbank' ; // Initialize ReasoningBank const rb = new ReasoningBank ( { persist : true , learning...
|
695 |
| 7479 | go-error-handling | cxuu/golang-skills |
Go Error Handling In Go, errors are values - they are created by code and consumed by code. This skill covers how to return, structure, wrap, and handle errors effectively. Returning Errors Normative: Required per Google's canonical Go style guide. Use the error Type Use error to signal that a function can fail. By convention, error is the last result parameter. // Good: func Good() error { /* ... */ } func GoodLookup() (*Result, error) { // ... if err != nil { return nil,...
|
694 |
| 7480 | api-security-hardening | aj-geddes/useful-ai-prompts |
API Security Hardening Overview Implement comprehensive API security measures including authentication, authorization, rate limiting, input validation, and attack prevention to protect against common vulnerabilities. When to Use New API development Security audit remediation Production API hardening Compliance requirements High-traffic API protection Public API exposure Implementation Examples 1. Node.js/Express API Security // secure-api.js - Comprehensive API security const express = require...
|
694 |
| 7481 | v3 core implementation | ruvnet/ruflo |
V3 Core Implementation What This Skill Does Implements the core TypeScript modules for claude-flow v3 following Domain-Driven Design principles, clean architecture patterns, and modern TypeScript best practices with comprehensive test coverage. Quick Start Initialize core implementation Task ( "Core foundation" , "Set up DDD domain structure and base classes" , "core-implementer" ) Domain implementation (parallel) Task ( "Task domain" , "Implement task management domain with entities and servi...
|
694 |
| 7482 | v3 cli modernization | ruvnet/ruflo |
V3 CLI Modernization What This Skill Does Modernizes claude-flow v3 CLI with interactive prompts, intelligent command decomposition, enhanced hooks integration, performance optimization, and comprehensive workflow automation capabilities. Quick Start Initialize CLI modernization analysis Task ( "CLI architecture" , "Analyze current CLI structure and identify optimization opportunities" , "cli-hooks-developer" ) Modernization implementation (parallel) Task ( "Command decomposition" , "Break dow...
|
694 |
| 7483 | agent-base-template-generator | ruvnet/ruflo |
name: base-template-generator description: Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This agent excels at generating clean, well-structured base templates that follow best practices and can be easily customized. Examples: Context: User needs to start a new React component and wants a solid foundation. user: 'I need to create a new user profile component' assistant: 'I'll use the base-templ...
|
694 |
| 7484 | v3 ddd architecture | ruvnet/ruflo |
V3 DDD Architecture What This Skill Does Designs and implements Domain-Driven Design (DDD) architecture for claude-flow v3, decomposing god objects into bounded contexts, implementing clean architecture patterns, and enabling modular, testable code structure. Quick Start Initialize DDD architecture analysis Task ( "Architecture analysis" , "Analyze current architecture and design DDD boundaries" , "core-architect" ) Domain modeling (parallel) Task ( "Domain decomposition" , "Break down orchest...
|
694 |
| 7485 | reasoningbank with agentdb | ruvnet/ruflo |
ReasoningBank with AgentDB What This Skill Does Provides ReasoningBank adaptive learning patterns using AgentDB's high-performance backend (150x-12,500x faster). Enables agents to learn from experiences, judge outcomes, distill memories, and improve decision-making over time with 100% backward compatibility. Performance : 150x faster pattern retrieval, 500x faster batch operations, <1ms memory access. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Understanding of reinforcement lea...
|
694 |
| 7486 | skill-creator | supabase/agent-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
693 |
| 7487 | cosmos-dbt-core | astronomer/agents |
Cosmos + dbt Core: Implementation Checklist Execute steps in order. Prefer the simplest configuration that meets the user's constraints. Version note : This skill targets Cosmos 1.11+ and Airflow 3.x. If the user is on Airflow 2.x, adjust imports accordingly (see Appendix A). Reference : Latest stable: https://pypi.org/project/astronomer-cosmos/ Before starting , confirm: (1) dbt engine = Core (not Fusion → use cosmos-dbt-fusion ), (2) warehouse type, (3) Airflow version, (4) execution environme...
|
693 |
| 7488 | api-contract-testing | aj-geddes/useful-ai-prompts |
API Contract Testing Overview Contract testing verifies that APIs honor their contracts between consumers and providers. It ensures that service changes don't break dependent consumers without requiring full integration tests. Contract tests validate request/response formats, data types, and API behavior independently. When to Use Testing microservices communication Preventing breaking API changes Validating API versioning Testing consumer-provider contracts Ensuring backward compatibility Val...
|
693 |
| 7489 | ticket-availability | nomadamas/k-skill |
Ticket Availability What this skill does YES24 ( ticket.yes24.com ) 와 인터파크 ( tickets.interpark.com ) 의 공개 BFF JSON / Ajax endpoint 를 단일 HTTP 요청으로 호출해 공연 일정과 등급별 잔여석 수를 정규화한다. 공연 URL 또는 platform:id 표기로 입력을 받는다. 일정 (날짜·시간·회차) 조회. 등급별 잔여석 수 조회 (등급명, 잔여수, YES24의 경우 노출가). 좌석맵 / 좌석 선택 / 예매 / 결제 / 로그인 세션 접근은 하지 않는다. CloakBrowser, Playwright, fingerprint spoofing, CAPTCHA 우회를 사용하지 않는다 ( httpx only). When to use "오늘 인터파크 ○○ 공연 잔여석 있어?" "YES24 콘서트 ID 58026 일정 알려줘" "이 공연 R석 몇 자리 남았어?" "공연 URL 줄게, 회차별 잔여석 확...
|
693 |
| 7490 | unisecurityguard-academic-whistleblower-archive | aradotso/security-skills |
UniSecurityGuard Academic Whistleblower Archive Skill by ara.so — Security Skills collection. Overview UniSecurityGuard is a GitHub-based archive platform documenting the experience of a Chinese academic who transitioned from associate professor to security guard. The project serves as a censorship-resistant backup for social media content that faces institutional pressure and platform removal. It demonstrates how to use GitHub as a transparent, immutable documentation platform for whistleblowin...
|
693 |
| 7491 | xmind | mitscherlich/skills |
XMind 思维导图处理技能 此技能提供 XMind 文件( .xmind )的完整处理能力:解析、创建和更新。通过配套的 Python 工具脚本实现文件操作,将思维导图内容转换为 Markdown 格式作为会话级记忆,便于用户与模型持续交流和编辑。 工具脚本 本技能依赖 scripts/xmind_tool.py (相对于本技能目录),使用 Python 标准库(零第三方依赖)。执行方式: python skills/xmind/scripts/xmind_tool.py --session < session-id > < command > [ args .. . ] 会话管理 所有命令都需要 --session <id> 参数,用于隔离不同会话的记忆文件。 会话 ID 获取规则(按优先级): 从上下文中获取:如果当前对话上下文中已存在之前使用过的 session ID,直接复用 生成新 ID:如果上下文中没有可用的 session ID,在首次调用前生成一个 UUID v4 格式的字符串(例如 f47ac10b-58cc-4372-a567-0e02b2c3d479 ),并在后...
|
693 |
| 7492 | yc-reader | himself65/finance-skills |
Y Combinator Reader (Read-Only) Fetches Y Combinator company data from the yc-oss/api , an unofficial open-source API that indexes all publicly launched YC companies. The data is sourced from YC's Algolia search index and updated daily via GitHub Actions. This is a read-only data source. It provides company profiles, batch listings, industry/tag breakdowns, hiring status, and diversity data. No write operations exist — the API serves static JSON files. No authentication required. The API is publ...
|
693 |
| 7493 | run-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 Choose the right model - Search with the API or ask the user. Get model metadata - Fetch input and output schema via API. Create prediction - POST to /v1/predictions. Poll for results - GET prediction until...
|
693 |
| 7494 | architecture-decision-records | affaan-m/ecc |
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...
|
693 |
| 7495 | agentdb memory patterns | ruvnet/ruflo |
AgentDB Memory Patterns What This Skill Does Provides memory management patterns for AI agents using AgentDB's persistent storage and ReasoningBank integration. Enables agents to remember conversations, learn from interactions, and maintain context across sessions. Performance : 150x-12,500x faster than traditional solutions with 100% backward compatibility. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow or standalone) Understanding of agent architectures Quick Start with CLI Initia...
|
693 |
| 7496 | baoyu-design | jimliu/baoyu-design |
Design You are an expert designer producing design artifacts as HTML on the user's behalf. This skill wraps a full design methodology — follow it whenever you're asked to design, mock up, prototype, wireframe, or visualize an interface. It is harness-agnostic : it runs on Claude Code, Cursor, Codex Agent, or any comparable file-capable agent, resolving each environment's unique tools from a per-harness reference doc. How to use this skill 1. Load the methodology. Read system-prompt.md (in this s...
|
693 |
| 7497 | create-assistant | vapiai/skills |
Vapi Assistant Creation Create fully configured voice AI assistants using the Vapi API. Assistants combine a language model, voice, and transcriber to handle real-time phone and web conversations. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start cURL curl -X POST https://api.vapi.ai/assistant \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "name": "Support Assistant", "firstMessage": "Hello! How can I help you today?"...
|
692 |
| 7498 | daishin-report-search | nomadamas/k-skill |
Daishin Report Search What this skill does 대신증권 리포트 HTML 미러( jay-jo-0/github_pages_repo )에서 최신 리포트 목록을 찾고, 특정 리포트의 원문 텍스트·제목·헤딩·Rating/Target 표·원문 링크를 에이전트가 재사용하기 쉬운 JSON으로 반환한다. 이 스킬은 투자 조언, 매매 자동화, 추천을 하지 않는다. 공개 HTML 리포트를 읽어 요약 가능한 자료로 정리하는 조회 전용 스킬이다. When to use "대신증권 최신 리포트 보여줘" "대신증권 반도체 리포트 찾아줘" "20260511082352 리포트 원문과 설명 페이지를 읽어줘" "대신증권 리포트 목록을 에이전트가 쓰기 좋은 JSON으로 줘" Prerequisites Show more
|
692 |
| 7499 | tfriedel/claude-office-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
692 | |
| 7500 | phantom-ai-coworker | aradotso/trending-skills |
Phantom AI Co-worker Skill by ara.so — Daily 2026 Skills collection. Phantom is an AI co-worker that runs on its own dedicated machine. Unlike chatbots, Phantom has persistent memory across sessions, creates and registers its own MCP tools at runtime, self-evolves based on observed patterns, communicates via Slack/email/Telegram/Webhook, and can build full infrastructure (databases, dashboards, APIs, pipelines) on its VM. Built on the Claude Agent SDK with TypeScript/Bun. Architecture Overview ┌...
|
692 |