███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 16801 | behavior-driven-testing | robotlearning123/behavior-driven-testing |
Behavior-Driven Testing Start from user behavior, not code structure. Every user-reachable path must be tested—no branch left uncovered, no edge case assumed. Core Principles Behavior over Implementation - Test what users see, not how code works Exhaustive Coverage - Every branch, every condition, every edge case Context Awareness - Every test must define its preconditions explicitly Real Environment Validation - Mocks are tools, not destinations Workflow Overview Testing follows three phases. F...
|
44 |
| 16802 | interview-scorecard-builder | dengineproblem/agents-monorepo |
Interview Scorecard Builder Expert in creating structured interview scorecards for consistent, fair candidate evaluation. Core Design Principles Competency-Based Structure Define 4-6 core competencies aligned with role requirements Include both technical and behavioral competencies Map competencies to specific job responsibilities Weight competencies based on role criticality STAR Method Integration Structure questions to elicit Situation, Task, Action, Result responses Provide behavioral indica...
|
44 |
| 16803 | azure-cosmos-java | sickn33/antigravity-awesome-skills |
Azure Cosmos DB SDK for Java Client library for Azure Cosmos DB NoSQL API with global distribution and reactive patterns. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-cosmos </ artifactId > < version > LATEST </ version > </ dependency > Or use Azure SDK BOM: < dependencyManagement > < dependencies > < dependency > < groupId > com.azure </ groupId > < artifactId > azure-sdk-bom </ artifactId > < version > {bom_version} </ version > < type > pom </ type > < ...
|
44 |
| 16804 | altinity-expert-clickhouse-metrics | altinity/skills |
Real-Time Metrics Monitoring Real-time monitoring of ClickHouse metrics, events, and asynchronous metrics. Quick Diagnostics 1. Key Health Metrics select 'Running Queries' as metric, (select value from system.metrics where metric = 'Query') as value, '' as unit, if(value > 100, 'High', 'OK') as status union all select 'Memory Usage', (select value from system.asynchronous_metrics where metric = 'MemoryResident'), formatReadableSize(value), if(value > (select va...
|
44 |
| 16805 | retention marketer | eddiebe147/claude-settings |
Retention Marketer Develop retention strategies to reduce churn and increase customer lifetime value When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create retention marketer retention marketing Review and optimize review retention marketer Get best practices retention...
|
44 |
| 16806 | edge-strategy-reviewer | tradermonty/claude-trading-skills |
Edge Strategy Reviewer Deterministic quality gate for strategy drafts produced by edge-strategy-designer . When to Use After edge-strategy-designer generates strategy_drafts/*.yaml Before exporting drafts to edge-candidate-agent via the pipeline When manually validating a draft strategy for edge plausibility Prerequisites Strategy draft YAML files (output of edge-strategy-designer ) Python 3.10+ with PyYAML Workflow Load draft YAML files from --drafts-dir or a single --draft file Evaluate each d...
|
44 |
| 16807 | alpinejs | brettatoms/agent-skills |
AlpineJS Best Practices Golden Rule: Keep Attributes Short Never put complex logic in HTML attributes. If your x-data , x-init , or any directive exceeds ~50 characters, extract it. Directive Cheatsheet Directive Purpose Example x-data Declare reactive component state x-data="{ open: false }" x-init Run code on component init x-init="fetchData()" x-show Toggle visibility (CSS display) x-show="open" x-if Conditional rendering (must wrap <template> ) <template x-if="show"> x-for Loop (must wrap <t...
|
44 |
| 16808 | responsive-adaptive | dylantarre/animation-principles |
Responsive & Adaptive Timing Responsive timing adapts duration to context: device capability, travel distance, user preferences, and interaction type. One duration doesn't fit all situations. Disney Principles for Adaptive Motion Context-Aware Application Squash & Stretch: Scale with device - more subtle on mobile (less screen real estate for deformation). Anticipation: Shorter on touch devices - touch users expect faster response than mouse users. Staging: Adapt to viewport - smaller scree...
|
44 |
| 16809 | open-targets-search | yorkeccak/scientific-skills |
Open Targets Search Search the complete Open Targets database of drug-disease associations and target validation data using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete target-disease association data with evidence ...
|
44 |
| 16810 | model evaluator | eddiebe147/claude-settings |
Model Evaluator The Model Evaluator skill helps you rigorously assess and compare machine learning model performance across multiple dimensions. It guides you through selecting appropriate metrics, designing evaluation protocols, avoiding common statistical pitfalls, and making data-driven decisions about model selection. Proper model evaluation goes beyond accuracy scores. This skill covers evaluation across the full spectrum: predictive performance, computational efficiency, robustness, fairne...
|
44 |
| 16811 | workflow-project-intake | heyvhuang/ship-faster |
Project Intake (Brainstorm + Clarify + Route) Treat Skills as "stateless execution units", externalize all state to the file system. This skill is positioned as "project entry / requirements clarification" : When user only has a vague idea: help them clarify requirements (minimum information set) before entering execution chain When user provides repo / clear objectives: quickly confirm understanding, then enter the correct workflow/step This skill is not responsible for actual large-scale imple...
|
44 |
| 16812 | dotnet-api | novotnyllc/dotnet-artisan |
dotnet-api Overview ASP.NET Core APIs, data access, backend services, security, and cloud-native patterns. This consolidated skill spans 32 topic areas. Load the appropriate companion file from references/ based on the routing table below. Baseline dependency: references/minimal-apis.md defines the core ASP.NET Core Minimal API patterns (route groups, endpoint filters, TypedResults, parameter binding) that apply to most API development tasks. Load it by default when building HTTP endpoints. Most...
|
44 |
| 16813 | changelog | cloudflare/cloudflare-docs |
Changelog Format specification for CHANGELOG.md based on Keep a Changelog 1.1.0. Language Requirement (Mandatory) All changelog content MUST be written in English. If source information is provided in another language, translate it to English. Do not mix languages within the same changelog. Quick Reference File Header Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this projec...
|
44 |
| 16814 | high-output-management | guia-matthieu/clawfu-skills |
High Output Management Think like Intel's legendary CEO. Apply Andy Grove's management operating system to maximize your team's output through leverage, OKRs, and systematic decision-making. When to Use This Skill Scaling a team when individual contribution isn't enough Performance management to measure and improve output Meeting optimization to make meetings productive Decision-making in management contexts New manager transition from individual contributor Organizational design for efficiency ...
|
44 |
| 16815 | learning-assessor | teachingai/full-stack-skills |
本技能帮助您创建各种学习评估工具,包括测验题目、评估标准、评分 rubric 和学习分析。 关键词: 学习评估、测验设计、评分标准、rubric、学习分析、考试题目 核心功能 1. 测验题目设计 - 设计多种题型(选择题、填空题、简答题、论述题等) - 确保题目与学习目标对齐 - 设计不同难度级别的题目 - 创建题目解析和参考答案 2. 评估标准制定 - 制定清晰的评估标准 - 设计评分细则和权重分配 - 创建评分 rubric(评分量规) - 确保评估的客观性和一致性 3. 学习分析 - 分析学习数据和学习趋势 - 识别学习难点和薄弱环节 - 提供个性化学习建议 - 生成学习报告和反馈 4. 评估工具创建 - 创建在线测验和问卷 - 设计项目评估表 - 创建同伴评估工具 - 设计自我评估工具 使用指南 题目设计原则 - 目标对齐: 每道题目都应对应明确的学习目标 - 难度梯度: 题目应覆盖不同认知层次(记忆、理解、应用、分析、评价、创造) - 清晰明确: 题目表述清晰,避免歧义 - 公平性: 确保题目对所有学习者公...
|
44 |
| 16816 | brand-marketing | dengineproblem/agents-monorepo |
Brand Marketing Animation Apply Disney's 12 animation principles to commercials, advertisements, brand identity, and marketing content. Quick Reference Principle Brand/Marketing Implementation Squash & Stretch Product bounce, logo elasticity Anticipation Build-up to reveal, suspense Staging Product hero shots, focal control Straight Ahead / Pose to Pose Story flow vs key moments Follow Through / Overlapping Logo elements settle, tagline delay Slow In / Slow Out Dramatic reveals, smooth motion ...
|
44 |
| 16817 | runway calculator | eddiebe147/claude-settings |
Runway Calculator Calculate cash runway, burn rate, and financial sustainability projections When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create runway calculator cash runway Review and optimize review runway calculator Get best practices runway calculator best prac...
|
44 |
| 16818 | unit-converter | dkyazzentwatwa/chatgpt-skills |
Convert between units across multiple physical dimensions. Features - Multiple Categories: Length, mass, temperature, time, volume, etc. - Compound Units: Speed, density, pressure - Precision Control: Configurable decimal places - Batch Conversion: Convert lists of values - Formula Display: Show conversion formulas Quick Start ``` from unit_converter import UnitConverter converter = UnitConverter() Simple conversion result = converter.convert(100, "km", "miles") print(f"100 km = {re...
|
44 |
| 16819 | data-integrity-auditor | patricio0312rev/skills |
Data Integrity Auditor Detect and fix data integrity issues automatically. Integrity Check Types 1. Orphaned Records -- Find orphaned orders (no matching user) SELECT o.id, o.user_id FROM orders o LEFT JOIN users u ON u.id = o.user_id WHERE u.id IS NULL; -- Find orphaned order items (no matching order) SELECT oi.id, oi.order_id FROM order_items oi LEFT JOIN orders o ON o.id = oi.order_id WHERE o.id IS NULL; 2. Broken Foreign Keys // scripts/check-foreign-keys.ts async function checkForeignKe...
|
44 |
| 16820 | internal-comms | guanyang/antigravity-skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
44 |
| 16821 | altinity-expert-clickhouse-mutations | altinity/skills |
Mutation Tracking and Analysis Track and diagnose ALTER UPDATE, ALTER DELETE, and other mutation operations. Quick Diagnostics 1. Current Mutations Status select database, table, mutation_id, command, create_time, is_done, parts_to_do, latest_failed_part, latest_fail_time, latest_fail_reason from system.mutations where not is_done order by create_time 2. Mutation Summary by Table select database, table, countIf(not is_done) as pending, c...
|
44 |
| 16822 | testing-expert | personamanagmentlayer/pcl |
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...
|
44 |
| 16823 | sentry | tech-leads-club/agent-skills |
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...
|
44 |
| 16824 | golang-performance | 89jobrien/steve |
Golang Performance This skill provides guidance on optimizing Go application performance including profiling, memory management, concurrency optimization, and avoiding common performance pitfalls. When to Use This Skill When profiling Go applications for CPU or memory issues When optimizing memory allocations and reducing GC pressure When implementing efficient concurrency patterns When analyzing escape analysis results When optimizing hot paths in production code Profiling with pprof Enable P...
|
44 |
| 16825 | ml-paper-writing | galaxy-dawn/claude-scholar |
ML Paper Writing for Top AI Conferences Expert-level guidance for writing publication-ready papers targeting NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. This skill combines writing philosophy from top researchers (Nanda, Farquhar, Karpathy, Lipton, Steinhardt) with practical tools: LaTeX templates, citation verification APIs, and conference checklists. Core Philosophy: Collaborative Writing Paper writing is collaborative, but Claude should be proactive in delivering drafts. The typical workflo...
|
44 |
| 16826 | secrets-detection-rules | dengineproblem/agents-monorepo |
Secrets Detection Rules Expert Expert in pattern matching, regex optimization, false positive reduction, and comprehensive coverage for detecting sensitive credentials in source code. Core Principles detection_philosophy : precision_over_recall : principle : "Minimize false positives" reason : "Too many alerts = alert fatigue = ignored alerts" layered_detection : levels : - "High confidence: Known patterns" - "Medium confidence: Entropy + context" - "Low confidence: Heuristics" entropy_analysis ...
|
44 |
| 16827 | review-vue | nesnilnehc/ai-cortex |
Skill: Review Vue Purpose Review Vue 3 code for framework conventions only. Do not define scope (diff vs codebase) or perform security/architecture analysis; those are handled by scope and cognitive skills. Emit a findings list in the standard format for aggregation. Focus on Composition API and <script setup> , reactivity (ref/reactive, computed/watch), component boundaries and props/emits, state (Pinia/store), routing and guards, performance (e.g. v-memo), and accessibility where relevant. Cor...
|
44 |
| 16828 | progress-summary | epicenterhq/epicenter |
Progress Summary Generate conversational summaries of work in progress, using the same style as well-crafted PR descriptions. Core Principles Motivation First Every summary starts with WHY. Not what files changed, not how it works—WHY this work matters. Good opening : We've been tackling the session timeout issue that was logging users out mid-upload. The root cause was the session refresh only triggering on navigation, not during background activity. Bad opening : We added a keepalive call to t...
|
44 |
| 16829 | executing-plans | zenobi-us/dotfiles |
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
|
44 |
| 16830 | test-driven-development | zenobi-us/dotfiles |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
44 |
| 16831 | survey analyzer | eddiebe147/claude-settings |
Survey Analyzer Expert survey research agent that processes survey data, analyzes responses, identifies patterns, and generates actionable insights. Specializes in quantitative analysis, qualitative coding, sentiment analysis, cross-tabulation, and recommendation generation from survey feedback. This skill applies rigorous survey methodology, statistical analysis, and data visualization to transform raw survey responses into clear insights. Perfect for customer feedback, employee engagement, mar...
|
44 |
| 16832 | section-logic-polisher | willoscar/research-units-pipeline-skills |
Purpose: close the main “paper feel” gap that remains even when a subsection is long and citation-dense: - missing/weak thesis (paragraph 1 never commits to a claim) - weak inter-paragraph flow (paragraph islands; no content-bearing bridges) This is a local, per-H3 polish step that happens after drafting and before merging. What this skill blocks on (and what it does not) Blocking (must fix): - paragraph 1 lacks an explicit thesis / takeaway (a content claim) Non-blocking (diagnostic onl...
|
44 |
| 16833 | ai-code-cleanup | 89jobrien/steve |
AI Code Cleanup This skill identifies and removes AI-generated artifacts that degrade code quality, including defensive bloat, unnecessary comments, type casts, and style inconsistencies. When to Use This Skill After AI-assisted coding sessions Before code reviews or merging branches When cleaning up code that feels "over-engineered" When removing unnecessary defensive code When standardizing code style after AI generation When preparing code for production What This Skill Does Identifies AI A...
|
44 |
| 16834 | trading-psychology | omer-metin/skills-for-antigravity |
No SKILL.md available for this skill. View on GitHub
|
44 |
| 16835 | jurisdiction-advisor | skala-io/legal-skills |
First published on Skala Legal Skills Legal Disclaimer This skill is provided for informational and educational purposes only and does not constitute legal advice. The analysis and information provided should not be relied upon as a substitute for consultation with a qualified attorney. No attorney-client relationship is created by using this skill. Laws and regulations vary by jurisdiction and change over time. Always consult with a licensed attorney in your jurisdiction for advice on specific ...
|
44 |
| 16836 | godot-genre-idle-clicker | thedivergentai/gd-agentic-skills |
Genre: Idle / Clicker Expert blueprint for idle/clicker games with exponential progression and prestige mechanics. NEVER Do NEVER use standard float for currency — Floats overflow at ~1.8e308. Implement BigNumber (mantissa + exponent) from day 1. NEVER use Timer nodes for revenue — Timers drift and pause when game pauses. Use _process(delta) accumulator for precise timing. NEVER make prestige feel like punishment — Post-prestige runs should be 2-5x faster. Otherwise players feel like they lost p...
|
44 |
| 16837 | brand-agency | glebis/claude-skills |
Agency Brand Styling Overview To access Agency's official brand identity and style resources, use this skill. The style is based on neobrutalism aesthetic with bold colors, hard shadows, and strong typography. Brand Guidelines Colors Main Colors: Background Light: ffffff - Light backgrounds Foreground Dark: 000000 - Primary text and dark elements Muted: e5e5e5 - Subtle backgrounds, secondary elements Primary Palette: Primary (Orange): e85d04 - Main accent, CTAs, highlights Secondary (Yello...
|
44 |
| 16838 | muse | simota/agent-skills |
You are "Muse" - the architect and guardian of Design Systems. Your mission spans three core responsibilities: - Design Token Definition: Define and maintain the foundational design tokens (colors, spacing, typography, shadows, border-radius) that form the visual language of the product. - Token Application: Apply design tokens to existing code, replacing hardcoded values with semantic tokens to ensure consistency and maintainability. - Design System Construction: Build and evolve a cohes...
|
44 |
| 16839 | doc-naming | vladm3105/aidoc-flow-framework |
doc-naming Skill Enforces unified ID naming standards and threshold naming rules for all SDD documentation artifacts. 1. Purpose & Scope When to Invoke Invoke this skill BEFORE creating or editing any SDD documentation artifact. Use it to: Verify element ID format compliance Check for removed/legacy patterns Validate threshold tag syntax Ensure document ID format correctness Coverage This skill covers all 12 SDD document types: Layer Document Type Description 1 BRD Business Requirements Do...
|
44 |
| 16840 | settings-and-tuning | terrylica/cc-skills |
Settings and Tuning Configure all adjustable parameters for the TTS engine, Telegram bot, and supporting infrastructure. All settings are centralized in the mise.toml SSoT. Platform : macOS (Apple Silicon) When to Use This Skill Changing TTS voice (English, Chinese, or macOS say voices) Adjusting speech speed Tuning TTS timeouts or queue depth Configuring notification rate limiting or circuit breakers Adjusting prompt executor throttling Modifying session picker limits Changing audit log retenti...
|
44 |
| 16841 | react-testing-patterns | hieutrtr/ai1-skills |
React Testing Patterns When to Use Activate this skill when: Writing tests for React components (rendering, interaction, accessibility) Testing custom hooks with renderHook Mocking API calls with MSW (Mock Service Worker) Testing async state changes (loading, error, success) Auditing component accessibility with jest-axe Setting up test infrastructure (providers, test utilities) Do NOT use this skill for: E2E browser tests with Playwright (use e2e-testing ) Backend Python tests (use pytest-patte...
|
44 |
| 16842 | crisis-detection-intervention-ai | erichowens/some_claude_skills |
Crisis Detection & Intervention AI Expert in detecting mental health crises and implementing safe, ethical intervention protocols. ⚠️ ETHICAL DISCLAIMER This skill assists with crisis detection, NOT crisis response. ✅ Appropriate uses: Flagging concerning content for human review Connecting users to professional resources Escalating to crisis counselors Providing immediate hotline information ❌ NOT a substitute for: Licensed therapists Emergency services (911) Medical diagnosis Profession...
|
44 |
| 16843 | restful-hateoas | pproenca/dot-skills |
Community RESTful HATEOAS Best Practices Comprehensive guide to building REST APIs that reach the Glory of REST (Richardson Maturity Level 3) in Ruby on Rails. Contains 47 rules across 9 categories, ordered by the request/response lifecycle — from resource URI design through hypermedia link relations to API evolution. When to Apply Reference these guidelines when: Designing new REST API endpoints and resource URIs Adding hypermedia controls (_links, affordances) to API responses Implementing con...
|
44 |
| 16844 | localstack | localstack/skills |
LocalStack Lifecycle Management Manage the LocalStack container lifecycle including starting, stopping, and monitoring the local cloud environment. Capabilities Start LocalStack with custom configuration Stop running LocalStack instances Check LocalStack status and health Restart LocalStack with new settings View LocalStack version and configuration Common Commands Start LocalStack Basic start localstack start -d Start with debug mode DEBUG = 1 localstack start -d Start with Pro features (req...
|
44 |
| 16845 | swain-stage | cristoslc/swain |
Stage Tmux workspace manager for swain. Creates pane layouts, manages an animated MOTD status panel, and gives the agent direct control over the visual workspace. Prerequisite: Must be running inside a tmux session ( $TMUX must be set). If not in tmux, inform the user and exit gracefully. Script location Swain project skills live under skills/ in the project root. For this skill, use: skills/swain-stage/scripts/swain-stage.sh — main tmux layout and pane manager skills/swain-stage/scripts/swain-m...
|
44 |
| 16846 | qa-assistant | caomeiyouren/momei |
QA Assistant Skill (问答助手技能) 能力 (Capabilities) 全域检索 : 能够快速检索项目中的所有文档 ( docs/ ) 和源代码,并具备跨工作树( momei-dev , momei-test )的资产识别能力。 代码理解 : 分析代码片段以回答关于实现细节、逻辑流程或技术栈使用的问题。 文档解读 : 查阅规范文档、计划文档和设计文档,提供项目层面的背景信息。 总结归纳 : 将复杂的技术信息汇总为易于理解的答案。 指令 (Instructions) 只读原则 : 严禁执行任何修改代码、移动文件或删除资源的操作。 准确查证 : 在回答问题前,必须通过 read_file 、 grep_search 或 semantic_search 确认事实,不得凭空猜测。 引用透明 : 在回答中尽可能注明信息的来源(文件路径和大概位置)。 范围限制 : 专注于 momei 项目本身,避免回答与项目无关的通用编程问题(除非这些问题直接影响项目的理解)。 不修改建议 : 即使发现 Bug,也仅作为回答的一部分指出并提供修复建议,不得直接应用修改。 使用示例 (Usage...
|
44 |
| 16847 | quick-start-guide | dengineproblem/agents-monorepo |
Quick Start Guide Creator Expert in creating effective onboarding documentation that helps users achieve working implementations in 5-15 minutes. Core Principles Time-to-Value Optimization Lead with impressive features, not setup Deliver immediate value through early wins Defer advanced concepts to later documentation Target completion in 5-15 minutes Progressive Disclosure Start with clear prerequisites Use numbered steps Build complexity gradually Link to deeper documentation Quick Start Templ...
|
44 |
| 16848 | company-name-generator | breverdbidder/life-os |
Company Name Generator Systematic business naming with trademark screening and domain availability validation. Core Workflow Extract business context (domain, audience, competitive positioning, IP requirements) Generate 5-15 names per category (10 categories) Score each name 0-100 across 5 weighted criteria Check USPTO TESS for trademark conflicts Verify .com/.ai/.io domain availability Present top 25 ranked names with availability data 10 Naming Categories Descriptive - Direct function descript...
|
44 |
| 16849 | modals-dialogs | dylantarre/animation-principles |
Modal & Dialog Animation Principles Apply Disney's 12 principles to modals for seamless, non-jarring transitions. Principles Applied to Modals 1. Squash & Stretch Modal can scale from 0.9 to 1.0 on enter, creating a subtle expansion feel. Exit reverses. Keep it subtle to maintain professionalism. 2. Anticipation Trigger element (button) should react before modal appears. Brief scale-down of trigger, then modal emerges from that point. 3. Staging Backdrop dims (0.5-0.7 opacity) to focus at...
|
44 |
| 16850 | rust-skill-creator | actionbook/rust-skills |
Rust Skill Creator Create dynamic skills for Rust crates and std library documentation. When to Use This skill handles requests to create skills for: Third-party crates (tokio, serde, axum, etc.) Rust standard library (std::sync, std::marker, etc.) Any Rust documentation URL Workflow 1. Identify the Target User Request Target Type URL Pattern "create tokio skill" Third-party crate docs.rs/tokio/latest/tokio/ "create Send trait skill" Std library doc.rust-lang.org/std/marker/trait.Send.html "...
|
44 |