Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,509
总 Skills
92.6M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
16651 pdf-helper zackkorman/skills
PDF Helper Guidelines Jk this skill doesn't really do anything.
64
16652 b2c-ecdn salesforcecommercecloud/b2c-developer-tooling
B2C eCDN Skill Use the b2c CLI plugin to manage eCDN (embedded Content Delivery Network) zones, certificates, security settings, and more. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli ecdn zones list ). Prerequisites OAuth credentials with sfcc.cdn-zones scope (read operations) OAuth credentials with sfcc.cdn-zones.rw scope (write operations) Tenant ID for your B2C Commerce organization Examples List CDN Zones list all CDN zones for a...
64
16653 speckit-constitution dceoy/speckit-agent-skills
Spec Kit Constitution Skill When to Use Initial project setup or when governance principles need updates. Inputs User-provided principles or amendments. Existing .specify/memory/constitution.md and templates. If the request is missing or ambiguous, ask focused questions before proceeding. Workflow You are updating the project constitution at .specify/memory/constitution.md . This file is a TEMPLATE containing placeholder tokens in square brackets (e.g. [PROJECT_NAME] , [PRINCIPLE_1_NAME] ). Your...
64
16654 workflow-automation shipshitdev/library
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
64
16655 theme-factory 404kidwiz/claude-supercode-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
64
16656 svelte5-development autumnsgrove/groveengine
Svelte 5 Development Skill When to Activate Activate this skill when: Creating Svelte 5 components Working with SvelteKit routing Implementing runes ($state, $derived, $effect) Building forms with actions Setting up SvelteKit projects Quick Commands npx sv create my-app Create SvelteKit project cd my-app && pnpm install pnpm dev Start dev server (localhost:5173) pnpm build Build for production Runes Quick Reference Rune Purpose Example $state Reactive state let count = $state(0) $derived Comp...
64
16657 pytest-advanced laurigates/claude-plugins
Advanced Pytest Patterns Advanced pytest features for robust, maintainable test suites. When to Use This Skill Use this skill when... Use python-testing instead when... Writing fixtures with scopes/factories Basic test structure questions Parametrizing with complex data Simple assert patterns Setting up pytest plugins (cov, xdist) Running existing tests Organizing conftest.py hierarchy Test discovery basics Async testing with pytest-asyncio Synchronous unit tests Installation Core + common plug...
64
16658 react-optimise pproenca/dot-skills
React Optimise Best Practices Application-level performance optimization guide for React applications. Contains 43 rules across 8 categories, prioritized by impact from critical (React Compiler, bundle optimization) to incremental (memory management). When to Apply Optimizing React application performance or bundle size Adopting or troubleshooting React Compiler v1.0 Splitting bundles and configuring code splitting Improving Core Web Vitals (INP, LCP, CLS) Profiling render performance and identi...
64
16659 ecosystem-guide spences10/svelte-skills-kit
Claude Code Ecosystem Guide A curated set of tools for enhanced Claude Code workflows. The Stack Tool Type Purpose toolkit-skills Plugin Forced-eval hook + core skills (pair with any skills plugin) svelte-skills-kit Plugin Svelte/SvelteKit skills (pair with toolkit-skills) cclog CLI Sync transcripts → SQLite for analytics mcp-omnisearch MCP Unified search (Tavily, Kagi, GitHub, etc.) mcp-sqlite-tools MCP Safe SQLite operations mcpick CLI Toggle MCP servers dynamically research Skill Verified s...
64
16660 vulnerability-scanning secondsky/claude-skills
Vulnerability Scanning Overview Systematically identify security vulnerabilities in applications, dependencies, and infrastructure using automated scanning tools and manual security assessments. When to Use Pre-deployment security checks Continuous security monitoring Compliance audits (PCI-DSS, SOC 2) Dependency vulnerability detection Container security scanning Infrastructure security assessment Implementation Examples 1. Node.js Vulnerability Scanner // scanner.js - Comprehensive vulnerabi...
64
16661 file-manager ninehills/skills
文件管理技能 本技能提供文件和文件夹管理能力。 核心功能 1. 文件操作 创建文件 复制/移动文件 重命名文件 删除文件 2. 文件夹操作 创建文件夹 列出目录内容 删除文件夹(递归) 复制文件夹 3. 批量处理 按类型分类 批量重命名 查找重复文件 整理下载文件夹 安全规则 禁止操作 系统目录(/System, /usr, /bin 等) 其他用户的文件 没有明确确认的删除操作 需要确认 删除文件前列出将被删除的内容 覆盖已存在的文件前提醒 批量操作前显示预览 常用操作示例 整理下载文件夹 1. 创建分类目录 mkdir -p ~/Downloads/ { Documents,Images,Videos,Archives,Others } 2. 按扩展名移动 mv ~/Downloads/*.pdf ~/Downloads/Documents/ mv ~/Downloads/*. { jpg,png,gif } ~/Downloads/Images/ mv ~/Downloads/*. { mp4,mov,avi } ~/Downloads/Videos/ mv ~/Downlo...
64
16662 compose-patterns-2025 josiahsiegel/claude-plugin-marketplace
Docker Compose Patterns for Production (2025) Overview This skill documents production-ready Docker Compose patterns and best practices for 2025, based on official Docker documentation and industry standards. File Format Changes (2025) IMPORTANT: The version field is now obsolete in Docker Compose v2.42+. Correct (2025): services: app: image: myapp:latest Incorrect (deprecated): version: '3.8' DO NOT USE services: app: image: myapp:latest Multiple Environment Strategy Patt...
64
16663 firecrawl-scraper jackspace/claudeskillz
Firecrawl Web Scraper Skill Status : Production Ready Last Updated : 2026-01-20 Official Docs : https://docs.firecrawl.dev API Version : v2 SDK Versions : firecrawl-py 4.13.0+, @mendable/firecrawl-js 4.11.1+ What is Firecrawl? Firecrawl is a Web Data API for AI that turns websites into LLM-ready markdown or structured data. It handles: JavaScript rendering - Executes client-side JavaScript to capture dynamic content Anti-bot bypass - Gets past CAPTCHA and bot detection systems Format conversion ...
64
16664 api-security-hardening secondsky/claude-skills
API Security Hardening Overview Implement comprehensive API security measures including authentication, authorization, rate limiting, input validation, and attack prevention to protect against common vulnerabilities. When to Use New API development Security audit remediation Production API hardening Compliance requirements High-traffic API protection Public API exposure Implementation Examples 1. Node.js/Express API Security // secure-api.js - Comprehensive API security const express = require...
64
16665 xiaohongshu-automation wrt820232/xiaohongshu-automation
小红书自动化控制 Skill 概述 通过 Playwright MCP 工具连接到 OpenClaw 浏览器(CDP 端口 18800),实现小红书的自动化操作,包括发布内容、搜索、获取推荐、评论等功能。 前置条件 OpenClaw 浏览器已启动 :确保 OpenClaw 浏览器运行并开启 CDP 端口 18800 已登录小红书 :首次使用需在 OpenClaw 浏览器中手动登录小红书账号 Playwright MCP 可用 :确保 mcp__Playwright__* 工具集已配置 连接方式 使用 Playwright 的 browser_run_code 工具通过 CDP 连接到 OpenClaw 浏览器: // 连接到 OpenClaw 浏览器 const { chromium } = require ( 'playwright' ) ; const browser = await chromium . connectOverCDP ( 'http://localhost:18800' ) ; const context = browser . contexts ( ) [ 0 ...
64
16666 seedance-director crowscc/seedance-director
Seedance Director — AI 视频导演 1. 角色定义 你是一位专业的 AI 视频导演,精通传统影视制作方法论(剧本结构、分镜设计、镜头语言、声音设计)和即梦 Seedance 2.0 平台全部能力(纯文本生成、图生视频、运镜复刻、特效复刻、视频延长、一镜到底等)。 工作方式:像有经验的导演和用户聊天 — 快速抓住创意核心,给出专业方案,输出可直接使用的即梦提示词。根据用户水平自动调整沟通深度。 平台能力认知 :即梦 Seedance 2.0 完全支持中文对白与口型同步,角色说话时嘴型自动匹配台词。短剧/对白场景应直接使用屏幕台词,不要因为"AI 视频口型不准"而降级为旁白叙事。以 references/platform-capabilities.md 为唯一能力参考,禁止自行假设平台限制。 2. 参考文件导航 按需加载,不要一次性全部加载: 文件 何时加载 内容 references/platform-capabilities.md Phase 5 生成提示词时 10 种生成模式、技术参数、@引用规范 references/narrative-structures.m...
64
16667 video processor iamzhihuix/happy-claude-skills
Video Processor Instructions This skill provides comprehensive video processing utilities including YouTube video download, audio extraction, format conversion, and audio transcription using yt-dlp, FFmpeg, and OpenAI's Whisper model. Prerequisites Required tools (must be installed in your environment): yt-dlp : Video downloader for YouTube and thousands of other sites Install via pip pip install -U yt-dlp Verify installation yt-dlp --version FFmpeg : Multimedia framework for video/audio proce...
64
16668 accelint-ts-documentation gohypergiant/agent-skills
Code Documentation Skill Comprehensive skill for improving JavaScript/TypeScript documentation, including JSDoc comments, comment markers, and general comment quality. When to Activate This Skill Use this skill when the task involves: JSDoc Documentation Adding JSDoc comments to exported functions, types, interfaces, or classes Validating JSDoc completeness (missing @param, @returns, @template tags) Ensuring JSDoc @example tags use proper code fences Documenting object parameters with destructur...
64
16669 dynamic-resources dicklesworthstone/pi_agent_rust
Dynamic Resources Skill This skill is provided by the dynamic-resources extension.
64
16670 javascript-testing autumnsgrove/groveengine
JavaScript/TypeScript Testing Skill When to Activate Activate this skill when: Writing JavaScript or TypeScript tests Testing Svelte, React, or Vue components Setting up Vitest or Jest configuration Working with mocks, spies, or test utilities Running tests or checking coverage Framework Selection Use Case Framework SvelteKit, Vite projects Vitest (recommended) Non-Vite projects, React Native Jest Quick Commands Vitest npx vitest Watch mode npx vitest run Single run (CI) npx vitest run --cover...
64
16671 typescript-clean-code bmad-labs/skills
Clean Code Principles, practices, and workflows for TypeScript developers. Quick Start For a task: Check guidelines.md → find the right workflow For reference: Load only the files relevant to your work Follow the workflow: Step-by-step process for consistent results Workflows Step-by-step processes for common tasks: Workflow When to Use workflows/code-review.md Reviewing code for quality workflows/pr-review.md Reviewing pull requests workflows/tdd.md Test-driven development cycle workflows/r...
64
16672 b2c-job salesforcecommercecloud/b2c-developer-tooling
B2C Job Skill Use the b2c CLI plugin to run existing jobs and import/export site archives on Salesforce B2C Commerce instances. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli job run ). Creating a new job? If you need to write custom job step code (batch processing, scheduled tasks, data sync), use the b2c:b2c-custom-job-steps skill instead. Examples Run a Job run a job and return immediately b2c job run my-custom-job run a job and wai...
64
16673 chatwoot vm0-ai/vm0-skills
Chatwoot Use Chatwoot via direct curl calls to manage customer support across multiple channels (website, email, WhatsApp, etc.). Official docs: https://developers.chatwoot.com/api-reference/introduction When to Use Use this skill when you need to: Manage contacts - create, search, and update customer profiles Handle conversations - create, assign, and track support conversations Send messages - reply to customers or add internal notes List agents - get support team information Automate wor...
64
16674 sqlmap-database-pentesting sickn33/antigravity-awesome-skills
SQLMap Database Penetration Testing Purpose Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap. This skill covers database enumeration, table and column discovery, data extraction, multiple target specification methods, and advanced exploitation techniques for MySQL, PostgreSQL, MSSQL, Oracle, and other database management systems. Inputs / Prerequisites Target URL : Web application URL with injectable parameter (e.g., ?id=1 ) SQLMap Installation...
64
16675 error-recovery mgd34msu/goodvibes-plugin
Resources scripts/ validate-error-recovery.sh references/ common-errors.md Error Recovery Protocol When tasks fail, agents must follow a systematic recovery process that balances efficiency with thoroughness. This skill defines how to categorize errors, leverage institutional memory, apply multi-source recovery strategies, and know when to escalate. Immediate Response When an error occurs during task execution: DO NOT retry blindly . Read the full error message, stack trace, and any diagnostic o...
64
16676 copy-validator shipshitdev/library
Copy Validator - Hook-Story-Offer Scorecard Overview Ruthlessly assess sales copy against Russell Brunson's Hook-Story-Offer framework combined with classic direct response principles. Score objectively, expose weak points, provide rewrites. Brunson's Core Principle: "The hook grabs them, the story connects them, the offer converts them." When This Activates "validate my copy" "rate my copy" / "rate my headline" "is my copy good" "why isn't my copy converting" Checking copy before publishing ...
64
16677 cross-domain-thinking-toolbox hexbee/hello-skills
Cross-Domain Thinking Toolbox Borrow thinking tools from 25 different professions to approach problems from fresh angles. Quick Reference: The 25 Thinking Tools Profession Core Question Best For 1 Artist What makes this unique and interesting? Creative blockers, innovation needs 2 Economist How do people respond to incentives? Behavior prediction, system design 3 Engineer Can I model and calculate this? Prediction, data-driven decisions 4 Entrepreneur What works if I try many things? Uncertai...
64
16678 1k-i18n onekeyhq/app-monorepo
OneKey Internationalization (i18n) Guidelines Translation Management - CRITICAL RESTRICTIONS ABSOLUTELY FORBIDDEN (These files are AUTO-GENERATED): ❌ NEVER modify @onekeyhq/shared/src/locale/enum/translations.ts - Will be overwritten and break i18n system ❌ NEVER modify locale JSON files in @onekeyhq/shared/src/locale/json/* - Managed by external translation system ❌ NEVER hardcode text strings in components - ALWAYS use translation keys ❌ NEVER add translation keys directly to enum files - Us...
64
16679 rest-api-design secondsky/claude-skills
REST API Design Overview Design REST APIs that are intuitive, consistent, and follow industry best practices for resource-oriented architecture. When to Use Designing new RESTful APIs Creating endpoint structures Defining request/response formats Implementing API versioning Documenting API specifications Refactoring existing APIs Instructions 1. Resource Naming ✅ Good Resource Names (Nouns, Plural) GET /api/users GET /api/users/123 GET /api/users/123/orders POST /api/products DELETE...
64
16680 quark-download psylch/media-master
Quark Search — 网盘资源搜索与下载 Language Match user's language : Respond in the same language the user uses. Automate the full workflow: search resources → validate links → save to Quark cloud drive → download locally, by combining the PanSou aggregation API with the local Quark desktop APP. All operations use the CLI script at ${SKILL_PATH}/scripts/quark_search.py . It outputs JSON to stdout ( {"status": "ok", "results": {...}, "hint": "..."} ) and errors to stderr ( {"error": "code", "message": "..."...
64
16681 releasing-macos-apps jamesrochabrun/skills
Releasing macOS Apps Complete workflow for creating notarized macOS app releases with Sparkle auto-updates, DMG installers, and GitHub releases. Release Checklist Copy this checklist and track progress: Release Progress: - [ ] Step 1: Check prerequisites (certificates, credentials) - [ ] Step 2: Update version in .xcconfig file - [ ] Step 3: Build and archive the app - [ ] Step 4: Export with proper code signing - [ ] Step 5: Create zip and generate Sparkle signature - [ ] Step 6: Create DMG...
64
16682 1k-coding-patterns onekeyhq/app-monorepo
OneKey Coding Patterns and Best Practices General Development Develop functions with a test-driven development mindset, ensuring each low-level function or method intended for reuse performs a single, atomic task, but avoid adding unnecessary abstraction layers Promise Handling - MANDATORY COMPLIANCE ALWAYS await Promises; use void prefix ONLY if intentionally not awaiting ZERO TOLERANCE for floating promises - they cause unhandled rejections FOLLOW the @typescript-eslint/no-floating-promises ru...
64
16683 bun test basics secondsky/claude-skills
Bun ships with a fast, built-in, Jest-compatible test runner. Tests run with the Bun runtime and support TypeScript/JSX natively. Quick Start ``` Run all tests bun test Run specific file bun test ./test/math.test.ts Run tests matching pattern bun test --test-name-pattern "addition" ``` Writing Tests ``` import { test, expect, describe } from "bun:test"; test("2 + 2", () => { expect(2 + 2).toBe(4); }); describe("math", () => { test("addition", () => { expect(1 + 1).toBe(2); ...
64
16684 container-orchestration 0xdarkmatter/claude-mods
Container Orchestration Docker and Kubernetes patterns for containerized applications. Dockerfile Best Practices Use specific version, not :latest FROM python:3.11-slim AS builder Set working directory WORKDIR /app Copy dependency files first (better caching) COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt Copy application code COPY src/ ./src/ Production stage (multi-stage build) FROM python:3.11-slim WORKDIR /app Create non-root user RUN useradd --creat...
64
16685 lit-review-assistant meleantonio/awesome-econ-ai-stuff
Literature Review Assistant Purpose This skill helps economists conduct literature reviews by structuring searches, summarizing papers, and synthesizing findings. It provides templates for organizing literature and identifying research gaps. When to Use Starting a literature review for a new project Finding related work for a paper's introduction Synthesizing existing evidence on a topic Identifying gaps in the literature Instructions Step 1: Define the Research Domain Ask the user: What is your...
64
16686 wisdom-accountability-coach erichowens/some_claude_skills
Wisdom & Accountability Coach You are a deeply attentive personal coach and wisdom teacher who maintains longitudinal memory of your user's life, work, writings, conversations, pledges, and growth journey. You hold them accountable with compassion while teaching philosophy, psychology, and timeless wisdom. Integrations Works with: project-management-guru-adhd, hrv-alexithymia-expert, tech-entrepreneur-coach-adhd When to Use This Skill Use for: Accountability check-ins and commitment tracki...
64
16687 groove-work-review andreadellacorte/groove
groove-work-review Outcome The artifact is reviewed for correctness, quality, and fit to plan. Lessons are identified for the compound stage. A clear accept/rework decision is made with rationale. Review notes are captured in the task body. Acceptance Criteria Artifact is evaluated against the plan and acceptance criteria Specific gaps or issues are identified (not vague "needs improvement") Accept or rework decision is stated with rationale Lessons are noted for /groove-work-compound Review not...
63
16688 a-share-analysis nicepkg/ai-workflow
No SKILL.md available for this skill. View on GitHub
63
16689 pdf-toolkit dkyazzentwatwa/chatgpt-skills
Comprehensive PDF manipulation toolkit for merging, splitting, rotating, and more. Features - Merge: Combine multiple PDFs into one - Split: Extract pages or split into chunks - Rotate: Rotate pages by 90/180/270 degrees - Extract: Extract specific pages or page ranges - Watermark: Add text/image watermarks - Compress: Reduce file size - Encrypt: Add password protection - Metadata: Edit PDF metadata - Page Numbers: Add page numbers - Bookmarks: Add/remove bookmarks Quick Start ```...
63
16690 ci-integration jwilger/agent-skills
CI Integration Value: Feedback -- CI pipelines produce signals. Deterministic interaction patterns ensure those signals are received, classified, and acted on correctly. Undisciplined CI interaction (pushing over failing runs, ignoring flaky tests) degrades the signal until the pipeline is noise. Purpose Teaches disciplined CI/CD interaction: one pending run at a time, structured failure triage, automated self-healing for mechanical failures, and structured evidence output for pipeline consumpti...
63
16691 shadcn-ui-setup andrelandgraf/fullstackrecipes
Shadcn UI & Theming To set up Shadcn UI & Theming, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/shadcn-ui-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/shadcn-ui-setup
63
16692 golden-dataset yonatangross/orchestkit
Golden Dataset Comprehensive patterns for building, managing, and validating golden datasets for AI/ML evaluation. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Curation 3 HIGH Content collection, annotation pipelines, diversity analysis Management 3 HIGH Versioning, backup/restore, CI/CD automation Validation 3 CRITICAL Quality scoring, drift detection, regression testing Add Workflow 1 HIGH 9-phase curation, quality scorin...
63
16693 terramate-best-practices terramate-io/agent-skills
Terramate Best Practices Comprehensive guide for Terramate CLI, Cloud, and Catalyst, maintained by Terramate. Contains best practices and usage patterns for stack management, orchestration, code generation, Cloud integration, and Catalyst components/bundles. When to Apply Reference these guidelines when: Creating and organizing Terramate stacks Orchestrating commands across multiple stacks Using code generation to keep configurations DRY Integrating with Terramate Cloud for observability Creatin...
63
16694 moai-lang-swift modu-ai/moai-adk
Swift 6+ Development Specialist Swift 6.0+ development expert for iOS/macOS with SwiftUI, Combine, and Swift Concurrency. Auto-Triggers: Swift files (.swift), iOS/macOS projects, Xcode workspaces Quick Reference Core Capabilities Swift 6.0: Typed throws, complete concurrency, data-race safety by default SwiftUI 6: @Observable macro, NavigationStack, modern declarative UI Combine: Reactive programming with publishers and subscribers Swift Concurrency: async/await, actors, TaskGroup, isolation ...
63
16695 openserv-launch openserv-labs/skills
OpenServ Launch API Launch tokens instantly on Base blockchain with one-sided concentrated liquidity pools on Aerodrome Slipstream. Reference files: reference.md - Full API reference for all endpoints troubleshooting.md - Common issues and solutions examples/ - Complete code examples Base URL: https://instant-launch.openserv.ai What This API Does Deploys ERC-20 tokens - 1 billion supply, standard token contract Creates Aerodrome CL pools - One-sided liquidity with 2,000,000x price range Locks LP...
63
16696 image-enhancer davepoon/buildwithclaude
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
63
16697 vue-frontend-expert caomeiyouren/momei
Vue Frontend Expert Skill (Vue 前端专家技能) 能力 (Capabilities) Composition API : 编写模式一致的 <script setup lang="ts"> 。 SCSS BEM : 遵循 BEM (Block Element Modifier) 命名规范编写高度解耦合的样式。 I18n 驱动 : 强制使用 $t() 或 useI18n() 。 PrimeVue 应用 : 熟练使用项目的 UI 组件库。 暗色模式适配 : 编写自适应暗色模式的样式。 指令 (Instructions) 样式规范 : 严禁使用内联样式和 !important 。必须引用全局变量和 Mixins。 响应式设计 : 确保组件在移动端和桌面端表现正常。 SEO 优化 : 页面级组件必须包含 useHead 或 definePageMeta 。 UI 文本 : 禁止硬编码中文/英文。 使用示例 (Usage Example) 输入: "创建一个文章卡片组件。" 动作: 编写 article-card.vue ,使用 BEM 编写 SCSS,并为标题和按钮设...
63
16698 auto-update systems expert martinholovsky/claude-skills-generator
Auto-Update Systems Expert 0. Mandatory Reading Protocol CRITICAL : Before implementing, read these reference files: Reference When to Read references/security-examples.md Signing keys, signature verification, secure endpoints references/advanced-patterns.md Staged rollouts, rollback, update channels, differential updates references/threat-model.md Security posture, MITM defense, key rotation 1. Overview Risk Level: HIGH Justification : Auto-update systems can deliver code to all users simultane...
63
16699 groove-work-exec andreadellacorte/groove
groove-work-exec Outcome Code, tests, and artifacts are written per the plan. The work task is created/updated in the backend with progress notes. Output is ready for review. Acceptance Criteria Implementation matches the plan from /groove-work-plan Work task body tracks progress with dated notes Output (code, tests, docs) is complete enough to hand off to /groove-work-review Stage task created/updated in backend: YYYY-MM-DD, Work Constraints Read tasks: from .groove/index.md to determine backen...
63
16700 dart-package-maintenance kevmoo/dash_skills
Dart Package Maintenance Guidelines for maintaining Dart packages in alignment with Dart team best practices. Versioning Semantic Versioning Major : Breaking changes. Minor : New features (non-breaking API changes). Patch : Bug fixes, documentation, or non-impacting changes. Unstable packages : Use 0.major.minor+patch . Recommendation : Aim for 1.0.0 as soon as the package is stable. Pre-Edit Verification Check Published Versions : Before modifying CHANGELOG.md or pubspec.yaml , ALWAYS check the...
63