Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
17001 api-design travisjneuman/.claude
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
43
17002 team-iterdev catlog22/claude-code-workflow
Team IterDev Iterative development team skill. Generator-Critic loops (developer<->reviewer, max 3 rounds), task ledger (task-ledger.json) for real-time progress, shared memory (cross-sprint learning), and dynamic pipeline selection for incremental delivery. Architecture Skill(skill="team-iterdev", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coo...
43
17003 frontend-design dejanvasic85/williamstownsc
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
43
17004 job-description-generator dengineproblem/agents-monorepo
Job Description Generator Expert in creating compelling, comprehensive, and legally compliant job descriptions. Core Writing Principles Inclusive Language Guidelines Replace gendered terms ("they" instead of "he/she") Avoid biased descriptors like "rockstar", "ninja", "young and dynamic" Focus on skills over personality traits Use gender-neutral job titles Avoid age-coded language ("digital native", "recent graduate") Clarity Standards Maintain 8th-grade reading level for accessibility Use bulle...
43
17005 skills-vetter kevinsong0/skills-vetter
Skills Vetter - 技能安全审核工具 概述 Skills Vetter 是一个安全审核工具,用于验证 Claude Code skills 的安全性。在安装或使用新技能前,自动检查以下安全风险: 检查类别 风险等级 检查内容 恶意代码 🔴 严重 系统命令执行、文件删除、网络攻击 敏感信息 🔴 严重 API Key、密码、Token 硬编码 危险操作 🟠 高危 无限制文件操作、Shell 执行 数据泄露 🟡 中危 外发数据、日志上传 资源滥用 🟡 中危 无限循环、内存泄漏、CPU 占用 使用方法 1. 审核单个技能 审核本地技能 skills-vetter check ~/.claude/skills/my-skill/ 审核远程技能(GitHub) skills-vetter check https://github.com/user/skill-repo 2. 批量审核 审核所有已安装技能 skills-vetter check-all 审核指定目录 skills-vetter check-dir ~/.claude/skills/ 3. 生成报告 生成详细报告...
43
17006 paper-revision lingzhi227/agent-research-skills
Paper Revision Systematically revise papers based on reviewer feedback. Input $0 — Reviewer comments/feedback $1 — Current paper draft (main.tex or paper directory) References Revision workflow and prompts: ~/.claude/skills/paper-revision/references/revision-prompts.md Workflow Step 1: Parse and Prioritize Concerns For each reviewer comment: Extract the specific concern Classify: major revision, minor revision, question, suggestion Map to affected paper section(s) Prioritize: address major conce...
43
17007 abp-infrastructure-patterns thapaliyabikendra/ai-artifacts
Cross-cutting concerns and infrastructure patterns for ABP Framework. Authorization & Permissions Define Permissions ``` // Domain.Shared/Permissions/ClinicPermissions.cs public static class ClinicPermissions { public const string GroupName = "Clinic"; public static class Patients { public const string Default = GroupName + ".Patients"; public const string Create = Default + ".Create"; public const string Edit = Default + ".Edit"; public const st...
43
17008 vertical-slice-delivery jjenzz/agent-skills
Vertical Slice Delivery Vertical slice delivery structures work as a sequence of small, end-to-end behaviors that each deliver real value on their own. This skill defines how work should be conceptualized and planned. When to Apply Apply this skill when: Designing or delivering a feature Breaking down a multi-step change into meaningful units Estimating progress in terms of user-visible behavior Resuming delivery work after a pause Coordinating multiple changes that must evolve together Key...
43
17009 openrouter rawveg/skillsforge-marketplace
OpenRouter - Unified AI API Gateway Overview OpenRouter provides a single API to access 200+ language models from OpenAI, Anthropic, Google, Meta, Mistral, and more. It offers intelligent routing, streaming, cost optimization, and standardized OpenAI-compatible interface. Key Features: Access 200+ models through one API OpenAI-compatible interface (drop-in replacement) Intelligent model routing and fallbacks Real-time streaming responses Cost tracking and optimization Model performance analyt...
43
17010 automating-calendar spillwavesolutions/automating-mac-apps-plugin
Automating Calendar (JXA with AppleScript Discovery) Contents Relationship to the macOS automation skill Core Framing Workflow (default) Core Examples What to load Relationship to the macOS automation skill Use automating-mac-apps for general app permissions, shell commands, UI scripting, and cross-app automation patterns. This skill focuses specifically on Calendar events, calendars, and EventKit bridge functionality. PyXA Installation: To use PyXA examples in this skill, see the installation i...
43
17011 git-workflow vasilyu1983/ai-agents-public
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
43
17012 generate-status-report atlassian/atlassian-mcp-server
Generate Status Report Keywords status report, project status, weekly update, daily standup, Jira report, project summary, blockers, progress update, Confluence report, sprint report, project update, publish to Confluence, write to Confluence, post report Automatically query Jira for project status, analyze issues, and generate formatted status reports published to Confluence. CRITICAL : This skill should be interactive . Always clarify scope (time period, audience, Confluence destination) with ...
43
17013 erpnext-errors-hooks openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Hooks - Error Handling This skill covers error handling patterns for hooks.py configurations. For syntax, see erpnext-syntax-hooks . For implementation workflows, see erpnext-impl-hooks . Version : v14/v15/v16 compatible Hooks Error Handling Overview ┌─────────────────────────────────────────────────────────────────────┐ │ HOOKS HAVE UNIQUE ERROR HANDLING CHARACTERISTICS │ ├─────────────────────────────────────────────────────────────────────┤ │ ...
43
17014 browser-max-automation aktsmm/agent-skills
Browser Max Automation Browser automation via Playwright MCP. When to use Automating browser-based workflows or QA checks Verifying UI states, DOM changes, or visual regressions Filling forms, clicking elements, or capturing screenshots Prerequisites Configure .vscode/mcp.json: { "servers": { "playwright": { "command": "npx", "args": ["@anthropic-ai/mcp-playwright@latest", "--browser", "chrome"] } } } Quick Reference Command Purpose browser_navigate Open URL browser_...
43
17015 altinity-expert-clickhouse-storage altinity/skills
Diagnose disk usage, compression efficiency, part sizes, and storage bottlenecks. Diagnostics Run all queries from the file checks.sql and analyze the results. Ad-Hoc Query Guidelines Required Safeguards ``` -- Always limit results limit 100 -- For part_log where event_date >= today() - 1 ``` Key Tables - `system.disks` - Disk configuration - `system.parts` - Part storage details - `system.columns` - Column compression - `system.storage_policies` - Tiered storage - `system.detac...
43
17016 stream-chain ruvnet/claude-flow
Stream-Chain Skill Execute sophisticated multi-step workflows where each agent's output flows into the next, enabling complex data transformations and sequential processing pipelines. Overview Stream-Chain provides two powerful modes for orchestrating multi-agent workflows: Custom Chains ( run ): Execute custom prompt sequences with full control Predefined Pipelines ( pipeline ): Use battle-tested workflows for common tasks Each step in a chain receives the complete output from the previous step...
43
17017 content-marketing dengineproblem/agents-monorepo
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
43
17018 godot-genre-moba thedivergentai/gd-agentic-skills
Genre: MOBA (Multiplayer Online Battle Arena) Expert blueprint for MOBAs emphasizing competitive balance and strategic depth. NEVER Do NEVER client-side damage calculation — Client says "I cast Q at direction V", server calculates damage. Otherwise hacking trivializes game. NEVER ignore snowballing — Winning team gets too strong. Implement comeback mechanics (kill bounties, catchup XP). NEVER pathfind all minions every frame — 100+ minions cause lag. Time-slice pathfinding over multiple frames. ...
43
17019 api-tutorial-writer dengineproblem/agents-monorepo
API Tutorial Writer эксперт Вы эксперт по созданию исчерпывающих, дружелюбных для разработчиков API-туториалов и документации. Вы специализируетесь на трансформации сложных API-концепций в понятные, практические руководства, которые помогают разработчикам успешно интегрировать и использовать API. Ваши туториалы сочетают теоретическое понимание с практическими, рабочими примерами, которые разработчики могут немедленно реализовать. Основные принципы структуры туториала Подход прогрессивной сложнос...
43
17020 spec-workflow tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill for structured development workflow when you need to: Develop new features from scratch Design complex architecture Integrate multiple modules Work on projects involving database design Work on projects involving UI design Ensure high-quality requirement analysis and acceptance criteria Do NOT use for: Simple bug fixes Documentation updates Configuration changes Code refactoring (unless explicitly requested) How to use this skill (for a coding agent) Follow ...
43
17021 swift-development rshankras/claude-code-apple-skills
Swift Development Swift language-level guidance that applies across all Apple platforms. When This Skill Activates Use this skill when the user: Asks about Swift concurrency (async/await, actors, Sendable, TaskGroup) Needs help with Swift 6 strict concurrency migration Has data race or actor isolation errors Asks about InlineArray , Span , or low-level memory performance Wants to eliminate heap allocations or replace unsafe pointers Asks about modern Swift patterns independent of any specific pl...
43
17022 godot-genre-metroidvania thedivergentai/gd-agentic-skills
Genre: Metroidvania Expert blueprint for Metroidvanias balancing exploration, progression, and backtracking rewards. NEVER Do NEVER allow soft-locks — Players must always have ability to backtrack. Design "valves" (one-way drops) carefully with escape routes. NEVER make empty dead ends — Every path should have a reward (upgrade, lore, currency). Empty rooms waste player time. NEVER make backtracking tedious — New abilities should speed traversal (dash, teleport). Or unlock shortcuts connecting d...
43
17023 verification-before-completion guanyang/antigravity-skills
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
43
17024 erpnext-impl-serverscripts openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Server Scripts - Implementation This skill helps you determine HOW to implement server-side features. For exact syntax, see erpnext-syntax-serverscripts . Version : v14/v15/v16 compatible CRITICAL: Sandbox Limitation ┌─────────────────────────────────────────────────────────────────────┐ │ ⚠️ ALL IMPORTS BLOCKED IN SERVER SCRIPTS │ ├─────────────────────────────────────────────────────────────────────┤ │ import json → ImportError: __import__ not fou...
43
17025 super-skills clawdbot-skills/task-decomposer
Super Skills Quick Reference ┌─────────────────────────────────────────────────────────────┐ │ 🎯 Core: Understand → Plan → Execute → Iterate │ │ 🚨 Rule: Problem → Analyze → Solve → Continue (NEVER WAIT) │ │ 📊 Complexity: 4-8 Direct | 9-14 Staged | 15-20 Iterative │ └─────────────────────────────────────────────────────────────┘ Core Philosophy Principle Description Understand First Deeply analyze requirements before acting Incremental Delivery Produce verifiable intermediate resu...
43
17026 code-review-expert helloggx/skill
Code Review Expert Overview Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes. Severity Levels Level Name Description Action P0 Critical Security vulnerability, data loss risk, correctness bug Must block merge P1 High Logic error, significant SOLID violation, performance regression Should fix before merge P2 Medium Code smell, maintainability con...
43
17027 anticipation-mastery dylantarre/animation-principles
Anticipation Mastery The Setup Principle Anticipation prepares the audience for action. Discovered through theatrical observation, Disney animators found that without a preparatory movement, actions appeared to happen "out of nowhere"—confusing rather than exciting. The principle: before any significant action, there must be a counter-movement. Core Theory Newton's Third Law, Visualized: Physical actions require preparation. A pitcher winds up before throwing. A cat crouches before pouncing. ...
43
17028 theme-audit chmouel/lazyworktree
Theme Audit Audit theme definitions and usage across the codebase. Theme definitions ! cat internal/theme/theme.go | head -200 Theme usage in UI ! grep -r "theme\." internal/app/ --include="*.go" | head -50 Potential hardcoded colours ! grep -rE "(lipgloss\.(Color|AdaptiveColor)\(|[0-9a-fA-F]{6})" internal/app/ --include="*.go" | head -30 Audit themes for: Missing colour fields that UI code expects Unused theme values that can be removed Hardcoded colours in UI code that should use theme fields ...
43
17029 slow-in-out-mastery dylantarre/animation-principles
Slow In / Slow Out Mastery The Physics Principle Objects in the real world don't move at constant speeds—they accelerate from rest and decelerate to stops. Slow in/slow out (also called ease in/ease out) captures this fundamental truth. Without it, animation looks mechanical. With it, motion feels alive. Core Theory Slow Out (Ease Out): More drawings clustered at the start of a movement. The object accelerates away from its starting position gradually. Slow In (Ease In): More drawings cluste...
43
17030 linear-triage finesssee/linear-cli
Triage List triage issues (unassigned, no project) linear-cli tr list linear-cli tr list -t ENG Filter by team linear-cli tr list --output json Claim issue (assign to self, move to backlog) linear-cli tr claim LIN-123 Snooze issue linear-cli tr snooze LIN-123 --duration 1d Snooze 1 day linear-cli tr snooze LIN-123 --duration 1w Snooze 1 week Duration Shortcuts 1d , 2d , 1w , 2w , 1m Flags Flag Purpose --output json JSON output
43
17031 memory-capture catlog22/claude-code-workflow
Memory Capture Skill Unified memory capture skill that routes to two execution modes: Compact : Compress full session memory into structured text for recovery Tips : Quick note-taking for ideas, snippets, and insights Architecture Overview ┌─────────────────────────────────────────────────────┐ │ Memory Capture (Router) │ │ → Parse input → Detect mode → Route to phase │ └───────────────┬─────────────────────────────────────┘ │ ┌───────┴───────┐ ↓ ...
43
17032 javascript-expert personamanagmentlayer/pcl
JavaScript Development Expert 1. Overview You are an elite JavaScript developer with deep expertise in: Modern JavaScript: ES6+, ESNext features, module systems (ESM, CommonJS) Async Patterns: Promises, async/await, event loop, callback patterns Runtime Environments: Node.js, browser APIs, Deno, Bun Functional Programming: Higher-order functions, closures, immutability Object-Oriented: Prototypes, classes, inheritance patterns Performance: Memory management, optimization, bundling, tree-shakin...
43
17033 phone-number-formatter dkyazzentwatwa/chatgpt-skills
Standardize and format phone numbers with validation. Features - Format Standardization: Convert to E.164, national, international - Validation: Check valid phone numbers - Country Detection: Auto-detect country codes - Batch Processing: Format multiple numbers - Carrier Info: Extract carrier/type information - CSV Support: Process phone columns CLI Usage ``` python phone_number_formatter.py --input phones.csv --column phone --format international --output formatted.csv ``` Depende...
43
17034 macos-hig-designer designnotdrum/skills
macOS HIG Designer Design native macOS applications following Apple's Human Interface Guidelines with macOS Tahoe's Liquid Glass design system. Workflow Decision Tree User Request │ ├─► "Review my macOS UI code" │ └─► Run HIG Compliance Check (Section 11) │ └─► Report violations with fixes │ ├─► "Modernize this macOS code" │ └─► Identify deprecated APIs │ └─► Apply Modern API Replacements (Section 10) │ └─► "Build [feature] for macOS" └─► Design with HIG principle...
43
17035 build redisearch/redisearch
Build - Workflow Orchestrator You are a workflow orchestrator that chains existing skills for feature development. You coordinate the execution of multiple skills in sequence, passing handoffs between them and pausing for human checkpoints at phase boundaries. Invocation /build <mode> [options] [description] Question Flow (No Arguments) If the user types just /build with no or partial arguments, guide them through this question flow to infer the right configuration. Use AskUserQuestion for e...
43
17036 chanjing-avatar chanjing-ai/chan-skills
Chanjing Avatar (Lip-Syncing) When to Use This Skill Use this skill when the user needs to create lip-syncing videos (digital avatar videos) with synchronized mouth movements. Chanjing Avatar supports: Text-driven or audio-driven lip-syncing Multiple system voices for TTS Video resolution customization Task status polling and callback How to Use This Skill Multiple APIs need to be invoked. All share the domain: " https://open-api.chanjing.cc ". All requests communicate using json. You should use...
43
17037 project-memory spillwavesolutions/project-memory
Project Memory Table of Contents Overview When to Use This Skill Core Capabilities 1. Initial Setup - Create Memory Infrastructure 2. Configure CLAUDE.md - Memory-Aware Behavior 3. Configure AGENTS.md - Multi-Tool Support 4. Searching Memory Files 5. Updating Memory Files 6. Memory File Maintenance Templates and References Example Workflows Integration with Other Skills Success Criteria Overview Maintain institutional knowledge for projects by establishing a structured memory system in docs/proj...
43
17038 calm-relaxation dylantarre/animation-principles
Calm & Relaxation Animation Create animations that soothe, settle, and create peaceful user experiences. Emotional Goal Calm emerges from slow, gentle, predictable motion. Relaxation comes from animations that breathe, flow naturally, and never demand attention or create tension. Disney Principles for Calm Squash & Stretch Very subtle (2-5%). Gentle breathing or pulsing rather than bouncing. Soft, organic deformation like clouds or water. Anticipation Long, gradual preparation (200-400ms)...
43
17039 performance-optimizer sickn33/antigravity-awesome-skills
Performance Optimizer Find and fix performance bottlenecks. Measure, optimize, verify. Make it fast. When to Use This Skill App is slow or laggy User complains about performance Page load times are high API responses are slow Database queries take too long User mentions "slow", "lag", "performance", or "optimize" The Optimization Process 1. Measure First Never optimize without measuring: // Measure execution time console . time ( 'operation' ) ; await slowOperation ( ) ; console . timeEnd ( 'ope...
43
17040 pachca-bots pachca/openapi
pachca-bots Quick start Ask user for Pachca token (bot: Automations → Integrations → API, or user: Automations → API). Run commands with npx @pachca/cli and --token flag: npx @pachca/cli <command> --token $PACHCA_TOKEN Or set PACHCA_TOKEN for multiple commands: export PACHCA_TOKEN=<token> npx @pachca/cli <command> Help: npx @pachca/cli --help | Scenarios: npx @pachca/cli guide After successful use, suggest installing CLI globally: npm install -g @pachca/cli && pachca auth login --token $PACHCA_T...
43
17041 account-executive ncklrs/startup-os-skills
Account Executive Expert-level sales execution for revenue growth. Core Competencies Pipeline management Discovery and qualification Solution selling Negotiation Deal closing Account planning Forecasting Relationship building Sales Process Sales Stages STAGE 1: PROSPECT (10%) ├── Lead identified ├── Initial outreach └── Meeting scheduled STAGE 2: DISCOVERY (20%) ├── Pain points identified ├── Budget confirmed ├── Decision process understood └── Timeline established STAGE 3: DEMO/EVALUATION (...
43
17042 pilotty msmps/pilotty
Terminal Automation with pilotty Quick start pilotty spawn vim file.txt Start TUI app in managed session pilotty wait-for "file.txt" Wait for app to be ready pilotty snapshot Get screen state with cursor position pilotty key i Enter insert mode pilotty type "Hello, World!" Type text pilotty key Escape Exit insert mode pilotty kill End session Core workflow Spawn: pilotty spawn <command> starts the ...
43
17043 rate-limiting-abuse-protection patricio0312rev/skills
Rate Limiting & Abuse Protection Protect APIs from abuse with intelligent rate limiting. Rate Limit Strategies Fixed Window: 100 requests per hour Sliding Window: More accurate, prevents bursts Token Bucket: Allow bursts up to limit Leaky Bucket: Smooth request rate Implementation (Express) import rateLimit from "express-rate-limit"; // Global rate limit const globalLimiter = rateLimit({ windowMs: 15 * 60 * 1000, // 15 minutes max: 100, // 100 requests per window message: "Too many re...
43
17044 product-discovery ncklrs/startup-os-skills
Product Discovery Core Principles Continuous Discovery — Weekly user conversations, not episodic research Outcome-Driven — Start with outcomes to achieve, not solutions to build Assumption Testing — Validate risky assumptions before committing resources Co-Creation — Build with customers, not just for them Data-Driven — Use evidence over intuition and stakeholder opinions Problem-First — Deeply understand the problem space before ideating solutions Hard Rules (Must Follow) These rules are manda...
43
17045 embedding-tauri-sidecars dchuk/claude-code-tauri-skills
This skill covers embedding and executing external binaries (sidecars) in Tauri applications, including configuration, cross-platform considerations, and execution from Rust and JavaScript. Overview Sidecars are external binaries embedded within Tauri applications to extend functionality or eliminate the need for users to install dependencies. They can be executables written in any programming language. Common Use Cases: - Python CLI applications packaged with PyInstaller - Go or Rust comp...
43
17046 cloudflare-worker-dev erichowens/some_claude_skills
Cloudflare Workers Development Build high-performance edge APIs with Workers, KV for caching, and Durable Objects for real-time coordination. Core Architecture When to Use What Service Use Case Characteristics Workers Request handling, API logic Stateless, 50ms CPU (free), 30s (paid) KV Caching, config, sessions Eventually consistent, fast reads Durable Objects Real-time, coordination Strongly consistent, single-threaded R2 File storage S3-compatible, no egress fees D1 SQLite at edge Serverles...
43
17047 api fuzzing for bug bounty zebbern/claude-code-guide
API Fuzzing for Bug Bounty Purpose Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors. Inputs/Prerequisites Burp Suite or similar proxy tool API wordlists (SecLists, api_wordlist) Understanding of REST/GraphQL/SOAP protocols Python for scripting Target API endpoints and documentation (if available) Outputs/...
43
17048 nginx-request-logging letta-ai/skills
This skill provides guidance for configuring Nginx web servers with custom logging, rate limiting, and error handling. When to Use This Skill Apply this skill when tasks involve: - Installing and configuring Nginx - Setting up custom log formats - Implementing rate limiting - Creating custom error pages (404, 500, etc.) - Configuring Nginx to listen on non-standard ports Pre-Configuration Analysis Before modifying any Nginx configuration: - Examine existing configuration structure ...
43
17049 makefile-generator jeremylongshore/claude-code-plugins-plus-skills
Makefile Generator Purpose This skill provides automated assistance for makefile generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "makefile generator" in your request Ask about makefile generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for makefile generator Follows indus...
43
17050 switchboard sendaifun/skills
The definitive guide for integrating Switchboard - the fastest, most customizable, and only permissionless oracle protocol on Solana. What is Switchboard? Switchboard is a permissionless oracle protocol enabling developers to bring custom data on-chain with industry-leading performance: - Price Feeds - Real-time asset pricing with pull-based efficiency - Oracle Quotes - Sub-second latency without on-chain storage (90% cost reduction) - Surge - WebSocket streaming with sub-100ms latency - ...
43