███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14301 | wolf-howl | senpi-ai/senpi-skills |
HOWL v2 — Hunt, Optimize, Win, Learn The WOLF hunts all day. At night, it HOWLs — reviewing every kill and miss, sharpening its instincts, and waking up sharper tomorrow. Automated daily retrospective with data-driven self-improvement suggestions for the WOLF strategy. Setup Run the setup script to configure the nightly HOWL: python3 scripts/howl-setup.py --wallet { WALLET } --chat-id { CHAT_ID } The agent already knows wallet and chat ID — it just needs to create the cron. Optionally set run ti...
|
101 |
| 14302 | email-imap-fetch | tiangong-ai/skills |
Email IMAP Fetch Core Goal Wait for new mail with IMAP IDLE. Fetch unread messages after each wake-up. Support multiple mailbox accounts configured with env. Control IDLE support strictly with env mode ( idle or poll ) without runtime probing. Forward each fetched email to OpenClaw webhooks. Emit machine-readable JSON lines for downstream steps. Keep this skill strictly in stage-1 routing mode: send snippet + structured refs only, never send full raw message body, and never send attachment binar...
|
101 |
| 14303 | dbos-python | dbos-inc/agent-skills |
DBOS Python Best Practices Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. When to Apply Reference these guidelines when: Adding DBOS to existing Python code Creating workflows and steps Using queues for concurrency control Implementing workflow communication (events, messages, streams) Configuring and launching DBOS applications Using DBOSClient from external applications Testing DBOS applications Rule Categories by Priority Priority Category Imp...
|
101 |
| 14304 | youtube-automation | composiohq/awesome-claude-skills |
YouTube Automation via Rube MCP Automate YouTube operations through Composio's YouTube toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active YouTube connection via RUBE_MANAGE_CONNECTIONS with toolkit youtube Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by...
|
101 |
| 14305 | aws-infrastructure | shipshitdev/library |
AWS Infrastructure Expert Overview This skill enables AI assistants to help set up and configure AWS infrastructure for micro startups, including EC2 instances, VPCs, security groups, load balancers, DNS, and SSL certificates. When to Use This Skill This skill activates when users need: EC2 instance setup and configuration VPC and networking setup Security group configuration Application Load Balancer setup Route53 DNS configuration SSL/TLS certificate management (ACM) Auto-scaling groups Cl...
|
101 |
| 14306 | audio-producer | daffy0208/ai-dev-standards |
Audio Producer Skill I help you build audio players, process audio, and create interactive sound experiences for the web. What I Do Audio Playback: Custom audio players Playlist management Playback controls (play, pause, seek, volume) Waveform visualization Audio Processing: Audio effects (reverb, delay, filters) Equalization and mixing Audio recording Real-time audio manipulation Interactive Audio: Background music and sound effects User interaction sounds Spatial audio Audio notificati...
|
101 |
| 14307 | game-engine-resources | gmh5225/awesome-game-security |
Game Engine Development Resources Overview This skill covers game engine development resources from the awesome-game-security collection, including both commercial (Unreal, Unity) and open-source engines. Major Engine Categories Unreal Engine Official documentation and forums Source code access (requires Epic Games account) Community guides and tutorials Plugin development references Unity Engine C reference source code Asset store resources Unity-specific design patterns VR/AR development gui...
|
101 |
| 14308 | accelint-ts-testing | gohypergiant/agent-skills |
Vitest Best Practices Comprehensive patterns for writing maintainable, effective vitest tests. Focused on expert-level guidance for test organization, clarity, and performance. NEVER Do When Writing Vitest Tests NEVER skip global mock cleanup configuration - Manual cleanup appears safe but creates "action at a distance" failures: a mock in test file A leaks into test file B running 3 files later, causing non-deterministic failures that only appear when tests run in specific orders. These Heisenb...
|
101 |
| 14309 | vue-skilld | harlan-zw/vue-ecosystem-skills |
vuejs/core vue The progressive JavaScript framework for building modern web UI. Version: 3.6.0-beta.7 (Feb 2026) Deps: @vue/shared@3.6.0-beta.7, @vue/compiler-dom@3.6.0-beta.7, @vue/runtime-dom@3.6.0-beta.7, @vue/runtime-vapor@3.6.0-beta.7, @vue/server-renderer@3.6.0-beta.7, @vue/compiler-sfc@3.6.0-beta.7 Tags: csp: 1.0.28-csp (Sep 2016), legacy: 2.7.16 (Dec 2023), v2-latest: 2.7.16 (Dec 2023), rc: 3.5.0-rc.1 (Aug 2024), alpha: 3.6.0-alpha.7 (Dec 2025), beta: 3.6.0-beta.7 (Feb 2026), latest: 3.5...
|
101 |
| 14310 | markdown-converter | steipete/agent-scripts |
Markdown Converter Convert files to Markdown using uvx markitdown — no installation required. Basic Usage Convert to stdout uvx markitdown input.pdf Save to file uvx markitdown input.pdf -o output.md uvx markitdown input.docx > output.md From stdin cat input.pdf | uvx markitdown Supported Formats Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls) Web/Data: HTML, CSV, JSON, XML Media: Images (EXIF + OCR), Audio (EXIF + transcription) Other: ZIP (iterates contents), YouT...
|
101 |
| 14311 | web-artifacts-builder | aiskillstore/marketplace |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
100 |
| 14312 | converting-minikit-to-farcaster | base/skills |
MiniKit to Farcaster SDK Breaking Changes (SDK v0.2.0+) sdk.context is a Promise — must await sdk.isInMiniApp() accepts no parameters sdk.actions.setPrimaryButton() has no onClick callback Check version: npm list @farcaster/miniapp-sdk Quick Reference MiniKit Farcaster SDK Notes useMiniKit().setFrameReady() await sdk.actions.ready() useMiniKit().context await sdk.context Async useMiniKit().isSDKLoaded await sdk.isInMiniApp() No params useClose() await sdk.actions.close() useOpenUrl(url) await sd...
|
100 |
| 14313 | laravel-quality | leeovery/claude-laravel |
Testing, static analysis, and code quality enforcement. Related guides: - [code-style.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/references/code-style.md) - Laravel Pint configuration and coding style - [type-safety.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/references/type-safety.md) - Strict types and type hints - [Testing](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/../laravel-testing...
|
100 |
| 14314 | deps-dev | trancong12102/agentskills |
Latest Package Version Lookup Query the deps.dev API to get the latest stable version of open source packages. Supported Ecosystems Ecosystem System ID Example Package npm npm express, @types/node PyPI pypi requests, django Go go github.com/gin-gonic/gin Cargo cargo serde, tokio Maven maven org.springframework:spring-core NuGet nuget Newtonsoft.Json Workflow Think step-by-step: Identify the ecosystem from context: package.json or node_modules → npm requirements.txt, pyproject.toml, setup.py...
|
100 |
| 14315 | graph-database-expert | martinholovsky/claude-skills-generator |
Graph Database Expert 1. Overview Risk Level: MEDIUM (Data modeling and query performance) You are an elite graph database expert with deep expertise in: Graph Theory: Nodes, edges, paths, cycles, graph algorithms Graph Modeling: Entity-relationship mapping, schema design, denormalization strategies Query Languages: SurrealQL, Cypher, Gremlin, SPARQL patterns Graph Traversals: Depth-first, breadth-first, shortest path, pattern matching Relationship Design: Bidirectional edges, typed relations...
|
100 |
| 14316 | accessibility-tester | 404kidwiz/claude-supercode-skills |
Accessibility Tester Purpose Provides WCAG 2.1/2.2 AA compliance expertise specializing in accessibility audits, automated testing, screen reader validation, and remediation guidance. Ensures digital products are usable by everyone, including people with disabilities, through systematic testing methodologies and inclusive design verification. When to Use Conducting accessibility audits (WCAG 2.1/2.2 AA/AAA) Testing with screen readers (VoiceOver, NVDA, JAWS) Validating keyboard navigation and ...
|
100 |
| 14317 | hook-development | aiskillstore/marketplace |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
100 |
| 14318 | ilspy-decompile | aaronontheweb/dotnet-skills |
.NET Assembly Decompilation with ILSpy Use this skill to understand how .NET code works internally by decompiling compiled assemblies. Prerequisites .NET SDK installed ILSpy command-line tool available via one of the following: dnx ilspycmd (if available in your SDK or runtime) dotnet tool install --global ilspycmd Both forms are shown below. Use the one that works in your environment. Note: ILSpyCmd options may vary slightly by version. Always verify supported flags with ilspycmd -h . Quick sta...
|
100 |
| 14319 | nextjs-server-navigation | wsimmonds/claude-nextjs-skills |
Next.js: Server Component Navigation Pattern ⚠️ CRITICAL RULE Server Components use DIFFERENT navigation methods than Client Components! When requirements call for server-rendered navigation—for example, linking to other pages, redirecting after a check, or demonstrating routing patterns—prefer <Link> and redirect() within Server Components. You still avoid 'use client' unless a client-only API is involved. The Pattern Scenario: build a server component that demonstrates proper navigation pa...
|
100 |
| 14320 | workout-program-designer | onewave-ai/claude-skills |
Workout Program Designer Custom training plans by goal (strength, cardio, flexibility). Progressive overload programming, rest day optimization, home vs gym adaptations, deload weeks. Instructions You are an expert fitness trainer and program designer. Create personalized workout programs with: goal-specific programming (strength/cardio/flexibility), progressive overload schedules, rest day optimization, equipment adaptations (home vs gym), deload week planning, injury prevention, and progres...
|
100 |
| 14321 | api-designer | 404kidwiz/claude-supercode-skills |
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
|
100 |
| 14322 | nano-banana-pro | steipete/agent-scripts |
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
|
100 |
| 14323 | design-system-lead | borghei/claude-skills |
Design System Lead Expert-level design systems for scalable product design. Core Competencies Design system architecture Component library design Design token management Documentation strategy Design-dev collaboration Governance and contribution Adoption and training Tooling and automation Design System Architecture System Structure design-system/ ├── foundations/ │ ├── colors/ │ ├── typography/ │ ├── spacing/ │ ├── elevation/ │ ├── motion/ │ └── grid/ ├── components/ │ ├── primi...
|
100 |
| 14324 | axiom-spritekit-ref | charleswiltgen/axiom |
SpriteKit API Reference Complete API reference for SpriteKit organized by category. When to Use This Reference Use this reference when: Looking up specific SpriteKit API signatures or properties Checking which node types are available and their performance characteristics Finding the right physics body creation method Browsing the complete action catalog Configuring SKView, scale modes, or transitions Setting up particle emitter properties Working with SKRenderer or SKShader Part 1: Node Hierarc...
|
100 |
| 14325 | canghe-danger-gemini-web | freestylefly/canghe-skills |
Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for text/image g...
|
100 |
| 14326 | ui-testing | alinaqi/claude-bootstrap |
UI Verification Skill Load with: ui-web.md or ui-mobile.md Purpose Quick verification that generated UI meets accessibility standards. Run these checks after creating any new UI components. Pre-Flight Checklist Before Shipping ANY UI: Visibility Check - [ ] All buttons have visible background OR border - [ ] No text is same color as its background - [ ] All text meets 4.5:1 contrast ratio - [ ] Ghost/text buttons have visible borders Touch/Click Targets - [ ] All buttons are minimum 44px heigh...
|
100 |
| 14327 | macos-native | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
100 |
| 14328 | portfolio-optimization | letta-ai/skills |
Portfolio Optimization Overview This skill provides guidance for implementing high-performance portfolio optimization algorithms using Python C extensions. It covers the workflow for creating C extensions that interface with NumPy arrays, proper verification strategies, and common pitfalls to avoid when optimizing numerical computations. When to Apply This Skill Apply this skill when: Implementing portfolio risk calculations (variance, volatility, Sharpe ratio) Optimizing matrix-vector opera...
|
100 |
| 14329 | brainstorming | davidkiss/smart-ai-skills |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
100 |
| 14330 | understanding-tauri-architecture | dchuk/claude-code-tauri-skills |
Tauri Architecture Tauri is a polyglot toolkit for building desktop applications that combines a Rust backend with HTML/CSS/JavaScript rendered in a native webview. This document covers the fundamental architecture concepts. Architecture Overview +------------------------------------------------------------------+ | TAURI APPLICATION | +------------------------------------------------------------------+ | ...
|
100 |
| 14331 | axiom-realitykit | charleswiltgen/axiom |
RealityKit Development Guide Purpose : Build 3D content, AR experiences, and spatial computing apps using RealityKit's Entity-Component-System architecture iOS Version : iOS 13+ (base), iOS 18+ (RealityView on iOS), visionOS 1.0+ Xcode : Xcode 15+ When to Use This Skill Use this skill when: Building any 3D experience (AR, games, visualization, spatial computing) Creating SwiftUI apps with 3D content (RealityView, Model3D) Implementing AR with anchors (world, image, face, body tracking) Working w...
|
100 |
| 14332 | test-coverage-improver | openai/openai-agents-python |
Test Coverage Improver Overview Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code. Quick Start From the repo root run make coverage to regenerate .coverage data and coverage.xml. Collect artifacts: .coverage and coverage.xml, plus the console outp...
|
100 |
| 14333 | akka-net-best-practices | aaronontheweb/dotnet-skills |
Use this skill when: - Designing actor communication patterns - Deciding between EventStream and DistributedPubSub - Implementing error handling in actors - Understanding supervision strategies - Choosing between Props patterns and DependencyResolver - Designing work distribution across nodes - Creating testable actor systems that can run with or without cluster infrastructure - Abstracting over Cluster Sharding for local testing scenarios 1. EventStream vs DistributedPubSub Critical...
|
100 |
| 14334 | command-development | aiskillstore/marketplace |
Command Development for Claude Code Overview Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows. Key concepts: Markdown file format for commands YAML frontmatter for configuration Dynamic arguments and file references Bash execution for context Command organization and namespacing Command Basics What is a Slas...
|
100 |
| 14335 | vendor-management | anthropics/knowledge-work-plugins |
Vendor Management Help evaluate, compare, and manage vendor relationships. Evaluation Framework Cost Analysis Total cost of ownership (not just license fees) Implementation and migration costs Training and onboarding costs Ongoing support and maintenance Exit costs (data migration, contract termination) Risk Assessment Vendor financial stability Security and compliance posture Concentration risk (single vendor dependency) Contract lock-in and exit terms Business continuity and disaster recovery ...
|
100 |
| 14336 | java-docker | pluginagentmarketplace/custom-plugin-java |
Containerize Java applications with optimized Dockerfiles and JVM settings. Overview This skill covers Docker best practices for Java including multi-stage builds, JVM container settings, security hardening, and layer optimization. When to Use This Skill Use when you need to: - Create optimized Java Dockerfiles - Configure JVM for containers - Implement security best practices - Reduce image size - Set up health checks Topics Covered Dockerfile Optimization - Multi-stage builds ...
|
100 |
| 14337 | ios-android-logs | cap-go/capacitor-skills |
iOS and Android Device Logs Complete guide to viewing and filtering device logs on iOS and Android. When to Use This Skill User needs to see device logs User is debugging crashes User wants to filter logs by app User needs real-time log streaming User asks "how to see logs" Quick Commands iOS - Stream logs from connected device xcrun devicectl device log stream --device <UUID> iOS - Stream from simulator xcrun simctl spawn booted log stream Android - Stream all logs adb logcat Android -...
|
100 |
| 14338 | python-security-scanner | jorgealves/agent_skills |
Python Security Scanner Purpose and Intent Detect common Python vulnerabilities such as SQL injection, unsafe deserialization, and hardcoded secrets. Use as part of a secure SDLC for Python projects. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python eco...
|
100 |
| 14339 | rapid-prototyper | jackspace/claudeskillz |
Rapid Prototyper Purpose Fast validation through working prototypes. Creates complete, runnable code to test ideas before committing to full implementation: Recalls your preferred tech stack from memory Generates minimal but complete code Makes it runnable immediately Gets you visual feedback fast Saves validated patterns for production For ADHD users: Immediate gratification - working prototype in minutes, not hours. For aphantasia: Concrete, visual results instead of abstract descriptions. ...
|
100 |
| 14340 | reddit-api | alinaqi/claude-bootstrap |
*Load with: base.md + [language].md* For integrating Reddit data into applications - fetching posts, comments, subreddits, and user data. Sources: [Reddit API Docs](https://www.reddit.com/dev/api/) | [OAuth2 Wiki](https://github.com/reddit-archive/reddit/wiki/oauth2) | [PRAW Docs](https://praw.readthedocs.io/) Setup 1. Create Reddit App - Go to [https://www.reddit.com/prefs/apps](https://www.reddit.com/prefs/apps) - Click "Create App" or "Create Another App" - Fill in: Name: Your app n...
|
99 |
| 14341 | webapp-testing | aiskillstore/marketplace |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
99 |
| 14342 | websocket-realtime-builder | patricio0312rev/skills |
WebSocket Realtime Builder Build real-time applications with WebSockets and Socket.io. Core Workflow Choose library: Socket.io vs native WebSocket Setup server: Configure WebSocket server Add authentication: Validate connections Implement rooms: Group connections Handle events: Define event handlers Add reconnection: Handle disconnects gracefully Installation Server npm install socket.io Client npm install socket.io-client Server Setup Basic Socket.io Server // server.ts import express fro...
|
99 |
| 14343 | mcp-builder | aiskillstore/marketplace |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
99 |
| 14344 | helius | sendaifun/skills |
Helius — Build on Solana You are an expert Solana developer building with Helius's infrastructure. Helius is Solana's leading RPC and API provider, with demonstrably superior speed, reliability, and global support. You have access to the Helius MCP server which gives you live tools to query the blockchain, manage webhooks, stream data, send transactions, and more. Prerequisites 1. Helius MCP Server CRITICAL : Check if Helius MCP tools are available (e.g., getBalance , getAssetsByOwner ). If NOT ...
|
99 |
| 14345 | doc-coauthoring | aiskillstore/marketplace |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
99 |
| 14346 | metal-shader-expert | erichowens/some_claude_skills |
Metal Shader Expert 20+ years Weta/Pixar experience specializing in Metal shaders, real-time rendering, and creative visual effects. Expert in Apple's Tile-Based Deferred Rendering (TBDR) architecture. When to Use This Skill Use for: Metal Shading Language (MSL) development Apple GPU optimization (TBDR architecture) PBR rendering pipelines Compute shaders and parallel processing Ray tracing on Apple Silicon GPU profiling and debugging Do NOT use for: WebGL/GLSL → different architecture, br...
|
99 |
| 14347 | readme-generator | dmccreary/claude-skills |
Readme Generator Purpose This skill provides automated assistance for readme generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "readme generator" in your request Ask about readme 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 readme generator Follows industry be...
|
99 |
| 14348 | google-adk | vladm3105/aidoc-flow-framework |
Google Agent Development Kit (ADK) Skill Purpose Provide specialized guidance for developing agentic applications and multi-agent systems using Google's Agent Development Kit (ADK). Enable AI assistants to design agents, build tools, orchestrate multi-agent workflows, implement memory/state management, and deploy agent-based applications following code-first development patterns. When to Use This Skill Invoke this skill when: Building conversational AI agents with tool integration Creating m...
|
99 |
| 14349 | agent-builder | shareai-lab/learn-claude-code |
Agent Builder Build AI agents for any domain - customer service, research, operations, creative work, or specialized business processes. The Core Philosophy The model already knows how to be an agent. Your job is to get out of the way. An agent is not complex engineering. It's a simple loop that invites the model to act: LOOP: Model sees: context + available capabilities Model decides: act or respond If act: execute capability, add result, continue If respond: return to user That's it. The magic...
|
99 |
| 14350 | feishu-task | m1heng/clawdbot-feishu |
Feishu Task Tools Tools: feishu_task_create feishu_task_subtask_create feishu_task_get feishu_task_update feishu_task_delete feishu_task_comment_create feishu_task_comment_list feishu_task_comment_get feishu_task_comment_update feishu_task_comment_delete feishu_task_attachment_upload feishu_task_attachment_list feishu_task_attachment_get feishu_task_attachment_delete feishu_task_add_tasklist feishu_task_remove_tasklist feishu_tasklist_create feishu_tasklist_get feishu_tasklist_list feishu_taskli...
|
99 |