Skip to main content

このリポジトリの skills

oimiragieo/agent-studio - 4ページ

SkillsMP は oimiragieo/agent-studio から 508 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

oimiragieo/agent-studio

収集済み skill 508 件中 40 件を表示しています。

職業分類
ネットワーク・コンピュータシステム管理者
説明

Background orchestrator that drains the system-wide cron-actions-queue.jsonl queue safely, preventing LLM context pollution in the primary router.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Data processing expert including parsing, transformation, and validation

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Database design and optimization specialist. Schema design, query optimization, indexing strategies, data modeling, and migration planning for relational and NoSQL databases.

原文の言語: 英語

更新
職業分類
データベース管理者
説明

Database expert including Prisma, Supabase, SQL, and NoSQL patterns

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Two-agent cleanup pattern. Implementer works freely, then a dedicated cleanup agent removes unused imports, console.logs, commented-out code, dead code, and formatting issues. Produces a diff of what was cleaned.

原文の言語: 英語

更新
職業分類
コンピュータユーザーサポートスペシャリスト
説明

Structured debug log analysis for Claude Code sessions — auto-discovers most recent log, runs reducer, extracts error patterns, correlates with full log, produces observability report. Fills 5 identified gaps: hook error body capture, agent identity, file…

原文の言語: 英語

更新
職業分類
数学者
説明

Multi-step autonomous research methodology for deep investigation tasks with structured synthesis

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Analyzes project dependencies, detects outdated packages, identifies breaking changes, and suggests safe update strategies. Helps maintain dependency health and security.

原文の言語: 英語

更新
職業分類
グラフィックデザイナー
説明

Specifies design and user experience guidelines, including dark mode compatibility, responsive design, performance optimization, modern UI, and accessibility. This rule promotes a user-friendly and vi

原文の言語: 英語

更新
職業分類
グラフィックデザイナー
説明

Design system lookup, CSS best practices, and AI-driven UI component generation via MCP tools

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Perform security-focused review of code diffs and pull requests, identifying newly introduced vulnerabilities, security regressions, and unsafe patterns in changed code.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Stop the Telegram channel daemon.

原文の言語: 英語

更新
職業分類
コンピュータ・情報システムマネージャー
説明

Concurrent investigation of independent failures. Use when multiple unrelated issues need parallel resolution.

原文の言語: 英語

更新
職業分類
秘書・行政アシスタント(法律・医療・役員除く)
説明

Collaborative document creation via a structured three-stage workflow. Use for writing specs, PRDs, design docs, proposals, RFCs, and any long-form document where quality and clarity matter. Brainstorms 5-20 options per section, builds iteratively, and tests…

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Rules for Drizzle ORM schema design, query patterns, migration workflows, and relational query usage. Ensures type-safe, production-ready database interactions.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
説明

This rule enforces the Don't Repeat Yourself principle to avoid code duplication and improve maintainability.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Sets standards for Data Transfer Objects (DTOs), typically records, including parameter validation in compact canonical constructors.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Discover, parse, and call external HTTP APIs at runtime using OpenAPI specs, tool templates, and iterative chaining. Adapted from UTCP (Universal Tool Calling Protocol) patterns for Node.js and Claude Code agents.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Deeply analyzes Agent Studio framework structural health: catching phantom require() references, wrong module depth paths, missing skill/agent dependencies, bloated configurations, archived references in active code, stale catalog counts, and empty tool/skill…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Expert Electron desktop application development — main/renderer process architecture, IPC communication, native OS APIs (menus, tray, notifications, dialogs), auto-updates, code signing, packaging with electron-builder/forge, security hardening…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Elixir and Phoenix expert including OTP, Ecto, and functional programming

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Start Telegram monitoring. Auto-enables voice pipeline if ElevenLabs or OpenAI TTS keys are detected.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Transforms vague UI/feature requests into structured, optimized prompts with design system awareness. Use when generating prompts for UI implementation, feature specification, or design-to-code translation. Triggers on tasks requiring prompt refinement, UI…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

5-level error recovery escalation: retry, nudge, replan, fallback, force-done — each with entry criteria and timeout before escalating

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Refresh evaluation harnesses with live/fallback parser reliability, SLO gates, and regression checks.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Scheduled Exa web search monitor. Uses CronCreate to search configured topics every 4 hours via mcp__Exa__web_search_exa, deduplicates URLs via MemoryRecord, and stores summaries for morning briefing integration.

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Expo Framework-specific guidelines. Includes best practices for Views, Blueprints, and Extensions.

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Specifies best practices and conventions for Expo-based mobile app development.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Feature flag lifecycle management -- safe feature toggling, gradual rollouts, A/B testing patterns, flag cleanup strategies, and technical debt prevention. Covers LaunchDarkly, Unleash, OpenFeature, and custom implementations.

原文の言語: 英語

更新
職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

Customer feedback analysis — sentiment detection, NPS/CSAT frameworks, feature request clustering, support ticket triage, churn signal detection, and feedback-to-roadmap translation

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Applies best practices for logging (zerolog/zap), project structure (cmd/internal/pkg), middleware registration order, and environment configuration in Go Fiber v2/v3 applications.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Focuses on routing, CSRF protection, context handling, and template usage within the internal handlers directory.

原文の言語: 英語

更新
職業分類
グラフィックデザイナー
説明

Figma design-to-code workflow. Read Figma files, inspect components, extract design tokens, and translate designs to implementation. Use when working with Figma designs, extracting styles, or building design systems.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

File system operations guidance - read, write, search, and manage files using Claude Code's built-in tools.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Complete development with structured merge/PR options. Use when ready to merge or submit work.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Fintech engineering expertise — payment processing (Stripe, Plaid), PCI DSS compliance, financial data modeling (double-entry bookkeeping), fraud detection patterns, bank-grade security (encryption, tokenization), open banking APIs, cryptocurrency/blockchain…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Verify fix commits address security findings without introducing new bugs or regressions. Analyzes diffs for anti-patterns like removed validation, weakened access control, reduced error handling, reordered external calls, and changed integer operations.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Flutter and Dart expert including widgets, state management, and platform integration

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Describes Form and Actions implementations.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Enforces the use of Zod for form validation throughout the project.

原文の言語: 英語

更新
収集済み skill 508 件中 40 件を表示しています。