███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 21451 | skill-finder-cn | aaaaqwq/claude-code-skills |
Skill 查找器 帮助用户发现和安装 ClawHub 上的 Skills。 功能 当用户问: "有什么 skill 可以帮我...?" "找一个能做 X 的 skill" "有没有 skill 可以..." "我需要一个能...的 skill" 这个 Skill 会帮助搜索 ClawHub 并推荐相关的 Skills。 使用方法 1. 搜索 Skills clawhub search "<用户需求>" 2. 查看详情 clawhub inspect < skill-name > 3. 安装 Skill clawhub install < skill-name > 工作流程 1. 理解用户需求 2. 提取关键词 3. 搜索 ClawHub 4. 列出相关 Skills 5. 提供安装建议 示例 用户 : "有什么 skill 可以帮我监控加密货币价格?" 搜索 : clawhub search "crypto price monitor" 返回 : 相关的 Skills 列表 帮助用户发现需要的 Skills 🔍
|
43 |
| 21452 | receiving-code-review | zenobi-us/dotfiles |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
43 |
| 21453 | candid-review | ron-myers/candid |
Radical Candor Code Review You are a full-stack architect conducting a code review. Your approach is based on Radical Candor: Care Personally + Challenge Directly. You catch real issues, provide actionable fixes, and make it easy to track what needs to be addressed. Workflow Execute these steps in order: Step 1: Load Project Standards Check for Technical.md (project-specific standards): 1. Read ./Technical.md (project root) 2. If not found, read ./.candid/Technical.md 3. If found, use thes...
|
43 |
| 21454 | reliability-strategy-builder | patricio0312rev/skills |
Reliability Strategy Builder Build resilient systems with proper failure handling and SLOs. Reliability Patterns 1. Circuit Breaker Prevent cascading failures by stopping requests to failing services. class CircuitBreaker { private state: "closed" | "open" | "half-open" = "closed"; private failureCount = 0; private lastFailureTime?: Date; async execute<T>(operation: () => Promise<T>): Promise<T> { if (this.state === "open") { if (this.shouldAttemptReset()) { this.s...
|
43 |
| 21455 | gitops-repo-audit | fluxcd/agent-skills |
GitOps Repository Auditor You are a GitOps repository auditor specialized in Flux CD. Your job is to examine GitOps repositories, identify issues, validate manifests, audit security posture, and provide actionable recommendations for improvement. When auditing a repository, follow the workflow below. Adapt the depth based on what the user asks for — a targeted question ("are my HelmReleases configured correctly?") doesn't need the full workflow; a broad request ("audit this repo") does. Analysis...
|
43 |
| 21456 | minecraft-bukkit-pro | rmyndharis/antigravity-skills |
Use this skill when Working on minecraft bukkit pro tasks or workflows Needing guidance, best practices, or checklists for minecraft bukkit pro Do not use this skill when The task is unrelated to minecraft bukkit pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playb...
|
43 |
| 21457 | github | membranedev/application-skills |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
43 |
| 21458 | nix-platform-specific-options | edmundmiller/dotfiles |
Nix Module Platform-Specific Options Overview When writing Nix modules that need to hide platform-specific options (NixOS vs Darwin), using mkIf alone causes infinite recursion. This skill documents the correct pattern. The Problem mkIf is evaluated lazily but the option path is still visible during module evaluation. This causes errors like: error: The option `users.defaultUserShell' does not exist. Or infinite recursion when config is referenced in option defaults or optionalAttrs conditions. ...
|
43 |
| 21459 | flutter-fastlane-one-click-beta | rodydavis/skills |
Flutter + Fastlane (One Click Beta) 1. Install Flutter Download Flutter 2. Create new Flutter Project If you are pretty new to Flutter you can check out this useful guide on how to create a new project step by step. 3. Create App in iTunes Connect If you are not familiar with iTunes Connect, check out this article for getting started and setting up your first app for the App Store. 4. Create App in Google Play Setting up an app in the Google Play Console can be tricky, make sure to check out the...
|
43 |
| 21460 | pair-programmer | video-db/pair-programmer |
VideoDB Pair Programmer AI pair programming with real-time screen and audio context. Record your screen and audio, with AI-powered indexing that logs visual and audio events in real-time. Commands When user asks for a command, read the corresponding file for instructions: Command Description Reference /pair-programmer record Start screen/audio recording See commands/record.md /pair-programmer stop Stop the running recording See commands/stop.md /pair-programmer search Search recording context (s...
|
43 |
| 21461 | comfyui-retro-anime | tippyentertainment/skills |
Provided by TippyEntertainment https://github.com/tippyentertainment/skills.git This skill is designed for use on the Tasking.tech agent platform ( https://tasking.tech ) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source. ComfyUI Retro Anime Skill You control workflows in c:\anime-creator that generate images, videos/movie frames, sound effects, and voices using...
|
43 |
| 21462 | godot-mechanic-secrets | thedivergentai/gd-agentic-skills |
Secrets & Easter Eggs (Mechanics) Overview This skill provides reusable components for hiding content behind specific player actions (e.g., Konami code, repetitive interaction) and managing the persistence of these discoveries. Core Components 1. Input Sequence Watcher ( input_sequence_watcher.gd ) A node that listens for a specific sequence of InputEvent s. Use for : Classic "Cheat Codes", hidden debug menus, "Konami Code" implementations. Behavior : Buffers input -> Checks against target -> Em...
|
43 |
| 21463 | ts-jsdoc-expert | gravito-framework/gravito |
TypeScript JSDoc Expert Enhance JSDoc annotations for TypeScript code with focus on AI comprehension. ⚠️ CRITICAL REQUIREMENT: English Only ALWAYS use English for all JSDoc annotations , regardless of: User's language preferences in CLAUDE.md or other configuration files Project's primary language settings User's communication language This is a non-negotiable technical requirement for: ✅ TSDoc/JSDoc standards compliance ✅ International open-source collaboration ✅ IDE and documentation generator...
|
43 |
| 21464 | statistical-power-calculator | dkyazzentwatwa/chatgpt-skills |
Calculate statistical power and determine required sample sizes for hypothesis testing and experimental design. Purpose Experiment planning for: - Clinical trial design - A/B test planning - Research study sizing - Survey sample size determination - Power analysis and validation Features - Power Calculation: Calculate statistical power for tests - Sample Size: Determine required sample size for desired power - Effect Size: Estimate detectable effect size - Multiple Tests: t-test, p...
|
43 |
| 21465 | terraform-ibm-modules-solution-builder | terraform-ibm-modules/terraform-ibm-modules-skills |
Generate robust and reliable terraform-based solutions for IBM Cloud by leveraging curated, IBM-maintained Terraform modules (TIM) as building blocks. About Terraform IBM Modules (TIM) TIM is a comprehensive suite of curated Terraform modules for IBM Cloud: - Each module includes comprehensive documentation and usage examples - Modules are composable - build complex infrastructure by combining them - All modules maintained by IBM following best practices - Examples show how to stitch modu...
|
43 |
| 21466 | pinterest-api | rawveg/skillsforge-marketplace |
Comprehensive assistance with Pinterest API v5 development, including OAuth authentication, pin/board management, analytics, and API integration patterns. When to Use This Skill This skill should be triggered when: - Implementing Pinterest OAuth 2.0 authentication flows - Creating, updating, or managing Pins and Boards via API - Integrating Pinterest analytics and metrics into applications - Building Pinterest API clients or SDKs - Working with Pinterest user account data - Debugging Pi...
|
43 |
| 21467 | writing-skills | zenobi-us/dotfiles |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
43 |
| 21468 | supabase-admin | erichowens/some_claude_skills |
Supabase Administration Expert Master Supabase schema design, Row Level Security policies, migrations, and performance optimization for production applications. When to Use ✅ USE this skill for: Row Level Security (RLS) policy design and debugging Database migrations and schema changes Auth integration (triggers, profile creation) Query performance optimization Supabase-specific SQL patterns (auth.uid(), auth.jwt()) ❌ DO NOT use for: Supabase Auth UI configuration → use Supabase dashboard ...
|
43 |
| 21469 | codex-cli-specialist | borghei/claude-skills |
Codex CLI Specialist Expert-level guidance for OpenAI Codex CLI: installation, configuration, skill authoring, cross-platform compatibility with Claude Code, and productivity workflows. Keywords codex, codex-cli, openai, skill authoring, agents/openai.yaml, cross-platform skills, claude code, skill conversion, skill index, multi-agent, ai cli tools, developer productivity, codex configuration, skill management Table of Contents Quick Start Tools Overview Core Workflows Codex CLI Configuration De...
|
43 |
| 21470 | candid-init | ron-myers/candid |
Technical.md and Config Generator You are a senior technical architect conducting a thorough codebase audit. Your job is to generate a Technical.md that: References specific files and paths from this project Captures architecture decisions and how to enforce them Documents actual patterns found in the code with examples Identifies gaps between current state and best practices The output should feel like it was written by someone who spent days understanding THIS specific codebase - not a gene...
|
43 |
| 21471 | accessibility-engineer | mae616/design-skills |
Accessibility Engineer Skill When to Apply Apply this skill when the request involves: Accessibility, a11y, WAI-ARIA, screen reader support, semantic HTML, keyboard navigation, focus management アクセシビリティ対応、WAI-ARIA、スクリーンリーダー対応、セマンティックHTML、キーボード操作、フォーカス管理 Any UI implementation (should be applied alongside other skills) Core Principles (Most Important) Native elements first. Solve with proper HTML elements ( button , a , label , input , etc.) before reaching for ARIA. ARIA is minimal. Don't add rol...
|
43 |
| 21472 | go-skills | llama-farm/llamafarm |
Go Skills for LlamaFarm CLI Shared Go best practices for LlamaFarm CLI development. These guidelines ensure idiomatic, maintainable, and secure Go code. Tech Stack Go 1.24+ Cobra (CLI framework) Bubbletea (TUI framework) Lipgloss (terminal styling) Directory Structure cli/ cmd/ Command implementations config/ Configuration types and loading orchestrator/ Service management utils/ Shared utilities version/ Version and upgrade handling internal/ ...
|
43 |
| 21473 | api-design | travisjneuman/.claude |
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
|
43 |
| 21474 | team-iterdev | catlog22/claude-code-workflow |
Team IterDev Iterative development team skill. Generator-Critic loops (developer<->reviewer, max 3 rounds), task ledger (task-ledger.json) for real-time progress, shared memory (cross-sprint learning), and dynamic pipeline selection for incremental delivery. Architecture Skill(skill="team-iterdev", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coo...
|
43 |
| 21475 | frontend-design | dejanvasic85/williamstownsc |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
43 |
| 21476 | job-description-generator | dengineproblem/agents-monorepo |
Job Description Generator Expert in creating compelling, comprehensive, and legally compliant job descriptions. Core Writing Principles Inclusive Language Guidelines Replace gendered terms ("they" instead of "he/she") Avoid biased descriptors like "rockstar", "ninja", "young and dynamic" Focus on skills over personality traits Use gender-neutral job titles Avoid age-coded language ("digital native", "recent graduate") Clarity Standards Maintain 8th-grade reading level for accessibility Use bulle...
|
43 |
| 21477 | skills-vetter | kevinsong0/skills-vetter |
Skills Vetter - 技能安全审核工具 概述 Skills Vetter 是一个安全审核工具,用于验证 Claude Code skills 的安全性。在安装或使用新技能前,自动检查以下安全风险: 检查类别 风险等级 检查内容 恶意代码 🔴 严重 系统命令执行、文件删除、网络攻击 敏感信息 🔴 严重 API Key、密码、Token 硬编码 危险操作 🟠 高危 无限制文件操作、Shell 执行 数据泄露 🟡 中危 外发数据、日志上传 资源滥用 🟡 中危 无限循环、内存泄漏、CPU 占用 使用方法 1. 审核单个技能 审核本地技能 skills-vetter check ~/.claude/skills/my-skill/ 审核远程技能(GitHub) skills-vetter check https://github.com/user/skill-repo 2. 批量审核 审核所有已安装技能 skills-vetter check-all 审核指定目录 skills-vetter check-dir ~/.claude/skills/ 3. 生成报告 生成详细报告...
|
43 |
| 21478 | abp-infrastructure-patterns | thapaliyabikendra/ai-artifacts |
Cross-cutting concerns and infrastructure patterns for ABP Framework. Authorization & Permissions Define Permissions ``` // Domain.Shared/Permissions/ClinicPermissions.cs public static class ClinicPermissions { public const string GroupName = "Clinic"; public static class Patients { public const string Default = GroupName + ".Patients"; public const string Create = Default + ".Create"; public const string Edit = Default + ".Edit"; public const st...
|
43 |
| 21479 | vertical-slice-delivery | jjenzz/agent-skills |
Vertical Slice Delivery Vertical slice delivery structures work as a sequence of small, end-to-end behaviors that each deliver real value on their own. This skill defines how work should be conceptualized and planned. When to Apply Apply this skill when: Designing or delivering a feature Breaking down a multi-step change into meaningful units Estimating progress in terms of user-visible behavior Resuming delivery work after a pause Coordinating multiple changes that must evolve together Key...
|
43 |
| 21480 | openrouter | rawveg/skillsforge-marketplace |
OpenRouter - Unified AI API Gateway Overview OpenRouter provides a single API to access 200+ language models from OpenAI, Anthropic, Google, Meta, Mistral, and more. It offers intelligent routing, streaming, cost optimization, and standardized OpenAI-compatible interface. Key Features: Access 200+ models through one API OpenAI-compatible interface (drop-in replacement) Intelligent model routing and fallbacks Real-time streaming responses Cost tracking and optimization Model performance analyt...
|
43 |
| 21481 | automating-calendar | spillwavesolutions/automating-mac-apps-plugin |
Automating Calendar (JXA with AppleScript Discovery) Contents Relationship to the macOS automation skill Core Framing Workflow (default) Core Examples What to load Relationship to the macOS automation skill Use automating-mac-apps for general app permissions, shell commands, UI scripting, and cross-app automation patterns. This skill focuses specifically on Calendar events, calendars, and EventKit bridge functionality. PyXA Installation: To use PyXA examples in this skill, see the installation i...
|
43 |
| 21482 | git-workflow | vasilyu1983/ai-agents-public |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
43 |
| 21483 | generate-status-report | atlassian/atlassian-mcp-server |
Generate Status Report Keywords status report, project status, weekly update, daily standup, Jira report, project summary, blockers, progress update, Confluence report, sprint report, project update, publish to Confluence, write to Confluence, post report Automatically query Jira for project status, analyze issues, and generate formatted status reports published to Confluence. CRITICAL : This skill should be interactive . Always clarify scope (time period, audience, Confluence destination) with ...
|
43 |
| 21484 | erpnext-errors-hooks | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Hooks - Error Handling This skill covers error handling patterns for hooks.py configurations. For syntax, see erpnext-syntax-hooks . For implementation workflows, see erpnext-impl-hooks . Version : v14/v15/v16 compatible Hooks Error Handling Overview ┌─────────────────────────────────────────────────────────────────────┐ │ HOOKS HAVE UNIQUE ERROR HANDLING CHARACTERISTICS │ ├─────────────────────────────────────────────────────────────────────┤ │ ...
|
43 |
| 21485 | browser-max-automation | aktsmm/agent-skills |
Browser Max Automation Browser automation via Playwright MCP. When to use Automating browser-based workflows or QA checks Verifying UI states, DOM changes, or visual regressions Filling forms, clicking elements, or capturing screenshots Prerequisites Configure .vscode/mcp.json: { "servers": { "playwright": { "command": "npx", "args": ["@anthropic-ai/mcp-playwright@latest", "--browser", "chrome"] } } } Quick Reference Command Purpose browser_navigate Open URL browser_...
|
43 |
| 21486 | altinity-expert-clickhouse-storage | altinity/skills |
Diagnose disk usage, compression efficiency, part sizes, and storage bottlenecks. Diagnostics Run all queries from the file checks.sql and analyze the results. Ad-Hoc Query Guidelines Required Safeguards ``` -- Always limit results limit 100 -- For part_log where event_date >= today() - 1 ``` Key Tables - `system.disks` - Disk configuration - `system.parts` - Part storage details - `system.columns` - Column compression - `system.storage_policies` - Tiered storage - `system.detac...
|
43 |
| 21487 | stream-chain | ruvnet/claude-flow |
Stream-Chain Skill Execute sophisticated multi-step workflows where each agent's output flows into the next, enabling complex data transformations and sequential processing pipelines. Overview Stream-Chain provides two powerful modes for orchestrating multi-agent workflows: Custom Chains ( run ): Execute custom prompt sequences with full control Predefined Pipelines ( pipeline ): Use battle-tested workflows for common tasks Each step in a chain receives the complete output from the previous step...
|
43 |
| 21488 | content-marketing | dengineproblem/agents-monorepo |
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
|
43 |
| 21489 | godot-genre-moba | thedivergentai/gd-agentic-skills |
Genre: MOBA (Multiplayer Online Battle Arena) Expert blueprint for MOBAs emphasizing competitive balance and strategic depth. NEVER Do NEVER client-side damage calculation — Client says "I cast Q at direction V", server calculates damage. Otherwise hacking trivializes game. NEVER ignore snowballing — Winning team gets too strong. Implement comeback mechanics (kill bounties, catchup XP). NEVER pathfind all minions every frame — 100+ minions cause lag. Time-slice pathfinding over multiple frames. ...
|
43 |
| 21490 | api-tutorial-writer | dengineproblem/agents-monorepo |
API Tutorial Writer эксперт Вы эксперт по созданию исчерпывающих, дружелюбных для разработчиков API-туториалов и документации. Вы специализируетесь на трансформации сложных API-концепций в понятные, практические руководства, которые помогают разработчикам успешно интегрировать и использовать API. Ваши туториалы сочетают теоретическое понимание с практическими, рабочими примерами, которые разработчики могут немедленно реализовать. Основные принципы структуры туториала Подход прогрессивной сложнос...
|
43 |
| 21491 | spec-workflow | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill for structured development workflow when you need to: Develop new features from scratch Design complex architecture Integrate multiple modules Work on projects involving database design Work on projects involving UI design Ensure high-quality requirement analysis and acceptance criteria Do NOT use for: Simple bug fixes Documentation updates Configuration changes Code refactoring (unless explicitly requested) How to use this skill (for a coding agent) Follow ...
|
43 |
| 21492 | swift-development | rshankras/claude-code-apple-skills |
Swift Development Swift language-level guidance that applies across all Apple platforms. When This Skill Activates Use this skill when the user: Asks about Swift concurrency (async/await, actors, Sendable, TaskGroup) Needs help with Swift 6 strict concurrency migration Has data race or actor isolation errors Asks about InlineArray , Span , or low-level memory performance Wants to eliminate heap allocations or replace unsafe pointers Asks about modern Swift patterns independent of any specific pl...
|
43 |
| 21493 | godot-genre-metroidvania | thedivergentai/gd-agentic-skills |
Genre: Metroidvania Expert blueprint for Metroidvanias balancing exploration, progression, and backtracking rewards. NEVER Do NEVER allow soft-locks — Players must always have ability to backtrack. Design "valves" (one-way drops) carefully with escape routes. NEVER make empty dead ends — Every path should have a reward (upgrade, lore, currency). Empty rooms waste player time. NEVER make backtracking tedious — New abilities should speed traversal (dash, teleport). Or unlock shortcuts connecting d...
|
43 |
| 21494 | verification-before-completion | guanyang/antigravity-skills |
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
|
43 |
| 21495 | erpnext-impl-serverscripts | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Server Scripts - Implementation This skill helps you determine HOW to implement server-side features. For exact syntax, see erpnext-syntax-serverscripts . Version : v14/v15/v16 compatible CRITICAL: Sandbox Limitation ┌─────────────────────────────────────────────────────────────────────┐ │ ⚠️ ALL IMPORTS BLOCKED IN SERVER SCRIPTS │ ├─────────────────────────────────────────────────────────────────────┤ │ import json → ImportError: __import__ not fou...
|
43 |
| 21496 | super-skills | clawdbot-skills/task-decomposer |
Super Skills Quick Reference ┌─────────────────────────────────────────────────────────────┐ │ 🎯 Core: Understand → Plan → Execute → Iterate │ │ 🚨 Rule: Problem → Analyze → Solve → Continue (NEVER WAIT) │ │ 📊 Complexity: 4-8 Direct | 9-14 Staged | 15-20 Iterative │ └─────────────────────────────────────────────────────────────┘ Core Philosophy Principle Description Understand First Deeply analyze requirements before acting Incremental Delivery Produce verifiable intermediate resu...
|
43 |
| 21497 | code-review-expert | helloggx/skill |
Code Review Expert Overview Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes. Severity Levels Level Name Description Action P0 Critical Security vulnerability, data loss risk, correctness bug Must block merge P1 High Logic error, significant SOLID violation, performance regression Should fix before merge P2 Medium Code smell, maintainability con...
|
43 |
| 21498 | anticipation-mastery | dylantarre/animation-principles |
Anticipation Mastery The Setup Principle Anticipation prepares the audience for action. Discovered through theatrical observation, Disney animators found that without a preparatory movement, actions appeared to happen "out of nowhere"—confusing rather than exciting. The principle: before any significant action, there must be a counter-movement. Core Theory Newton's Third Law, Visualized: Physical actions require preparation. A pitcher winds up before throwing. A cat crouches before pouncing. ...
|
43 |
| 21499 | theme-audit | chmouel/lazyworktree |
Theme Audit Audit theme definitions and usage across the codebase. Theme definitions ! cat internal/theme/theme.go | head -200 Theme usage in UI ! grep -r "theme\." internal/app/ --include="*.go" | head -50 Potential hardcoded colours ! grep -rE "(lipgloss\.(Color|AdaptiveColor)\(|[0-9a-fA-F]{6})" internal/app/ --include="*.go" | head -30 Audit themes for: Missing colour fields that UI code expects Unused theme values that can be removed Hardcoded colours in UI code that should use theme fields ...
|
43 |
| 21500 | slow-in-out-mastery | dylantarre/animation-principles |
Slow In / Slow Out Mastery The Physics Principle Objects in the real world don't move at constant speeds—they accelerate from rest and decelerate to stops. Slow in/slow out (also called ease in/ease out) captures this fundamental truth. Without it, animation looks mechanical. With it, motion feels alive. Core Theory Slow Out (Ease Out): More drawings clustered at the start of a movement. The object accelerates away from its starting position gradually. Slow In (Ease In): More drawings cluste...
|
43 |