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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
16851 iam itsmostafa/aws-agent-skills
AWS IAM AWS Identity and Access Management (IAM) enables secure access control to AWS services and resources. IAM is foundational to AWS security—every AWS API call is authenticated and authorized through IAM. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Principals Entities that can make requests to AWS: IAM users, roles, federated users, and applications. Policies JSON documents defining permissions. Types: Identity-...
44
16852 altinity-expert-clickhouse-reporting altinity/skills
Query Performance Analysis Diagnose SELECT query performance issues, analyze query patterns, and identify optimization opportunities. Quick Diagnostics 1. Current Running Queries select query_id, user, round(elapsed, 1) as elapsed_sec, formatReadableSize(read_bytes) as read_bytes, formatReadableSize(memory_usage) as memory, read_rows, substring(query, 1, 80) as query_preview from system.processes where is_cancelled = 0 order by elapsed desc limit 20 2. Recent Query...
44
16853 tdd blogic-cz/blogic-marketplace
/tdd - Test-Driven Development Workflow Strict TDD workflow: tests first, then implementation. When to Use "Implement X using TDD" "Build this feature test-first" "Write tests for X then implement" Any feature where test coverage is critical Bug fixes that need regression tests TDD Philosophy 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 ...
44
16854 animation-best-practices millionco/react-doctor
Practical Animation Tips Detailed reference guide for common animation scenarios. Use this as a checklist when implementing animations. Recording & Debugging Record Your Animations When something feels off but you can't identify why, record the animation and play it back frame by frame. This reveals details invisible at normal speed. Fix Shaky Animations Elements may shift by 1px at the start/end of CSS transform animations due to GPU/CPU rendering handoff. Fix: .element { will-change : transfor...
44
16855 runbook-generator dengineproblem/agents-monorepo
Runbook Generator Expert in creating comprehensive, standardized runbooks for operational procedures, incident response, and system maintenance tasks. Runbook Structure runbook_template : metadata : title : "Runbook title" version : "1.0" last_updated : "2024-01-15" owner : "Team/Person" reviewers : [ "Name 1" , "Name 2" ] overview : purpose : "What this runbook accomplishes" scope : "Systems/services affected" audience : "Who should use this" prerequisites : access : - "AWS Console access" - "S...
44
16856 linear-teams finesssee/linear-cli
Teams List teams linear-cli t list linear-cli t list --output json Get team details linear-cli t get ENG linear-cli t members ENG List team members Create team linear-cli t create "Platform" -k PLT linear-cli t create "Mobile" -k MOB --description "Mobile team" --private Update team linear-cli t update ENG --name "Engineering" --timezone "America/New_York" Delete team linear-cli t delete TEAM_ID --force Users List users linear-cli u list All workspace users linear-cli u list --team ENG ...
44
16857 motion-canvas apoorvlathey/motion-canvas-skills
Motion Canvas TypeScript library for creating animated videos programmatically using generator functions. Project Setup npm init @motion-canvas@latest Create new project npm install && npm start Run dev server at localhost:9000 Project structure: my-project/ ├── src/ │ ├── project.ts Main project config │ └── scenes/ Animation scenes ├── vite.config.ts └── package.json Core Concepts 1. Project Configuration // src/project.ts import {makeProject} from ...
44
16858 dart-sass teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Install and configure Dart Sass Compile Sass/SCSS files to CSS Use Sass syntax features (variables, nesting, mixins, functions, etc.) Work with Sass modules and imports Integrate Sass into build tools or workflows Use Sass CLI commands Configure Sass compilation options Use Sass in JavaScript or Dart projects Optimize Sass compilation performance Handle Sass source maps How to use this skill To use Dart Sass: Install Dart Sass...
44
16859 ln-311-agent-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. Agent Reviewer (Story) Runs parallel external agent reviews on validated Story and Tasks, critically verifies suggestions, returns editorial improvements. Purpose & Scope Worker in ln-310 validation pipeline (invoked in Phase 5) Run codex-review + gemini-review as background tasks in parallel Process results as they arrive ...
44
16860 dependency-analyzer dkyazzentwatwa/chatgpt-skills
Dependency Analyzer Skill Step 1: Identify Dependency Files Locate dependency files: package.json (Node.js) requirements.txt (Python) go.mod (Go) Cargo.toml (Rust) pom.xml (Java/Maven) Step 2: Analyze Dependencies Examine dependencies: Read dependency files Check versions Identify outdated packages Note version constraints Step 3: Semantic Versioning Analysis Analyze version numbers using semantic versioning (semver): Parse version numbers: Extract major.minor.patch from version strings H...
44
16861 audit-typography mblode/agent-skills
Audit Typography 89 rules across 10 categories for web typography quality. Focuses on concrete issues with concrete fixes. Audit Workflow Copy and track this checklist during the audit: Audit progress: - [ ] Step 1: Scope changed surfaces and select relevant categories - [ ] Step 2: Run CRITICAL checks (punctuation, font setup) - [ ] Step 3: Run HIGH checks (sizing, spacing) - [ ] Step 4: Run MEDIUM+ checks for remaining categories in scope - [ ] Step 5: Report findings with file:line and concre...
44
16862 solidity-security 0xlayerghost/solidity-agent-kit
Solidity Security Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns. Use this skill when Writing secure smart contracts Auditing existing contracts for vulnerabilities Implementing secure DeFi protocols Preventing reentrancy, overflow, and access control issues Optimizing gas usage while maintaining security Preparing contracts for professional audits Understanding common attack vectors Do not use this skill when The task is unrelat...
44
16863 sqlalchemy orm expert manutej/luxor-claude-marketplace
SQLAlchemy ORM Expert Skill Overview This skill provides comprehensive guidance for using SQLAlchemy 2.0+ in customer support systems, focusing on ORM patterns, session management, query optimization, async operations with FastAPI, and PostgreSQL integration. It covers everything from basic model definitions to advanced patterns for high-performance support applications. Core Competencies 1. Customer Support Data Models When building customer support systems, you need robust data models that rep...
44
16864 gitlab-address-comments openai/skills
Find the open MR for the current branch and address its review threads using `glab`. Run all `glab` commands with elevated network access. Prerequisites - Ensure `glab auth status` succeeds (via `glab auth login` or `GITLAB_TOKEN`). - Ensure `glab` is at least v1.80.4. - When sandboxing blocks network calls, rerun with `sandbox_permissions=require_escalated`. - Sanity check auth up front: ``` glab auth status ``` 1) Resolve the MR for the current branch Do a quick check so we know whi...
44
16865 product-manager ncklrs/startup-os-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
44
16866 c++ code formatter calcitem/sanmill
C++ Code Formatter Purpose This skill helps format Sanmill's C++ code to ensure code style consistency and maintainability across the codebase. Use Cases Format C++ code after modifications Check code style compliance Format code before committing Batch format project C++ files Validate code style in CI/CD pipelines Quick Commands Using Project Script (Recommended) Format all C++ and Dart code (will auto-commit) ./format.sh Format without auto-commit ./format.sh s The script formats: All .h an...
44
16867 erpnext-errors-database openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Database - Error Handling This skill covers error handling patterns for database operations. For syntax, see erpnext-database . Version : v14/v15/v16 compatible Database Exception Types ┌─────────────────────────────────────────────────────────────────────┐ │ FRAPPE DATABASE EXCEPTIONS │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ frappe.DoesNotEx...
44
16868 uniapp-ucharts teachingai/full-stack-skills
Use this skill whenever the user wants to: - Integrate uCharts into UniApp projects - Configure UniApp projects to work with uCharts (pages.json, manifest.json, easycom) - Handle platform-specific behaviors when using uCharts in UniApp (H5, mini-program, App, nvue) - Use UniApp features (navigation, APIs, lifecycle) with uCharts components - Build cross-platform UniApp applications with uCharts charts - Configure easycom for automatic uCharts component import in UniApp - Handle navigation...
44
16869 marketing-video gnoviawan/agentic-marketing
Video Marketing Specialist You are a senior video marketing strategist with deep expertise across short-form video (TikTok, Reels, YouTube Shorts), long-form YouTube, live streaming, video ads, video scripting, and video production workflows. You deliver actionable, modern video strategies grounded in the brand's SOSTAC plan. Reference Lookup Protocol This skill uses progressive disclosure to save tokens. Read ./references/frameworks-index.csv — lightweight index (~7 rows) Match the user's situa...
44
16870 remotion-scaffold ncklrs/startup-os-skills
Remotion Scaffold Creates the foundational folder structure, configuration files, and organizational framework for Remotion video projects. This skill focuses exclusively on project setup and does NOT generate animation logic or component implementation. What This Skill Does Generates project scaffolding for: Directory structure — Organized folder layout for compositions, scenes, assets Configuration files — Base constants.ts, types.ts with empty templates Empty scene templates — Placeholder...
43
16871 plan-review longranger2/claude-gpt-workflow
Plan Review Skill Purpose When the user runs /plan-review {plan-file-path} , start the "adversarial plan iteration" workflow: I (Claude Code) ask Codex to perform a critical review of the specified plan. I read the review produced by Codex and evaluate whether its suggestions are sound. I revise the plan based on valid suggestions and write changes back to the original plan file. If the review status is NEEDS_REVISION , I automatically ask Codex to review again. Repeat until consensus is reached...
43
16872 flow-nexus-platform ruvnet/claude-flow
Flow Nexus Platform Management Comprehensive platform management for Flow Nexus - covering authentication, sandbox execution, app deployment, credit management, and coding challenges. Table of Contents Authentication & User Management Sandbox Management App Store & Deployment Payments & Credits Challenges & Achievements Storage & Real-time System Utilities Authentication & User Management Registration & Login Register New Account mcp__flow - nexus__user_register ( { email : "user@example.com" , ...
43
16873 learn-moralis moralisweb3/onchain-skills
Learn Moralis Behavior If the user invokes /learn-moralis with no question (or just says "learn moralis"), respond with a friendly platform overview. Walk them through: What Moralis is (enterprise Web3 data platform) The two skills available and when to use each: @moralis-data-api (136 endpoints) — query wallet balances, tokens, NFTs, DeFi positions, prices, transactions, analytics. Use for "what is the current/historical state?" @moralis-streams-api (20 endpoints, EVM only) — real-time EVM even...
43
16874 api-mock-server patricio0312rev/skills
API Mock Server Create realistic mock APIs for testing and development. Core Workflow Choose approach: MSW, json-server, custom Define handlers: Mock endpoints Setup fixtures: Test data Configure scenarios: Success/error states Integrate tests: Use in test suites Document mocks: API contract MSW (Mock Service Worker) Installation npm install -D msw npx msw init ./public --save Handler Definition // mocks/handlers.ts import { http, HttpResponse, delay } from 'msw'; // Types interface User { ...
43
16875 large-scale-text-editing letta-ai/skills
This skill provides guidance for efficiently transforming large text files containing thousands to millions of lines. It covers strategies for understanding transformation requirements, designing efficient solutions (particularly with Vim macros), testing approaches, and verification techniques. When to Use This Skill - Transforming CSV, TSV, or other delimited files at scale - Applying repetitive edits across files with millions of rows - Working within keystroke or operation count constra...
43
16876 discover-research rand/cc-polymath
Research Skills Discovery Auto-Activation This skill is automatically activated when your task involves: Research synthesis, literature reviews, meta-analysis Quantitative research, statistical analysis, surveys, experiments Qualitative research, interviews, ethnography, case studies Study design, hypothesis testing, sampling strategies Data collection, survey design, interview protocols Data analysis, coding, statistical tests, visualization Research writing, academic papers, citations, repor...
43
16877 n8n-workflow-automation aaaaqwq/claude-code-skills
n8n workflow automation with retries, logging, and review queues PURPOSE Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. WHEN TO USE TRIGGERS: Build an n8n workflow that runs every Monday and emails the compliance summary. Add error handling and retries to this workflow, plus a review queue for failures. Create a webhook workflow that logs every run and writes a status row to a tracker. Make this n8n ...
43
16878 atomic-design-molecules thebushidocollective/han
Atomic Design: Molecules Master the creation of molecule components - functional groups of atoms that work together as a unit. Molecules combine multiple atoms to create more complex, purposeful UI elements. What Are Molecules? Molecules are the first level of composition in Atomic Design. They are: Composed of atoms only: Never include other molecules Single purpose: Do one thing well Functional units: Atoms working together for a specific task Reusable: Used across different organisms and ...
43
16879 frontend-design-pro claudekit/frontend-design-pro-demo
You are a world-class creative frontend engineer AND visual director. Every interface you build must feel like a $50k+ agency project. 1. Choose One Bold Aesthetic Direction (commit 100%) Style Category Core Keywords (copy-paste ready) Color Palette Ideas Signature Effects & Details Minimalism & Swiss Style clean, swiss, grid-based, generous whitespace, typography-first Monochrome + one bold accent, beige/gray neutrals Razor-sharp hierarchy, subtle hover lifts, micro-animations, perfect alignme...
43
16880 contributing-guide dengineproblem/agents-monorepo
Contributing Guide Expert Эксперт по документации для open source contributors. Структура CONTRIBUTING.md Contributing to Project Name Thank you for your interest in contributing! 🎉 Table of Contents - [ Code of Conduct ]( code-of-conduct ) - [ Getting Started ]( getting-started ) - [ Development Setup ]( development-setup ) - [ How to Contribute ]( how-to-contribute ) - [ Pull Request Process ]( pull-request-process ) - [ Style Guide ]( style-guide ) - [ Community ]( community ) Quick Start S...
43
16881 unit-testing tencentblueking/bk-ci
单元测试编写 Quick Reference 框架:JUnit 5 (Jupiter) + MockK 1.12.2 测试基类:BkCiAbstractTest(提供 dslContext、objectMapper) 文件命名:*Test.kt 测试模式:AAA(Arrange-Act-Assert) 最简示例 class PipelineServiceTest : BkCiAbstractTest() { private val pipelineDao = mockk<PipelineDao>() private val service = PipelineService(pipelineDao) @Test fun `should return pipeline when exists`() { // Arrange every { pipelineDao.get(any(), any()) } returns mockPipeline // Act val res...
43
16882 ascii-art-diagram-creator jeremylongshore/claude-code-plugins-plus-skills
Ascii Art Diagram Creator Purpose This skill provides automated assistance for ascii art diagram creator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "ascii art diagram creator" in your request Ask about ascii art 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 ascii art diagram creato...
43
16883 technical-constraints dylantarre/animation-principles
Work within platform limitations while preserving animation intent. Problem Indicators - Animation doesn't work on target browsers - Mobile devices can't handle animation - Framework limitations block implementation - File size constraints (Lottie, sprites) - Email/constrained environment needs Diagnosis by Principle Straight Ahead vs Pose-to-Pose Issue: Runtime calculations too expensive Fix: Pre-calculate animations. Use CSS keyframes (pose-to-pose) over JS frame-by-frame (straight...
43
16884 product-analysis daymade/claude-code-skills
Product Analysis: Competitive Diagnostic Skill You are a competitive product analysis diagnostician. Your role is to identify what state a product analysis is in and what it needs to move toward strategic decisions. Core Principle Competitive analysis is not feature comparison—it's understanding which jobs customers hire products for, who those customers are, what features serve those jobs, and whether you should build, buy, or partner. This is not a linear checklist (list competitors → count fe...
43
16885 supabase-sdk-patterns cowork-os/cowork-os
supabase-sdk-patterns Purpose Apply production-ready Supabase SDK patterns for TypeScript and Python projects. Routing Use when: Use when the user asks to apply production-ready Supabase SDK patterns for TypeScript and Python projects. Do not use when: Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead. Outputs: Outcome from supabase-sdk-patterns: task-specific result plus concrete ...
43
16886 linear-git finesssee/linear-cli
Git Operations Checkout branch for issue (creates if needed) linear-cli g checkout LIN-123 Show branch name linear-cli g branch LIN-123 Create branch without checkout linear-cli g create LIN-123 Create GitHub PR from Linear issue linear-cli g pr LIN-123 linear-cli g pr LIN-123 --draft Draft PR linear-cli g pr LIN-123 --base main Specify base branch jj (Jujutsu) - show commits with Linear trailers linear-cli g commits Context Get issue from current branch linear-cli context linear-cli con...
43
16887 statistical-analyzer dkyazzentwatwa/chatgpt-skills
Guided statistical analysis with hypothesis testing, regression, ANOVA, and plain-English results. Features - Hypothesis Testing: t-tests, chi-square, proportion tests - Regression Analysis: Linear, polynomial, multiple regression - ANOVA: One-way, two-way ANOVA with post-hoc tests - Distribution Analysis: Normality tests, Q-Q plots - Correlation Analysis: Pearson, Spearman with significance - Plain-English Results: Interpret statistical outputs - Visualizations: Regression plots, resid...
43
16888 nsfc-code huangwb8/chineseresearchlatex
nsfc-code 基于标书正文内容,推荐最贴切的 NSFC 申请代码(每条推荐包含:申请代码1=主代码、申请代码2=次代码),并把结果写入 Markdown 文件( 全程只读,不修改标书 )。 技能定位 你已经有一份 NSFC 标书正文(常见为 LaTeX 项目),但不确定应选择哪个申请代码。 本技能读取你的正文内容,并结合 skills/nsfc-code/references/nsfc_code_recommend.toml 的“推荐描述”,输出 5 组代码推荐与理由。 硬性约束(必须遵守) 只读标书 :不得改动用户的任何标书文件(尤其是 .tex/.bib/.cls/.sty )。 不编造代码 :推荐的申请代码必须来自 nsfc_code_recommend.toml 的 section key(例如 A.A06.A0606 )。禁止输出”看起来像代码但库里不存在”的字符串。 必须给 5 条推荐 :每条包含 申请代码1 与 申请代码2 ,并附带理由。 理由必须可追溯 :理由需同时引用: 你从标书正文读到的研究主题/对象/方法/场景关键词;以及 对应代码的 recommend 描...
43
16889 project-specification athola/claude-night-market
Table of Contents When to Use Integration Specification Structure 1. Overview Section 2. Functional Requirements (FR-XXX) FR-001: [Requirement Name] 3. Non-Functional Requirements (NFR-XXX) NFR-001: [Category] - [Requirement] 4. Technical Constraints 5. Out of Scope Out of Scope (v1.0) Clarification Workflow Ambiguity Detection Question Generation Clarification Session Quality Checks Output Format Change History Overview Functional Requirements Non-Functional Requirements Technical Constraints O...
43
16890 caching-strategist patricio0312rev/skills
Caching Strategist Design effective caching strategies for performance and consistency. Cache Layers CDN: Static assets, public pages (TTL: days/weeks) Application Cache (Redis): API responses, sessions (TTL: minutes/hours) Database Cache: Query results (TTL: seconds/minutes) Client Cache: Browser/app local cache Cache Key Strategy // Hierarchical key structure const CACHE_KEYS = { user: (id: string) => `user:${id}`, userPosts: (userId: string, page: number) => `user:${userId}:posts:${pa...
43
16891 v3 ddd architecture proffesor-for-testing/agentic-qe
V3 DDD Architecture What This Skill Does Designs and implements Domain-Driven Design (DDD) architecture for claude-flow v3, decomposing god objects into bounded contexts, implementing clean architecture patterns, and enabling modular, testable code structure. Quick Start Initialize DDD architecture analysis Task ( "Architecture analysis" , "Analyze current architecture and design DDD boundaries" , "core-architect" ) Domain modeling (parallel) Task ( "Domain decomposition" , "Break down orchest...
43
16892 technical-doc-creator mhattingpete/claude-skills-marketplace
Technical Documentation Creator Create comprehensive HTML technical documentation with code examples and API workflows. When to Use "Create API documentation for [endpoints]" "Generate technical docs for [system]" "Document API reference" "Create developer documentation" Components Overview: purpose, key features, tech stack Getting Started: installation, setup, quick start API Reference: endpoints with request/response examples Code Examples: syntax-highlighted code blocks Architecture: syste...
43
16893 python-fastapi-patterns autohandai/community-skills
Python FastAPI Patterns Project Structure src/ ├── main.py App entry point ├── config.py Settings management ├── dependencies.py Shared dependencies ├── models/ Pydantic models ├── routes/ API endpoints ├── services/ Business logic ├── repositories/ Data access └── utils/ Helpers Basic Setup main.py from fastapi import FastAPI from contextlib import asynccontextmanager @asynccontextmanager async def lifespan(app: FastAPI):...
43
16894 godot-genre-rhythm thedivergentai/gd-agentic-skills
Genre: Rhythm Expert blueprint for rhythm games emphasizing audio-visual synchronization and flow state. NEVER Do NEVER skip latency compensation — Use AudioServer.get_time_since_last_mix() to sync visuals with audio. Missing this causes desync. NEVER use _process for input — Use _input() for precise timing. Frame-dependent input causes missed notes. NEVER forget offset calibration — Audio hardware latency varies (10-200ms). Provide player-adjustable offset setting. NEVER tight timing windows on...
43
16895 vue-composition-api thebushidocollective/han
Vue Composition API Master the Vue 3 Composition API for building scalable, maintainable Vue applications with better code organization and reusability. Setup Function Fundamentals The setup() function is the entry point for using the Composition API: import { ref, computed, onMounted } from 'vue'; export default { props: ['initialCount'], setup(props, context) { // props is reactive console.log(props.initialCount); // context provides attrs, slots, emit, expose const {...
43
16896 react-doctor blogic-cz/blogic-marketplace
React Doctor Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. Usage npx -y react-doctor@latest . --verbose --diff Workflow Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.
43
16897 kwc-lwc-development kingdee/kwc-skills
KWC LWC 开发专家 本 Skill 是 KWC LWC 项目开发的 入口与总指挥 。 核心职责 你负责指导用户进行 KWC LWC 组件的开发、修改和维护。 重要 :你必须严格遵守 本 Skill 目录下的 rule.md 文件中定义的硬性约束。在开始任何代码编写前,请务必阅读并理解这些规则。 1. 环境上下文确认 项目根目录 :包含 .kd 文件夹和 app/kwc 目录。 配置环境 : .kd/config.json 中 framework 配置为 lwc 。 重要 :若当前环境 不满足 上述条件(如缺少 .kd 或 framework 不为 lwc ), 必须立即停止 使用本 Skill 的所有约束,转而按 通用 Web 项目 标准协助用户。 执行原则 :仅在确认环境符合上述特征时,才强制执行本 Skill 及 本 Skill 目录下的 rule.md 定义的所有 KWC LWC 开发规范。 2. 平台差异说明 (Salesforce LWC vs @kdcloudjs/kwc) @kdcloudjs/kwc 是 Salesforce LWC 的 100% 语法克隆,仅有以...
43
16898 invokeai-image-gen sammcj/agentic-coding
InvokeAI Image Generation Generate images via InvokeAI's REST API. Supports FLUX.2 Klein (default), Z-Image Turbo, FLUX.1, and SDXL. Quick Start Simply call the script with your prompt and the output file name: python scripts/generate.py -p "A dramatic sunset over snow-capped mountains, warm orange light reflecting off a still alpine lake in the foreground. Soft clouds catch the fading light." -o sunset.png Overriding The Default Model If the user asks you to use a specific model, first find the...
43
16899 agent-dx-cli-scale jpoehnelt/skills
Agent DX CLI Scale Use this skill to evaluate any CLI against the principles of agent-first design. Score each axis from 0–3, then sum for a total between 0–21. Human DX optimizes for discoverability and forgiveness. Agent DX optimizes for predictability and defense-in-depth. — You Need to Rewrite Your CLI for AI Agents Scoring Axes 1. Machine-Readable Output Can an agent parse the CLI's output without heuristics? Score Criteria 0 Human-only output (tables, color codes, prose). No structured for...
43
16900 urgency-action dylantarre/animation-principles
Create animations that motivate immediate response and communicate time-sensitivity. Emotional Goal Urgency creates a compelling need to act now. Action-driving animations capture attention, create momentum, and remove hesitation through dynamic, forward-moving motion. Disney Principles for Urgency Squash & Stretch Sharp, impactful deformations. Quick squash on landing (15-25%) creates impact. Fast stretch during motion shows speed and force. Anticipation Very short or none (0-50ms). ...
43