Category

Business & Operations

Operations, strategy, finance, sales, support, management, and planning

32,301
skills in category
1,346
pages available
Security grades appear on each card once the skill has been scanned. Newly imported skills may briefly show without a grade until the backfill job runs.
Open in full browser

Browse business & operations skills

Showing 31,46531,488 of 32,301 skills

Eld Record Knowledge TransferA

PCE (Process-Context Engine) の知識移転スキル。セッション/メンバー間での知識の連続性を確保し、引き継ぎを円滑にする。 トリガー条件: - 「引き継ぎ資料を作って」 - 「次の人に渡す情報をまとめて」 - 新メンバーのオンボーディング時 - 長期プロジェクトの節目 - 「プロジェクトの状況を共有して」

businessawsapi
0
76
Eld Record CompactA

PCE (Process-Context Engine) のコンテキスト圧縮スキル。長期タスクの履歴を要約・圧縮し、セッション継続を可能にする。 トリガー条件: - セッションが長くなった時 - コンテキストウィンドウが逼迫した時 - 「ここまでをまとめて」 - 「ノートを作成して」 - 複数セッションにまたがる作業の時 - 「次回のために記録して」

businessgoaws
0
76
Eld Model Link MapA

LDE(Law-Driven Engineering)のLink Map(連結表)管理スキル。 Law ↔ Term の相互参照関係を可視化し、孤立の検出と影響分析を行う。 使用タイミング: (1) Law Cardを作成した後、(2) Term Cardを作成した後、 (3) 「Link Mapを更新して」「孤立チェックして」、(4) 変更影響分析時

businessaws
0
76
Eld Model Law DiscoveryA

コードベースや要件からVocabulary(語彙)とLaw(守るべき条件)を自動発見するスキル。 名辞抽象(Term/Type)と関係抽象(Law/制約)の両方を抽出し、 /lde-term-card および /lde-law-card への入力を生成する。 使用タイミング: (1) 新規プロジェクトでVocabulary/Lawを洗い出す時、 (2) 既存コードからLaw/Termを抽出する時、(3) 「Lawを発見して」「語彙を抽出して」、 (4) LDEをレトロフィットする時、(5) Phase A-Bで初期Catalogを作る時

businesstypescriptbash
0
76
Eld Ground EvaluateA

PCE (Process-Context Engine) の出力評価スキル。生成物の品質とLaw(法則)との整合性を検証する。 LDE(Law-Driven Engineering)との統合により、Law遵守チェックも実行。 トリガー条件: - コード生成後(「このコードをレビューして」) - 設計完了後(「設計をチェックして」) - PRマージ前(「マージ前の確認をして」) - 「品質チェックして」 - 「整合性を確認して」 - 「Law遵守をチェックして」

businessgoaws
0
76
Eld Ground CheckA

LDE(Law-Driven Engineering)の接地(Grounding)検証スキル。 LawとTermの両方について、検証手段・観測手段が設定されているか検証する。 CI/CD統合のためのチェックリストとスクリプトを提供。 使用タイミング: (1) PR作成前の接地確認、(2) CI/CDパイプラインでの自動検証、 (3) 「Grounding Mapを検証して」、(4) Law/Term追加後の接地完了確認、 (5) Phase Eで接地を完了させる時

businesspythonbash
0
76
Elasticsearch Lawless M EarwigA

Elasticsearch 5.2 operations using HTTP API - searching, indexing, bulk operations, scroll API, and alias management

businessgojava
0
76
Effective Rent AnalyzerA

Expert in effective rent calculations using Ponzi Rental Rate (PRR) framework. Use when calculating NER, NPV, breakeven analysis, landlord investment returns, or analyzing lease deal economics. Key terms include net effective rent, gross effective rent, NPV of lease deal, breakeven NER, fully levered breakeven, sinking fund, capital recovery, tenant incentives, TI allowance, free rent, leasing commissions

businessgoapi
0
76
Effective JavaA

