weclapp
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →weclapp
whatfix
whoson
whosonlocation
wisepops
wonderchat
woopra
woosender
workboard
writer
yardstik
yespo
yoast-seo
yonder
zbrain
zendesk-sell
zerobounce
zoho-bigin
zoho-calendar
zoho-cliq
zoho-desk
zoho-salesiq
zoho-workdrive
zonka-feedback
zooz
Modular Decomposition workflow skill. Use this skill when the user needs Runs a sequenced monolith-to-modular pipeline that sizes and inventories components, finds shared domain duplication, addresses flattening and hierarchy issues, analyzes coupling, then groups components into candidate domain-aligned units, with optional embedded DDD strategic analysis for bounded contexts. Use when asking how to split a monolith, size components before extraction, find duplicated domain logic, clean up module hierarchy, measure coupling between modules, or group components into services. Do NOT use for phased extraction roadmaps or prioritization without the prior analysis steps (use decomposition-planning-roadmap after this pipeline), end-to-end legacy migration strategy writeups (use legacy-migration-planner), pure infrastructure capacity sizing, or when you only need DDD without the structural pipeline (install domain-analysis standalone) and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
logsnag
Analyze dependencies, circular references, and God Classes; author ADRs/RFCs. Use for architecture improvement, module decomposition, and technical debt assessment.
Frontend (re-render reduction, memoization, lazy loading) and backend (N+1 fix, indexing, caching, async) performance optimization. Use when speed improvement or optimization is needed.
Legacy code archaeology. Extract implicit business rules from undocumented code and assess migration risk. Use for legacy investigation.
SEO (meta/OGP/JSON-LD/heading hierarchy), SMO (social sharing), CRO (CTA/form/exit-intent), and GEO (AI citation optimization) across four pillars. Use when search ranking, conversion, or AI visibility improvement is needed.
AI CLI configuration audit and optimization agent. Collects official best practices from the web for Codex CLI (~/.codex/), Gemini CLI (~/.gemini/), and Claude Code (~/.claude/), analyzes config.toml/settings.json/CLAUDE.md/GEMINI.md/AGENTS.md/permissions/commands/hooks/rules/MCP/extensions, and proposes improvements in Before/After diff format. Never edits configuration files directly.
Detect deprecated libraries, suggest native API replacements, and create PoCs for technology migrations. Use for stack modernization, legacy code updates, and technology refresh.
LLM-optimized folder structure design. Audits and restructures project directories for context efficiency, progressive disclosure, and prompt cache performance. Use when agents can't find files, context costs are high, or CLAUDE.md hierarchy needs organization. Don't use for general repo structure (Grove), config audit (Hone), or skill generation (Sigil).
Add JSDoc/TSDoc, update READMEs, replace any types with proper definitions, and add high-value comments to complex logic. Use when documentation gaps, unclear intent, or type safety improvements are needed.
Migration and upgrade orchestrator. Plans, executes, and verifies migrations for frameworks, libraries, APIs, databases, and infrastructure end-to-end. Provides codemod generation, incremental migration strategies (Strangler Fig/Branch by Abstraction), before/after comparison verification, and rollback plans. Use when migration or upgrade work is needed.
EXPLAIN ANALYZE analysis, query execution plan optimization, index recommendations, and slow query detection/fixing. Use when DB performance improvement or query optimization is needed. Complements Schema's schema design. Don't use for schema design/migrations (Schema), application code rewrites (Builder), non-DB performance (Bolt), or unknown root cause investigation (Scout).
Changelog 生成器 - 从 Git 历史自动生成 CHANGELOG
数据库迁移助手 - Schema 对比、迁移脚本生成
重构顾问 - 识别代码坏味道并提供重构方案
This skill should be used when reducing the maximum class/module lines threshold and fixing all violations. It updates the RuboCop configuration, identifies classes and modules exceeding the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to split oversized files.
Lint and format frontend code with Biome 2.4. Covers type-aware linting, GritQL custom rules, domains, import organizer, and migration from ESLint/Prettier. Use when configuring linting rules, formatting code, writing custom lint rules, or setting up CI checks. Triggers on biome, biome config, biome lint, biome format, biome check, biome ci, gritql, migrate from eslint, migrate from prettier, import sorting, code formatting, lint rules, type-aware linting, noFloatingPromises.
Pragmatic clean code standards for Delphi — concise, direct, no over-engineering
Development patterns with Firebird database via FireDAC — connection, PSQL, generators, transactions, migrations
Development patterns with MySQL/MariaDB via FireDAC — connection, stored procedures, AUTO_INCREMENT, JSON, triggers, replication, migrations
Development patterns with PostgreSQL via FireDAC — connection, PL/pgSQL, sequences, JSONB, UPSERT, full-text search, migrations
Effective code search, analysis, and refactoring using ast-grep (sg). Use this skill for precise AST-based code modifications, structural search, and linting.
Coordinate context sweep before coding - gather relevant files, patterns, and tooling summaries. Use when preparing to implement a feature, fix, or refactor and need comprehensive architecture, pattern, tooling, and dependency context gathered first.
Analyze a codebase and create or improve an AGENTS.md file for future agent instances. Use when onboarding to a repository and capturing hard-to-rediscover conventions, constraints, and rationale.
Refactor by removing backward compatibility and legacy layers. Use when modernizing APIs, cleaning up migration debt, removing compat shims, or eliminating stale feature flags.