Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

enterprise-superpowers

enterprise-superpowers에는 idiaz01에서 수집한 skills 53개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
53
Stars
3
업데이트
2026-03-26
Forks
0
직업 범위
직업 카테고리 9개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ai-regression-testing
소프트웨어 품질 보증 분석가·테스터

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots.

2026-03-26
android-clean-architecture
소프트웨어 개발자

Clean Architecture patterns for Android and Kotlin Multiplatform projects -- module structure, dependency rules, UseCases, Repositories, and data layer patterns.

2026-03-26
benchmark
소프트웨어 개발자

Performance baseline and regression detection -- page performance, API latency, build times, and before/after comparison.

2026-03-26
blueprint
소프트웨어 개발자

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold.

2026-03-26
browser-qa
소프트웨어 품질 보증 분석가·테스터

Automated visual testing and interaction verification -- smoke tests, interaction tests, visual regression, and accessibility audits using browser automation.

2026-03-26
bun-runtime
소프트웨어 개발자

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

2026-03-26
canary-watch
소프트웨어 품질 보증 분석가·테스터

Post-deploy monitoring -- watches deployed URLs for regressions in HTTP status, console errors, performance, content, and API health.

2026-03-26
click-path-audit
소프트웨어 품질 보증 분석가·테스터

Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out or leave the UI in an inconsistent state.

2026-03-26
codebase-onboarding
소프트웨어 개발자

Systematically analyze unfamiliar codebases through reconnaissance, architecture mapping, convention detection, and artifact generation (onboarding guide + CLAUDE.md).

2026-03-26
compose-multiplatform-patterns
소프트웨어 개발자

Compose Multiplatform and Jetpack Compose patterns for KMP projects -- state management, navigation, theming, performance, and platform-specific UI.

2026-03-26
context-budget
프로젝트 관리 전문가

Audit token consumption across agents, skills, MCP servers, and rules -- identify bloat, redundancy, and optimization opportunities.

2026-03-26
crosspost
시장조사 분석가·마케팅 전문가

Distribute content across X, LinkedIn, Threads, and Bluesky with platform-specific adaptations -- never post identical content cross-platform.

2026-03-26
data-scraper-agent
소프트웨어 개발자

Build production-ready AI-powered data collection systems -- three-layer stack (collect, enrich, store), LLM batching, model fallbacks, and GitHub Actions deployment.

2026-03-26
deep-research
시장조사 분석가·마케팅 전문가

Deep research agent that conducts thorough, multi-source investigations using web search tools and delivers cited reports with proper attribution.

2026-03-26
documentation-lookup
소프트웨어 개발자

Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework.

2026-03-26
fal-ai-media
소프트웨어 개발자

fal.ai media generation -- unified access to AI models for images, videos, and audio through MCP server integration.

2026-03-26
flutter-dart-code-review
소프트웨어 품질 보증 분석가·테스터

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns, Dart idioms, performance, accessibility, security, and clean architecture.

2026-03-26
kotlin-coroutines-flows
소프트웨어 개발자

Kotlin coroutines and Flow patterns -- structured concurrency, reactive streams, StateFlow/SharedFlow, dispatcher selection, and testing strategies.

2026-03-26
kotlin-exposed-patterns
데이터베이스 아키텍트

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

2026-03-26
kotlin-ktor-patterns
소프트웨어 개발자

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

2026-03-26
kotlin-patterns
소프트웨어 개발자

Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

2026-03-26
kotlin-testing
소프트웨어 품질 보증 분석가·테스터

Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices.

2026-03-26
laravel-patterns
소프트웨어 개발자

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

2026-03-26
laravel-security
정보 보안 분석가

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

2026-03-26
laravel-tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.

2026-03-26
laravel-verification
소프트웨어 품질 보증 분석가·테스터

Verification loop for Laravel projects -- env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

2026-03-26
liquid-glass-design
소프트웨어 개발자

Apple Liquid Glass design system for iOS 26+ -- SwiftUI glassEffect, UIKit UIGlassEffect, WidgetKit integration, morphing transitions, and GlassEffectContainer patterns.

2026-03-26
nextjs-turbopack
소프트웨어 개발자

Next.js 16+ Turbopack development patterns -- Rust-based bundler for faster dev startup, HMR, file-system caching, and bundle analysis.

2026-03-26
nuxt4-patterns
소프트웨어 개발자

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.

2026-03-26
perl-patterns
소프트웨어 개발자

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

2026-03-26
perl-security
정보 보안 분석가

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.

2026-03-26
perl-testing
소프트웨어 품질 보증 분석가·테스터

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

2026-03-26
product-lens
프로젝트 관리 전문가

Product thinking tool -- validate the "why" before building, run founder reviews, audit user journeys, and prioritize features with ICE scoring.

2026-03-26
pytorch-patterns
데이터 과학자

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

2026-03-26
rules-distill
소프트웨어 개발자

Scan skills to extract cross-cutting principles and distill them into rules -- append, revise, or create new rule files.

2026-03-26
rust-patterns
소프트웨어 개발자

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

2026-03-26
rust-testing
소프트웨어 품질 보증 분석가·테스터

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

2026-03-26
safety-guard
소프트웨어 개발자

Prevent destructive operations -- intercept dangerous commands, restrict file edits to specific directories, and protect production systems during autonomous agent execution.

2026-03-26
skill-comply
소프트웨어 품질 보증 분석가·테스터

Automated compliance measurement -- generate behavioral specs from skill/rule files, run scenarios at decreasing prompt strictness, capture tool call traces, and report compliance scores.

2026-03-26
swift-actor-persistence
소프트웨어 개발자

Swift actor-based data persistence patterns -- thread-safe storage using the actor model with in-memory caching and atomic file writes.

2026-03-26
이 저장소에서 수집된 skills 53개 중 상위 40개를 표시합니다.