███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20901 | attack-surface-analyzer | jeremylongshore/claude-code-plugins-plus-skills |
Attack Surface Analyzer Purpose This skill provides automated assistance for attack surface analyzer tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "attack surface analyzer" in your request Ask about attack surface analyzer patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step guidance for attac...
|
35 |
| 20902 | letta conversations api | letta-ai/skills |
Letta Conversations API The Conversations API allows multiple isolated message threads on a single agent. Each conversation maintains its own message history while sharing the agent's memory blocks and tools. When to Use This Skill Building multi-user chat applications (each user gets their own conversation) Implementing session management with separate contexts A/B testing agent responses across isolated conversations Any scenario where you need multiple independent chat threads with one agent ...
|
35 |
| 20903 | xiaohongshu-creation-workflow | cyhzzz/finance_aigc_skills |
小红书图文笔记创作工作流 任务目标 本Skill提供从需求到成品的完整小红书图文笔记创作工作流,专为 财经证券领域官方/员工账号 设计。 核心目标 :智能模式判断、两阶段创作(内容创作+风格适配)、爆款评估、专业输出、视觉化呈现、用户全程控制。 核心工作流 用户输入 → Phase 0(模式判断) → Phase 1(初稿创作) → Phase 1.5(审校优化) → Phase 2(IP风格迁移+平台适配) → Phase 2.5(爆款评分≥80分自动继续) → Phase 3(HTML预览) → 最终输出 关键变化 : Phase 1 :纯粹的选题探讨、优质初稿创作(不考虑IP风格和平台格式) Phase 1.5 :审校优化(非可选,正式的质量检查步骤) Phase 2 :IP风格迁移 + 平台格式适配(自动选择账号风格) Phase 2.5 :评分≥80分自动进入Phase 3 Phase 3 :默认生成HTML预览,可选手动调用baoyu生成PNG图集 ⚡ 自动执行原则 本工作流采用 智能自动执行 策略,大幅减少人工确认步骤: 自动执行的步骤 : ✅ Phase 1 所有步骤(...
|
35 |
| 20904 | pr-resolver | zenobi-us/dotfiles |
Automate the process of addressing pull request review feedback by processing ALL comments, making code fixes, resolving EVERY conversation thread, and fixing ALL failing CI checks. This skill does NOT skip any comments. Every unresolved thread must be addressed and resolved. Prerequisites ``` Verify gh CLI is installed and authenticated gh auth status If not authenticated, run: gh auth login ``` Token requires `repo` scope for full repository access. Workflow Overview - Fetch PR con...
|
35 |
| 20905 | epic-react-patterns | epicweb-dev/epic-stack |
Epic Stack: React Patterns and Guidelines When to use this skill Use this skill when you need to: Write efficient React components in Epic Stack applications Optimize performance and bundle size Follow React Router patterns and conventions Avoid common React anti-patterns Implement proper code splitting Optimize re-renders and data fetching Use React hooks correctly Philosophy Following Epic Web principles: Make it work, make it right, make it fast - In that order. First make it functional, ...
|
35 |
| 20906 | ansible-validator | akin-ozer/cc-devops-skills |
Ansible Validator Overview Comprehensive toolkit for validating, linting, and testing Ansible playbooks, roles, and collections. This skill provides automated workflows for ensuring Ansible code quality, syntax validation, dry-run testing with check mode and molecule, and intelligent documentation lookup for custom modules and collections with version awareness. Default behavior: When validating any Ansible role with a molecule/ directory, attempt Molecule automatically using bash scripts/test_r...
|
35 |
| 20907 | code-review | smallnest/langgraphgo |
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...
|
35 |
| 20908 | nginx-ingress-manager | jeremylongshore/claude-code-plugins-plus-skills |
Nginx Ingress Manager Purpose This skill provides automated assistance for nginx ingress manager tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "nginx ingress manager" in your request Ask about nginx ingress manager patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for nginx ingress manager Fo...
|
35 |
| 20909 | pwa-development | travisjneuman/.claude |
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 ...
|
35 |
| 20910 | tuzi-video-gen | tuziapi/tuzi-skills |
Video Generation (AI SDK) Tuzi API video generation backend. Default model: veo3.1. Script Directory Agent Execution : SKILL_DIR = this SKILL.md file's directory Script path = ${SKILL_DIR}/scripts/main.ts Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any video generation. Do NOT skip or defer. 0.1 Check API Key echo " ${TUZI_API_KEY :- not_set} " grep -s TUZI_API_KEY .tuzi-skills/.env " $HOME /.tuzi-skills/.env" Result Action Key found Continue to Step 0.2 Key NOT...
|
35 |
| 20911 | install-windows-3.11 | letta-ai/skills |
Install Windows 3.11 in QEMU Overview This skill provides procedural knowledge for installing and running Windows 3.11 in a QEMU virtual machine with VNC and web-based access. Windows 3.11 is a legacy 16-bit operating system that requires specific QEMU configuration for proper operation. Pre-Installation Checklist Before starting, verify the following: Check for expected file paths and naming conventions - Tests or acceptance criteria may expect specific paths (e.g., /tmp/qemu-monitor.sock vs /t...
|
35 |
| 20912 | markdownlint-integration | thebushidocollective/han |
Markdownlint Integration Master integrating markdownlint into development workflows including CLI usage, programmatic API (sync/async/promise), CI/CD pipelines, pre-commit hooks, and editor integration. Overview Markdownlint can be integrated into various parts of your development workflow to ensure consistent markdown quality. This includes command-line tools, programmatic usage in Node.js, continuous integration pipelines, Git hooks, and editor plugins. Command-Line Interface markdownlint-cli ...
|
35 |
| 20913 | track17 | tristanmanchester/agent-skills |
track17 (17TRACK parcel tracking) This skill lets Clawdbot keep a local list of your parcels, track their state via the 17TRACK Tracking API v2.2 , and summarise changes. It stores everything in a small SQLite DB under your workspace (by default: <workspace>/packages/track17/track17.sqlite3 ). <workspace> is auto-detected as the parent directory of the nearest skills/ directory that contains this skill. For example, if you install it at /clawd/skills/track17/ , data will be stored at /clawd/pack...
|
35 |
| 20914 | hotel-finder | barneyjm/camino-skills |
Installation Companion Skills : This is part of the Camino AI location intelligence suite. Install all available skills (query, places, relationship, context, route, journey, real-estate, hotel-finder, ev-charger, school-finder, parking-finder, fitness-finder, safety-checker, travel-planner) for comprehensive coverage. Install all skills from repo npx skills add https://github.com/barneyjm/camino-skills Or install specific skills npx skills add https://github.com/barneyjm/camino-skills --skill...
|
35 |
| 20915 | gluestack-components | thebushidocollective/han |
gluestack-ui - Components Expert knowledge of gluestack-ui's universal component library for building accessible, performant UI across React and React Native platforms. Overview gluestack-ui provides 50+ unstyled, accessible components that work seamlessly on web and mobile. Components are copy-pasteable into your project and styled with NativeWind (Tailwind CSS for React Native). Key Concepts Component Installation Add components using the CLI: Initialize gluestack-ui in your project npx glues...
|
35 |
| 20916 | solidjs-expert | oimiragieo/agent-studio |
Solidjs Expert solidjs complex state management When reviewing or writing code, apply these guidelines: Utilize createStore() for complex state management. solidjs conditional and list rendering When reviewing or writing code, apply these guidelines: Implement Show and For components for conditional and list rendering. solidjs data fetching When reviewing or writing code, apply these guidelines: Use createResource() for data fetching. solidjs derived values management When reviewing or wr...
|
35 |
| 20917 | mermaid-er-diagram-creator | jeremylongshore/claude-code-plugins-plus-skills |
Mermaid Er Diagram Creator Purpose This skill provides automated assistance for mermaid er diagram creator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "mermaid er diagram creator" in your request Ask about mermaid er diagram creator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for mermaid er diagram c...
|
35 |
| 20918 | sap-hana-cloud-data-intelligence | secondsky/sap-skills |
SAP HANA Cloud Data Intelligence Skill This skill provides comprehensive guidance for developing with SAP Data Intelligence Cloud, including pipeline creation, operator development, data integration, and machine learning scenarios. Table of Contents When to Use This Skill Core Concepts Quick Start Patterns Common Tasks Bundled Resources When to Use This Skill Use this skill when: Creating or modifying data processing graphs/pipelines Developing custom operators (Gen1 or Gen2) Integrating ABAP-ba...
|
35 |
| 20919 | using-superpowers | nickcrew/claude-ctx-plugin |
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
|
35 |
| 20920 | host-panel | wyattowalsh/agents |
Host Panel Surface real tensions, frameworks, and disagreements through simulated expert discourse — not theatrical roleplay. This panel explores a complex topic from multiple angles — surfacing frameworks and genuine disagreements, not producing consensus or truth. Invocation: /host-panel "topic" [format] [num-experts] Format Purpose Best for roundtable Open multi-perspectival exploration Broad topics, brainstorming, mapping a field oxford Binary debate with formal sides Policy decisions, testi...
|
35 |
| 20921 | deep-research | zenobi-us/dotfiles |
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...
|
35 |
| 20922 | tiny-vue-skill | opentiny/agent-skills |
No SKILL.md available for this skill. View on GitHub
|
35 |
| 20923 | generate-tests | iskysun96/aptos-agent-skills |
Generate Tests Skill Overview This skill generates comprehensive test suites for Move contracts with 100% line coverage requirement. Tests verify: ✅ Happy paths (functionality works) ✅ Access control (unauthorized users blocked) ✅ Input validation (invalid inputs rejected) ✅ Edge cases (boundaries, limits, empty states) Critical Rule: NEVER deploy without 100% test coverage. Core Workflow Step 1: Create Test Module [test_only] module my_addr::my_module_tests { use my_addr::my_module::{Self, MyOb...
|
35 |
| 20924 | azure-sdk-mgmt-pr-review | azure/azure-sdk-for-net |
Azure .NET Mgmt SDK PR Review Review Azure SDK for .NET management library pull requests against the official API review guidelines. The review is split into three sequential phases: Phase 1: Versioning Review (gate), Phase 2: API Review , and Phase 3: Breaking Change Detection . Each phase must pass before proceeding to the next. Phase 1: Versioning Review This phase checks version-related rules that are simple and rule-based. If any violation is found in this phase, stop the review immediately...
|
35 |
| 20925 | dead-code-detector | curiouslearner/devkit |
Dead Code Detector Find and remove unused code across Python, TypeScript, and Rust codebases. Tools by Language Language Tool Detects Python vulture v2.14+ Unused imports, functions, classes, variables TypeScript knip v5.0+ Unused exports, dependencies, files Rust cargo clippy + rustc lints Unused functions, imports, dead_code warnings Why these tools? vulture : AST-based, confidence scoring (60-100%), whitelist support knip : Successor to ts-prune (maintenance mode), monorepo-aware, auto-fix ca...
|
35 |
| 20926 | django-expert | personamanagmentlayer/pcl |
Django Expert Overview This skill provides expert guidance for Django backend development with comprehensive coverage of models, views, Django REST Framework, forms, authentication, testing, and performance optimization. It follows official Django best practices and modern Python conventions to help you build robust, maintainable applications. Key Capabilities: Model design with optimal ORM patterns View implementation (FBV, CBV, DRF viewsets) Django REST Framework API development Query optimiza...
|
35 |
| 20927 | gardening-mindset | coowoolf/insighthunt-skills |
The Gardening Mindset Overview A shift from the "Builder" mindset (rigid plans, top-down control) to a "Gardener" mindset (creating conditions for growth, ecosystem curation). Plant many cheap "seeds" and invest in the ones that show organic traction. Core principle: Don't try to predict the winner. Look for signals of natural growth. Builder vs Gardener ┌─────────────────────────────────────────────────────────────────┐ │ BUILDER MINDSET │ GARDENER MINDSET │ ├───────...
|
35 |
| 20928 | youtube-plan-new-video | kenneth-liao/ai-launchpad-marketplace |
YouTube Video Planning Overview This skill generates complete video plans by orchestrating specialized skills to create optimized titles, thumbnails, and hooks. It takes research as input and produces a production-ready plan with all creative elements needed to maximize video performance. Core Principle : Leverage specialized skills to ensure proven patterns for CTR (title/thumbnail) and retention (hook). Never generate these elements manually. When to Use Use this skill when: Research has been ...
|
35 |
| 20929 | zod-patterns | mx-space/core |
Zod Schema Patterns Basic Pattern import { z } from 'zod' import { createZodDto } from 'nestjs-zod' // Define Schema export const MySchema = z . object ( { name : z . string ( ) . min ( 1 ) , email : z . string ( ) . email ( ) , age : z . number ( ) . int ( ) . positive ( ) . optional ( ) , } ) // Create DTO class export class MyDto extends createZodDto ( MySchema ) { } // Partial DTO for updates export class PartialMyDto extends createZodDto ( MySchema . partial ( ) ) { } Project Custom Validat...
|
35 |
| 20930 | animation principles - absolute beginner | dylantarre/animation-principles |
Your First Look at Animation Magic Animation makes drawings move in ways that feel real and fun. Disney animators discovered 12 tricks that make animation look great. Here they are in simple words: 1. Squash and Stretch Things squish when they hit something and stretch when they move fast. Drop a ball - it flattens on the ground, then bounces back round. 2. Anticipation Before a big move, there's a small move the other way. Before jumping up, you crouch down first. 3. Staging Put important thing...
|
35 |
| 20931 | hybrid-cloud-test-gen | getsentry/sentry |
Hybrid Cloud Test Generation This skill generates tests for Sentry's hybrid cloud architecture. It covers RPC services, API gateway proxying, outbox patterns, and endpoint silo decorators. Critical Constraints ALWAYS use factory methods ( self.create_user() , self.create_organization() ) — never Model.objects.create() . NEVER wrap factory method calls in assume_test_silo_mode or assume_test_silo_mode_of . Factories are silo-aware and handle silo mode internally. Only use silo mode context manage...
|
35 |
| 20932 | sanctum | sendaifun/skills |
Sanctum Development Guide A comprehensive guide for building Solana applications with Sanctum - Solana's largest LST (Liquid Staking Token) platform powering 1,361+ LSTs. Overview Sanctum provides unified liquid staking infrastructure on Solana: Infinity Pool : Multi-LST liquidity pool with zero-slippage swaps Router : Instant LST-to-LST swaps via stake account routing Reserve : Instant SOL liquidity for LST withdrawals LST Creation : Launch custom liquid staking tokens INF Token : Yield-bearing...
|
35 |
| 20933 | frontend-development | samhvw8/dot-claude |
Frontend Development Guidelines Purpose Comprehensive guide for modern frontend development across React, Vue 3, Svelte 5, and Angular. Covers framework-specific patterns, common architectural principles, and cross-framework best practices. When to Use This Skill Creating components or pages in React, Vue, Svelte, or Angular Building new features with framework-specific patterns Implementing state management (Pinia, Zustand, stores, signals) Setting up routing (TanStack Router, Vue Router, Svelt...
|
35 |
| 20934 | brand-guidelines | teachingai/full-stack-skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
35 |
| 20935 | notebooklm-superskill | ainergiz/notebooklm-superskill |
Generate professional content from NotebookLM notebooks: slides, podcasts, infographics, and videos. When to Use This Skill Use this skill when the user wants to: - Generate slide decks for different audiences (technical, investor, customer, executive, beginner) - Create AI podcast-style audio overviews - Make visual infographics from research - Generate video overviews/explainers - Automate NotebookLM content creation Critical: Always Use run.py Wrapper All scripts MUST be run throug...
|
35 |
| 20936 | laravel:config-env-storage | jpcaparas/superpowers-laravel |
Storage Config (S3/R2/MinIO/CDN) Configure storage once; switch providers via env. Env FILESYSTEM_DISK=s3 AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... AWS_DEFAULT_REGION=auto AWS_BUCKET=... AWS_ENDPOINT=https://r2.example.com for R2/MinIO AWS_USE_PATH_STYLE_ENDPOINT=true if required MEDIA_CDN_URL=https://cdn.example.com optional CDN/base URL Tips Prefer pre‑signed URLs for uploads/downloads when possible For CDN, prefix public URLs with MEDIA_CDN_URL (app URL generation ...
|
35 |
| 20937 | animation principles - refresher | dylantarre/animation-principles |
Quick Principles Refresher You know these. Here's the checklist. The 12 Squash/Stretch - Volume constant, shape varies. Check your impacts and fast motion. Anticipation - Is the audience prepared? Opposite direction, proportional to action. Staging - Silhouette test. One idea. Where's the eye going? Straight Ahead / Pose to Pose - Right method for this shot? Maybe hybrid. Follow Through / Overlap - Does everything stop at once? (It shouldn't.) Hierarchy: root leads, tips lag. Slow In / Out - Che...
|
35 |
| 20938 | audio-editing | guia-matthieu/clawfu-skills |
Audio Editing Fundamentals Master the essential audio post-production techniques—normalization, compression, EQ, and noise reduction—using the correct processing order to achieve professional-quality audio. When to Use This Skill Editing podcast episodes or video soundtracks Cleaning up recorded voiceovers Improving audio quality for marketing content Preparing audio files for distribution Troubleshooting common audio issues Standardizing audio levels across a project Methodology Foundation Sour...
|
35 |
| 20939 | log-analysis-security | jeremylongshore/claude-code-plugins-plus-skills |
Log Analysis Security Purpose This skill provides automated assistance for log analysis security tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "log analysis security" in your request Ask about log analysis security patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step guidance for log analysis ...
|
35 |
| 20940 | opik-optimizer | vincentkoc/dotskills |
Opik Optimizer Purpose Design, run, and interpret Opik Optimizer workflows for prompts, tools, and model parameters with consistent dataset/metric wiring and reproducible evaluation. When to use Use this skill when a user asks for: Choosing and configuring Opik Optimizer algorithms for prompt/agent optimization. Writing ChatPrompt -based optimization runs and custom metric functions. Optimizing with tools (function calling or MCP), selected prompt roles, or prompt segments. Tuning LLM call param...
|
35 |
| 20941 | deployment-automation | eddiebe147/claude-settings |
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
|
35 |
| 20942 | flutter-development | travisjneuman/.claude |
Flutter Development Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Create high-performance, visually stunning mobile applications using Flutter with Dart language. Master widget composition, state management patterns, navigation, and API integration. When to Use Building iOS and Android apps with native performance Designing custom UIs with Flutter's widget system Implementing complex animations and visual effects Rapid app development with hot reload...
|
35 |
| 20943 | docusaurus-config-setup | jeremylongshore/claude-code-plugins-plus-skills |
Docusaurus Config Setup Purpose This skill provides automated assistance for docusaurus config setup tasks within the Technical Documentation domain. When to Use This skill activates automatically when you: Mention "docusaurus config setup" in your request Ask about docusaurus config setup patterns or best practices Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation. Capabilities Provides step-by-step guidance for docusau...
|
35 |
| 20944 | learning-opportunities | drcathicks/learning-opportunities |
Learning Opportunities Invocation argument: $ARGUMENTS Purpose The user wants to build genuine expertise while using AI coding tools, not just ship code. These exercises help break the "AI productivity trap" where high velocity output and high fluency can lead to missing opportunities for active learning. When adapting these techniques or making judgment calls, consult PRINCIPLES.md for the underlying learning science. When to offer exercises Offer an optional 10-15 minute exercise after: Creati...
|
35 |
| 20945 | upgrade-python-deps | saaspegasus/django-skills |
Your task Upgrade all Python dependencies and verify nothing is broken. Step 1: Upgrade the lock file Run uv lock --upgrade to upgrade all dependencies to their latest compatible versions. Review the output for any resolution errors. If there are conflicts, report them to the user and ask how to proceed before continuing. Step 2: Sync the environment Run uv sync to install the upgraded dependencies into the virtual environment. Step 3: Run post-upgrade checks Run these checks sequentially, stopp...
|
35 |
| 20946 | web-artifacts-builder | teachingai/full-stack-skills |
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...
|
35 |
| 20947 | directive-synthesis | qodex-ai/ai-agent-skills |
Claude Code Command Builder Purpose Guide users through creating effective Claude Code slash commands with proper structure, argument handling, and workflow design. Auto-invokes when users want to create or modify custom commands. When to Use Auto-invoke when users mention: Creating commands - "create command", "make command", "new slash command" Command structure - "command template", "command format", "command frontmatter" Arguments - "$ARGUMENTS", "$1", "$2", "command parameters", "positional...
|
35 |
| 20948 | backend-agent | first-fluke/oh-my-ag |
Backend Agent - API & Server Specialist When to use Building REST APIs or GraphQL endpoints Database design and migrations Authentication and authorization Server-side business logic Background jobs and queues When NOT to use Frontend UI -> use Frontend Agent Mobile-specific code -> use Mobile Agent Core Rules DRY (Don't Repeat Yourself) : Business logic in Service , data access logic in Repository SOLID : Single Responsibility : Classes and functions should have one responsibility Dependency In...
|
35 |
| 20949 | query-optimize | letta-ai/skills |
SQL Query Optimization This skill provides procedural guidance for optimizing SQL queries effectively, with emphasis on proper benchmarking, query plan analysis, and iterative refinement. Core Optimization Workflow 1. Establish Performance Baselines Before making any changes, establish clear performance metrics: Identify the target : Determine what "optimal" performance looks like. Look for reference implementations, documented benchmarks, or theoretical analysis of query complexity. Measure the...
|
35 |
| 20950 | sober-addict-protector | erichowens/some_claude_skills |
Sober Addict Protector Daily companion for protecting your sobriety through proactive strategies, trigger management, and sustainable recovery practices. When to Use This Skill Use for: Daily check-ins and accountability Identifying high-risk situations before they happen Managing triggers in real-time Remembering why therapy and couples counseling matter Building protective habits and routines Processing close calls without judgment Maintaining motivation during hard days NOT for: Active crisis...
|
35 |