Java best practices guide based on Effective Java. Use when reviewing Java code, discussing design patterns, object creation, equals/hashCode, Optional, Stream API, exception handling, or concurrency. Applies Joshua Bloch's principles.

businessgojava
0
76
Effect Patterns Hub Mepuka AdjunctA

Complete catalog of 130+ Effect-TS patterns from EffectPatterns repository. Use when looking for specific implementation patterns, best practices, or real-world examples. Complements other skills with concrete, curated patterns.

businessgobash
0
76
Effect Match PatternsA

Effect.Match for discriminated unions, Queue/PubSub for concurrency, Fiber lifecycle, and HashMap for registries. Covers patterns missing from effect-patterns skill.

businesstypescriptgo
0
76
Effect Error HandlingA

Use when Effect error handling patterns including catchAll, catchTag, either, option, and typed errors. Use for handling expected errors in Effect applications.

businesstypescriptbash
0
76
Effect Dependency InjectionA

Use when Effect dependency injection patterns including Context, Layer, service definitions, and dependency composition. Use for managing dependencies in Effect applications.

businesstypescriptbash
0
76
Effect ConcurrencyA

Use when Effect concurrency patterns including fibers, fork, join, parallel execution, and race conditions. Use for concurrent operations in Effect applications.

businesstypescriptbash
0
76
Edmund Bogen NewsletterA

Transform raw research into polished newsletter articles for Edmund Bogen's luxury real estate audience. Use when Edmund provides research, data, or topics and needs a complete newsletter article created. Follows Edmund's distinctive dual-perspective voice (Douglas Elliman realtor + St. Andrews Country Club resident) with data-driven analysis that cuts through media narratives.

businessgo
0
76
Ecommerce OrchestrationA

Manage e-commerce orders and returns using task management and business rules together. Use for order processing, returns, shipping calculations, and discount applications.

businessgoexpress
0
76
Ecommerce Customer Onboarding AutomatorA

Automates customer onboarding workflows for e-commerce platforms. Fetches recent WooCommerce orders, identifies first-time customers within a specified timeframe, syncs their information to a BigQuery CRM database, and sends personalized welcome emails using a template.

businessgoapi
0
76
Ebpf Map HandlerA

Create eBPF maps (hash, array, ringbuf, LRU, per-CPU) with corresponding Go userspace code for reading and writing data between kernel and userspace. Includes map definitions, update/lookup operations, and event handling. Use when implementing state management or kernel-userspace communication in CNFs.

businessgoaws
0
76
Ebpf Attach HookA

Implement eBPF program attachment logic for various hooks (XDP, TC/tcx, netkit, kprobe, tracepoint, cgroup) with proper error handling, cleanup, and link management. Includes Go code using cilium/ebpf library. Use when attaching CNF programs to kernel hooks.

businessgobash
0
76
Easement Valuation MethodsA

Expert in technical valuation approaches for easements including percentage of fee method, income capitalization, and before/after comparison. Use when valuing utility transmission easements, pipeline corridors, access easements, telecom sites, or when detailed methodology beyond basic percentage ranges is required. Key terms include easement valuation, percentage of fee, income capitalization, paired sales analysis, discount rate selection, agricultural rent analysis

businessgospring
0
76
Earned Media StrategyA

Generate PR and earned media strategies that tie brand stories to cultural moments. MANDATORY TRIGGERS: earned media, PR strategy, media relations, press coverage, media pitches, journalist outreach, cultural moments, news hooks, media outlets Use when developing PR strategies, creating media pitches, identifying journalists to target, or connecting brand stories to cultural trends.

businessgo
0
76
E2e Test Cooper538 Eshop DemoA

Run E2E test scenarios against running services. Use for happy path testing, unhappy flows, debugging, or when user says "otestuj", "proved test", "zkus flow".

businessgobash
0
76
E2e Flow TestA

Execute complete user flow testing with Playwright MCP, testing end-to-end journeys through the application

businessgotesting
0
76
E CommerceA

E-commerce platforms, payment processing, and shopping cart patterns

businesstypescriptgo
0
76