███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 22201 | aws-account-management | hoodini/ai-agents-skills |
AWS Account Management Manage AWS accounts, organizations, IAM, and billing effectively. AWS Organizations Organization Structure Root ├── Production OU │ ├── Prod Account A │ └── Prod Account B ├── Development OU │ ├── Dev Account │ └── Staging Account ├── Security OU │ ├── Security Account │ └── Log Archive Account └── Sandbox OU └── Sandbox Account Create Organization Create organization (from management account) aws organizations create-organization --feature-set ALL Cr...
|
50 |
| 22202 | template-creator | oimiragieo/agent-studio |
Mode: Cognitive/Prompt-Driven -- No standalone utility script; use via agent context. Template Creator Skill Creates, validates, and registers templates for the multi-agent orchestration framework. +==============================================================+ | MANDATORY: Research-Synthesis MUST be invoked BEFORE | | this skill. Invoke: Skill({ skill: "research-synthesis" }) | | FAILURE TO RESEARCH = UNINFORMED TEMPLATE = REJECTED | +======================================...
|
50 |
| 22203 | azure-ai-contentsafety-java | sickn33/antigravity-awesome-skills |
Azure AI Content Safety SDK for Java Build content moderation applications using the Azure AI Content Safety SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-contentsafety </ artifactId > < version > 1.1.0-beta.1 </ version > </ dependency > Client Creation With API Key import com . azure . ai . contentsafety . ContentSafetyClient ; import com . azure . ai . contentsafety . ContentSafetyClientBuilder ; import com . azure . ai . contentsafety . ...
|
50 |
| 22204 | ai-ml-senior-engineer | modra40/claude-codex-skills-directory |
AI/ML Senior Engineer Skill Persona: Elite AI/ML Engineer with 20+ years experience at top research labs (DeepMind, OpenAI, Anthropic level). Published researcher with expertise in building production LLMs and state-of-the-art ML systems. Core Philosophy KISS > Complexity | Simple solutions that work > clever solutions that break Readability > Brevity | Code is read 10x more than written Explicit > Implicit | No magic, no hidden behavior Tested > Assumed | If it's not tested...
|
50 |
| 22205 | openapi-documentation | dengineproblem/agents-monorepo |
Expert in creating comprehensive OpenAPI/Swagger specifications and API documentation aligned with OpenAPI 3.0+ standards. Core Principles Specification Standards - Use OpenAPI 3.0.3 or 3.1.0 - Consistent naming conventions (kebab-case for paths, camelCase for properties) - Organize endpoints through tags - Maintain reusable component schemas - Document all response codes Documentation Quality - Provide business logic context - Include extensive realistic examples - Document all er...
|
50 |
| 22206 | database-architect | rmyndharis/antigravity-skills |
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
|
50 |
| 22207 | payment-integration | mgd34msu/goodvibes-plugin |
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook...
|
50 |
| 22208 | scan | allenai2014/ai-investment-advisor |
Codebase Scanner You are a technical analyst. Your job is to scan the project codebase and produce accurate, project-specific documentation used by all downstream agents. Step 1: Check Optional Plugin Dependencies Check whether the two optional enhancement plugins are available: understand-anything → /plugin list | grep understand-anything context-mode → /plugin list | grep context-mode These plugins are optional . They improve scan quality but are not required: understand-anything (L...
|
50 |
| 22209 | saas metrics tracker | eddiebe147/claude-settings |
SaaS Metrics Tracker Track and analyze key SaaS metrics including MRR, churn, NRR, and ARR When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create saas metrics tracker saas metrics Review and optimize review saas metrics tracker Get best practices saas metrics tracker b...
|
50 |
| 22210 | openai | vm0-ai/vm0-skills |
OpenAI API Use the OpenAI API via direct curl calls to access GPT models, DALL-E image generation, Whisper transcription, embeddings, and text-to-speech. Official docs: https://platform.openai.com/docs/api-reference When to Use Use this skill when you need to: Chat completions with GPT-4o, GPT-4, or GPT-3.5 models Image generation with DALL-E 3 Audio transcription with Whisper Text-to-speech audio generation Text embeddings for semantic search and RAG Vision tasks (analyze images with GPT-4...
|
50 |
| 22211 | webinar-content-repurposer | onewave-ai/claude-skills |
Webinar Content Repurposer Turn one webinar into 20+ pieces of content across multiple channels. Instructions You are an expert content strategist specializing in repurposing long-form video content into multiple high-value assets. Your mission is to extract maximum value from webinar recordings by transforming them into diverse, platform-optimized content pieces. Core Capabilities Input Processing: Accept webinar transcripts, video files, or presentation slides Identify key topics, themes...
|
50 |
| 22212 | backend-patterns | kimny1143/claude-code-template |
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
|
50 |
| 22213 | azure-communication-callautomation-java | sickn33/antigravity-awesome-skills |
Azure Communication Call Automation (Java) Build server-side call automation workflows including IVR systems, call routing, recording, and AI-powered interactions. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-callautomation </ artifactId > < version > 1.6.0 </ version > </ dependency > Client Creation import com . azure . communication . callautomation . CallAutomationClient ; import com . azure . communication . callautomation . CallAutomatio...
|
50 |
| 22214 | oracle-cloud | dauquangthanh/hanoi-rainbow |
Oracle Cloud Infrastructure (OCI) Core Capabilities Provides expert guidance for Oracle Cloud Infrastructure across all major services: Compute Services - VM instances, bare metal, autoscaling, instance pools Networking - Virtual Cloud Networks (VCN), subnets, security lists, route tables, load balancers, VPN Storage - Block volumes, object storage, file storage, archive storage Database Services - Autonomous Database, MySQL, PostgreSQL, NoSQL, MongoDB Container & Kubernetes - Oracle Kubernete...
|
50 |
| 22215 | gmail-access | terrylica/cc-skills |
Gmail Access Read and search Gmail programmatically via Claude Code CLI. MANDATORY PREFLIGHT (Execute Before Any Gmail Operation) CRITICAL : You MUST complete this preflight checklist before running any Gmail commands. Do NOT skip steps. Step 1: Check CLI Binary Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/gmail-commander/scripts/gmail-cli/gmail" 2 > /dev/null || echo "BINARY_NOT_FOUND" If BINARY_NOT_FOUND : Build it first: cd ~/.claude/plugins/marketplaces/cc-skills/plu...
|
50 |
| 22216 | mobile-ui-development-rule | oimiragieo/agent-studio |
Mobile Ui Development Rule Skill You are an expert in Mobile UI development. Focus on UI and styling best practices. Implement Navigation patterns effectively. Manage State efficiently. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
|
50 |
| 22217 | azure-messaging-webpubsub-java | sickn33/antigravity-awesome-skills |
Azure Web PubSub SDK for Java Build real-time web applications using the Azure Web PubSub SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-messaging-webpubsub </ artifactId > < version > 1.5.0 </ version > </ dependency > Client Creation With Connection String import com . azure . messaging . webpubsub . WebPubSubServiceClient ; import com . azure . messaging . webpubsub . WebPubSubServiceClientBuilder ; WebPubSubServiceClient client = new WebPubS...
|
50 |
| 22218 | chatbot-analytics | erichowens/some_claude_skills |
AI Chatbot Analytics This skill helps you implement analytics for the AI coaching chat feature while maintaining HIPAA compliance. Core Metrics to Track Based on industry best practices, track these 13 key metrics: Metric Description HIPAA Safe? Total Sessions Number of chat sessions Yes Avg Messages/Session Messages per conversation Yes Avg Session Duration Time spent in chat Yes Engagement Rate % users who use chat Yes Completion Rate Sessions ended naturally Yes Abandonment Rate Sessions ...
|
50 |
| 22219 | youtube-transcript | badlogic/pi-skills |
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
|
50 |
| 22220 | data-analysis | excelsioryy/data-analysis-skill |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
50 |
| 22221 | bun ffi | secondsky/claude-skills |
Bun FFI Bun's FFI allows calling native C/C++ libraries from JavaScript. Quick Start import { dlopen , suffix , FFIType } from "bun:ffi" ; // Load library const lib = dlopen ( ` libc. ${ suffix } ` , { printf : { args : [ FFIType . cstring ] , returns : FFIType . int , } , } ) ; // Call function lib . symbols . printf ( "Hello from C!\n" ) ; Loading Libraries Platform-Specific Paths import { dlopen , suffix } from "bun:ffi" ; // suffix is: "dylib" (macOS), "so" (Linux), "dll" (Windows) // System...
|
50 |
| 22222 | sound-effects | connorads/dotfiles |
ElevenLabs Sound Effects Generate sound effects from text descriptions — supports looping, custom duration, and prompt adherence control. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs . client import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_sound_effects . convert ( text = "Thunder rumbling in the distance with light rain" , ) with open ( "thunder.mp3" , "wb" ) as f : for chunk in audio : f . write ( chunk )...
|
50 |
| 22223 | budget planner | eddiebe147/claude-settings |
Budget Planner Expert budget creation and management agent that builds comprehensive budgets, tracks spending against plans, analyzes variances, and optimizes resource allocation. Specializes in zero-based budgeting, rolling forecasts, and multi-scenario planning. This skill applies structured budgeting methodologies to help organizations plan spending, control costs, and make data-driven allocation decisions. Perfect for annual planning, project budgets, departmental spending, and startup runwa...
|
50 |
| 22224 | recipe-card-creator | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 22225 | gitlab | vm0-ai/vm0-skills |
GitLab Skill This skill provides GitLab integration using the official glab CLI tool. A Python wrapper script produces markdown-formatted output for read/view operations. Action commands (create, merge, close, comment) should use glab directly. Prerequisites Install glab CLI : installation guide Authentication Authenticate with GitLab glab auth login Verify authentication glab auth status Supports GitLab.com, GitLab Dedicated, and GitLab Self-Managed instances. See GitLab CLI Authentication fo...
|
50 |
| 22226 | injury-report-tracker | onewave-ai/claude-skills |
Injury Report Tracker Monitor injury news across leagues. Fantasy impact analysis, backup player analysis, return timeline estimates. Instructions You are an expert sports injury analyst. Track injuries, assess fantasy impact, and provide return timeline predictions. Output Format Injury Report Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable outputs...
|
50 |
| 22227 | positron-pr-helper | posit-dev/positron |
This skill helps you create comprehensive PR bodies for the posit-dev/positron repository with up-to-date e2e test tags fetched directly from the source of truth. When to Use This Skill Use this skill when: - Creating a new PR and need a well-structured body - Updating an existing PR body with the correct format - You need the current list of e2e test tags for QA notes - You want to ensure your PR body follows Positron conventions Prerequisites - GitHub CLI (`gh`) installed and authent...
|
50 |
| 22228 | health-data | glebis/claude-skills |
Query and analyze health data from the local SQLite database containing 6.3M+ records across 43 health metrics. Database Location ``` ~/data/health.db ``` Query Methods 1. Python Script (Recommended for Common Queries) Use `scripts/health_query.py` for pre-built queries with automatic formatting: ``` Daily summary python ~/.claude/skills/health-data/scripts/health_query.py --format markdown daily --date 2025-11-29 Weekly trends python ~/.claude/skills/health-data/scripts/health_quer...
|
50 |
| 22229 | transform-maps | groeimetai/snow-flow |
Transform Maps control how data from import sets is mapped and transformed into ServiceNow tables. Import Architecture ``` Data Source (CSV, LDAP, JDBC, REST) ↓ Import Set Table (staging) ↓ Transform Map (mapping rules) ↓ Target Table (final destination) ``` Key Components | Data Source | sys_data_source | Connection configuration | Import Set Table | sys_db_object | Staging table | Import Set | sys_import_set | Import run record | Transform...
|
50 |
| 22230 | k8s-security-policies | oimiragieo/agent-studio |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 22231 | clarify:metamedium | team-attention/workshop-upstage |
Metamedium: Content vs Form Lens Distinguish content (what is being said/built) from form (the medium/structure it's delivered through) to surface whether the real leverage is in optimizing content or inventing a new form. Based on Alan Kay's metamedium concept. "A change of perspective is worth 80 IQ points." — Alan Kay Core Concept Most people only change content — what they say, write, or build. The real leverage comes from changing form — the medium, format, or structure itself. Content (wha...
|
50 |
| 22232 | urlsession-code-review | existential-birds/beagle |
URLSession Code Review Quick Reference Topic Reference Async/Await async-networking.md Requests request-building.md Errors error-handling.md Caching caching.md Review Checklist Response Validation HTTP status codes validated - URLSession does NOT throw on 404/500 Response cast to HTTPURLResponse before checking status Both transport errors (URLError) and HTTP errors handled Memory & Resources Downloaded files moved/deleted (async API doesn't auto-delete) Sessions with delegates call finishT...
|
50 |
| 22233 | mental-models | abdullahbeam/nexus-design-abdullah |
Apply structured thinking frameworks to decisions, problems, and planning. When This Triggers - "Help me think through X" - "What mental model should I use?" - "Apply first principles to this" - "Do a pre-mortem on this plan" - "I need to analyze this decision" - Any specific model name (SWOT, 5 Whys, etc.) Workflow Step 1: Run Mental Models Scanner Run the script to get all available models: ``` python 00-system/mental-models/scripts/select_mental_models.py --format brief ``` Th...
|
50 |
| 22234 | windows-remote-desktop-connection-doctor | daymade/claude-code-skills |
Windows Remote Desktop Connection Doctor Diagnose and fix Windows App (AVD/WVD/W365) connection quality issues on macOS, with focus on transport protocol optimization. Background Azure Virtual Desktop transport priority: UDP Shortpath > TCP > WebSocket . UDP Shortpath provides the best experience (lowest latency, supports UDP Multicast). When it fails, the client falls back to WebSocket over TCP 443 through the gateway, adding significant latency overhead. Diagnostic Workflow Step 1: Collect Con...
|
50 |
| 22235 | research-archival | terrylica/cc-skills |
Research Archival Scrape AI research conversations (ChatGPT, Gemini, Claude) and web pages, archive them as markdown files with YAML frontmatter, and create cross-referenced GitHub Issues — with mandatory identity verification at every step. FIRST - TodoWrite Task Templates MANDATORY : Select and load the appropriate template before any archival work. Template A - Full Archival (scrape + save + issue) 1. Identity preflight — verify GH_ACCOUNT or resolve via curl /user 2. Scrape URL — route to Fi...
|
50 |
| 22236 | context-mode | mksglu/claude-context-mode |
Context Mode: Default for All Large Output MANDATORY RULE <context_mode_logic> <mandatory_rule> Default to context-mode for ALL commands. Only use Bash for guaranteed-small-output operations. </mandatory_rule> </context_mode_logic> Bash whitelist (safe to run directly): File mutations : mkdir , mv , cp , rm , touch , chmod Git writes : git add , git commit , git push , git checkout , git branch , git merge Navigation : cd , pwd , which Process control : kill , pkill Package management : npm inst...
|
50 |
| 22237 | blueprint-feature-tracker-sync | laurigates/claude-plugins |
Synchronize the feature tracker JSON with TODO.md and manage task progress. Note : As of v1.1.0, feature-tracker.json is the single source of truth for progress tracking. The tasks section replaces work-overview.md. Usage : /blueprint:feature-tracker-sync [--summary] Flags : Flag Description --summary Generate human-readable markdown summary (stdout only, no file) Mode: Generate Summary ( --summary ) When --summary is provided, generate a human-readable progress report without modifying any file...
|
50 |
| 22238 | swift_swiftui | swiftzilla/skills |
SwiftUI This skill covers SwiftUI framework concepts for building declarative user interfaces. Overview SwiftUI is Apple's modern declarative framework for building user interfaces across all Apple platforms using a reactive, state-driven approach. Available References Property Wrappers - @State, @Binding, @ObservedObject, @StateObject, @Environment Quick Reference State Management Decision Tree Need local mutable state? ├── YES → Is it a value type? │ ├── YES → Use @State │ └── NO → Use @St...
|
50 |
| 22239 | founder-playbook | tenequm/claude-plugins |
Founder Playbook Last updated: November 2025. Statistics and ecosystem data reflect this period. A structured thinking partner for startup founders. Use this to pressure-test decisions, validate your next steps, and think through challenges using proven frameworks (GROW, Solution-Focused) with deep knowledge of 2025 startup realities and crypto/web3 ecosystem specifics. Core Approach: Genuine Empowerment Through Honest Partnership Your job is to make founders more capable, confident, and clear-h...
|
50 |
| 22240 | aws-solution-architect | borghei/claude-skills |
AWS Solution Architect for Startups This skill provides comprehensive AWS architecture design expertise for startup companies, emphasizing serverless technologies, scalability, cost optimization, and modern cloud-native patterns. Capabilities Serverless Architecture Design: Lambda, API Gateway, DynamoDB, EventBridge, Step Functions, AppSync Infrastructure as Code: CloudFormation, CDK (Cloud Development Kit), Terraform templates Scalable Application Architecture: Auto-scaling, load balancing, m...
|
50 |
| 22241 | canvas-design | guanyang/antigravity-skills |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
50 |
| 22242 | vibe-coding | jamditis/claude-skills-journalism |
Vibe Coding Help the user build software using AI tools and natural language, using frameworks and insights from 3 product leaders. How to Help When the user asks for help with vibe coding: Understand the goal - Ask what they're trying to build and who it's for (prototype, internal tool, production app) Guide the approach - Help them break down the problem into smaller pieces for iterative AI prompts Set expectations - Discuss what vibe coding is good for (prototypes, MVPs) versus when professio...
|
50 |
| 22243 | pueue-job-orchestration | terrylica/cc-skills |
Pueue Job Orchestration Universal CLI telemetry layer and job management — every command routed through pueue gets precise timing, exit code capture, full stdout/stderr logs, environment snapshots, and callback-on-completion. Overview Pueue is a Rust CLI tool for managing shell command queues. It provides: Daemon persistence - Survives SSH disconnects, crashes, reboots Disk-backed queue - Auto-resumes after any failure Group-based parallelism - Control concurrent jobs per group Easy failure reco...
|
50 |
| 22244 | tool-search | oimiragieo/agent-studio |
References (archive): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — embedding/semantic tool discovery from everything-claude-code backend-patterns, tdd-workflow. Tool Search Skill Identity Tool Search - Provides semantic tool discovery using embeddings to scale from dozens to thousands of tools with 90%+ context reduction. Capabilities Semantic Tool Search : Find relevant tools based on task context Embedding-Based Matching : Use embeddings for accurate tool discovery On-Demand Loading : Load tools only when...
|
50 |
| 22245 | aws-advisor | tech-leads-club/agent-skills |
AWS Advisor Expert AWS consulting with accuracy-first approach using MCP tools. Core Principles Search Before Answer : Always use MCP tools to verify information No Guessing : Uncertain? Search documentation first Context-Aware : Adapt recommendations to user's stack, preferences, and constraints Security by Default : Every recommendation considers security No Lock-in : Present multiple options with trade-offs, let user decide Adaptive Behavior Before recommending tools/frameworks , understand t...
|
50 |
| 22246 | ai-workflow-automation | omer-metin/skills-for-antigravity |
Ai Workflow Automation Identity You are an AI workflow architect who has built content automation systems that generate, review, approve, and distribute thousands of pieces of content across multiple channels—all while maintaining brand consistency, quality standards, and human oversight at critical decision points. You understand that the hard part isn't getting AI to generate content—it's building systems that consistently produce on-brand, high-quality content at scale. You've seen workflow...
|
50 |
| 22247 | grpc-golang | sickn33/antigravity-awesome-skills |
gRPC Golang (gRPC-Go) Overview Comprehensive guide for designing and implementing production-grade gRPC services in Go. Covers contract standardization with Buf, transport layer security via mTLS, and deep observability with OpenTelemetry interceptors. Use this skill when Designing microservices communication with gRPC in Go. Building high-performance internal APIs using Protobuf. Implementing streaming workloads (unidirectional or bidirectional). Standardizing API contracts using Protobuf and B...
|
50 |
| 22248 | bun sveltekit | secondsky/claude-skills |
Bun SvelteKit Run SvelteKit applications with Bun for faster development and builds. Quick Start Create new SvelteKit project bunx sv create my-app cd my-app Install dependencies bun install Development bun run dev Build bun run build Preview bun run preview Project Setup package.json { "scripts" : { "dev" : "vite dev" , "build" : "vite build" , "preview" : "vite preview" } , "devDependencies" : { "@sveltejs/adapter-auto" : "^7.0.0" , "@sveltejs/kit" : "^2.0.0" , "svelte" : "^5.0.0" , "vite...
|
50 |
| 22249 | sap-ai-core | secondsky/sap-skills |
SAP AI Core is a service on SAP Business Technology Platform (BTP) that manages AI asset execution in a standardized, scalable, hyperscaler-agnostic manner. SAP AI Launchpad provides the management UI for AI runtimes including the Generative AI Hub. Core Capabilities | Generative AI Hub | Access to LLMs from multiple providers with unified API | Orchestration | Modular pipeline for templating, filtering, grounding, masking | ML Training | Argo Workflows-based batch pipelines for model ...
|
50 |
| 22250 | task-management-protocol | oimiragieo/agent-studio |
Task Management Protocol Standardized protocol for task synchronization, progress tracking, and context handoff between agents and sessions using Claude Code's native task tools. Problem Statement Background agents complete work but main sessions don't receive notifications. Agents don't update task descriptions with findings. No protocol exists for structured context handoff between agents or sessions. This skill solves: Lost context when sessions end or agents complete Background agent finding...
|
50 |