███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9901 | react-flow-node-ts | sickn33/antigravity-awesome-skills |
React Flow Node Create React Flow node components following established patterns with proper TypeScript types and store integration. Quick Start Copy templates from assets/ and replace placeholders: {{NodeName}} → PascalCase component name (e.g., VideoNode ) {{nodeType}} → kebab-case type identifier (e.g., video-node ) {{NodeData}} → Data interface name (e.g., VideoNodeData ) Templates assets/template.tsx - Node component assets/types.template.ts - TypeScript definitions Node Component Pattern e...
|
79 |
| 9902 | security-review | yeachan-heo/oh-my-claudecode |
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
|
79 |
| 9903 | administering-linux | ancoleman/ai-design-components |
Linux Administration Comprehensive Linux system administration for managing servers, deploying applications, and troubleshooting production issues in modern cloud-native environments. Purpose This skill teaches fundamental and intermediate Linux administration for DevOps engineers, SREs, backend developers, and platform engineers. Focus on systemd-based distributions (Ubuntu, RHEL, Debian, Fedora) covering service management, process monitoring, filesystem operations, user administration, perfor...
|
79 |
| 9904 | playwright | prowler-cloud/prowler |
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
|
79 |
| 9905 | top-web-vulnerabilities | sickn33/antigravity-awesome-skills |
Top 100 Web Vulnerabilities Reference Purpose Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns. Prerequisites Basic understanding of web application...
|
79 |
| 9906 | bevy | bfollington/terma |
Bevy Game Development Skill A specialized skill for developing games and applications using the Bevy game engine, based on real-world experience building complex Bevy projects. When to Use This Skill Invoke this skill when: Implementing features in a Bevy game or application Designing component architectures for ECS Creating or debugging Bevy systems Working with Bevy's UI system Building and testing Bevy projects Troubleshooting common Bevy issues Organizing project structure for Bevy appli...
|
79 |
| 9907 | laravel-security | affaan-m/everything-claude-code |
Laravel Security Best Practices Comprehensive security guidance for Laravel applications to protect against common vulnerabilities. When to Activate Adding authentication or authorization Handling user input and file uploads Building new API endpoints Managing secrets and environment settings Hardening production deployments How It Works Middleware provides baseline protections (CSRF via VerifyCsrfToken , security headers via SecurityHeaders ). Guards and policies enforce access control ( auth:s...
|
79 |
| 9908 | nansen-batch-wallet | nansen-ai/nansen-cli |
ADDRESSES = "0xaddr1,0xaddr2,0xaddr3,..." CHAIN = ethereum nansen research profiler batch --addresses " $ADDRESSES " --chain $CHAIN --include labels,balance → .data.{total, completed, results[]: {address, chain, labels[], balance, error}} labels[]: {label, category ("smart_money","fund","social","behavioral","others"), fullname} balance: {data[]: {token_symbol, token_amount, price_usd, value_usd}} Check .error per result — invalid addresses return an error message, not a crash. Skip those. Ke...
|
79 |
| 9909 | n-version-workflow | rysweet/amplihack |
Execute N-version programming workflow for critical implementations where multiple independent solutions should be generated and compared to select the best approach. When to Use This Skill USE FOR: - Critical security features (authentication, authorization) - Complex algorithms with multiple valid approaches - High-risk refactoring of core components - Architecture decisions with significant long-term impact - When correctness is paramount over speed AVOID FOR: - Simple CRUD operatio...
|
79 |
| 9910 | django-rest-api-development | mindrally/skills |
Django REST API Development You are an expert in Python, Django, and scalable RESTful API development. Core Principles Use Django's built-in features and tools wherever possible Prioritize readability and maintainability; follow PEP 8 Use descriptive variable and function names Structure your project in a modular way using Django apps Always consider scalability and performance implications Project Structure Application Structure migrations/ - Database migration files admin.py - Django admin con...
|
79 |
| 9911 | next-browser | vercel-labs/next-browser |
next-browser If next-browser is not already on PATH, install @vercel/next-browser globally with the user's package manager, then playwright install chromium . If next-browser is already installed, it may be outdated. Run next-browser --version and compare against the latest on npm ( npm view @vercel/next-browser version ). If the installed version is behind, upgrade it ( npm install -g @vercel/next-browser@latest or the equivalent for the user's package manager) before proceeding. Next.js docs a...
|
79 |
| 9912 | asana-automation | composiohq/awesome-claude-skills |
Asana Automation via Rube MCP Automate Asana operations through Composio's Asana toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/asana Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Asana connection via RUBE_MANAGE_CONNECTIONS with toolkit asana Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works...
|
79 |
| 9913 | quiz-maker | onewave-ai/claude-skills |
Quiz Maker Create multiple choice, true/false, fill-in-blank, matching quizzes. Auto-generate plausible distractors. Instant grading with explanations. Instructions You are an expert assessment designer. Create comprehensive quizzes with well-crafted questions, plausible distractors, and detailed explanations for each answer. Output Format Quiz Maker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices B...
|
79 |
| 9914 | asana-automation | sickn33/antigravity-awesome-skills |
Asana Automation via Rube MCP Automate Asana operations through Composio's Asana toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/asana Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Asana connection via RUBE_MANAGE_CONNECTIONS with toolkit asana Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works...
|
79 |
| 9915 | offer-architect | shipshitdev/library |
Offer Architect - Grand Slam Offer Constructor Overview You are an offer architect specializing in Alex Hormozi's Grand Slam Offer framework. You transform mediocre offers into irresistible ones that make customers feel stupid saying no. Your job is to execute the value equation—not just explain it—by guiding users through each component and producing a complete, ready-to-use offer. Hormozi's Core Principle: "Your offer should be so good people feel stupid saying no." When This Activates Thi...
|
79 |
| 9916 | capacitor-deep-linking | cap-go/capgo-skills |
Deep Linking in Capacitor Implement deep links, universal links, and app links in Capacitor apps. When to Use This Skill User wants deep links User needs universal links User asks about URL schemes User wants to open app from links User needs share links Types of Deep Links Type Platform Format Requires Server Custom URL Scheme Both myapp://path No Universal Links iOS https://myapp.com/path Yes App Links Android https://myapp.com/path Yes Quick Start Install Plugin bun add @capacitor/app bunx ca...
|
79 |
| 9917 | github-workflow | hairyf/skills |
GitHub Workflow Best Practices You are an expert in GitHub workflows, including pull requests, code reviews, GitHub Actions, issue management, and repository best practices. Core Principles Use pull requests for all code changes to enable review and discussion Automate workflows with GitHub Actions for CI/CD Maintain clear issue tracking and project management Follow security best practices for repository access and secrets Document repositories thoroughly with README and contributing guidelin...
|
79 |
| 9918 | flyctl | sebastiaanwouters/dotagents |
Deploy applications to Fly.io's global edge infrastructure. Quick Reference | New app | `fly launch` | Deploy | `fly deploy` | Status | `fly status` | Logs | `fly logs` | SSH | `fly ssh console` | Open | `fly apps open` Core Workflows 1. New App Deployment ``` cd /path/to/project fly launch Interactive setup fly launch --now -y Accept defaults, deploy immediately fly launch --no-deploy Configure only, deploy later ``` Creates: `fly.toml` (config), ...
|
79 |
| 9919 | admin-dashboard | erichowens/some_claude_skills |
Admin & Developer Suite Development This skill helps you extend the admin dashboard and build internal tools following the established patterns. Architecture Overview /admin - Admin Dashboard (user metrics, access control, audit) /dev - Developer Portal (docs, code browser, feature map) [PLANNED] /ops - Operations Console (infrastructure, logs, incidents) [PLANNED] See docs/ADMIN-DEVELOPER-SUITE.md for the full design specification. Current Admin Dashboard Structure Locatio...
|
79 |
| 9920 | amazon-category-research | cdeistopened/skill-stack |
Amazon Category Research Guided workflow for finding profitable Amazon book categories with low competition. Quick Facts You can only select 3 categories per book Amazon has tens of thousands of subcategories Categories drive algorithm visibility Lower BSR (Best Sellers Rank) = more sales Workflow Step 1: Identify Your Genre Space What broad category does your book fit? Fiction Nonfiction Romance Self-help Mystery/Thriller Business Sci-Fi/Fantasy Religion/Spirituality Literary Fiction Health/Fit...
|
79 |
| 9921 | agent browser | thesethrose/agent-browser-cli |
Agent Browser A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands. Installation npm recommended npm install -g agent-browser agent-browser install agent-browser install --with-deps From Source git clone https://github.com/vercel-labs/agent-browser cd agent-browser pnpm install pnpm build agent-browser install Quick Start agent-browser open example.com agent-browser snapshot agent-brows...
|
79 |
| 9922 | single-slide-ppt | huyansheng3/ppt-skills |
Single-Slide PowerPoint Creator Create professional, visually engaging single-slide PowerPoint presentations using PptxGenJS. When to Use This Skill User requests "做一页PPT", "single slide", "create a PPT slide" Visualizing comparisons (before/after, old vs new, problem/solution) Feature showcases (grid layouts, capability matrices) Concept illustrations (workflows, architectures, frameworks) Decision frameworks or process flows Core Workflow 1. Understand Content Structure Analyze the user's requ...
|
79 |
| 9923 | shape-your-agent | sanity-io/agent-context |
Shape Your Agent An optional, conversational workflow for creating a system prompt for an AI agent that uses the Sanity Agent Context MCP. This is for users who control the system prompt in their agent setup. Don't have access to the system prompt? Skip this skill entirely. The Instructions field (configured via the dial-your-context skill) is the primary lever and works on its own. A minimal system prompt like "You are a helpful agent." combined with good Instructions field content scores 80%+ ...
|
79 |
| 9924 | supabase-extract-db-string | yoanbernabeu/supabase-pentest-skills |
Database Connection String Detection 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill detects...
|
79 |
| 9925 | moai-lang-cpp | modu-ai/moai-adk |
Quick Reference (30 seconds) Modern C++ (C++23/C++20) Development Specialist - RAII, smart pointers, concepts, ranges, modules, and CMake. Auto-Triggers: .cpp , .hpp , .h , CMakeLists.txt , vcpkg.json , conanfile.txt , modern C++ discussions Core Capabilities: C++23 Features: std::expected, std::print, std::generator, deducing this C++20 Features: Concepts, Ranges, Modules, Coroutines, std::format Memory Safety: RAII, Rule of 5, smart pointers (unique_ptr, shared_ptr, weak_ptr) STL: Containers, ...
|
79 |
| 9926 | shader-fundamentals | bbeierle12/skill-mcp-claude |
Shader Fundamentals GLSL (OpenGL Shading Language) runs on the GPU. Vertex shaders transform geometry; fragment shaders color pixels. Quick Start // Vertex Shader uniform mat4 projectionMatrix; uniform mat4 modelViewMatrix; attribute vec3 position; attribute vec2 uv; varying vec2 vUv; void main() { vUv = uv; gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0); } // Fragment Shader uniform float uTime; varying vec2 vUv; void main() { vec3 color = vec3(vUv, sin(uTim...
|
79 |
| 9927 | moai-lang-typescript | modu-ai/moai-adk |
Quick Reference (30 seconds) TypeScript 5.9+ Development Specialist - Modern TypeScript with React 19, Next.js 16, and type-safe API patterns. Auto-Triggers: Files with .ts, .tsx, .mts, or .cts extensions, TypeScript configurations, React or Next.js projects Core Stack: TypeScript 5.9: Deferred module evaluation, decorators, satisfies operator React 19: Server Components, use hook, Actions, concurrent features Next.js 16: App Router, Server Actions, middleware, ISR/SSG/SSR Type-Safe APIs: tR...
|
79 |
| 9928 | phoenix-ops | bobmatnyc/claude-mpm-skills |
Phoenix Operations and Deployment (Elixir/BEAM) Production-ready Phoenix apps rely on releases, runtime configuration, telemetry, clustering, and secure endpoints. The BEAM enables rolling restarts and supervision resilience when configured correctly. Releases and Runtime Config MIX_ENV=prod PHX_SERVER=true mix assets.deploy MIX_ENV=prod mix release _build/prod/rel/my_app/bin/my_app eval "IO.puts(:os.type())" _build/prod/rel/my_app/bin/my_app start config/runtime.exs for env-driven settings:...
|
79 |
| 9929 | clean-codejs-modules | damianwrooby/javascript-clean-code-skills |
Clean Code JavaScript – Module Patterns Table of Contents One Responsibility per Module Export Patterns Folder Structure One Responsibility per Module // ❌ Bad // user.js export function createUser ( ) { } export function connectToDb ( ) { } // ✅ Good // user.service.js export function createUser ( ) { } Export Patterns // ✅ Prefer named exports export function parseDate ( ) { } export function formatDate ( ) { } Folder Structure /users user.service.js user.repository.js user.controller.js
|
79 |
| 9930 | mobile-security | gmh5225/awesome-game-security |
This skill covers mobile security resources from the awesome-game-security collection, focusing on Android and iOS game security research, reverse engineering, and protection bypass techniques. Android Security APK Analysis Tools - apktool: Decompile/recompile APKs - jadx: DEX to Java decompiler - APKiD: Identify packers/protectors - Frida: Dynamic instrumentation - APKLab: VS Code integration Workflow ``` Decompile APK apktool d game.apk Analyze DEX files jadx -d output game.ap...
|
79 |
| 9931 | indigenous-leader-analyst | rysweet/amplihack |
Analyze events through the disciplinary lens of indigenous knowledge systems and leadership, applying traditional frameworks (relational thinking, seven generations principle, medicine wheel teachings), holistic methodologies (ceremony, storytelling, consensus-building), and decolonial perspectives to understand interconnectedness, evaluate long-term sustainability, honor collective wisdom, and center indigenous rights and sovereignty in decision-making. When to Use This Skill - Environmental...
|
79 |
| 9932 | deployment-procedures | vudovn/antigravity-kit |
Deployment Procedures Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts. ⚠️ How to Use This Skill This skill teaches deployment principles, not bash scripts to copy. Every deployment is unique Understand the WHY behind each step Adapt procedures to your platform 1. Platform Selection Decision Tree What are you deploying? │ ├── Static site / JAMstack │ └── Vercel, Netlify, Cloudflare Pages │ ├── Simple web app │ ├── Managed → Rail...
|
79 |
| 9933 | sales-engineer | 404kidwiz/claude-supercode-skills |
Sales Engineer Skill A production-ready skill package for pre-sales engineering that bridges technical expertise and sales execution. Provides automated analysis for RFP/RFI responses, competitive positioning, and proof-of-concept planning. Overview Role: Sales Engineer / Solutions Architect Domain: Pre-Sales Engineering, Solution Design, Technical Demos, Proof of Concepts Business Type: SaaS / Pre-Sales Engineering What This Skill Does RFP/RFI Response Analysis - Score requirement coverage, ide...
|
79 |
| 9934 | daily-tech-news | zerx-lab/website |
Daily Tech News - 每日技术资讯深度搜集 自动搜索并汇总当日技术资讯,采用 多源交叉验证 + 深度调研 + 重要性评分 机制,生成高质量 Markdown 博客文章。 ⚠️ 必需参数 调用此 skill 时必须在 prompt 中指定目标日期: TARGET_DATE: YYYY-MM-DD 格式的日期 示例: 2026-02-02 正确的调用方式: ✅ "执行 /daily-tech-news 搜集 2026-02-02 的技术资讯" ✅ "运行 daily-tech-news skill,日期:2026-02-02" ❌ "执行 /daily-tech-news" (缺少日期参数) 执行过程中的所有日期(文件名、frontmatter、标题、搜索关键词)都必须使用此 TARGET_DATE。 核心理念 准确性第一 → 多源交叉验证 + 深度阅读原文 质量优于数量 → 重要性评分筛选 + 去重降噪 深度优于广度 → Top 3 资讯深度分析 + 技术解读 Phase 1: 准备阶段 Step 1.1: 确定搜索日期 重要:日期必须从调用参数中获取,而非自行计算。 当 ...
|
79 |
| 9935 | dalle | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
79 |
| 9936 | self-reflection | ninehills/skills |
🪞 Self-Reflection A skill for continuous self-improvement. The agent tracks mistakes, lessons learned, and improvements over time through regular heartbeat-triggered reflections. Quick Start Check if reflection is needed self-reflection check Log a new reflection self-reflection log "error-handling" "Forgot timeout on API call" "Always add timeout=30" Read recent lessons self-reflection read View statistics self-reflection stats How It Works Heartbeat (60m) → Agent reads HEARTBEAT.md → Runs ...
|
79 |
| 9937 | frontend-design | dedalus-erp-pas/foundation-skills |
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 :...
|
79 |
| 9938 | ctf-crypto | cyberkaida/reverse-engineering-assistant |
CTF Cryptography Quick reference for crypto CTF challenges. Each technique has a one-liner here; see supporting files for full details with code. Additional Resources classic-ciphers.md - Classic ciphers: Vigenere (+ Kasiski examination), Atbash, substitution wheels, XOR variants (+ multi-byte frequency analysis), deterministic OTP, cascade XOR, book cipher, OTP key reuse / many-time pad modern-ciphers.md - Modern cipher attacks: AES (CFB-8, ECB leakage), CBC-MAC/OFB-MAC, padding oracle, S-box c...
|
79 |
| 9939 | content-marketer | 404kidwiz/claude-supercode-skills |
Use this skill when Working on content marketer tasks or workflows Needing guidance, best practices, or checklists for content marketer Do not use this skill when The task is unrelated to content marketer 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-playbook.md . You...
|
79 |
| 9940 | fal-workflow | sickn33/antigravity-awesome-skills |
fal.ai Workflow Generator Generate 100% working, production-ready fal.ai workflow JSON files . Workflows chain multiple AI models together for complex generation pipelines. References: Model Reference - Detailed model configurations Common Patterns - Reusable workflow patterns Code Examples - Code snippets and partial examples Troubleshooting Reference: Complete Workflows - Working JSON examples for debugging (use ONLY when user reports errors) Core Architecture Valid Node Types ⚠️ ONLY TWO VALI...
|
79 |
| 9941 | fp-ts-react | sickn33/antigravity-awesome-skills |
Functional Programming in React Practical patterns for React apps. No jargon, just code that works. When to Use This Skill When building React apps with fp-ts for type-safe state management When handling loading/error/success states in data fetching When implementing form validation with error accumulation When using React 18/19 or Next.js 14/15 with functional patterns Quick Reference Pattern Use When Option Value might be missing (user not loaded yet) Either Operation might fail (form validati...
|
79 |
| 9942 | build-engineer | 404kidwiz/claude-supercode-skills |
Build Engineer Purpose Provides build systems and CI/CD optimization expertise specializing in monorepo tooling (Turborepo, Nx, Bazel), bundler optimization (Webpack/Vite/Rspack), and incremental builds. Focuses on optimizing development velocity through caching, parallelization, and build performance. When to Use Setting up a Monorepo (pnpm workspaces + Turborepo/Nx) Optimizing slow CI builds (Remote Caching, Sharding) Migrating from Webpack to Vite/Rspack for performance Configuring advanced...
|
79 |
| 9943 | source-verification | jamditis/claude-skills-journalism |
Source verification methodology Systematic approaches for verifying sources, claims, and digital content in journalism and research. Verification framework The SIFT method S - Stop: Don't immediately share or use unverified information I - Investigate the source: Who is behind the information? F - Find better coverage: What do other reliable sources say? T - Trace claims: Find the original source of the claim Source credibility checklist Source evaluation template Basic identification - [...
|
79 |
| 9944 | get-started | different-ai/openwork |
Reply with these four lines, exactly and in order: - hey there welcome this is openwork - we've pre-configured you with a couple tools - Get Started - write "hey go on google.com" Then - If the user writes "go on google.com" (or "hey go on google.com"), use the chrome-devtools MCP to open the site. - After the navigation completes, reply: "I'm on " where is the final URL or page title they asked for.
|
79 |
| 9945 | todoist-automation | composiohq/awesome-claude-skills |
Todoist Automation via Rube MCP Automate Todoist operations including task creation and management, project organization, section management, filtering, and bulk task workflows through Composio's Todoist toolkit. Toolkit docs : composio.dev/toolkits/todoist Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Todoist connection via RUBE_MANAGE_CONNECTIONS with toolkit todoist Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https:/...
|
79 |
| 9946 | release | different-ai/openwork |
Release Skill Purpose: Take a project from "code is ready" to "tagged and ready to push." Pre-flight validation, changelog from git history, version bumps across package files, release commit, annotated tag, and curated release notes. Everything is local and reversible. Publishing (including the GitHub Release page) is CI's job. Quick Start /release 1.7 .0 full release: changelog + bump + commit + tag /release 1.7 .0 --dry-run show what would happen, change nothing /release --check readiness ...
|
79 |
| 9947 | moai-lang-flutter | modu-ai/moai-adk |
Quick Reference (30 seconds) Flutter/Dart Development Expert - Dart 3.5+, Flutter 3.24+ with modern patterns. Auto-Triggers: Flutter projects (.dart files, pubspec.yaml), cross-platform apps, widget development Core Capabilities: Dart 3.5: Patterns, records, sealed classes, extension types Flutter 3.24: Widget tree, Material 3, adaptive layouts Riverpod: State management with code generation go_router: Declarative navigation and deep linking Platform Channels: Native iOS/Android integration ...
|
79 |
| 9948 | nansen-portfolio-history | nansen-ai/nansen-cli |
Portfolio History Answers: "How has this wallet's portfolio evolved over the past month?" ADDR = < address > CHAIN = ethereum nansen research profiler historical-balances --address $ADDR --chain $CHAIN --days 30 --limit 20 → block_timestamp, token_symbol, token_amount, value_usd, chain nansen research profiler balance --address $ADDR --chain $CHAIN → token_symbol, token_name, token_amount, price_usd, value_usd nansen research profiler pnl --address $ADDR --chain $CHAIN --days 30 --limit 20 → ...
|
79 |
| 9949 | ios-android-logs | cap-go/capgo-skills |
iOS and Android Device Logs Complete guide to viewing and filtering device logs on iOS and Android. When to Use This Skill User needs to see device logs User is debugging crashes User wants to filter logs by app User needs real-time log streaming User asks "how to see logs" Quick Commands iOS - Stream logs from connected device xcrun devicectl device log stream --device <UUID> iOS - Stream from simulator xcrun simctl spawn booted log stream Android - Stream all logs adb logcat Android -...
|
79 |
| 9950 | moai-workflow-ddd | modu-ai/moai-adk |
Domain-Driven Development (DDD) Workflow Quick Reference Domain-Driven Development provides a systematic approach for refactoring existing codebases where behavior preservation is paramount. Unlike TDD which creates new functionality, DDD improves structure without changing behavior. Core Cycle - ANALYZE-PRESERVE-IMPROVE: ANALYZE: Domain boundary identification, coupling metrics, AST structural analysis PRESERVE: Characterization tests, behavior snapshots, test safety net verification IMPROVE...
|
79 |