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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
11151 mermaid-gen vladm3105/aidoc-flow-framework
mermaid-gen Purpose The mermaid-gen skill provides AI assistants with expert guidance for creating syntactically correct Mermaid diagrams while avoiding common parsing errors that cause rendering failures. This skill focuses on diagram syntax correctness and best practices. Key Benefits: Error Prevention: Avoid nested quotes, special character issues, and malformed syntax Syntax Mastery: Apply correct patterns for flowcharts, sequence diagrams, state machines, etc. Quality Assurance: Validate...
69
11152 code-architecture-review omer-metin/skills-for-antigravity
Code Architecture Review Identity I am the Code Architecture Review specialist. I evaluate codebase structure to catch problems that are easy to fix now but expensive to fix later. My expertise comes from understanding that architecture is about managing dependencies - the relationships between modules that determine how easy or hard it is to make changes. Core philosophy: Good architecture is invisible; bad architecture is a constant tax Dependencies should point toward stability Every modu...
69
11153 linter-formatter-init shipshitdev/library
Linter Formatter Init Set up comprehensive linting, formatting, and testing for JavaScript/TypeScript projects using Biome 2.3+ (default), Vitest, and Bun. IMPORTANT: Always uses Biome 2.3+ (latest) - never older versions. Purpose This skill automates the setup of: Biome for linting + formatting (default, recommended) Vitest for testing with coverage (use --vitest flag) ESLint + Prettier (legacy, use --eslint flag) Husky + lint-staged for pre-commit hooks VS Code/Cursor settings for auto-fo...
69
11154 project-onboarding oimiragieo/agent-studio
When to Use Invoke this skill when: Starting work on an unfamiliar codebase After context is lost (new session) When check_onboarding_performed indicates no memories exist When user asks to "learn about this project" or "understand this codebase" Onboarding Workflow Step 1: Check Existing Knowledge First, check if onboarding was already performed: List files in: .claude/context/memory/ Look for: project-structure.md, build-commands.md, test-commands.md If memories exist, read them and skip to St...
69
11155 3-statement-model anthropics/financial-services-plugins
3-Statement Financial Model Template Completion Complete and populate integrated financial model templates with proper linkages between Income Statement, Balance Sheet, and Cash Flow Statement. ⚠️ CRITICAL PRINCIPLES — Read Before Populating Any Template Environment — Office JS vs Python: If running inside Excel (Office Add-in / Office JS): Use Office JS directly. Write formulas via range.formulas = [["=D14*(1+Assumptions!$B$5)"]] — never range.values for derived cells. No separate recalc; Excel...
69
11156 react-hook-form-writer dust-tt/dust
This skill helps you write new forms and refactor existing forms to use react-hook-form following project best practices. When to Use - Creating new form components from scratch - Converting existing forms to react-hook-form - Adding validation to forms - Implementing complex form patterns (nested forms, field arrays, multi-step) Core Principles 1. Always Use Zod for Validation Define schemas with Zod and integrate via `zodResolver`: ``` import { z } from "zod"; import { zodResolver ...
69
11157 moai-foundation-core modu-ai/moai-adk
MoAI Foundation Core Foundational principles and architectural patterns that power MoAI-ADK's AI-driven development workflow. Core Philosophy: Quality-first, domain-driven, modular, and efficient AI development through proven patterns and automated workflows. Quick Reference What is MoAI Foundation Core? Six essential principles that ensure quality, efficiency, and scalability in AI-powered development: TRUST 5 Framework - Quality gate system (Tested, Readable, Unified, Secured, Trackable)...
69
11158 bedrock itsmostafa/aws-agent-skills
AWS Bedrock Amazon Bedrock provides access to foundation models (FMs) from AI companies through a unified API. Build generative AI applications with text generation, embeddings, and image generation capabilities. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Foundation Models Pre-trained models available through Bedrock: Claude (Anthropic): Text generation, analysis, coding Titan (Amazon): Text, embeddings, image generat...
69
11159 writing-plans izyanrajwani/agent-skills-library
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
69
11160 software-mobile vasilyu1983/ai-agents-public
Mobile Development Skill — Quick Reference This skill equips mobile developers with execution-ready patterns for building native and cross-platform mobile applications. Apply these patterns when you need iOS/Android app architecture, UI components, navigation flows, API integration, offline storage, authentication, or mobile-specific features. When to Use This Skill Use this skill when you need: iOS app development (Swift, SwiftUI, UIKit) Android app development (Kotlin, Jetpack Compose) Cro...
69
11161 cross-platform build expert martinholovsky/claude-skills-generator
Cross-Platform Build Expert 0. Mandatory Reading Protocol CRITICAL : Before implementing ANY platform-specific build configuration, you MUST read the relevant reference files: Trigger Conditions for Reference Files Read references/advanced-patterns.md WHEN : Configuring platform-specific build matrices Setting up conditional compilation Implementing platform-specific features Optimizing build sizes and performance Read references/security-examples.md WHEN : Setting up code signing certificates C...
69
11162 aws-cloudformation-ec2 giuseppe-trisciuoglio/developer-kit
AWS CloudFormation EC2 Infrastructure Overview Create production-ready EC2 infrastructure using AWS CloudFormation templates. This skill covers EC2 instances (On-Demand and SPOT), Security Groups, IAM roles and instance profiles, Application Load Balancers (ALB), Target Groups, template structure best practices, parameter patterns, and cross-stack references for modular, reusable infrastructure as code. When to Use Use this skill when: Creating new EC2 instances (On-Demand or SPOT) Configuring S...
69
11163 runbook anthropics/knowledge-work-plugins
/runbook If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create a step-by-step operational runbook for a recurring task or procedure. Usage /runbook $ARGUMENTS Output Runbook: [Task Name] Owner: [Team/Person] | Frequency: [Daily/Weekly/Monthly/As Needed] Last Updated: [Date] | Last Run: [Date] Purpose [What this runbook accomplishes and when to use it] Prerequisites - [ ] [ Access or permission needed ] - [ ] [ Tool or system required...
69
11164 writing-voice epicenterhq/epicenter
Writing Voice Core principle : Write for the ear, not just the eyes. Prose should be suitable to read out loud. The Test Read it out loud. If it: Sounds like a press release → rewrite Sounds like a corporate memo → rewrite Sounds stilted or unnatural → rewrite Sounds like you explaining to a colleague → ship it AI Dead Giveaways Patterns that scream "AI wrote this": Bold formatting everywhere : Never bold section headers in body content Bullet list everything : Convert to flowing paragraphs when...
69
11165 review-verification-protocol existential-birds/beagle
Review Verification Protocol This protocol MUST be followed before reporting any code review finding. Skipping these steps leads to false positives that waste developer time and erode trust in reviews. Pre-Report Verification Checklist Before flagging ANY issue, verify: I read the actual code - Not just the diff context, but the full function/class I searched for usages - Before claiming "unused", searched all references I checked surrounding code - The issue may be handled elsewhere (gua...
69
11166 kubernetes proompteng/lab
Kubernetes Quick Start (kubectl) kubectl describe pod/<pod> -n <ns> kubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 30 kubectl logs pod/<pod> -n <ns> --previous --tail=200 Production Minimums Health: readinessProbe and startupProbe for safe rollouts Resources: set requests/limits to prevent noisy-neighbor failures Security: run as non-root and grant least privilege Load Next (References) references/core-objects.md — choose the right workload/controller and service type references/...
69
11167 notion-cli makenotion/skills
Notion CLI Look things up before answering The CLI is self-documenting. Always prefer running these commands over guessing syntax or relying on memorized knowledge: ntn api ls — list every public API endpoint. ntn api <path> --help — show methods, doc links, and usage for an endpoint. ntn api <path> --docs — print the full official docs for an endpoint. ntn api <path> --spec — print a reduced OpenAPI fragment (useful for understanding request/response schemas). ntn <command> --help — help for an...
69
11168 verification-before-completion izyanrajwani/agent-skills-library
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...
69
11169 ddd-tactical-patterns sickn33/antigravity-awesome-skills
DDD Tactical Patterns Use this skill when Translating domain rules into code structures. Designing aggregate boundaries and invariants. Refactoring an anemic model into behavior-rich domain objects. Defining repository contracts and domain event boundaries. Do not use this skill when You are still defining strategic boundaries. The task is only API documentation or UI layout. Full DDD complexity is not justified. Instructions Identify invariants first and design aggregates around them. Model imm...
69
11170 laravel-api juststeveking/laravel-api-skill
Laravel API - Steve's Architecture Build Laravel REST APIs with clean, stateless, resource-scoped architecture. Quick Start When user requests a Laravel API, follow this workflow: Understand requirements - What resources? What operations? Authentication needed? Initialize project structure - Set up routing, remove frontend bloat Build first resource - Complete CRUD to establish pattern Add authentication - JWT via PHP Open Source Saver Iterate on remaining resources - Follow established patt...
69
11171 skill-optimizer mcollina/skills
When to use Use this skill when you need to: Improve whether a skill is actually applied by models Diagnose why some criteria fail across all models Prevent a skill from making outputs worse Refactor skill text for stronger retrieval under context pressure Build repeatable benchmark loops and release gates Optimization loop (default workflow) Measure baseline and skill-on behavior (per model, per scenario, per criterion) Find failure pattern : universal failure (0% with skill) model-specific wea...
69
11172 performance-optimization eddiebe147/claude-settings
Performance Optimization When to use this skill Slow page loads : low Lighthouse score Slow rendering : delayed user interactions Large bundle size : increased download time Slow queries : database bottlenecks Instructions Step 1: Measure performance Lighthouse (Chrome DevTools) : CLI npm install -g lighthouse lighthouse https://example.com --view Automate in CI lighthouse https://example.com --output = json --output-path = ./report.json Measure Web Vitals (React): import { getCLS , getFID , g...
69
11173 redis-expert lammesen/skills
Redis Expert Skill You are an expert Redis developer with deep knowledge of Redis data structures, caching strategies, Pub/Sub messaging, Streams, Lua scripting, and the Redis Stack modules (RedisJSON, RediSearch, Vector Search). You help users build high-performance applications using Bun's native Redis client ( Bun.redis ). Cross-Skill Integration This skill works alongside the bun-expert skill. When using Redis with Bun: Use Bun.redis for all Redis operations (not external packages) Leverage ...
69
11174 documentation-generator jorgealves/agent_skills
Documentation Generator Purpose and Intent The documentation-generator ensures that software projects remain maintainable by automatically creating and updating technical documentation directly from the source code. When to Use Post-Development : Run after a feature is completed to ensure the API docs are up to date. Onboarding : Use to generate architecture diagrams and overviews for new team members. When NOT to Use High-Level Strategy : This tool generates technical docs; it cannot write "Bus...
69
11175 vercel-ai bobmatnyc/claude-mpm-skills
Vercel AI Skill progressive_disclosure: entry_point: summary: "Vercel AI platform: AI SDK, AI Gateway, Vercel Agent, agent integrations, and MCP." when_to_use: - "When building AI-powered apps on Vercel" - "When routing model traffic through AI Gateway" - "When using Vercel Agent or MCP workflows" quick_start: - "Choose AI SDK, AI Gateway, or Agent" - "Configure models and routing" - "Secure keys and environment variables" - "Deploy and monitor usage" token_estimate: entry: 90-110 full: 3600-470...
69
11176 trello-automation sickn33/antigravity-awesome-skills
Trello Automation via Rube MCP Automate Trello board management, card creation, and team workflows through Composio's Rube MCP integration. Toolkit docs : composio.dev/toolkits/trello Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Trello connection via RUBE_MANAGE_CONNECTIONS with toolkit trello 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 nee...
69
11177 project-planning athola/claude-night-market
Project Planning Skill Specialized planning assistant for web application projects. Generate context-safe phases with comprehensive planning documentation. ⚡ Recommended Workflow ASK 3-5 clarifying questions (auth, data, features, scope) WAIT for user answers CREATE planning docs immediately (IMPLEMENTATION_PHASES.md always, others as needed) OUTPUT all docs to user for review CONFIRM user satisfied SUGGEST creating SESSION.md and starting Phase 1 🤖 Automation Commands Two slash commands are ...
69
11178 local-marketing dengineproblem/agents-monorepo
Local Marketing Expert Deep knowledge of local business marketing and geo-targeted campaigns for businesses with physical locations. Core Competencies Local SEO Google Business Profile optimization Local keyword targeting Citation management (NAP consistency) Review management and reputation Local content strategy Local Advertising Google Local Services Ads Local search ads Geotargeted social ads Local display advertising Neighborhood targeting Community Marketing Local partnerships Community ev...
69
11179 modern-ui-designer sitechfromgeorgia/georgian-distribution-system
Modern UI Designer - 2025 Standards Overview This skill provides comprehensive guidance for creating world-class UI designs that follow modern 2025 standards. It covers Tailwind CSS best practices, shadcn/ui component patterns, clean minimalist design principles, 8px grid spacing systems, mobile-first responsive design, and WCAG accessibility compliance. Core Philosophy: Professional, minimal, accessible, and consistent. Design Principles (2025) 1. Clean Minimalism Core Rules: Remove the un...
69
11180 code-explanation nickcrew/claude-ctx-plugin
Code Explanation Overview Provide clear explanations of code and concepts with appropriate depth, structure, and examples. Adapt the output to the audience level. When to Use Explaining code, architecture, or system behavior Producing educational explanations for knowledge transfer Clarifying framework or domain concepts Avoid when: The request is strictly documentation generation (use documentation-production) Quick Reference Task Load reference Explanation workflow skills/code-explanation/...
69
11181 baoyu-image-gen xy121718/baoyu-skills
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, OpenRouter, DashScope (阿里通义万象), Jimeng (即梦), Seedream (豆包) and Replicate providers. Script Directory Agent Execution : {baseDir} = this SKILL.md file's directory Script path = {baseDir}/scripts/main.ts Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any image generation....
69
11182 one-drive-automation composiohq/awesome-claude-skills
OneDrive Automation via Rube MCP Automate OneDrive operations including file upload/download, search, folder management, sharing links, permissions management, and drive browsing through Composio's OneDrive toolkit. Toolkit docs : composio.dev/toolkits/one_drive Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active OneDrive connection via RUBE_MANAGE_CONNECTIONS with toolkit one_drive Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add...
69
11183 markitdown-skill julianobarbosa/claude-code-skills
Microsoft's Python utility for converting various file formats to Markdown for LLM and text analysis pipelines. Overview MarkItDown converts documents while preserving structure (headings, lists, tables, links). It's optimized for LLM consumption rather than human-readable output. Supported Formats | Documents | PDF, Word (DOCX), PowerPoint (PPTX), Excel (XLSX, XLS) | Media | Images (EXIF + OCR), Audio (WAV, MP3 transcription) | Web | HTML, YouTube URLs, Wikipedia, RSS/Atom feeds ...
69
11184 email-writing guia-matthieu/clawfu-skills
Email Writing Master email marketing from subject lines to sequences. Templates for welcome emails, nurture campaigns, sales emails, and newsletters that get opened, read, and clicked. When to Use This Skill Writing email subject lines that get opens Creating welcome email sequences Building nurture and sales sequences Writing newsletters that engage Re-engagement and win-back campaigns Reviewing and improving email performance Methodology Foundation Source : Compiled from Copyhackers, Really Go...
69
11185 docs shipshitdev/library
Docs Create and maintain project documentation in docs/ with a consistent, lightweight workflow. Parameters --init : Create documentation for the first time. --update : Refresh existing documentation without rewriting from scratch. Outputs Always maintain these files: docs/project-pdr.md — product goals, users, requirements docs/code-standard.md — stack, conventions, development rules docs/codebase.md — codebase map and key files docs/architecture.md — components, interactions, data flow Also ke...
69
11186 create-pr yonatangross/orchestkit
Create Pull Request Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. PR Title Format <type>(<scope>): <summary> Types (required) Type Description Changelog feat New feature Yes fix Bug fix Yes perf Performance improvement Yes test Adding/correcting tests No docs Documentation only No refactor Code change (no bug fix or feature) No build Build system or dependencies No ci CI configuration No chore Routine tasks, maintenance No Scopes (optional but recommended) API -...
69
11187 aws-cloudformation-auto-scaling giuseppe-trisciuoglio/developer-kit
AWS CloudFormation Auto Scaling Overview Create production-ready Auto Scaling infrastructure using AWS CloudFormation templates. This skill covers Auto Scaling Groups for EC2, ECS, and Lambda, launch configurations, launch templates, scaling policies, lifecycle hooks, and best practices for high availability and cost optimization. When to Use Use this skill when: Creating Auto Scaling Groups for EC2 instances Configuring Launch Configurations or Launch Templates Implementing scaling policies (st...
69
11188 first-principles-thinking akshat10/skills
First Principles Thinking Coach Guide users through Socratic questioning to surface assumptions, reach fundamental truths, and rebuild solutions from scratch. When to Apply Apply when the user is: Stuck on a problem where conventional solutions aren't working Making a high-stakes decision that warrants deeper analysis Building something new (not optimizing existing) Facing "industry standard" constraints that feel arbitrary Skip when: User needs a quick factual answer Problem is well-solved by e...
69
11189 cli-just paulrberg/agent-skills
Just Command Runner Overview Expert guidance for Just, a command runner with syntax inspired by make. Use this skill for creating justfiles, writing recipes, configuring settings, and implementing task automation workflows. Key capabilities: Create and organize justfiles with proper structure Write recipes with attributes, dependencies, and parameters Configure settings for shell, modules, and imports Use built-in constants for terminal formatting Implement check/write patterns for code quality ...
69
11190 google-ads openclaudia/openclaudia-skills
Google Ads Skill Manage Google Ads accounts via API or an attached browser session. Mode Selection Check which mode to use: API Mode - If user has google-ads.yaml configured or GOOGLE_ADS_* env vars Browser Mode - If user says "I don't have API access" or just wants quick checks Check for API config ls ~/.google-ads.yaml 2 > /dev/null || ls google-ads.yaml 2 > /dev/null If no config found, ask: "Do you have Google Ads API credentials, or should I use the attached browser session?" Browser Mode ...
69
11191 aws-cloudformation-iam giuseppe-trisciuoglio/developer-kit
AWS CloudFormation IAM Security Create production-ready IAM infrastructure using AWS CloudFormation templates. This skill covers users, roles, policies, managed policies, permission boundaries, and best practices for implementing least privilege access. When to Use Use this skill when: Creating new IAM users with CloudFormation Configuring IAM roles for AWS services Defining inline policies and managed policies Implementing cross-account access with STS Creating permission boundaries Organizing ...
69
11192 python-patterns vudovn/antigravity-kit
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
68
11193 git-pushing mhattingpete/claude-skills-marketplace
Git Push Workflow Stage all changes, create a conventional commit, and push to the remote branch. When to Use Automatically activate when the user: Explicitly asks to push changes ("push this", "commit and push") Mentions saving work to remote ("save to github", "push to remote") Completes a feature and wants to share it Says phrases like "let's push this up" or "commit these changes" Workflow ALWAYS use the script - do NOT use manual git commands: bash skills/git-pushing/scripts/smart_com...
68
11194 xiaohongshu-recruiter iofficeai/aionui
本技能旨在帮助用户快速、专业地在小红书发布 AI 岗位的招聘信息。通过 "Systemic Flux" 设计理念生成符合极客审美的视觉素材,并提供 Playwright 脚本实现半自动化发布。 核心工作流 简化模式(默认) 当用户仅给出一句话指令(如“发布一个前端开发工程师的招聘信息到小红书”)时: - 不再向用户追问细节,由模型自行补全招聘信息与文案。 - 不要求用户提供邮箱或投递方式,模型自动补一个“私信联系/评论联系”的默认投递方式。 - 自动生成封面图与详情图,并直接进入发布流程。 - 自动打开浏览器,等待用户扫码登录后,自动填写图文信息并一键发布。 1. 信息收集 向用户确认(仅在用户明确要求或关键信息冲突时才询问): - 岗位名称 (如:Agent Designer) - 核心职责 & 要求 - 投递邮箱 2. 生成视觉素材 (Visual Generation) 默认使用本地脚本 `scripts/generate_images.js` 生成图片(暂时隐藏/禁用大模型生图流程)。 - 操作: ``` node scripts/gene...
68
11195 safe-publish webflow/webflow-skills
Publish a Webflow site with comprehensive preview, validation, and explicit confirmation workflow. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information - Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages - Use Webflow MCP's `data_cms_tool` with action `get_collect...
68
11196 tailwind tartinerlabs/skills
Tailwind Labs Tailwind CSS v4 Best Practices Comprehensive performance optimization guide for Tailwind CSS v4 applications, maintained by Tailwind Labs. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Configuring Tailwind CSS v4 build tooling (Vite plugin, PostCSS, CLI) Writing or migrating styles using v4's CSS-first approach Optimizing CSS bundle size and build performance Implem...
68
11197 ddd-strategic-design sickn33/antigravity-awesome-skills
DDD Strategic Design Use this skill when Defining core, supporting, and generic subdomains. Splitting a monolith or service landscape by domain boundaries. Aligning teams and ownership with bounded contexts. Building a shared ubiquitous language with domain experts. Do not use this skill when The domain model is stable and already well bounded. You need tactical code patterns only. The task is purely infrastructure or UI oriented. Instructions Extract domain capabilities and classify subdomains....
68
11198 resume-builder dkyazzentwatwa/chatgpt-skills
Resume Builder for Reactive Resume Build professional resumes through conversational AI for Reactive Resume , a free and open-source resume builder. Core Principles Never hallucinate - Only include information explicitly provided by the user Ask questions - When information is missing or unclear, ask before assuming Be concise - Use clear, direct language; avoid filler words Validate output - Ensure all generated JSON conforms to the schema Workflow Step 1: Gather Basic Information Ask for essen...
68
11199 mobile-app popup-studio-ai/bkit-claude-code
Mobile App Development Expertise Overview A guide for developing mobile apps based on web development experience. Develop for iOS and Android simultaneously using cross-platform frameworks. Framework Selection Guide Framework Selection by Tier (v1.3.0) Framework Tier Recommendation Use Case React Native (Expo) Tier 1 ⭐ Primary TypeScript ecosystem, AI tools React Native CLI Tier 1 Recommended Native module needs Flutter Tier 2 Supported Multi-platform (6 OS), performance AI-Native Recommendation...
68
11200 plan yeachan-heo/oh-my-claudecode
Plan Skill Quick Ref: Decompose goal into trackable issues with waves. Output: .agents/plans/*.md + bd issues. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: bd (issue creation). If bd is unavailable, write the plan to .agents/plans/ as markdown with issue descriptions, and use TaskList for tracking instead. The plan document is always created regardless of bd availability. Flags Flag Default Description --auto off Skip human approval gate. Used by /rpi --auto for ful...
68