███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20351 | video-color-grading | eachlabs/skills |
Video Color Grading Apply professional color grading and color correction to videos using each::sense. This skill enables cinematic looks, film stock emulations, mood-based color treatments, and technical color corrections. Features Cinematic Grades : Hollywood-style color treatments for narrative content Film Emulation : Kodak, Fuji, and other classic film stock looks Look Development : Orange & teal, moody dark, bright & airy styles Color Correction : Fix white balance, exposure, and color cas...
|
47 |
| 20352 | plan-feature | mblode/agent-skills |
Feature Planning Create concrete, implementation-ready plans for features and complex changes. DO NOT WRITE CODE during planning. Only explore, analyse, and document. Planning threshold Before deep planning, quickly confirm the scope: Plan in detail when changes affect 3+ files or multiple systems Plan in detail when requirements are unclear or architectural tradeoffs exist Skip heavyweight planning for single-file changes with clear requirements For small/obvious changes, give a short execution...
|
47 |
| 20353 | hosted-agents | guanyang/antigravity-skills |
Hosted Agent Infrastructure Hosted agents run in remote sandboxed environments rather than on local machines. When designed well, they provide unlimited concurrency, consistent execution environments, and multiplayer collaboration. The critical insight is that session speed should be limited only by model provider time-to-first-token, with all infrastructure setup completed before the user starts their session. When to Activate Activate this skill when: Building background coding agents that run...
|
47 |
| 20354 | configure-container | laurigates/claude-plugins |
/configure:container Check and configure comprehensive container infrastructure against project standards with emphasis on minimal images , non-root users , and security hardening . When to Use This Skill Use this skill when... Use another approach when... Auditing container infrastructure compliance (Dockerfile, workflows, scanning) Writing a Dockerfile from scratch ( /configure:dockerfile ) Checking multi-stage builds, non-root users, and security hardening Configuring Kubernetes deployments (...
|
47 |
| 20355 | airflow-plugins | astronomer/agents |
Airflow 3 Plugins Airflow 3 plugins let you embed FastAPI apps, React UIs, middleware, macros, operator buttons, and custom timetables directly into the Airflow process. No sidecar, no extra server. CRITICAL : Plugin components (fastapi_apps, react_apps, external_views) require Airflow 3.1+ . NEVER import flask , flask_appbuilder , or use appbuilder_views / flask_blueprints — these are Airflow 2 patterns and will not work in Airflow 3. If existing code uses them, rewrite the entire registration ...
|
47 |
| 20356 | configure-api-tests | laurigates/claude-plugins |
/configure:api-tests Check and configure API contract testing infrastructure for validating API contracts, schemas, and consumer-provider agreements. When to Use This Skill Use this skill when... Use another approach when... Setting up Pact consumer/provider contract tests Writing individual unit tests ( /configure:tests ) Configuring OpenAPI request/response validation Validating a single API endpoint manually Adding JSON Schema or Zod schema testing Checking general test coverage ( /configure:...
|
47 |
| 20357 | configure-docs | laurigates/claude-plugins |
/configure:docs Check and configure code documentation standards and generators. When to Use This Skill Use this skill when... Use another approach when... Setting up TSDoc, JSDoc, pydoc, or rustdoc standards for a project Writing actual documentation content for functions or modules Configuring a documentation generator (TypeDoc, MkDocs, Sphinx, rustdoc) Deploying documentation to GitHub Pages ( /configure:github-pages instead) Auditing documentation coverage and lint compliance Reviewing gener...
|
47 |
| 20358 | react-query-best-practices | arraydude/agent-skills |
Important: This guide targets React Query v4. Some patterns may differ in v5. Comprehensive guide for React Query v4 (TanStack Query) based on TkDodo's authoritative blog series. Contains 24 rules across 7 categories, prioritized by impact. When to Apply Reference these guidelines when: - Implementing new queries or mutations - Integrating WebSockets with React Query - Setting up query invalidation patterns - Debugging React Query behavior - Optimizing render performance - TypeScript i...
|
47 |
| 20359 | find-skills | oakoss/agent-skills |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
47 |
| 20360 | kaggle | shepsci/kaggle-skill |
Kaggle — Unified Skill Complete Kaggle integration for any LLM or agentic coding system (Claude Code, gemini-cli, Cursor, etc.): account setup, competition reports, dataset/model downloads, notebook execution, competition submissions, badge collection, and general Kaggle questions. Four integrated modules working together. Overlap guard: For hackathon grading evaluation and alignment analysis, use the kaggle-hackathon-grading skill instead. Network requirements: outbound HTTPS to api.kaggle.com ...
|
47 |
| 20361 | blueprint-status | laurigates/claude-plugins |
Display the current blueprint configuration status with three-layer architecture breakdown. Flags Flag Description --report-only Display status report and exit without prompting for next action Steps : Check if blueprint is initialized : Look for docs/blueprint/manifest.json If not found, report: Blueprint not initialized in this project. Run `/blueprint:init` to get started. Read manifest and gather information : Parse manifest.json for version and configuration Parse id_registry for traceabili...
|
47 |
| 20362 | component-naming | sgcarstrends/sgcarstrends |
Component Naming Conventions Skill This skill helps you enforce consistent React component naming conventions across the codebase. When to Use This Skill Creating new React components Reviewing component names in PRs Refactoring existing components Ensuring codebase consistency Naming Rules 1. PascalCase All React components use PascalCase: // ✅ Good export const TrendChart = () => {}; export const HeroPost = () => {}; // ❌ Bad export const trendChart = () => {}; export const trend_chart = ...
|
47 |
| 20363 | docx | panaversity/agentfactory |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
47 |
| 20364 | hashtag researcher | eddiebe147/claude-settings |
Hashtag Researcher Research and strategize hashtag usage for maximum social media reach and discovery When to Use This Skill Use this skill when you need to: Analyze data and extract insights Conduct thorough investigation Synthesize complex information Not recommended for: Tasks requiring creative content generation business operations Quick Reference Action Command/Trigger Create hashtag researcher hashtag research Review and optimize review hashtag researcher Get best practices hashtag resear...
|
47 |
| 20365 | deep-research | glebis/claude-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
47 |
| 20366 | sentry | mitsuhiko/agent-stuff |
Sentry (Read-only Observability) Quick start If not already authenticated, ask the user to provide a valid SENTRY_AUTH_TOKEN (read-only scopes such as project:read , event:read ) or to log in and create one before running commands. Set SENTRY_AUTH_TOKEN as an env var. Optional defaults: SENTRY_ORG , SENTRY_PROJECT , SENTRY_BASE_URL . Defaults: org/project {your-org} / {your-project} , time range 24h , environment prod , limit 20 (max 50). Always call the Sentry API (no heuristics, no caching). I...
|
47 |
| 20367 | terraform-aws-modules | sickn33/antigravity-awesome-skills |
You are an expert in Terraform for AWS specializing in reusable module design, state management, and production-grade HCL patterns. Use this skill when Creating reusable Terraform modules for AWS resources Reviewing Terraform code for best practices and security Designing remote state and workspace strategies Migrating from CloudFormation or manual setup to Terraform Do not use this skill when The user needs AWS CDK or CloudFormation, not Terraform The infrastructure is on a non-AWS provider Ins...
|
47 |
| 20368 | wavybaby | aaarnv/claude-skills |
wavybaby Extends Claude Code's native skill dispatch with three capabilities it lacks: CoVe - Chain-of-Verification self-audit on all generated code Skill Discovery - Search 29,000+ skills via skills.sh that aren't installed yet Toolkit Knowledge - MCP servers, configs, and repos Claude doesn't inherently know about You are NOT replacing Claude's built-in skill system. You are layering on top of it. Let Claude's native Skill() tool handle dispatch to already-installed skills. Your job is everyth...
|
47 |
| 20369 | complex-reasoning | lobbi-docs/claude |
Complex Reasoning Skill Structured reasoning frameworks for systematic problem solving, leveraging extended thinking capabilities for deep analysis. When to Use Debugging complex issues with multiple potential causes Architecture decisions requiring trade-off analysis Root cause analysis for production incidents Performance optimization with multiple variables Security vulnerability assessment Code refactoring with many dependencies Reasoning Frameworks Chain-of-Thought (CoT) Linear step-by-s...
|
47 |
| 20370 | dbt-expert | personamanagmentlayer/pcl |
dbt Expert You are an expert in dbt (data build tool) with deep knowledge of data modeling, testing, documentation, incremental models, macros, Jinja templating, and analytics engineering best practices. You design maintainable, tested, and documented data transformation pipelines. Core Expertise Project Structure and Configuration dbt_project.yml: name: 'analytics' version: '1.0.0' config-version: 2 profile: 'analytics' model-paths: ["models"] analysis-paths: ["analyses"] test-paths: ["te...
|
47 |
| 20371 | react-component-generator | jeremylongshore/claude-code-plugins-plus-skills |
React Component Generator Purpose This skill provides automated assistance for react component generator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "react component generator" in your request Ask about react component generator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidanc...
|
47 |
| 20372 | code-review | rtgs2017/nagaagent |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
47 |
| 20373 | synapse-manager | s-hiraoku/synapse-a2a |
Synapse Manager Orchestrate multi-agent work with structured delegation, monitoring, and quality gates. When to Use Coordinating 2+ agents on related subtasks Monitoring progress of delegated work Verifying agent outputs (tests, file changes, integration) Sending targeted feedback with error details and fix guidance Orchestrating cross-review between agents Implementing a multi-phase plan (3+ phases or 10+ file changes) Planning agent assignment for multi-file changes Workflow (7 Steps) Step 1: ...
|
47 |
| 20374 | performing-systematic-debugging-for-stubborn-problems | sammcj/agentic-coding |
Systematic Debugging with Fagan Inspection This skill applies a modified Fagan Inspection methodology for systematic problem resolution when facing complex problems or stubborn bugs that have resisted multiple fix attempts. Process Overview Follow these four phases sequentially. Do not skip phases or attempt fixes before completing the inspection. Phase 1: Initial Overview Establish a clear understanding of the problem before analysis: Explain the problem in plain language without technical jarg...
|
47 |
| 20375 | github-ops | oimiragieo/agent-studio |
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
|
47 |
| 20376 | clawflows | alphaonedev/openclaw-graph |
clawflows Purpose This skill automates workflows in OpenClaw by defining multi-step task chains, incorporating conditional logic, triggers, and scheduling to streamline complex operations. When to Use Use this skill for repetitive task sequences, like processing data pipelines, conditional decision-making (e.g., if a file exists, then execute), event-driven triggers (e.g., on API call), or scheduled jobs (e.g., daily reports). Apply it in scenarios requiring orchestration, such as integrating mu...
|
47 |
| 20377 | hk-stock-analysis | nicepkg/ai-workflow |
Perform comprehensive analysis of Hong Kong listed stocks with consideration of unique market characteristics including T+0 trading, no price limits, short selling mechanism, and cross-border capital flows via Stock Connect. Market Characteristics Trading Rules - T+0 Trading: Can buy and sell same day (no T+1 restriction) - No Price Limits: No daily limit up/down (unlike A-shares) - Short Selling: Allowed for designated securities - Settlement: T+2 - Trading Hours: Morning: 9:30-12:00 ...
|
47 |
| 20378 | insurance analyst | eddiebe147/claude-settings |
Insurance Analyst Comprehensive insurance analysis system designed for insurance professionals, risk managers, business owners, and individuals navigating complex insurance decisions. This skill provides policy comparison, coverage gap analysis, claims evaluation, risk assessment, and insurance purchasing guidance across personal and commercial insurance lines. The Insurance Analyst excels at breaking down policy language into understandable terms, identifying coverage gaps and overlaps, evaluat...
|
47 |
| 20379 | testing-patterns | blogic-cz/blogic-marketplace |
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
|
47 |
| 20380 | webnovel-resume | lingfengqaq/webnovel-writer |
Copy and track progress: ``` 任务恢复进度: - [ ] Step 1: 加载恢复协议 (cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-resume/references/workflow-resume.md") - [ ] Step 2: 加载数据规范 (cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-resume/references/system-data-flow.md") - [ ] Step 3: 确认上下文充足 - [ ] Step 4: 检测中断状态 - [ ] Step 5: 展示恢复选项 (AskUserQuestion) - [ ] Step 6: 执行恢复 - [ ] Step 7: 继续任务 (可选) ``` Step 1: 加载恢复协议(必须执行) ``` cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-resume/references/workflow-resume.md" ``` 核心原则(读取后...
|
47 |
| 20381 | ramping-rep-tracker | onewave-ai/claude-skills |
Ramping Rep Tracker 30/60/90/120 day ramp milestones. Activity expectations by week, certification progress, early warning indicators. Instructions You are an expert sales onboarding specialist. Track new rep progress, identify risks early, ensure successful ramp to quota. Output Format Ramping Rep Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable out...
|
47 |
| 20382 | docs-decommission | laurigates/claude-plugins |
Service Decommission Documentation Generator Generate a comprehensive decommission checklist for ${1:-[SERVICE_NAME]} to be created at deployment time when all context is fresh. Your Task Create a detailed decommission documentation file that includes: 1. Service Overview Document the service name, purpose, and deployment date List all environments (dev, staging, production) Note key stakeholders and team contacts Record repository and deployment locations 2. Infrastructure Resources Checklist C...
|
47 |
| 20383 | text-to-speech | connorads/dotfiles |
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
|
47 |
| 20384 | blueprint-execute | laurigates/claude-plugins |
Intelligent meta command that analyzes repository state and executes the appropriate blueprint action. Concept : Run this command anytime to automatically determine what should happen next in your blueprint workflow. Safe to run repeatedly - it's idempotent and will always figure out the right action. Usage : /blueprint:execute How it works : This command acts as an orchestrator, detecting your project's current state and delegating to specific blueprint commands as needed. It uses parallel agen...
|
47 |
| 20385 | workflow-optimizer | vladm3105/aidoc-flow-framework |
workflow-optimizer Purpose Guide users through the SDD workflow by determining current position, recommending next steps, identifying parallel work opportunities, and tracking progress. Problem Solved: Users must manually determine next steps in the 16-layer SDD workflow, leading to workflow friction, missed dependencies, and inefficient sequencing. Solution: Analyze completed artifacts, determine workflow position, and provide prioritized recommendations for next steps with clear rationale. ...
|
47 |
| 20386 | linear-projects | finesssee/linear-cli |
Projects List projects linear-cli p list All projects linear-cli p list --archived Include archived linear-cli p list --view "Active" Apply saved view Get project linear-cli p get PROJECT_ID linear-cli p open PROJECT_ID Open in browser Create project (full API fields) linear-cli p create "Q1 Roadmap" -t ENG linear-cli p create "Feature" -t ENG --icon "🚀" --priority 1 \ --start-date 2025 -01-01 --target-date 2025 -03-31 \ --lead USER_ID --status planned --content "Project description" Upd...
|
47 |
| 20387 | ceo | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
47 |
| 20388 | fumadocs-registry-integration | theorcdev/8bitcn-ui |
Registry Integration Register 8-bit components in registry.json for discovery via shadcn add @8bitcn/[component-name]. Component Entry Pattern { "name": "button", "type": "registry:component", "title": "8-bit Button", "description": "A simple 8-bit button component", "registryDependencies": ["button"], "files": [ { "path": "components/ui/8bit/button.tsx", "type": "registry:component", "target": "components/ui/8bit/button.tsx" }, { "path": "compon...
|
47 |
| 20389 | emotional-disconnect | dylantarre/animation-principles |
Emotional Disconnect Align animation emotion with context using Disney's principles. Problem Indicators Animation feels "off" but hard to articulate Playful motion on serious content Sterile motion on warm content Users describe UI as cold/robotic or chaotic/annoying Mismatch between animation and message Diagnosis by Principle Appeal Issue: Animation lacks emotional resonance Fix: Define the emotional goal. Warm = soft easing, overshoot. Professional = crisp, linear. Match motion to message....
|
47 |
| 20390 | billing manager | eddiebe147/claude-settings |
Billing Manager Take control of billing operations with workflows for invoice generation, payment tracking, and subscription management. Maintain healthy cash flow with timely invoicing and proactive collection. Core Workflows Workflow 1: Invoice Generation Gather Billables - Collect billable items, hours, or usage Apply Pricing - Calculate amounts based on rate cards Add Taxes - Apply appropriate tax rates Generate Invoice - Create professional invoice Track Status - Monitor open, paid, overdue...
|
47 |
| 20391 | alicloud-ai-audio-asr-realtime | cinience/alicloud-skills |
Category: provider Model Studio Qwen ASR Realtime Validation mkdir -p output/alicloud-ai-audio-asr-realtime python -m py_compile skills/ai/audio/alicloud-ai-audio-asr-realtime/scripts/prepare_realtime_asr_request.py && echo "py_compile_ok" > output/alicloud-ai-audio-asr-realtime/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-audio-asr-realtime/validate.txt is generated. Output And Evidence Save session payloads and response samples under output/alicloud-ai-audio-asr-realtime/...
|
47 |
| 20392 | testing-expert | cin12211/orca-q |
Testing Expert Skill Expert in testing strategies for React, Next.js, and NestJS applications. When to Use This Skill Writing unit tests Creating integration tests Setting up E2E tests Testing React components Testing API endpoints Testing database operations Setting up test infrastructure Reviewing test coverage Project Context Discovery Scan Documentation: Check .agent/SYSTEM/ARCHITECTURE.md for testing architecture Identify Tools: Jest/Vitest, React Testing Library, Supertest, Playwright/Cy...
|
47 |
| 20393 | hooks automation | ruvnet/claude-flow |
Hooks Automation Intelligent automation system that coordinates, validates, and learns from Claude Code operations through hooks integrated with MCP tools and neural pattern training. What This Skill Does This skill provides a comprehensive hook system that automatically manages development operations, coordinates swarm agents, maintains session state, and continuously learns from coding patterns. It enables automated agent assignment, code formatting, performance tracking, and cross-session mem...
|
47 |
| 20394 | workflow-ship-faster | heyvhuang/ship-faster |
Workflow: Ship Faster (Next.js 16.1.1) The goal of this chain is: Ship an idea or small prototype to production-ready state in the shortest time , while maintaining iteration speed afterward. When to use Use this workflow when the user wants an end-to-end chain like: “ship this MVP”, “make it production-ready”, “launch/deploy this project” “take this prototype and turn it into a real app” “set up the foundation + UI system + deployment” Core principles (non-negotiable) Pass paths only, not conte...
|
47 |
| 20395 | code-review | srbhr/resume-matcher |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
47 |
| 20396 | rspack-best-practices | rstackjs/agent-skills |
Rspack Best Practices Apply these rules when writing or reviewing Rspack projects. Configuration Use rspack.config.ts and defineConfig Define explicit entry values for multi-page applications Keep one main config and branch by process.env.NODE_ENV only when needed Keep rule conditions narrow and explicit ( test , include , exclude , resourceQuery ) Prefer built-in Rspack plugins/loaders over community JS alternatives when equivalent features exist CLI If @rspack/cli is installed: Use rspack dev ...
|
47 |
| 20397 | data-science | htlin222/dotfiles |
Data Science Data analysis, SQL, and insights generation. When to Use Writing SQL queries Data analysis and exploration Creating visualizations Statistical analysis ETL and data pipelines SQL Patterns Common Queries -- Aggregation with window functions SELECT user_id , order_date , amount , SUM ( amount ) OVER ( PARTITION BY user_id ORDER BY order_date ) as running_total , ROW_NUMBER ( ) OVER ( PARTITION BY user_id ORDER BY order_date DESC ) as recency_rank FROM orders ; -- CTEs for readability ...
|
47 |
| 20398 | security scanner | eddiebe147/claude-settings |
Security Scanner Scan code and infrastructure for security vulnerabilities. Identify issues before they become breaches with systematic security analysis. Core Workflows Workflow 1: Code Security Scan SAST - Static application security testing Dependency Check - Scan for vulnerable dependencies Secrets Detection - Find hardcoded credentials OWASP Check - Review against OWASP Top 10 Report - Generate findings report Workflow 2: Infrastructure Security Configuration Audit - Check security settings...
|
47 |
| 20399 | omc-plan | yeachan-heo/oh-my-claudecode |
<Use_When> User wants to plan before implementing -- "plan this", "plan the", "let's plan" User wants structured requirements gathering for a vague idea User wants an existing plan reviewed -- "review this plan", --review User wants multi-perspective consensus on a plan -- --consensus , "ralplan" Task is broad or vague and needs scoping before any code is written </Use_When> <Do_Not_Use_When> User wants autonomous end-to-end execution -- use autopilot instead User wants to start coding immediate...
|
47 |
| 20400 | godot-adapt-single-to-multiplayer | thedivergentai/gd-agentic-skills |
Adapt: Single to Multiplayer Expert guidance for retrofitting multiplayer into single-player games. NEVER Do NEVER trust client input — Always validate on server. Clients can send fake position/health/inventory data. NEVER use get_tree().get_nodes_in_group() for authority checks — Use is_multiplayer_authority() on individual nodes. Group iteration is unreliable for network identity. NEVER forget to set multiplayer_authority — Nodes without authority assignment will desync. Server should own worl...
|
47 |