Skip to main content

이 저장소의 skills

diegosouzapw/awesome-omni-skill - 5페이지

SkillsMP는 diegosouzapw/awesome-omni-skill에서 2,805개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

diegosouzapw/awesome-omni-skill

수집된 skill 2,805개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Enforce comments-first workflow for new code and improve naming/documentation for existing code. Use when writing new classes, methods, or functions; when code is 'confusing' or 'hard to understand'; when naming precision is poor; or when variable…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enforce strategic programming discipline when modifying existing code. Guide through STOP-ASK-DECIDE-VERIFY workflow with urgency tier assessment (trivial/minor/standard/emergency). Include when NOT to refactor (Chesterton's Fence, performance-critical, no…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize performance through mandatory measure-first workflow with 3 stages: MEASURE (gate) -> FUNDAMENTAL FIX -> CRITICAL PATH REDESIGN. Use when code is too slow, laggy, hangs, doesn't scale, has timeouts, OOM errors, or high CPU/memory. Emphasize that…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Evaluate module design using APOSD principles with 40-item checklist. Detect complexity symptoms (change amplification, cognitive load, unknown unknowns), shallow modules, information leakage, pass-through methods, and structural anti-patterns. Produce…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Simplify complex code through the Error Reduction Hierarchy: Define out > Mask > Aggregate > Crash. Use when code is too complex, has scattered error handling, configuration explosion, or callers doing module work. Produce technique analysis table with gate…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Verify code correctness before claiming done or committing. Run 6-dimension checklist: requirements coverage, concurrency safety, error handling, resource management, boundary conditions, and security. Output PASS/FAIL per dimension with final DONE/NOT DONE…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

All modes that write scripts or code follow these app standards for communication, modularization, simplification, naming conventions

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when working with applesauce-core library for Nostr client development, including event stores, queries, observables, and client utilities. Provides comprehensive knowledge of applesauce patterns for building reactive Nostr…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Framework-agnostic frontend component design patterns.

원문 언어: 일본어

업데이트
직업 분류
선박 엔지니어·해군 건축가
설명

Integrate with AQWA hydrodynamic software for RAO computation, damping analysis, and coefficient extraction. Use for AQWA file processing, RAO calculation, hydrodynamic coefficient extraction, and pre/post processing workflows.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Semantic and full-text search across indexed collections. Use when user mentions searching a collection, semantic search, vector search, knowledge base, or finding content in indexed code, markdown, or PDFs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

アーキテクチャレビュー。SOLID/YAGNI/DRY/KISS原則に基づき、オーバーエンジニアリングを避けた実践的な設計改善を提案する。

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Formalize architecture planning into a single, iterative workflow and produce one canonical architecture document (no doc sprawl). Use for architectural changes, refactors, or new system design.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Detect legacy patterns and guide compatibility decisions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expert guidance for GabeDA v2.1 architecture (34 modules) - implementing models, features, debugging 4-case logic, and maintaining the /src codebase.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Establish scalable architecture using modular boundaries, domain-driven design, and consistent data access patterns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

When making significant architectural decisions that need to be documented. Used by ARCHITECT-AGENT.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when the user asks to "create a diagram", "draw architecture", "make a Mermaid diagram", "update the system diagram", "visualize data flow", or when generating flowcharts, module diagrams, or dependency graphs. Provides standards for…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manage architecture changes with impact analysis, ADR generation, and migration planning. Use when relevant to the task.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

アーキテクチャ設計(境界/依存/データフロー/非機能/運用)を、制約とトレードオフで言語化し、ADR-liteで合意形成しながら段階的に形にする。doc/input/rdd.md にアーキテクチャ/非機能/運用の要求がある、または設計判断(分割/責務/インタフェース/データ整合/観測性/スケール)相談で使う。

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Core architectural principles for StepLeague - modular design, system thinking, future-proofing, and maintenance reduction. Use when designing new features, refactoring code, considering implementation approaches, or making any architectural decisions.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Core architecture principles (SSOT, DRY, Anti-Spaghetti) for maintainable code design. Use when planning features, implementing code, or reviewing architecture to prevent duplication and technical debt.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill should be used when the user asks to 'review my architecture', 'improve testability', 'refactor for testing', 'reduce mocking in tests', 'too many mocks', 'extract pure functions', 'functional core imperative shell', 'design a feature', 'evaluate…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Dynamically validate codebase compliance with architectural decisions and constraints

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Framework for designing new architectural mechanisms when existing patterns don't fit

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate Arduino/embedded C++ code snippets and patterns on demand for UNO/ESP32/RP2040. Use when users request Arduino code for sensors, actuators, communication protocols, state machines, non-blocking timers, data logging, or hardware abstraction. Generates…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ArkTS Language Specification. ArkTS is a statically-typed programming language developed by Huawei for HarmonyOS, extending TypeScript with features from Java and Kotlin. Use for ArkTS syntax, types, classes, functions, and language features.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use this skill when modifying or creating architecture documentation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Arena Allocator Pattern (C-Specific) pattern for C development

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build features in the AI Coaching Platform Next.js app. Use for creating pages, components, server actions, TanStack tables, and understanding application architecture.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

本项目里面的各种架构设计, 设计中用到的各种概念例如 system, action, view-function, action-function, action-handler, base, component 等的解释

원문 언어: 중국어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Expert knowledge of WAI-ARIA (Accessible Rich Internet Applications). Use when users ask about ARIA roles, states, properties, accessible name computation, ARIA attributes (aria-label, aria-labelledby, aria-describedby, etc.), widget roles, landmark roles,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Encourages leveraging VueUse functions throughout the project to enhance reactivity and performance.

원문 언어: 영어

업데이트
직업 분류
기타 중등 후 교사
설명

Reconstruct, visualize, and analyze argument structure. Use for: argument reconstruction, premise identification, inference evaluation, finding hidden assumptions, visualizing debates, Toulmin model analysis. Triggers: 'argument structure', 'premises',…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Use this skill to create Product Owner Specifications documenting business requirements before architecture design

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Unified error handling, batching, and logging for CFN Loop. Use when you need to capture agent errors, batch multiple errors for processing, log structured error data, or categorize and recover from agent failures.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

TDD planning with agent-per-file execution. Planning is verbose. Agent files are minimal execution context.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Context handoff for session transitions. Use when context window is getting large, switching work phases, or user requests /handoff. Creates structured checkpoint documents for seamless continuation in new sessions.

원문 언어: 다국어 혼합

업데이트
직업 분류
소프트웨어 개발자
설명

Escrow as a Service for AI agents. Create trustless USDC escrow transactions on Solana.

원문 언어: 영어

업데이트
수집된 skill 2,805개 중 40개를 표시합니다.