███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20951 | swarm | yeachan-heo/oh-my-claudecode |
Swarm Skill Spawn isolated agents to execute tasks in parallel. Fresh context per agent (Ralph Wiggum pattern). Integration modes: Direct - Create TaskList tasks, invoke /swarm Via Crank - /crank creates tasks from beads, invokes /swarm for each wave Requires multi-agent runtime. Swarm needs a runtime that can spawn parallel subagents. If unavailable, work must be done sequentially in the current session. Architecture (Mayor-First) Mayor (this session) | +-> Plan: TaskCreate with dependencies | ...
|
41 |
| 20952 | binance-auth | ticruz38/skills |
Binance Auth Skill Authentication skill for Binance cryptocurrency exchange API. Built on top of auth-provider for secure API key storage and management. Supports both Binance production and testnet environments. Features Secure API Key Storage : Encrypted storage of API keys and secrets Environment Toggle : Switch between production and testnet seamlessly Permission Validation : Verify API key permissions (spot, margin, futures) Health Checks : Validate API connectivity and key status Multi-Pro...
|
41 |
| 20953 | agentdb performance optimization | ruvnet/claude-flow |
AgentDB Performance Optimization What This Skill Does Provides comprehensive performance optimization techniques for AgentDB vector databases. Achieve 150x-12,500x performance improvements through quantization, HNSW indexing, caching strategies, and batch operations. Reduce memory usage by 4-32x while maintaining accuracy. Performance : <100µs vector search, <1ms pattern retrieval, 2ms batch insert for 100 vectors. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Existing AgentDB dat...
|
41 |
| 20954 | godot-4-migration | sickn33/antigravity-awesome-skills |
Godot 4 Migration Guide Overview A critical guide for developers transitioning from Godot 3.x to Godot 4. This skill focuses on the major syntax changes in GDScript 2.0, the new Tween system, and export annotation updates. When to Use This Skill Use when porting a Godot 3 project to Godot 4. Use when encountering syntax errors after upgrading. Use when replacing deprecated nodes (like Tween node vs create_tween ). Use when updating export variables to @export annotations. Key Changes 1. Annotati...
|
41 |
| 20955 | lynx-web-search | zenobi-us/dotfiles |
Lynx Web Search Overview Use lynx as a fast text-only fallback for web search and page retrieval. This skill focuses on two repeatable tasks: Search engines from the terminal Fetch a URL and save a readable dump in /tmp When to Use Need quick web search from shell without GUI/browser automation Dedicated web tooling is unavailable Need plain-text output for analysis/summarization Need deterministic saved artifacts in /tmp When NOT to use: JavaScript-heavy pages requiring interaction/login flows ...
|
41 |
| 20956 | recommend_poi | trpc-group/trpc-agent-go |
recommend_poi This skill is used by the dynamic structured output demo. Output JSON Schema { "type" : "object" , "properties" : { "poi" : { "type" : "string" , "description" : "Point of interest" } , "city" : { "type" : "string" , "description" : "City name" } , "score" : { "type" : "integer" , "description" : "A deterministic score" } } , "required" : [ "poi" , "city" , "score" ] , "additionalProperties" : false } Commands Print JSON result to stdout: cat result.json
|
40 |
| 20957 | feishu-task | alextangson/feishu_skills |
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...
|
40 |
| 20958 | moai-platform-database-cloud | modu-ai/moai-adk |
moai-platform-database-cloud: Cloud Database Platform Specialist Quick Reference Cloud Database Platform Coverage: Consolidated expertise for Neon (serverless PostgreSQL), Supabase (PostgreSQL 16 with real-time), and Firebase Firestore (NoSQL with offline sync). Platform Comparison Neon provides serverless PostgreSQL with auto-scaling, database branching, and scale-to-zero compute for cost optimization. Best for serverless applications, preview environments, and edge deployment with connection p...
|
40 |
| 20959 | interacting-with-x | cpfiffer/central |
Interacting with X Enables agents to operate on X (Twitter) with full interaction capabilities. Setup Add to .env : X_API_KEY=your_api_key X_API_SECRET=your_api_secret X_ACCESS_TOKEN=your_access_token X_ACCESS_TOKEN_SECRET=your_access_token_secret X_BEARER_TOKEN=your_bearer_token Get credentials from https://developer.x.com/en/portal/dashboard Operations Post a Tweet Simple tweet uv run python .skills/interacting-with-x/scripts/post.py "Hello from Central" Thread (multiple tweets chained) uv r...
|
40 |
| 20960 | pivot-table-generator | dkyazzentwatwa/chatgpt-skills |
Create pivot tables with aggregations and visualizations. Features - Multiple Aggregations: Sum, mean, count, min, max - Filtering: Filter data before pivoting - Grouping: Multi-level row/column grouping - Charts: Auto-generate pivot charts - Export: Excel, CSV, HTML output CLI Usage ``` python pivot_table_generator.py --data sales.csv --rows region --columns product --values amount --agg sum ``` Dependencies - pandas>=2.0.0 - numpy>=1.24.0 - matplotlib>=3.7.0 - openpyxl>=3.1.0
|
40 |
| 20961 | red team tools and methodology | zebbern/claude-code-guide |
Red Team Tools and Methodology Purpose Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces. Inputs/Prerequisites Target scope definition (domains, IP ranges, applications) Linux-based attack machine (Kali, Ubuntu) Bug bounty program rules and scope Tool dependencies installed (Go, Python, Ruby) API keys for various...
|
40 |
| 20962 | visual-identity-direction | mike-coulbourn/claude-vibes |
Visual Identity Direction Frameworks Quick reference for translating brand strategy into visual identity direction, using proven methodologies from brand identity masters. "A brand is a person's gut feeling about a product, service, or organization." — Marty Neumeier "Products are made in the factory, but brands are created in the mind." — Walter Landor "Simple, focused, concept-driven. We are concerned with permanence." — Chermayeff & Geismar & Haviv Key Statistics Metric Value Implication...
|
40 |
| 20963 | code-simplicity-reviewer | udecode/plate |
You are a code simplicity expert specializing in minimalism and the YAGNI (You Aren't Gonna Need It) principle. Your mission is to ruthlessly simplify code while maintaining functionality and clarity. When reviewing code, you will: Analyze Every Line : Question the necessity of each line of code. If it doesn't directly contribute to the current requirements, flag it for removal. Simplify Complex Logic : Break down complex conditionals into simpler forms Replace clever code with obvious code Elim...
|
40 |
| 20964 | cloudflare | danielmiessler/personal_ai_infrastructure |
Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. Prefer retrieval over pre-training — the references in this skill are starting points, not source of truth. Retrieval Sources Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in...
|
40 |
| 20965 | open-meteo | itechmeat/llm-code |
Open Meteo When to use You need weather forecasts (hourly/daily/current) for coordinates. You need air quality / pollen forecasts (hourly/current) for coordinates. You need to resolve a user-provided place name to coordinates and timezone (geocoding). You need to support multi-location batching (comma-separated lat/lon lists). You need a deterministic checklist for Open-Meteo query parameters, response parsing, and error handling. Goal Provide a reliable, production-friendly way to call Open-Met...
|
40 |
| 20966 | exaggerated-clarity | dylantarre/animation-principles |
Exaggerated Clarity Think like a stage actor projecting to the back row. Subtlety is lost at speed. Your job is to make every intention unmistakable—amplify truth until it can't be missed. Core Mental Model Before animating any key moment, ask: Would this read from 50 feet away? Animation isn't reality—it's reality turned up to 11. Exaggeration isn't lying; it's telling the truth louder. Real life is too subtle for the screen. The 12 Principles Through Amplification Exaggeration — The prin...
|
40 |
| 20967 | ux-researcher | dylantarre/animation-principles |
UX Researcher Purpose Provides user experience research expertise specializing in qualitative and quantitative research methods to drive user-centered design. Uncovers user needs through interviews, usability testing, and data synthesis for actionable product insights. When to Use Planning and conducting user interviews or contextual inquiries Running usability tests (moderated or unmoderated) Analyzing qualitative data (thematic analysis, affinity mapping) Creating artifacts like Personas, User...
|
40 |
| 20968 | power-confidence | dylantarre/animation-principles |
Create animations that convey strength, authority, and commanding presence. Emotional Goal Power comes from deliberate, controlled, weighty motion. Confidence means animations that know exactly where they're going and arrive with certainty. Disney Principles for Power Squash & Stretch Minimal stretch, impactful squash. Heavy objects don't stretch—they compress on impact (10-15%). Weight and solidity over flexibility. Anticipation Deliberate, confident preparation (100-200ms). Not hesi...
|
40 |
| 20969 | azure-cosmos-py | sickn33/antigravity-awesome-skills |
Azure Cosmos DB SDK for Python Client library for Azure Cosmos DB NoSQL API — globally distributed, multi-model database. Installation pip install azure-cosmos azure-identity Environment Variables COSMOS_ENDPOINT = https:// < account > .documents.azure.com:443/ COSMOS_DATABASE = mydb COSMOS_CONTAINER = mycontainer Authentication from azure . identity import DefaultAzureCredential from azure . cosmos import CosmosClient credential = DefaultAzureCredential ( ) endpoint = "https://<account>.documen...
|
40 |
| 20970 | performance-tuner | gravito-framework/gravito |
Performance Tuner You are a performance engineer obsessed with sub-100ms response times. Your goal is to make Gravito applications lean and lightning-fast. Workflow 1. Profiling Identify bottlenecks using logs or profiling tools. Analyze slow DB queries or high-memory operations. 2. Optimization DB Indexing : Add indexes to frequently queried columns in Atlas. Caching : Use Redis or in-memory caches for expensive computations. Frontend : Optimize asset loading, implement lazy-loading in Vue. 3. ...
|
40 |
| 20971 | remotion-transitions | ashad001/remotion-transitions |
Remotion Custom Transitions This skill teaches you how to build production-grade, high-energy custom transitions in Remotion using the TransitionPresentation API — the same pattern used in Fyltr's Instagram Reel campaign. Quick Reference Custom Transition Pattern — The TransitionPresentation API, the exact component shape, and how timing works Transition Catalog — 6 battle-tested transitions with full source: Striped Slam, Zoom Punch, Diagonal Reveal, Emerald Burst, Vertical Shutter, Glitch Slam...
|
40 |
| 20972 | gateway | simota/agent-skills |
You are "Gateway" - an API design specialist who ensures consistent, well-documented, and future-proof APIs. Your mission is to design, review, and document ONE API or endpoint, ensuring it follows best practices, is properly versioned, and has complete specifications. API Design Philosophy Gateway answers five critical questions: | What does this API do? | Clear purpose, resource definition | How should it be used? | Request/response examples, error handling | Is it consistent? | Nam...
|
40 |
| 20973 | ci-cd-implementation-rule | oimiragieo/agent-studio |
Ci Cd Implementation Rule Skill CI/CD implementation with GitHub Actions or GitLab CI. 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.
|
40 |
| 20974 | github-pr-edit | yiyousiow000814/xauusd-calendar-agent |
GitHub PR Edit (Title/Body/Comments) Edit PR title/body/comments on Windows. Use gh when available; otherwise use the GitHub REST API. Before You Start Identify: owner and repo (e.g. yiyousiow000814/XAUUSD-Calendar-Agent) PR number (e.g. 111) If using gh, confirm it is available and authenticated: gh --version gh auth status If the repo is private, unauthenticated GitHub API requests often return 404 Not Found. Treat 404 as “likely unauthorized” unless you are sure the repo/PR does not exist....
|
40 |
| 20975 | ntm | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
NTM — Named Tmux Manager A Go CLI that transforms tmux into a multi-agent command center for orchestrating Claude Code, Codex, and Gemini agents in parallel. Spawn, manage, and coordinate AI agents across tiled panes with stunning TUI, automated context rotation, and deep integrations with the Agent Flywheel ecosystem. Why This Exists Managing multiple AI coding agents is painful: Window chaos: Each agent needs its own terminal Context switching: Jumping between windows breaks flow No orches...
|
40 |
| 20976 | req-change-workflow | yunshu0909/yunshu_skillshub |
Req Change Workflow Overview Use a lightweight, repeatable workflow to modify an existing requirement without scope creep or “边改边炸”. Produce clear artifacts at each gate so the user can approve before the implementation starts. Workflow (gated loop) Follow the steps in order. Do not implement code changes until the user approves Step 4. Step 0: Set the plan (optional but recommended) Use update_plan to create 5–7 short steps: clarify → baseline → impact → design → implement → validate → docu...
|
40 |
| 20977 | skill-creator | base/base-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...
|
40 |
| 20978 | azure-mgmt-apimanagement-py | sickn33/antigravity-awesome-skills |
Azure API Management SDK for Python Manage Azure API Management services, APIs, products, and policies. Installation pip install azure-mgmt-apimanagement pip install azure-identity Environment Variables AZURE_SUBSCRIPTION_ID = your-subscription-id Authentication from azure . identity import DefaultAzureCredential from azure . mgmt . apimanagement import ApiManagementClient import os client = ApiManagementClient ( credential = DefaultAzureCredential ( ) , subscription_id = os . environ [ "AZURE_S...
|
40 |
| 20979 | blog-post-writer | nicepkg/ai-workflow |
Nick Nisi Blog Writer Transform unstructured brain dumps into polished blog posts that sound like Nick Nisi. Process 1. Receive the Brain Dump Accept whatever the user provides: Scattered thoughts and ideas Technical points to cover Code examples or commands Conclusions or takeaways Links to reference Random observations Don't require organization. The mess is the input. Clarify constraints (if not provided, ask about): Target length (see references/post-template.md for word count ranges) Target...
|
40 |
| 20980 | selection-randomizer | qodex-ai/ai-agent-skills |
Raffle Winner Picker This skill randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests. When to Use This Skill Running social media giveaways Picking raffle winners at events Randomly selecting participants for surveys or tests Choosing winners from contest submissions Fair distribution of limited spots or resources Random team assignments What This Skill Does Random Selection: Uses cryptographically random selection Multiple Sources: Works with CSV, Exc...
|
40 |
| 20981 | webapp-testing | duc01226/easyplatform |
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...
|
40 |
| 20982 | bazel | checkmk/checkmk |
Running Tests Execution & Filtering Run all tests in a package (recursive with /...) bazel test //packages/cmk-messaging/ .. . Run specific target bazel test //packages/cmk-messaging:unit Filter specific tests (regex supported) bazel test //packages/cmk-messaging:unit --test_filter = "test_connection*" bazel test //packages/ .. .:all --test_filter = ".*integration.*" Output & Debugging Output: all (verbose), errors (concise), summary bazel test //packages/cmk-messaging:unit --test_output = e...
|
40 |
| 20983 | daft-worktree-workflow | avihut/daft |
daft Worktree Workflow Core Philosophy daft treats each Git worktree as a compartmentalized workspace , not just a branch checked out to disk. Each worktree is a fully isolated environment with its own: Working files and Git index Build artifacts ( node_modules/ , target/ , venv/ , .build/ ) IDE state and configuration ( .vscode/ , .idea/ ) Environment files ( .envrc , .env ) Running processes (dev servers, watchers, test runners) Installed dependencies (potentially different versions per branch...
|
40 |
| 20984 | google-calendar-automation | davepoon/buildwithclaude |
Google Calendar Automation via Rube MCP Automate Google Calendar workflows including event creation, scheduling, availability checks, attendee management, and calendar browsing through Composio's Google Calendar toolkit. Toolkit docs : composio.dev/toolkits/googlecalendar Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Calendar connection via RUBE_MANAGE_CONNECTIONS with toolkit googlecalendar Always call RUBE_SEARCH_TOOLS first to get current tool schemas Se...
|
40 |
| 20985 | os-scripting | sickn33/antigravity-awesome-skills |
OS/Shell Scripting Troubleshooting Workflow Bundle Overview Comprehensive workflow for operating system troubleshooting, shell scripting, and system administration across Linux, macOS, and Windows. This bundle orchestrates skills for debugging system issues, creating robust scripts, and automating administrative tasks. When to Use This Workflow Use this workflow when: Debugging shell script errors Creating production-ready bash scripts Troubleshooting system issues Automating system administrati...
|
40 |
| 20986 | service-class-conventions | oimiragieo/agent-studio |
Service Class Conventions Skill Service classes must be of type interface. All service class method implementations must be in ServiceImpl classes that implement the service class. All ServiceImpl classes must be annotated with @Service. All dependencies in ServiceImpl classes must be @Autowired without a constructor, unless specified otherwise. Return objects of ServiceImpl methods should be DTOs, not entity classes, unless absolutely necessary. For any logic requiring checking the existence of...
|
40 |
| 20987 | pulse | simota/agent-skills |
You are "Pulse" - a data-driven metrics architect who designs measurement systems that connect business goals to user behavior. Your mission is to define clear, actionable metrics and implement tracking that drives product decisions. Pulse Framework: Define → Track → Analyze | Define | Clarify success | North Star Metric, KPIs, OKRs | Track | Capture behavior | Event schema, implementation code | Analyze | Extract insights | Funnel analysis, cohort definitions, dashboards Metrics ...
|
40 |
| 20988 | code-simplifier | caarlos0/dotfiles |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
40 |
| 20989 | netsuite | membranedev/application-skills |
NetSuite NetSuite is a cloud-based enterprise resource planning (ERP) software suite. It helps businesses manage various operations like accounting, inventory, and supply chain. It's typically used by medium to large-sized companies. Official docs: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/index.html NetSuite Overview Customer Vendor Employee Sales Order Purchase Order Invoice Item Accounting Transaction Working with NetSuite This skill uses the Membrane CLI to interact with ...
|
40 |
| 20990 | magento-environment-engineer | maxnorm/magento2-agent-skills |
Magento 2 Environment Engineer Expert specialist in managing and optimizing Magento 2 environments across development, staging, and production. When to Use Setting up Magento environments Configuring servers and infrastructure Managing environment configurations Troubleshooting environment issues Optimizing environment performance Planning environment architecture Environment Management Environment Types Development : Local development environments Staging : Pre-production testing environments P...
|
40 |
| 20991 | gitlab | openhands/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...
|
40 |
| 20992 | api-documenter | ovachiever/droid-tings |
API Documenter Specialist in creating comprehensive API documentation using OpenAPI/Swagger specifications. When This Skill Activates Activates when you: Ask to document an API Create OpenAPI/Swagger specs Need API reference documentation Mention "API docs" OpenAPI Specification Structure openapi : 3.0.3 info : title : API Title version : 1.0.0 description : API description servers : - url : https : //example.com/api/v1 paths : /users : get : summary : List users operationId : listUsers tags : -...
|
40 |
| 20993 | qstash-js | upstash/qstash-js |
QStash JavaScript SDK QStash is an HTTP-based messaging and scheduling solution for serverless and edge runtimes. This skill helps you use the QStash JS SDK effectively. When to use this skill Use this skill when: Publishing HTTP messages to endpoints or URL groups Creating scheduled or delayed message delivery Managing FIFO queues with configurable parallelism Verifying incoming webhook signatures from QStash Implementing callbacks, DLQ handling, or message deduplication Quick Start Install...
|
40 |
| 20994 | backend-dev | julianromli/ai-skills |
Backend Development Use when creating or modifying FastAPI endpoints, Pydantic schemas, database operations, LLM integrations, or Python service logic. Before Writing Code Read docs/agent/architecture/backend-guide.md for architecture Read docs/agent/apis/front-end-apis.md for API contracts Read docs/agent/llm-integration.md for LLM patterns Check existing code in the relevant directory first Non-Negotiable Rules All functions MUST have type hints - no exceptions Use copy.deepcopy() for mutable ...
|
40 |
| 20995 | domain-model-boundaries-mapper | patricio0312rev/skills |
Domain Model & Boundaries Mapper Map domain boundaries and ownership using Domain-Driven Design. Domain Map Template Domain Map: E-Commerce Platform Bounded Contexts 1. Customer Management Core Domain: User accounts, profiles, preferences Owner: Customer Team Ubiquitous Language: - Customer: Registered user with account - Profile: Customer personal information - Preferences: User settings and choices Entities: - Customer (id, email, name) - Address (id, customer_id, street, city) - Pa...
|
40 |
| 20996 | pinia | teachingai/full-stack-skills |
Pinia Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration. The skill is based on Pinia v3.0.4, generated at 2026-01-28. Core References Topic Description Reference Stores Defining stores, state, getters, actions, storeToRefs, subscriptions core-stores Features Extensibility Topic Description Reference Plugins Extend stores with custom p...
|
40 |
| 20997 | civitai-orchestration | civitai/civitai |
Civitai Orchestration Interact with the Civitai Orchestration API to query workflows, view job details, and retrieve generation results. Quick Start Query workflows for a specific user node .claude/skills/civitai-orchestration/civitai-client.js user 12345 Get a specific workflow by ID node .claude/skills/civitai-orchestration/civitai-client.js workflow < workflowId > Get job details with scan results (hive_csam_score, etc.) node .claude/skills/civitai-orchestration/civitai-client.js job < job...
|
40 |
| 20998 | attention-management | dylantarre/animation-principles |
Attention Management Direct user focus correctly using Disney's principles. Problem Indicators Users miss important content Decorative elements steal focus CTAs don't stand out Users look at wrong things first Information hierarchy is unclear Diagnosis by Principle Staging Issue: Multiple elements compete for attention Fix: One thing moves at a time. Animate the most important element; keep others still. Timing Issue: Everything animates at same speed Fix: Primary content: faster animation....
|
40 |
| 20999 | scrum-master | aj-geddes/claude-code-bmad-skills |
Scrum Master Expert Advanced agile practitioner specializing in data-driven team development, psychological safety facilitation, and high-performance sprint execution. Combines traditional Scrum mastery with modern analytics, behavioral science, and continuous improvement methodologies for sustainable team excellence. Table of Contents Capabilities Input Requirements Analysis Tools Methodology Templates & Assets Reference Frameworks Implementation Workflows Assessment & Measurement Best Practice...
|
40 |
| 21000 | building-agent-team-prompts | frontboat/agent-teams |
Building Agent Team Prompts Overview Agent team prompts must be self-contained — teammates don't inherit your conversation history. Every piece of context a teammate needs must be in their spawn prompt or discoverable from the codebase. Core principle: A good agent team prompt specifies WHO does WHAT on WHICH files, HOW they communicate, and WHEN they're done. Before You Build the Prompt Verify the task actually benefits from an agent team: Multiple independent workstreams (review, research, non...
|
40 |