███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 17751 | pair programming | ruvnet/claude-flow |
Pair Programming Collaborative AI pair programming with intelligent role management, real-time quality monitoring, and comprehensive development workflows. What This Skill Does This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver$navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through truth-score verification...
|
57 |
| 17752 | ember-best-practices | nullvoxpopuli/agent-skills |
Ember.js Best Practices Comprehensive performance optimization and accessibility guide for Ember.js applications. Contains 58 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Ember components or routes Implementing data fetching with WarpDrive Reviewing code for performance issues Refactoring existing Ember.js code Optimizing bundle size or load times Implementing accessibility feature...
|
57 |
| 17753 | vercel-analytics-setup | andrelandgraf/fullstackrecipes |
Vercel Web Analytics To set up Vercel Web Analytics, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/vercel-analytics-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/vercel-analytics-setup
|
57 |
| 17754 | zhy-wechat-writing | zhylq/yuan-skills |
微信公众号写作系统 Purpose 根据用户提供的主题(可选参考URL),自动完成公众号文章写作全流程:多来源检索与证据池整理、初稿生成、自审润色、参考资料整理,并可选自动配图与保存到公众号草稿箱(不提交发布)。 When to Use 用户请求"写一篇关于XXX的公众号文章" 用户请求"生成公众号文章,主题是XXX" 用户需要完整的公众号文章创作流程 用户希望"写完后自动配图"或"写完后发到公众号草稿箱" Prerequisites 执行前需要确认: 用户已提供文章主题( topic ) 如有参考文章 URL,可一并提供( urls ) 若 topic 为纯中文且未提供 slug ,建议补充英文/拼音 kebab-case 目录名;否则会使用 ASCII 降级方案 Workflow 按照以下步骤顺序执行(产物默认落盘到 articles/<slug>/... ,便于复跑与追溯): Phase 0: Preflight 目标 :确定可稳定复用的目录与路径规范 操作 : 计算 slug 若用户提供 slug :直接使用(推荐:英文/拼音kebab-case) 若 topic 含拉丁字母/...
|
57 |
| 17755 | conventional-commit | trancong12102/agentskills |
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
|
57 |
| 17756 | vulture-sweep | autumnsgrove/groveengine |
Vulture Sweep 🦅 The vulture circles patiently above, seeing what others miss. From high above, patterns emerge: issues that have already been resolved but never closed, scattered fragments that should be one cohesive task, work that's decayed beyond relevance. The vulture doesn't judge. It performs a necessary service that others avoid—nature's cleanup crew. When the vulture descends, it verifies before consuming. When it rises again, the backlog is healthy. When to Activate Issue board has accu...
|
57 |
| 17757 | cloud-tencent-cos | 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 [待完善:根据具体工具添加关键词]
|
57 |
| 17758 | web-fetch | zhayujie/chatgpt-on-wechat |
Web Content Fetching Fetch web content in this order: Prefer markdown-native endpoints ( content-type: text/markdown ) Use selector-based HTML extraction for known sites Use the bundled Bun fallback script when selectors fail Prerequisites Verify required tools before extracting: command -v curl > /dev/null || echo "curl is required" command -v html2markdown > /dev/null || echo "html2markdown is required for HTML extraction" command -v bun > /dev/null || echo "bun is required for fetch.ts fallba...
|
57 |
| 17759 | safe-area-handling | cap-go/capacitor-skills |
Safe Area Handling in Capacitor Handle iPhone notch, Dynamic Island, home indicator, and Android cutouts properly. When to Use This Skill User has layout issues on notched devices User asks about safe areas User sees content under the notch User needs fullscreen layout Content is hidden by home indicator Understanding Safe Areas What Are Safe Areas? Safe areas are the regions of the screen not obscured by: iPhone : Notch, Dynamic Island, home indicator, rounded corners Android : Camera cutouts, ...
|
57 |
| 17760 | marketing-social | gnoviawan/agentic-marketing |
Social Media Marketing Specialist You are a senior social media strategist with deep expertise across every major platform -- Instagram, TikTok, LinkedIn, X/Twitter, Facebook, YouTube, Pinterest, Threads, Bluesky, and Reddit. You deliver actionable, modern social strategies grounded in the brand's SOSTAC plan. Starting Context Router Start from the strongest context the user already has: Blank-page / strategy mode : If the user is starting from zero, build the social strategy, platform mix, cont...
|
57 |
| 17761 | rails-hotwire | thebushidocollective/han |
Rails Hotwire Master Hotwire for building modern, reactive Rails applications using Turbo and Stimulus without requiring heavy JavaScript frameworks. Overview Hotwire (HTML Over The Wire) is a modern approach to building web applications that sends HTML instead of JSON over the wire. It consists of Turbo (for delivering server-rendered HTML) and Stimulus (for JavaScript sprinkles). Installation and Setup Installing Hotwire Add to Gemfile bundle add turbo-rails stimulus-rails Install Turbo...
|
57 |
| 17762 | product-spec-kit | diegoeis/product-spec-kit |
Overview This skill helps Product Managers produce structured, high-quality documentation for product development. It supports both comprehensive documentation workflows (PRD → Plan → Stories) and standalone quick issues (individual stories, tasks, or bugs). Always use the language of the user interaction to create the final files, including headings and default content of templates. If the user explicitly requests a different language, use it. When to use? Use this skill when user asks to: ...
|
57 |
| 17763 | openclaw-grok-search | stemmaker/openclaw-grok-search |
Openclaw Grok Search Run cross-platform web research and return structured JSON output with content and sources . This skill is project-local and should run directly from the downloaded project directory. When to Use Use this skill before answering when any of these apply: The user asks for latest/current/today/recent information. The answer depends on versions, releases, changelogs, or compatibility. The task needs official docs, API references, or source URLs. The user reports an error and roo...
|
57 |
| 17764 | moai-lang-scala | modu-ai/moai-adk |
Scala 3.4+ Development Specialist Functional programming, effect systems, and big data processing for JVM applications. Quick Reference Auto-Triggers: Scala files (.scala, .sc), build files (build.sbt, project/build.properties) Core Capabilities: Scala 3.4: Given/using, extension methods, enums, opaque types, match types Akka 2.9: Typed actors, streams, clustering, persistence Cats Effect 3.5: Pure FP runtime, fibers, concurrent structures ZIO 2.1: Effect system, layers, streaming, error ha...
|
57 |
| 17765 | umbraco-validation-context | umbraco/umbraco-cms-backoffice-skills |
Umbraco Validation Context What is it? UmbValidationContext provides a centralized validation system for forms in the Umbraco backoffice. It manages validation messages using JSON Path notation, supports both client-side and server-side validation, and enables reactive error counting for tabs and sections. This is essential for multi-step forms, workspace editors, and any UI that requires comprehensive validation feedback. Documentation Always fetch the latest docs before implementing: Foundatio...
|
57 |
| 17766 | playwright-skill | tech-leads-club/agent-skills |
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
|
57 |
| 17767 | readme-updater | ovachiever/droid-tings |
README Updater Skill Keep your README current with project changes. When I Activate ✅ New features added ✅ Project structure changes ✅ Dependencies added/removed ✅ Setup instructions change ✅ User mentions README or documentation ✅ Configuration files modified What I Update README Sections Installation: New dependencies Setup steps Prerequisites Environment variables Features: New capabilities Functionality changes Feature deprecation Usage: API changes New examples Updated screenshots ...
|
57 |
| 17768 | accessibility-testing | proffesor-for-testing/agentic-qe |
Accessibility Testing Overview Accessibility testing ensures web applications are usable by people with disabilities, including those using screen readers, keyboard navigation, or other assistive technologies. It validates compliance with WCAG (Web Content Accessibility Guidelines) and identifies barriers to accessibility. When to Use Validating WCAG 2.1/2.2 compliance Testing keyboard navigation Verifying screen reader compatibility Testing color contrast ratios Validating ARIA attributes Tes...
|
57 |
| 17769 | session-chronicle | terrylica/cc-skills |
Session Chronicle Excavate Claude Code session logs to capture complete provenance for research findings, ADR decisions, and code contributions. Traces UUID chains across multiple auto-compacted sessions. CRITICAL PRINCIPLE : Registry entries must be self-contained . Record ALL session UUIDs (main + subagent) at commit time. Future maintainers should not need to run archaeology to understand provenance. S3 Artifact Sharing : Artifacts can be uploaded to S3 for team access. See S3 Sharing ADR . W...
|
57 |
| 17770 | tampermonkey | henkisdabro/wookstar-claude-code-plugins |
Expert guidance for writing Tampermonkey userscripts - browser scripts that modify web pages, automate tasks, and enhance browsing experience. Quick Start Template ``` // ==UserScript== // @name My Script Name // ← CUSTOMISE: Unique script name // @namespace https://example.com/scripts/ // ← CUSTOMISE: Your unique namespace // @version 1.0.0 // ← INCREMENT on updates // @description Brief description of the script // ← CUS...
|
57 |
| 17771 | projectmanagement | zenobi-us/dotfiles |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/zenobi-us/dotfiles)
|
57 |
| 17772 | gdrive-access | terrylica/cc-skills |
Google Drive Access List, download, and sync files from Google Drive programmatically via Claude Code CLI. MANDATORY PREFLIGHT (Execute Before Any Drive Operation) CRITICAL : You MUST complete this preflight checklist before running any gdrive commands. Do NOT skip steps. Step 1: Check CLI Binary Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/gdrive-tools/skills/gdrive-access/scripts/gdrive" 2 > /dev/null || echo "BINARY_NOT_FOUND" If BINARY_NOT_FOUND : Build it first: cd ...
|
57 |
| 17773 | memory-forensics | oimiragieo/agent-studio |
Memory Forensics Comprehensive techniques for acquiring, analyzing, and extracting artifacts from memory dumps for incident response and malware analysis. Memory Acquisition Live Acquisition Tools Windows WinPmem (Recommended) winpmem_mini_x64.exe memory.raw DumpIt DumpIt.exe Belkasoft RAM Capturer GUI-based, outputs raw format Magnet RAM Capture GUI-based, outputs raw format Linux LiME (Linux Memory Extractor) sudo insmod lime.ko "path=/tmp/memory.lime format=lime" /dev/mem (limi...
|
57 |
| 17774 | test-automation-expert | erichowens/some_claude_skills |
Test Automation Expert Comprehensive testing guidance from unit to E2E. Designs test strategies, implements automation, and optimizes coverage for sustainable quality. When to Use Use for: Designing test strategy for new projects Setting up testing frameworks (Jest, Vitest, Playwright, Cypress, pytest) Writing effective unit, integration, and E2E tests Optimizing test coverage and eliminating gaps Debugging flaky tests CI/CD test pipeline configuration Test-Driven Development (TDD) guidance ...
|
57 |
| 17775 | fsi-comps-analysis | anthropics/financial-services-plugins |
Comparable Company Analysis ⚠️ CRITICAL: Data Source Priority (READ FIRST) ALWAYS follow this data source hierarchy: FIRST: Check for MCP data sources - If S&P Kensho MCP, FactSet MCP, or Daloopa MCP are available, use them exclusively for financial and trading information DO NOT use web search if the above MCP data sources are available ONLY if MCPs are unavailable: Then use Bloomberg Terminal, SEC EDGAR filings, or other institutional sources NEVER use web search as a primary data source - it ...
|
57 |
| 17776 | creative-problem-solver | tkersey/dotfiles |
Creative Problem Solver Purpose: generate a five-tier portfolio that compounds (Artifact Spine), then stop for a human choice. Contract (one assistant turn) Name the current Double Diamond stage: Discover / Define / Develop / Deliver. If Define is weak: propose a one-line working definition + success criteria, and treat the portfolio as learning moves. Deliver options, then stop and ask for human input before executing. Always include a five-tier portfolio: Quick Win, Strategic Play, Advantage P...
|
57 |
| 17777 | nodejs-expert | cin12211/orca-q |
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. ...
|
57 |
| 17778 | dspy | orchestra-research/ai-research-skills |
DSPy: Declarative Language Model Programming When to Use This Skill Use DSPy when you need to: Build complex AI systems with multiple components and workflows Program LMs declaratively instead of manual prompt engineering Optimize prompts automatically using data-driven methods Create modular AI pipelines that are maintainable and portable Improve model outputs systematically with optimizers Build RAG systems, agents, or classifiers with better reliability GitHub Stars: 22,000+ | Created By: ...
|
57 |
| 17779 | umbraco-search-provider | umbraco/umbraco-cms-backoffice-skills |
Umbraco Search Provider What is it? A Search Provider integrates custom search functionality into Umbraco's backoffice search bar. It enables users to search custom data sources alongside built-in content, media, and members. The provider implements a search method that returns paginated results matching the user's query. Documentation Always fetch the latest docs before implementing: Extension Types : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-types Foundation...
|
57 |
| 17780 | arc42-documentation | oocx/tfplan2md |
arc42 Architecture Documentation Purpose Generate complete, structured architecture documentation following the proven arc42 template ( https://arc42.org/ ). The template provides 12 standardized sections covering all aspects of software architecture, from stakeholder requirements to technical implementation details. When to Use This Skill Starting a new project that needs comprehensive architecture documentation Documenting existing systems that lack structured architecture descriptions Creatin...
|
57 |
| 17781 | turborepo | vercel-labs/vercel-skills |
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
|
57 |
| 17782 | adcp-signals | adcontextprotocol/adcp |
AdCP Signals Protocol This skill enables you to execute the AdCP Signals Protocol with signal agents. Use the standard MCP tools ( get_signals , activate_signal ) exposed by the connected agent. Overview The Signals Protocol provides 2 standardized tasks for discovering and activating targeting data: Task Purpose Response Time get_signals Discover signals using natural language ~60s activate_signal Activate a signal on a platform/agent Minutes-Hours Typical Workflow Discover signals : get_signal...
|
57 |
| 17783 | poetry-uv-advisor | jorgealves/agent_skills |
Poetry/uv Dependency Advisor Purpose and Intent Optimize pyproject.toml and resolve complex dependency trees using modern tools like Poetry or uv. Use to modernize Python project management. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem. E...
|
57 |
| 17784 | dojo-review | dojoengine/book |
Dojo Code Review Review your Dojo code for common issues, security concerns, and optimization opportunities. When to Use This Skill "Review my Dojo code" "Check this system for issues" "Audit my models" "Review before deploying" What This Skill Does Analyzes your code for: Model design patterns System implementation issues Security vulnerabilities Gas optimization opportunities Test coverage gaps Common mistakes Quick Start Interactive mode: "Review my Dojo project" I'll ask about: What to revie...
|
57 |
| 17785 | skill validator | daffy0208/ai-dev-standards |
Skill Validator Validate implementations match manifests using Codex for semantic comparison Purpose Ensures that skill/MCP implementations actually deliver what their manifests promise. Uses Codex to perform semantic analysis comparing descriptions, preconditions, and effects against actual code. Detects drift, missing functionality, and over-promised capabilities. When to Use After updating skill implementations During quality audits to verify accuracy When manifests feel outdated or incorrect...
|
57 |
| 17786 | kubernetes-orchestration | manutej/luxor-claude-marketplace |
Kubernetes Orchestration Skill Table of Contents Introduction Core Concepts Workloads Services and Networking Ingress Controllers Configuration Management Storage Namespaces and Resource Isolation Security and RBAC Autoscaling Monitoring and Observability Logging Production Operations Troubleshooting Introduction Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It provides a robust framework for r...
|
57 |
| 17787 | webapp-testing | davepoon/buildwithclaude |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
57 |
| 17788 | system-architecture | yennanliu/cs_basics |
Use this Skill when: - Designing distributed systems - Writing system design documentation - Preparing for system design interviews - Creating architecture diagrams - Analyzing trade-offs between design choices - Reviewing or improving existing system designs System Design Framework 1. Requirements Gathering (5-10 minutes) Functional Requirements: - What are the core features? - What actions can users perform? - What are the inputs and outputs? Non-Functional Requirements: - Scal...
|
57 |
| 17789 | openfeature | laurigates/claude-plugins |
Vendor-agnostic feature flag SDK providing standardized API across languages and providers. Use when implementing feature flags, A/B testing, canary releases, or progressive rollouts with any feature flag backend. When to Use Automatic activation triggers: - User mentions "feature flags", "feature toggles", or "feature management" - User asks about A/B testing or canary releases - User wants to implement progressive rollouts - Project has OpenFeature SDK dependencies - User mentions Open...
|
57 |
| 17790 | grafana | cosmix/loom |
Grafana and LGTM Stack Skill Overview The LGTM stack provides a complete observability solution with comprehensive visualization and dashboard capabilities: Loki: Log aggregation and querying (LogQL) Grafana: Visualization, dashboarding, alerting, and exploration Tempo: Distributed tracing (TraceQL) Mimir: Long-term metrics storage (Prometheus-compatible) This skill covers setup, configuration, dashboard creation, panel design, querying, alerting, templating, and production observability best...
|
57 |
| 17791 | iterm2-layout | terrylica/cc-skills |
Configure iTerm2 workspace layouts with proper separation of concerns: private paths in TOML config, publishable code in Python script. Triggers Invoke this skill when user mentions: - "iTerm2 layout" - "workspace tabs" - "layout.toml" - "AutoLaunch script" - "default-layout.py" - "configure terminal workspaces" - "add workspace tab" Configuration Overview File Locations | Config (private) | `~/.config/iterm2/layout.toml` | User's workspace paths | Script (public) | `~/script...
|
57 |
| 17792 | spec-test | zixun-github/aisdlc |
Spec Pack 验证(Verification)主技能:spec-test 本技能用于 Spec Pack 的 verification 阶段(V1–V4):生成/更新测试计划、测试用例、测试套件与测试报告。默认以 手工测试 为准;自动化仅作为可选增强。 何时使用 需要为某个 Spec Pack 产出或更新以下任一文件: verification/test-plan.md verification/usecase.md verification/suites.md verification/report-{date}-{version}.md 何时不使用 你要写自动化测试代码:本技能只负责 verification 文档产物与门禁,不要求在本阶段实现自动化代码。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 必读上下文 项目级: project/memory/product.md project/memory/tech.md project/...
|
57 |
| 17793 | hig-components-search | raintree-technology/apple-hig-skills |
Apple HIG: Navigation Components Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Search: discoverable with instant feedback. Place search fields where users expect them (top of list, toolbar/navigation bar). Show results as the user types. Page controls: position in a flat page sequence. For discrete, equally weighted pages (onboarding, photo gallery). Show current page and total count. Path ...
|
57 |
| 17794 | pre-commit-standards | laurigates/claude-plugins |
Standard pre-commit configuration for repository compliance. Standard Versions (2025.1) | pre-commit-hooks | v5.0.0 | Core hooks (trailing-whitespace, check-yaml, etc.) | conventional-pre-commit | v4.3.0 | Conventional commit message validation | biome | v0.4.0 | Code formatting and linting (JS, TS, JSON) | gruntwork pre-commit | v0.1.29 | helmlint, tflint (infrastructure only) | actionlint | v1.7.7 | GitHub Actions validation (infrastructure only) | helm-docs | v1.14.2 ...
|
57 |
| 17795 | agentguard | goplussecurity/agentguard |
GoPlus AgentGuard — AI Agent Security Framework You are a security auditor powered by the GoPlus AgentGuard framework. Route the user's request based on the first argument. Command Routing Parse $ARGUMENTS to determine the subcommand: scan <path> — Scan a skill or codebase for security risks action <description> — Evaluate whether a runtime action is safe trust <lookup|attest|revoke|list> [args] — Manage skill trust levels report — View recent security events from the audit log config <strict|ba...
|
57 |
| 17796 | qa-docs-coverage | vasilyu1983/ai-agents-public |
QA Docs Coverage (Jan 2026) - Discovery, Freshness, and Runbook Quality Modern Best Practices (January 2026) Docs as QA: Treat docs as production artifacts with owners, review cadence, and CI quality gates (links/style/contracts/freshness) Contract-first: Validate OpenAPI/AsyncAPI/JSON Schema in CI; use coverage tools (Swagger Coverage / OpenAPI Coverage) to detect gaps Runbook testability: Every runbook must be executable in staging; validate with synthetic tests and incident exercises Automati...
|
57 |
| 17797 | mobile-app-testing | secondsky/claude-skills |
Mobile App Testing Overview Implement comprehensive testing strategies for mobile applications including unit tests, UI tests, integration tests, and performance testing. When to Use Creating reliable mobile applications with test coverage Automating UI testing across iOS and Android Performance testing and optimization Integration testing with backend services Regression testing before releases Instructions 1. React Native Testing with Jest & Detox // Unit test with Jest import { calculate } ...
|
57 |
| 17798 | task-orchestration | mgd34msu/goodvibes-plugin |
Resources scripts/ validate-orchestration.sh references/ agent-assignment-guide.md Task Orchestration Protocol The task orchestration protocol defines how the GoodVibes orchestrator decomposes feature requests into agent tasks, assigns agents and skills, manages parallel execution, and interacts with the runtime engine's WRFC chain system. This is the orchestrator's primary workflow for multi-agent feature delivery. When to Use This Skill Use this skill when: User provides a feature request requ...
|
57 |
| 17799 | vscode-workspace-setup | patricio0312rev/skills |
VS Code Workspace Setup Configure VS Code for optimal team productivity and consistency. Core Workflow Create workspace settings: .vscode folder Configure editor: Formatting, linting Add extensions: Team recommendations Setup tasks: Build, test, lint Configure debugging: Launch configurations Create devcontainer: Consistent environment Workspace Structure .vscode/ ├── settings.json Workspace settings ├── extensions.json Recommended extensions ├── tasks.json Build tasks ...
|
57 |
| 17800 | core | danielmiessler/personal_ai_infrastructure |
@json-render/core Core package for schema definition, catalog creation, and spec streaming. Key Concepts Schema : Defines the structure of specs and catalogs (use defineSchema ) Catalog : Maps component/action names to their definitions (use defineCatalog ) Spec : JSON output from AI that conforms to the schema SpecStream : JSONL streaming format for progressive spec building Defining a Schema import { defineSchema } from "@json-render/core" ; export const schema = defineSchema ( ( s ) => ( { sp...
|
57 |