███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7701 | convert | binance/binance-skills-hub |
Binance Convert Skill Convert request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/convert/exchangeInfo (GET) List All Convert Pairs None fromAsset, toAsset No /sapi/v1/convert/assetInfo (GET) Query order quantity precision per asset(USER_DATA) None recvWindow Yes /sapi/v1/convert/acceptQuote (POST) Accept Quote (TRADE) quoteId r...
|
110 |
| 7702 | requirements-specification | pluginagentmarketplace/custom-plugin-product-manager |
Transform customer insights into clear, detailed specifications that engineering can build from. Master user story writing, define acceptance criteria, and manage scope ruthlessly. User Story Writing (INVEST Format) INVEST Principles I - Independent (minimal dependencies) N - Negotiable (details can be discussed) V - Valuable (delivers customer value) E - Estimable (team can estimate effort) S - Small (can complete in 1-2 sprints) T - Testable (clear success criteria) User Story Template ...
|
110 |
| 7703 | contract-analyzer | onewave-ai/claude-skills |
Contract Analyzer Intelligent contract review highlighting risks, key terms, and unusual provisions. When to Use This Skill Activate when the user: Provides a contract or agreement to review Asks "review this contract" Needs to understand contract terms Wants concerning clauses identified Mentions NDA, employment agreement, freelance contract Needs to compare contract terms Asks about legal document analysis ⚠️ Important Disclaimers Include this disclaimer in every output: ⚠️ Legal Disclaimer : ...
|
110 |
| 7704 | project-session-manager | yeachan-heo/oh-my-claudecode |
Automate isolated development environments using git worktrees and tmux sessions with Claude Code. Enables parallel work across multiple tasks, projects, and repositories. Commands | `review <ref>` | PR review session | `/psm review omc123` | `fix <ref>` | Issue fix session | `/psm fix omc42` | `feature <proj> <name>` | Feature development | `/psm feature omc add-webhooks` | `list [project]` | List active sessions | `/psm list` | `attach <session>` | Attach to session | `/ps...
|
110 |
| 7705 | stripe-webhooks | hookdeck/webhook-skills |
Stripe Webhooks When to Use This Skill Setting up Stripe webhook handlers Debugging signature verification failures Understanding Stripe event types and payloads Handling payment, subscription, or invoice events Essential Code (USE THIS) Express Webhook Handler const express = require ( 'express' ) ; const stripe = require ( 'stripe' ) ( process . env . STRIPE_SECRET_KEY ) ; const app = express ( ) ; // CRITICAL: Use express.raw() for webhook endpoint - Stripe needs raw body app . post ( '/webho...
|
110 |
| 7706 | axiom-networking-migration | charleswiltgen/axiom |
Network Framework Migration Guides Migration 1: From BSD Sockets to NWConnection Migration mapping BSD Sockets NWConnection Notes socket() + connect() NWConnection(host:port:using:) + start() Non-blocking by default send() / sendto() connection.send(content:completion:) Async, returns immediately recv() / recvfrom() connection.receive(minimumIncompleteLength:maximumLength:completion:) Async, returns immediately bind() + listen() NWListener(using:on:) Automatic port binding accept() listener.newC...
|
110 |
| 7707 | monorepo-management | sickn33/antigravity-awesome-skills |
Monorepo Management Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Establish scalable monorepo structures that support multiple interdependent packages while maintaining build efficiency, dependency management, and deployment coordination. When to Use Multi-package projects Shared libraries across services Microservices architecture Plugin-based systems Multi-app platforms (web + mobile) Workspace dependency management Scaled team development Quick St...
|
110 |
| 7708 | mql5-indicator-patterns | terrylica/cc-skills |
Battle-tested patterns for creating custom MQL5 indicators with proper display, buffer management, and real-time updates. Quick Reference Essential Patterns Display Scale (for small values < 1.0): ``` IndicatorSetDouble(INDICATOR_MINIMUM, 0.0); IndicatorSetDouble(INDICATOR_MAXIMUM, 0.1); ``` Buffer Setup (visible + hidden): ``` SetIndexBuffer(0, BufVisible, INDICATOR_DATA); // Visible SetIndexBuffer(1, BufHidden, INDICATOR_CALCULATIONS); // Hidden ``` New Bar Detection (prevent...
|
110 |
| 7709 | prd-implementation-precheck | charon-fan/agent-playbook |
Perform a short PRD precheck, present issues and questions, then implement only after the user confirms or adjusts the PRD. Workflow - Locate the PRD and any referenced files. - Precheck the PRD and summarize intent in 1-2 sentences. - List findings and questions (blockers first), then ask for confirmation to proceed. - After confirmation, implement the PRD with minimal, consistent changes. - Validate (tests or manual steps) or state what was not run. Precheck Checklist Basic Checks ...
|
110 |
| 7710 | ln-222-story-replanner | levnikolaevich/claude-code-skills |
Universal replanner worker for updating Stories in Epic when requirements change. Invoked by ln-220-story-coordinator (count ≥ 1). When Invoked ln-220-story-coordinator REPLAN MODE (Phase 5b): - Epic has existing Stories (Linear query count ≥ 1) - IDEAL plan generated (Phase 3) - Standards Research completed by ln-001 (Phase 2, may be updated) - Epic requirements changed (AC modified, features added/removed, standards updated) - Parameters: `epicData`, `idealPlan`, `standardsResearch`, `...
|
110 |
| 7711 | tooluniverse-variant-analysis | mims-harvard/tooluniverse |
Variant Analysis and Annotation Production-ready VCF processing and variant annotation skill combining local bioinformatics computation with ToolUniverse database integration. Designed to answer bioinformatics analysis questions about VCF data, mutation classification, variant filtering, and clinical annotation. When to Use This Skill Triggers : User provides a VCF file (SNV/indel or SV) and asks questions about its contents Questions about variant allele frequency (VAF) filtering Mutation type ...
|
110 |
| 7712 | context-fundamentals | sickn33/antigravity-awesome-skills |
Context Engineering Fundamentals Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering. When to Activate Activate this skill when: Designing new agent systems or modifying existing architectures Debugging unexpected agent ...
|
110 |
| 7713 | openlogs-server-logs | charlietlamb/openlogs |
Openlogs Server Logs Use openlogs tail to retrieve recent server logs before asking the user to paste anything. Prefer the cleaned text log unless ANSI or raw terminal bytes matter. Quick Start Run openlogs tail -n 200 to inspect the latest run in the project. If the user mentions a specific command or service, run openlogs tail <query> -n 200 to get the most recent matching run. Use ol tail -n 200 if the short alias is preferred. Read .openlogs/latest.txt directly only when file access is simpl...
|
110 |
| 7714 | chatgpt-apps | openai/skills |
ChatGPT Apps Overview Scaffold ChatGPT Apps SDK implementations with a docs-first, example-first workflow, then generate code that follows current Apps SDK and MCP Apps bridge patterns. Use this skill to produce: A primary app-archetype classification and repo-shape decision A tool plan (names, schemas, annotations, outputs) An upstream starting-point recommendation (official example, ext-apps example, or local fallback scaffold) An MCP server scaffold (resource registration, tool handlers, meta...
|
110 |
| 7715 | symfony:api-platform-versioning | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-versioning<div
|
110 |
| 7716 | tiktok-automation | composiohq/awesome-claude-skills |
TikTok Automation via Rube MCP Automate TikTok content creation and profile operations through Composio's TikTok toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active TikTok connection via RUBE_MANAGE_CONNECTIONS with toolkit tiktok 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 ...
|
110 |
| 7717 | nimble-web-tools | nimbleway/agent-skills |
Nimble Real-Time Web Intelligence Tools Turn the live web into structured, reliable intelligence via the Nimble CLI. Search, extract, map, and crawl any website — get clean, real-time data optimized for AI agents. Run nimble --help or nimble <command> --help for full option details. Prerequisites Install the CLI and set your API key: npm i -g @nimble-way/nimble-cli export NIMBLE_API_KEY = "your-api-key" Verify with: nimble --version For Claude Code, add the API key to ~/.claude/settings.json : {...
|
110 |
| 7718 | ln-760-security-setup | levnikolaevich/claude-code-skills |
L2 Domain Coordinator that orchestrates security scanning and configuration for project bootstrap. Purpose & Scope - Coordinate secret scanning (ln-761) and dependency audit (ln-762) - Aggregate findings from both workers into unified report - Generate security infrastructure: SECURITY.md, pre-commit hooks, CI workflow - Provide overall security score and risk assessment When to Use - During project bootstrap (invoked by ln-700-project-bootstrap) - Manual security audit request - CI/C...
|
110 |
| 7719 | axiom-ownership-conventions | charleswiltgen/axiom |
borrowing & consuming — Parameter Ownership Explicit ownership modifiers for performance optimization and noncopyable type support. When to Use ✅ Use when: Large value types being passed read-only (avoid copies) Working with noncopyable types (~Copyable) Reducing ARC retain/release traffic Factory methods that consume builder objects Performance-critical code where copies show in profiling ❌ Don't use when: Simple types (Int, Bool, small structs) Compiler optimization is sufficient (most c...
|
110 |
| 7720 | ln-403-task-rework | levnikolaevich/claude-code-skills |
Executes rework for a single task marked To Rework and hands it back for review. Purpose & Scope - Load full task, reviewer comments, and parent Story; understand requested changes. - Apply fixes per feedback, keep KISS/YAGNI, and align with guides/Technical Approach. - Update only this task: To Rework -> In Progress -> To Review; no other tasks touched. Task Storage Mode | Load task | `get_issue(task_id)` | `Read("docs/tasks/epics/.../tasks/T{NNN}-*.md")` | Load review notes | Line...
|
110 |
| 7721 | axiom-metrickit-ref | charleswiltgen/axiom |
MetricKit API Reference Complete API reference for collecting field performance metrics and diagnostics using MetricKit. Overview MetricKit provides aggregated, on-device performance and diagnostic data from users who opt into sharing analytics. Data is delivered daily (or on-demand in development). When to Use This Reference Use this reference when: Setting up MetricKit subscriber in your app Parsing MXMetricPayload or MXDiagnosticPayload Symbolicating MXCallStackTree crash data Understan...
|
110 |
| 7722 | docx | aiskillstore/marketplace |
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...
|
110 |
| 7723 | ln-771-logging-configurator | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures structured JSON logging for .NET and Python projects. Overview | Input | Context Store from ln-770 | Output | Logging configuration files | Stacks | .NET (Serilog), Python (structlog) Phase 1: Receive Context Accept Context Store from coordinator. Required Context: - `STACK`: .NET or Python - `FRAMEWORK`: ASP.NET Core or FastAPI - `FRAMEWORK_VERSION`: Version number - `PROJECT_ROOT`: ...
|
110 |
| 7724 | ln-402-task-reviewer | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Task Reviewer MANDATORY after every task execution. Reviews a single task in To Review and decides Done vs To Rework with immediate fixes or clear rework notes. This skill is NOT optional. Every executed task MUST be reviewed immediately. No exceptions, no batching, no skipping. Purpose & Scope Resolve task ID (per Input Re...
|
110 |
| 7725 | system architect | aj-geddes/claude-code-bmad-skills |
System Architect Skill Role: Phase 3 - Solutioning specialist who designs system architecture that meets all functional and non-functional requirements Function: Transform requirements into a complete technical architecture with justified technology choices, component design, and systematic NFR coverage Core Responsibilities Design system architecture based on requirements (PRD/tech-spec) Select appropriate technology stacks with clear justification Define system components, boundaries, and inte...
|
110 |
| 7726 | systemic-worldbuilding | jwynia/agent-skills |
Systemic Worldbuilding: Cascading Consequences Skill You help writers build speculative worlds by systematically tracing how initial changes ripple through society across multiple domains and timescales. Rather than simply introducing novel elements, this approach explores how they would realistically transform everything they touch. Core Principle "A good science fiction story should be able to predict not the automobile, but the traffic jam." - Frederik Pohl The power of speculative fictio...
|
110 |
| 7727 | macro-regime-detector | tradermonty/claude-trading-skills |
Macro Regime Detector Detect structural macro regime transitions using monthly-frequency cross-asset ratio analysis. This skill identifies 1-2 year regime shifts that inform strategic portfolio positioning. When to Use User asks about current macro regime or regime transitions User wants to understand structural market rotations (concentration vs broadening) User asks about long-term positioning based on yield curve, credit, or cross-asset signals User references RSP/SPY ratio, IWM/SPY, HYG/LQD,...
|
110 |
| 7728 | css | mindrally/skills |
CSS Development Guidelines Core Principles Write semantic HTML to improve accessibility and SEO Use CSS for styling, avoiding inline styles Ensure responsive design using media queries and flexible layouts Prioritize external stylesheets over inline or embedded styles Layout Techniques Flexbox Use Flexbox for one-dimensional layouts (rows or columns) Leverage justify-content and align-items for alignment Use flex-wrap for responsive wrapping behavior Prefer gap property over margins for consiste...
|
110 |
| 7729 | ux designer | aj-geddes/claude-code-bmad-skills |
UX Designer Role: Phase 2/3 - Planning and Solutioning UX specialist Function: Design user experiences, create wireframes, define user flows, ensure accessibility Quick Reference Run scripts: bash scripts/wcag-checklist.sh - WCAG 2.1 AA compliance checklist python scripts/contrast-check.py 000000 ffffff - Check color contrast bash scripts/responsive-breakpoints.sh - Show responsive breakpoints Use templates: templates/ux-design.template.md - Complete UX design document templates/user-flow.templa...
|
110 |
| 7730 | ln-770-crosscutting-setup | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates cross-cutting concerns configuration for .NET and Python projects. Overview | Input | Project root directory | Output | Configured logging, error handling, CORS, health checks, API docs | Workers | ln-771 to ln-775 | Stacks | .NET (ASP.NET Core), Python (FastAPI) Phase 1: Detect Project Stack Determine the technology stack by scanning project files. Detection Rules: | `*.c...
|
110 |
| 7731 | binance-futures | alsk1992/cloddsbot |
Binance Futures Trade perpetual futures on Binance with up to 125x leverage and full database tracking. Quick Start Set credentials export BINANCE_API_KEY = "your-api-key" export BINANCE_API_SECRET = "your-api-secret" Check balance /bf balance Open position /bf long BTCUSDT 0.01 10x View stats /bf stats Commands Account Command Description /bf balance Check margin balance /bf positions View open positions /bf orders List open orders Trading Command Description /bf long <symbol> <size> [lever...
|
110 |
| 7732 | recommendation engine | aj-geddes/useful-ai-prompts |
Recommendation Engine Overview This skill provides comprehensive implementation of recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and hybrid approaches to predict user preferences and deliver personalized suggestions. When to Use Building personalized product recommendations for e-commerce platforms Creating content recommendation systems for streaming services, news platforms, or social media Implementing user-user or item-item collaborative...
|
110 |
| 7733 | file-organizer | skillcreatorai/ai-agent-skills |
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project and...
|
110 |
| 7734 | api-resource-patterns | iserter/laravel-claude-agents |
API Resource Patterns Basic Resource Structure <?php namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class PostResource extends JsonResource { public function toArray($request): array { return [ 'id' => $this->id, 'title' => $this->title, 'content' => $this->content, 'created_at' => $this->created_at->toISOString(), 'updated_at' => $this->updated_at->toISOString(), ]; } } Co...
|
110 |
| 7735 | pwa-development | jwynia/agent-skills |
PWA Development Skill Load with: base.md Purpose: Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences across all devices. Core PWA Requirements ┌─────────────────────────────────────────────────────────────────┐ │ THE THREE PILLARS OF PWA │ │ ───────────────────────────────────────────────────────────── │ │ │ │ 1. HTTPS ...
|
110 |
| 7736 | zapier-make-patterns | davila7/claude-code-templates |
Zapier & Make Patterns You are a no-code automation architect who has built thousands of Zaps and Scenarios for businesses of all sizes. You've seen automations that save companies 40% of their time, and you've debugged disasters where bad data flowed through 12 connected apps. Your core insight: No-code is powerful but not unlimited. You know exactly when a workflow belongs in Zapier (simple, fast, maximum integrations), when it belongs in Make (complex branching, data transformation, budget)...
|
110 |
| 7737 | gsap-sequencing | bbeierle12/skill-mcp-claude |
GSAP Sequencing Complex timelines and animation orchestration. Quick Start import gsap from 'gsap'; const tl = gsap.timeline(); tl.to('.box1', { x: 100, duration: 0.5 }) .to('.box2', { y: 50, duration: 0.5 }) .to('.box3', { rotation: 360, duration: 0.5 }); Timeline Basics Creating Timelines // Basic timeline const tl = gsap.timeline(); // Timeline with defaults const tl = gsap.timeline({ defaults: { duration: 0.5, ease: 'power2.out' } }); // Paused timeline (manual control...
|
110 |
| 7738 | devsecops-expert | martinholovsky/claude-skills-generator |
DevSecOps Engineering Expert 1. Overview You are an elite DevSecOps engineer with deep expertise in: Secure CI/CD: GitHub Actions, GitLab CI, security gates, artifact signing, SLSA framework Security Scanning: SAST (Semgrep, CodeQL), DAST (OWASP ZAP), SCA (Snyk, Dependabot) Infrastructure Security: IaC scanning (Checkov, tfsec, Terrascan), policy as code (OPA, Kyverno) Container Security: Image scanning (Trivy, Grype), runtime security, admission controllers Kubernetes Security: Pod Security S...
|
110 |
| 7739 | send-to-linear | casper-studios/casper-marketplace |
Send to Linear Turn unstructured input into well-structured Linear tickets. Setup Config resolution Look for team configuration in this order (first match wins): ~/.claude/skills/send-to-linear/references/config.local.json ~/.agents/skills/send-to-linear/references/config.local.json references/config.json (bundled defaults, relative to this skill file) Use the first .local config found. Otherwise fall back to the bundled config.json . If no .local file exists anywhere AND the bundled config has ...
|
110 |
| 7740 | conductor-status | sickn33/antigravity-awesome-skills |
Conductor Status Display the current status of the Conductor project, including overall progress, active tracks, and next actions. Use this skill when Working on conductor status tasks or workflows Needing guidance, best practices, or checklists for conductor status Do not use this skill when The task is unrelated to conductor status You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outc...
|
110 |
| 7741 | symfony:api-platform-tests | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-tests<div
|
110 |
| 7742 | avalonia-viewmodels-zafiro | davila7/claude-code-templates |
Avalonia ViewModels with Zafiro This skill provides a set of best practices and patterns for creating ViewModels, Wizards, and managing navigation in Avalonia applications, leveraging the power of ReactiveUI and the Zafiro toolkit. Core Principles Functional-Reactive Approach: Use ReactiveUI (ReactiveObject, WhenAnyValue, etc.) to handle state and logic. Enhanced Commands: Utilize IEnhancedCommand for better command management, including progress reporting and name/text attributes. Wizard Patt...
|
110 |
| 7743 | vercel-composition-patterns | vercel-labs/claude-skills |
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
|
110 |
| 7744 | screenshots | sickn33/antigravity-awesome-skills |
Screenshots Generate marketing-quality screenshots of your app using Playwright directly. Screenshots are captured at true HiDPI (2x retina) resolution using deviceScaleFactor: 2 . When to Use This Skill Use this skill when: User wants to create screenshots for Product Hunt Creating screenshots for social media Generating images for landing pages Creating documentation screenshots User requests marketing-quality app screenshots Prerequisites Playwright must be available. Check for it: npx playwr...
|
110 |
| 7745 | claim-investigation | jwynia/agent-skills |
Claim Investigation: Systematic Fact-Checking Skill You help systematically investigate claims from social media and other sources, separating verifiable facts from narrative interpretation and identifying what can and cannot be confirmed. Core Principle Complex claims typically combine verifiable facts with unverifiable interpretations. Effective investigation decomposes claims into atomic components, verifies each independently, and clearly distinguishes between confirmed facts and narrativ...
|
110 |
| 7746 | modal | lobehub/lobe-chat |
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
|
110 |
| 7747 | wp-block-themes | automattic/agent-skills |
WP Block Themes When to use Use this skill for block theme work such as: editing theme.json (presets, settings, styles, per-block styles) adding or changing templates ( templates/*.html ) and template parts ( parts/*.html ) adding patterns ( patterns/*.php ) and controlling what appears in the inserter adding style variations ( styles/*.json ) debugging “styles not applying” / “editor doesn’t reflect theme.json” Inputs required Repo root and which theme is targeted (theme directory if multiple e...
|
110 |
| 7748 | risk-manager | sickn33/antigravity-awesome-skills |
Use this skill when Working on risk manager tasks or workflows Needing guidance, best practices, or checklists for risk manager Do not use this skill when The task is unrelated to risk manager 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.md . You are a risk ...
|
110 |
| 7749 | seo-content-refresher | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo content refresher tasks or workflows Needing guidance, best practices, or checklists for seo content refresher Do not use this skill when The task is unrelated to seo content refresher 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-pl...
|
110 |
| 7750 | ln-773-cors-configurator | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures Cross-Origin Resource Sharing (CORS) policy with security-first approach. Overview | Input | Context Store from ln-770 | Output | CORS configuration with environment-specific policies | Stacks | .NET (ASP.NET Core CORS), Python (FastAPI CORSMiddleware) Phase 1: Receive Context Accept Context Store from coordinator. Required Context: - `STACK`: .NET or Python - `PROJECT_ROOT`: Project di...
|
110 |