Tools & Utilities
Essential command-line tools and system utilities.
network-inspection
HTTP request and response analysis for debugging API calls, identifying failed requests, and understanding data flow. Use when investigating API issues, authentication problems, or data loading failures.
agentuity-cli-profile-current
Show the name of the currently active profile
network-diagnostics
Network connectivity diagnostics including ping, DNS lookup, port scanning, and HTTP requests. Use when debugging network issues, checking connectivity, or testing endpoints.
performance
Performance - Core Web Vitals, bundle size. Use when optimizing speed.
sentry-fix-issues
Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.
ubiquitous-language
ドメイン駆動設計におけるユビキタス言語の確立と適用を専門とするスキル。 ドメインエキスパートと開発者が共有する厳密な語彙体系を構築し、コミュニケーションの齟齬を防ぐ。 Anchors: • Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語の原則と実践 / 目的: コードとドメインの一貫性確保 • Bounded Context / 適用: コンテキスト境界での用語の意味の違いを管理 / 目的: 用語の曖昧さ排除 Trigger: Use when establishing domain terminology, creating glossaries, aligning business and technical vocabulary, extracting terms from requirements, defining ubiquitous language for DDD projects, resolving naming conflicts in code, or maintaining domain vocabulary consistency.
add-dns-record
Add or update a DNS record in Cloudflare using cfcli
boundary-checker
Check FSD import boundary rules and detect violations
automated-subdomain-enumeration
Systematic approach to discovering subdomains through passive and active reconnaissance techniques
domain-name-brainstormer
Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
gpui-code-quality
Best practices and code quality guidelines for GPUI development. Use when refactoring, reviewing code, or ensuring adherence to GPUI idioms.
di-helper
Manage tsyringe DI container registration, scan injectable classes, detect missing registrations, validate injection patterns, and generate registration code. Use when registering repositories, fixing DI errors, or setting up new context (e.g., "Register ProductRepository", "Check DI setup").
swift-6-migration
Use when encountering Swift 6 concurrency errors, Sendable conformance warnings, actor isolation issues, "global variable is not concurrency-safe" errors, or migrating codebases to Swift 6 language mode
import-organizer
Organizes and sorts import statements in code files. Use when imports are messy or need organization.
vscode-extensions
VS Code productivity optimization with essential extensions, settings sync, profiles, keybindings, snippets, and workspace configuration
generate-clients
Generates c# and typescript clients for BymseRead.Service.
type-safety-patterns
TypeScript厳格モードによる型安全性設計を専門とするスキル。 型推論、型ガード、ジェネリック、識別可能ユニオンのパターンを体系的に設計します。 Anchors: • 『Effective TypeScript』(Dan Vanderkam) / 適用: 型設計原則 / 目的: 型安全性最大化 • TypeScript Handbook / 適用: 型システム理解 / 目的: 正確な型設計 Trigger: TypeScript型設計時、型ガード実装時、ジェネリック設計時、ユニオン型設計時に使用
gioia-analysis
Systematisk analys av intervjutranskript enligt Gioia-metodiken. [VAD] Analyserar kvalitativa intervjutranskript genom 1st-order kodning (informantspråk), 2nd-order tematisering (forskarkonceptualisering) och aggregerade dimensioner. Producerar standardiserad dokumentation med indexerade, export-ready citat. [NÄR] Use when: gioia, intervjuanalys, transkriptanalys, kvalitativ analys, kodning, tematisk analys, grounded theory, 1st-order, 2nd-order [SPRÅK] Svenska (primärt), engelska vid behov [KÄLLA] Gioia, D.A., Corley, K.G. & Hamilton, A.L. (2013). Seeking Qualitative Rigor in Inductive Research. Organizational Research Methods.
status-line-manager
Installs and configures custom status line functionality in Claude Code projects with proper plugin root variable usage
translation-key-extractor
Extracts hardcoded strings from code and converts them to translation keys for i18n. Use when user asks to "extract translations", "find hardcoded strings", "internationalize code", "setup i18n", or "create translation files".