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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,447
总 Skills
35.6M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
12801 project-discover zixun-github/aisdlc
project-discover(一次指令全量 Discover 总控:地图层 + 权威入口 + 证据链) 概览 本技能用于把“已有代码的存量项目” 在一次指令内尽可能完整地 逆向沉淀为 .aisdlc/project/ 项目级 SSOT(长期资产),以支撑后续 Spec Pack 的 AI 辅助开发 尽量不再重复跑 Discover 。 Discover 的核心不是“把代码翻译成文档”,而是把以下三件事立起来(并且能被持续维护): 地图层 :先有可导航的索引骨架(索引只导航) 权威入口 :每个 P0 模块有单页模块 SSOT(模块页是权威) 证据链 :每个关键结论都能指向仓库内可定位的证据入口(Evidence)或结构化缺口(Evidence Gaps) 开始时宣布: 「我正在使用 project-discover 技能执行存量项目 Discover(逆向)并建立 .aisdlc/project/ 项目级 SSOT。」 目标(一次指令的交付物) 在 单次运行 结束时,默认应至少产出并自洽以下内容(允许“证据不足→结构化缺口”降级,但不允许脑补): Level-0 / Memory(北...
70
12802 testing-best-practices asyrafhussin/agent-skills
Testing Rules for AI You're a testing expert that is keen to keep the tests simple, clean, consistent and short. Here is a list of best practices to follow. When you find some issues in a test, mention the violated bullet number These rules are not applicable to end-to-end tests that spans multiple processes and components, only for unit, integration, component, Microservice, API tests. If you realize tests that don't mock the backend, these are end-to-end tests, in this case apply the rules fro...
70
12803 prompt-engineer 404kidwiz/claude-supercode-skills
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
70
12804 nodejs-expert oimiragieo/agent-studio
Nodejs Expert nestjs core module guidelines When reviewing or writing code, apply these guidelines: Global filters for exception handling. Global middlewares for request management. Guards for permission management. Interceptors for request management. nestjs general guidelines When reviewing or writing code, apply these guidelines: Use modular architecture Encapsulate the API in modules. One module per main domain/route. One controller for its route. And other controllers for secondary routes. ...
70
12805 bun package manager secondsky/claude-skills
Bun Package Manager Bun's package manager is a dramatically faster replacement for npm, yarn, and pnpm. Up to 25x faster than npm install. Quick Start Install all dependencies bun install Add packages bun add react react-dom bun add -D typescript @types/react Remove packages bun remove lodash Update packages bun update Run package binaries bunx create-next-app Core Commands Command Description bun install Install all dependencies bun add <pkg> Add dependency bun add -D <pkg> Add dev depende...
70
12806 emergency-release-workflow bobmatnyc/claude-mpm-skills
Emergency Release Workflow Skill Summary Fast-track workflow for critical production issues requiring immediate deployment. Covers urgency assessment, expedited PR process, deployment verification, and post-incident analysis. When to Use Critical production bugs affecting users Security vulnerabilities (CVEs) Urgent business requirements Data integrity issues Service outages Payment processing failures Urgency Assessment Priority Levels Level Type Response Time Deployment Example P0 Security v...
70
12807 julia mindrally/skills
Julia Development You are an expert in Julia programming with deep knowledge of multiple dispatch, the type system, and high-performance computing. Core Principles Write concise, technical responses with accurate Julia examples Leverage multiple dispatch and the type system for performant code Prefer immutable structs and functions over mutable state Use Julia's built-in features for parallelism and performance Naming Conventions Functions/variables: snake_case (e.g., process_data, is_active) ...
70
12808 reviewing-code jlowin/fastmcp
Code Review Philosophy Code review maintains a healthy codebase while helping contributors succeed. The burden of proof is on the PR to demonstrate it adds value. Your job is to help it get there through actionable feedback. Critical: A perfectly written PR that adds unwanted functionality must still be rejected. The code must advance the codebase in the intended direction. When rejecting, provide clear guidance on how to align with project goals. Be friendly and welcoming while maintaining h...
70
12809 medrxiv-search yorkeccak/scientific-skills
medRxiv Search Search the complete medRxiv database of medical and health sciences preprints using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete article content, not just abstracts Image Links: Includes figures and i...
70
12810 bitget-wallet bitget-wallet-ai-lab/bitget-wallet-skill
Bitget Wallet Skill API Overview Base URL : https://bopenapi.bgwapi.io Auth : HMAC-SHA256 signature with appId + apiSecret All requests : POST with JSON body Credentials : Built-in public demo credentials (works out of the box). Override with BGW_API_KEY / BGW_API_SECRET env vars for your own keys. Partner-Code : bgw_swap_public (for swap endpoints) Domain Knowledge What you need to know beyond command syntax to use these tools correctly. These are cross-command constraints, common pitfalls, and...
70
12811 baoyu-xhs-images xy121718/baoyu-skills
Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. Usage Auto-select style and layout based on content /baoyu-xhs-images posts/ai-future/article.md Specify style /baoyu-xhs-images posts/ai-future/article.md --style notion Specify layout /baoyu-xhs-images posts/ai-future/article.md --layout dense Combine style and layout /baoyu-xhs-images posts/ai-future/article.md --style notion --layout list ...
70
12812 documentation-templates vudovn/antigravity-kit
Documentation Templates Templates and structure guidelines for common documentation types. 1. README Structure Essential Sections (Priority Order) Section Purpose Title + One-liner What is this? Quick Start Running in <5 min Features What can I do? Configuration How to customize API Reference Link to detailed docs Contributing How to help License Legal README Template Project Name Brief one-line description. Quick Start [Minimum steps to run] Features - Feature 1 - Feature 2 Configur...
70
12813 agent-architecture-analysis existential-birds/beagle
12-Factor Agents Compliance Analysis Reference: 12-Factor Agents Input Parameters Parameter Description Required docs_path Path to documentation directory (for existing analyses) Optional codebase_path Root path of the codebase to analyze Required Analysis Framework Factor 1: Natural Language to Tool Calls Principle: Convert natural language inputs into structured, deterministic tool calls using schema-validated outputs. Search Patterns: Look for Pydantic schemas grep -r "class.*BaseModel"...
70
12814 x-writer ognjengt/founder-skills
X Writer Purpose Generate 3 viral X posts in different proven formats, matched to a creator voice, using battle-tested templates and patterns that drive engagement. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "x-writer loaded, proceed with your topic or idea" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains content: Proceed immediately to Task Execution (skip the "loaded"...
70
12815 dropbox-automation sickn33/antigravity-awesome-skills
Dropbox Automation via Rube MCP Automate Dropbox operations including file upload/download, search, folder management, sharing links, batch operations, and metadata retrieval through Composio's Dropbox toolkit. Toolkit docs : composio.dev/toolkits/dropbox Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Dropbox connection via RUBE_MANAGE_CONNECTIONS with toolkit dropbox Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://r...
70
12816 release-post posit-dev/skills
Package Release Post Create professional R/Python package release blog posts following Tidyverse or Shiny blog conventions. Quick Start Identify the blog platform : Tidyverse (tidyverse.org) or Shiny (shiny.posit.co) Verify NEWS.md or changelog exists for the package Gather package info: name, version, repository (e.g., "tidyverse/dplyr") Follow the workflow below Use scripts/get_contributors.R to generate acknowledgments Reference the appropriate formatting guide for final polish Platform Selec...
70
12817 cloudflare-nextjs jackspace/claudeskillz
Cloudflare Next.js Deployment Skill Deploy Next.js applications to Cloudflare Workers using the OpenNext Cloudflare adapter for production-ready serverless Next.js hosting. Use This Skill When Deploying Next.js applications (App Router or Pages Router) to Cloudflare Workers Need server-side rendering (SSR), static site generation (SSG), or incremental static regeneration (ISR) on Cloudflare Migrating existing Next.js apps from Vercel, AWS, or other platforms to Cloudflare Building full-stack N...
70
12818 image-enhancement-suite dkyazzentwatwa/chatgpt-skills
Professional image processing toolkit that handles common image tasks without requiring Photoshop or similar software. Process single images or entire folders with consistent, high-quality results. Core Capabilities - Resize & Crop: Smart resizing with aspect ratio preservation, crop to specific dimensions - Watermark: Add text or image watermarks with positioning and opacity control - Color Correction: Brightness, contrast, saturation, sharpness adjustments - Format Conversion: Convert be...
70
12819 godot-2d-physics thedivergentai/gd-agentic-skills
2D Physics Expert guidance for collision detection, triggers, and raycasting in Godot 2D. NEVER Do NEVER scale CollisionShape2D nodes — Use the shape handles in the editor, NOT the Node2D scale property. Scaling causes unpredictable physics behavior and incorrect collision normals. NEVER confuse collision_layer with collision_mask — Layer = "What AM I?", Mask = "What do I DETECT?". Setting both to the same value is almost always wrong. NEVER multiply velocity by delta when using move_and_slide()...
70
12820 assess yonatangross/orchestkit
申告要否・種類の判定(Tax Filing Assessment) 確定申告が必要かどうか、どの種類の申告が必要かを対話的に判定するスキル。 ユーザーの収入状況・家族構成・事業状況をヒアリングし、必要な申告を特定する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): .shinkoku/progress/01-setup.md 読み込んだ...
70
12821 bash-linux vudovn/antigravity-kit
Bash Linux Patterns Essential patterns for Bash on Linux/macOS. 1. Operator Syntax Chaining Commands Operator Meaning Example ; Run sequentially cmd1; cmd2 && Run if previous succeeded npm install && npm run dev || Run if previous failed npm test || echo "Tests failed" | Pipe output ls | grep ".js" 2. File Operations Essential Commands Task Command List all ls -la Find files find . -name "*.js" -type f File content cat file.txt First N lines head -n 20 file.txt Last N lines tail -n 20 file.txt...
70
12822 animating-react-native-expo tristanmanchester/agent-skills
React Native (Expo) animations — Reanimated v4 + Gesture Handler Defaults (pick these unless there’s a reason not to) Simple state change (hover/pressed/toggled, small style changes): use Reanimated CSS Transitions . Mount/unmount + layout changes (lists, accordions, reflow): use Reanimated Layout Animations . Interactive / per-frame (gestures, scroll, physics, drag): use Shared Values + worklets (UI thread). If an existing codebase already uses a different pattern, stay consistent and only migr...
70
12823 godot-mcp-setup thedivergentai/gd-agentic-skills
Godot MCP Setup Enables AI agents to install and configure the Godot MCP (Model Context Protocol) server for programmatic scene management. When to Use This Skill Use ONLY when: User explicitly requests MCP-based scene building User wants programmatic scene creation/modification User asks about scene automation tools DO NOT suggest unless: User expresses interest in MCP functionality Alternative manual methods insufficient Available Scripts mcp_config_generator.gd Tool script to generate the Cla...
70
12824 quality-checks proompteng/lab
Run the smallest set of checks for touched code. Use workspace filters and targeted test commands. JS/TS ``` bun run format bun run --filter @proompteng/bumba lint bun run --filter @proompteng/bumba tsc bunx biome check services/bumba ``` Go ``` go test ./services/prt go build ./services/prt ``` Kotlin ``` ./gradlew test --tests "pkg.ClassTest" ``` Rails ``` bundle exec rails test test/models/user_test.rb:42 ``` Python ``` pytest alchimie_tests/test_file.py -k "pattern" ``` ...
70
12825 rules-capture shipshitdev/library
Rules Capture Skill This skill automatically detects when users express preferences, rules, or coding standards during conversations and documents them for future sessions. When This Skill Activates Automatically activate when the user mentions ANY of these: Direct Rule Expressions "always do X" / "never do X" "I prefer X" / "I don't like X" "don't ever X" / "stop doing X" "from now on X" / "going forward X" "that's not how we do it" / "we do it this way" "the rule is X" / "the standard is X...
70
12826 capgo-live-updates cap-go/capgo-skills
Capgo Live Updates for Capacitor Deploy updates to your Capacitor app instantly without waiting for app store review. When to Use This Skill User wants live/OTA updates User asks about Capgo User wants to skip app store review User needs to push hotfixes quickly User wants A/B testing or staged rollouts What is Capgo? Capgo is a live update service for Capacitor apps that lets you: Push JavaScript/HTML/CSS updates instantly Skip app store review for web layer changes Roll back bad updates automa...
70
12827 godot-testing-patterns thedivergentai/gd-agentic-skills
Testing Patterns GUT framework, assertion patterns, mocking, and async testing define automated validation. Available Scripts integration_test_base.gd Base class for GUT integration tests with auto-cleanup and scene helpers. headless_test_runner.gd Expert headless test runner for CI/CD with JUnit XML output and exit code handling. NEVER Do in Testing NEVER test implementation details — assert_eq(player._internal_state, 5) ? Private variables = brittle tests. Test PUBLIC behavior, not internals. ...
70
12828 gitops proompteng/lab
Use GitOps-first changes for infra and deployment workflows, then validate locally and let Argo CD reconcile. Only apply directly to the cluster when explicitly instructed or in an emergency. Workflow - Locate the source of truth Argo CD apps and overlays: `argocd/` - Kubernetes manifests: `kubernetes/` - IaC: `tofu/`, `ansible/` - Service-specific instructions: nearest `README.md` - Edit manifests in Git Prefer updating Argo CD apps/overlays instead of raw kubectl applies. - Keep en...
70
12829 go mindrally/skills
Go (Golang) You are an expert in Go development with deep knowledge of APIs, microservices, and backend systems. Core Principles Write idiomatic Go code following Go conventions Utilize Go 1.22+ features including new routing capabilities Follow RESTful API design principles Implement proper error handling with custom error types when beneficial Code Organization Clean Architecture principles with handlers, services, repositories, and domain models Interface-driven development with explicit de...
70
12830 justfile iloveitaly/ai-skills
Writing Justfiles The below readme is pulled from: https://github.com/casey/just/blob/master/README.md It fully documents the Justfile syntax and system. just is a handy way to save and run project-specific commands. This readme is also available as a book . The book reflects the latest release, whereas the readme on GitHub reflects latest master. (中文文档在 这里 , 快看过来!) Commands, called recipes, are stored in a file called justfile with syntax inspired by make : You can then run them with just RECIP...
70
12831 design-postgres-tables timescale/pg-aiguide
PostgreSQL Table Design Core Rules Define a PRIMARY KEY for reference tables (users, orders, etc.). Not always needed for time-series/event/log data. When used, prefer BIGINT GENERATED ALWAYS AS IDENTITY; use UUID only when global uniqueness/opacity is needed. Normalize first (to 3NF) to eliminate data redundancy and update anomalies; denormalize only for measured, high-ROI reads where join performance is proven problematic. Premature denormalization creates maintenance burden. Add NOT NULL ever...
70
12832 wp-interactivity-api automattic/agent-skills
WP Interactivity API When to use Use this skill when the user mentions: Interactivity API, @wordpress/interactivity , data-wp-interactive , data-wp-on--* , data-wp-bind--* , data-wp-context , block viewScriptModule / module-based view scripts, hydration issues or “directives don’t fire”. Inputs required Repo root + triage output ( wp-project-triage ). Which block/theme/plugin surfaces are affected (frontend, editor, both). Any constraints: WP version, whether modules are supported in the build. ...
70
12833 test-skill laravel/boost
Test
70
12834 google-sheets odyssey4me/agent-skills
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
70
12835 angular-best-practices-transloco alfredoperez/angular-best-practices
Angular Transloco Best Practices Transloco rules for runtime internationalization, lazy-loaded translations, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Adding runtime i18n with the transloco pipe or directive Lazy-loading translation files per route with scopes Writing tests that use TranslocoTestingModule Rules Rule Impact Description Lazy Load Translat...
70
12836 hierarchy-of-marketplaces pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Hierarchy of Marketplaces What It Is The Hierarchy of Marketplaces is a framework for building defensible marketpl...
70
12837 hasura-graphql-engine manutej/luxor-claude-marketplace
Hasura GraphQL Engine Mastery A comprehensive skill for building production-ready GraphQL APIs with Hasura. Master instant API generation, granular permissions, authentication integration, event-driven architectures, custom business logic, and remote schema stitching for modern applications. When to Use This Skill Use Hasura GraphQL Engine when: Building GraphQL APIs rapidly without writing backend code Need instant CRUD APIs from existing PostgreSQL databases Implementing granular row-level and...
70
12838 code-simplification sammcj/agentic-coding
Code Simplification Inspired by the Claude Code Simplifier plugin . Adapted here as a model-agnostic, process-driven skill for any AI coding agent. Overview Simplify code by reducing complexity while preserving exact behavior. The goal is not fewer lines — it's code that is easier to read, understand, modify, and debug. Every simplification must pass a simple test: "Would a new team member understand this faster than the original?" When to Use After a feature is working and tests pass, but the i...
70
12839 klaviyo-automation sickn33/antigravity-awesome-skills
Klaviyo Automation via Rube MCP Automate Klaviyo email and SMS marketing operations through Composio's Klaviyo toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/klaviyo Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Klaviyo connection via RUBE_MANAGE_CONNECTIONS with toolkit klaviyo 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 ...
70
12840 tailwind-responsive-ui pproenca/dot-skills
Community Responsive UI Tailwind CSS Best Practices Comprehensive responsive transformation guide for Tailwind CSS applications, based on Refactoring UI by Adam Wathan & Steve Schoger and modern responsive design patterns. Contains 49 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Making an existing UI responsive across screen sizes Building new responsive layouts with Tailwind CSS Refactoring de...
70
12841 zendesk-automation sickn33/antigravity-awesome-skills
Zendesk Automation via Rube MCP Automate Zendesk operations through Composio's Zendesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/zendesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zendesk connection via RUBE_MANAGE_CONNECTIONS with toolkit zendesk 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 ...
70
12842 mongodb-atlas-checker shipshitdev/library
MongoDB Atlas Checker Verify MongoDB Atlas setup and configuration. Identifies configuration issues, missing environment variables, incorrect connection strings, and ensures proper database setup. When to Use Verifying MongoDB Atlas backend setup Checking connection string configuration Validating environment variable setup Troubleshooting database connection issues Auditing database setup before deployment Quick Checklist 1. Environment Variables MONGODB_URI exists (not hardcoded) Uses mong...
70
12843 pine-visualizer traderspost/pinescript-agents
Specialized in decomposing complex trading ideas into actionable Pine Script components. YouTube Video Analysis CRITICAL: When a YouTube URL is Provided IMMEDIATELY run the video analyzer - do not ask for permission: ``` python tools/video-analyzer.py "<youtube_url>" ``` Video Analyzer Features The tool automatically: - Fetches video metadata (title, author, duration) - Extracts transcript using the fastest available method: First tries YouTube's built-in captions (instant) - Falls...
70
12844 customer-success-manager 404kidwiz/claude-supercode-skills
Customer Success Manager Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansion opportunity identification. Three Python CLI tools provide deterministic, repeatable analysis using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Templates Best Practices Limitations Capabilities Customer Health Scoring :...
70
12845 mailchimp-automation sickn33/antigravity-awesome-skills
Mailchimp Automation via Rube MCP Automate Mailchimp email marketing workflows including campaign creation and sending, audience/list management, subscriber operations, segmentation, and performance analytics through Composio's Mailchimp toolkit. Toolkit docs : composio.dev/toolkits/mailchimp Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Mailchimp connection via RUBE_MANAGE_CONNECTIONS with toolkit mailchimp Always call RUBE_SEARCH_TOOLS first to get current tool ...
70
12846 motion-design-patterns dylanfeltus/skills
Motion Design Patterns Framer Motion (Motion) patterns for React — springs, staggers, layout animations, micro-interactions, scroll-triggered effects, and exit animations. The 1 differentiator between generic and polished UI. When to Use Building or improving UI animations in a React project User asks for "polish", "delight", "micro-interactions", or "make it feel good" Adding entrance/exit animations, hover effects, or page transitions Making lists, cards, modals, or navigation feel premium Use...
70
12847 thinking-tools oimiragieo/agent-studio
Overview This skill provides three structured thinking patterns that agents should use at key points during task execution. These patterns help maintain quality and prevent common mistakes like incomplete research, task drift, and premature completion. Thinking Pattern 1: Think About Collected Information When to Use : After completing a non-trivial sequence of searching steps like: Reading multiple files Searching for symbols or patterns Exploring directory structures Gathering requirements Sel...
70
12848 skill-creator 404kidwiz/claude-supercode-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
70
12849 session-documenter shipshitdev/library
Session Documenter Skill Automatically document all work, decisions, and context throughout the session for continuity. When This Skill Activates Trigger conditions: When a task from TodoList is marked completed When files are modified/created/deleted When architectural decisions are made When new patterns are established At session end (MANDATORY) Critical Rules Session File Naming (ONE FILE PER DAY) ✅ CORRECT: .agent/SESSIONS/2025-11-15.md ❌ WRONG: .agent/SESSIONS/2025-11-15-feature-name...
70
12850 arduino-project-builder wedsamuel1230/arduino-skills
Arduino Project Builder Assemble complete, working Arduino projects from requirements. This skill combines multiple patterns (sensors, actuators, state machines, logging, communication) into cohesive systems. Quick Start List available project types: uv run --no-project scripts/scaffold_project.py --list Create a complete project: uv run --no-project scripts/scaffold_project.py --type environmental --board esp32 --name "WeatherStation" uv run --no-project scripts/scaffold_project.py --type robot...
70