update-changelog
Orchestrate complete changelog workflow. Invoke `init-changelog` (if needed), `edit-changelog`, and `cleanup-changelog` skills in sequence. Use when the user or agent needs to update the changelog.
Essential command-line tools and system utilities.
Orchestrate complete changelog workflow. Invoke `init-changelog` (if needed), `edit-changelog`, and `cleanup-changelog` skills in sequence. Use when the user or agent needs to update the changelog.
MANDATORY: Replaces ALL built-in search tools for this project. You MUST invoke this skill BEFORE using WebSearch, Grep, or Glob. NEVER use the built-in WebSearch tool - use `code-search --web` instead. NEVER use the built-in Grep tool - use `code-search` instead.
MoonBit single-file mode for .mbt.md files.
Address PR review comments, make fixes, reply, and resolve
Manage dotfiles using dotter (symlink manager and templater). Use when deploying, adding, removing, or organizing configuration files in ~/dotfiles.
外部公開を想定したフレームワークにある CHANGELOG.md の内容が適切かどうかを確認するスキルです。CHANGELOG.md を更新する際、またはレビューする際に利用します。
Automates font synchronization, CSS generation, and TypeScript configuration for the application.
Create or modify modules for this VS Code extension. Use when you see "create module", "new module", "add module", "modify module", "module template", "scaffold module". Provides templates from assets/templates/blank-module/ and handles JSONC package merging into package.json.
Centralize coding agent configuration with dotfiles and link it into Codex/Claude/Gemini locations on Windows, macOS, or Linux. Use when asked to manage AGENTS.md or CLAUDE.md globally, set up symlinks or hardlinks for agent configs, or bootstrap a dotfiles-based agent setup.
A CLI tool that searches inside class and className attributes and matches against each class name individually. Use this instead of grep when searching or replacing class names.
Code restructuring without behavior change. Use when improving code organization while preserving functionality.
Read and list files in the allowed directories. Use when you need to read content from files or explore the project structure.
初始化项目上下文。两步流程:codex exec 生成基础框架 + AI 润色补充。触发词:初始化项目、init、初始化上下文。
Update app ChangeLog entries under apps/*/ChangeLog and keep app version metadata in sync. Use when updating app versions or recording app-level changes; touches apps/*/ChangeLog and apps/*/src/*.app.src.
Provides correct file paths, import locations, and navigation guidance for brizy-go-services monorepo following Clean Architecture conventions and Go workspace structure. Helps locate entity files, navigate between layers (biz/data/service/server), find tests, resolve import paths, and answer "where is X located?" questions. Use when finding files, locating components, determining file paths, navigating project structure, resolving import paths, asking where files are located, or searching for entity/layer locations.
Add an append-only Addendum section to DONE progress files (top-of-file), with audit + template scripts to keep archived docs from going stale.
Token-efficient codebase navigation through intelligent symbol loading and querying. Use this skill when implementing new features (find existing patterns), exploring codebase structure, searching for components/functions/types, or understanding architectural layers. Reduces token usage by 60-95% compared to loading full files. Layer split enables 50-80% additional backend efficiency.
Executes the architecture visualization plan by integrating structural and quality design. Updates Mermaid diagrams and documentation to reflect the codebase reality and architectural intent, utilizing `arch-refactoring` for final polish.
Validates and bundles prompt templates (schema validation, secret token scan, canonical hashes, bundle artifact). Use when editing shared/src/prompts/templates or when prompt validation/bundling fails.
Quick ripgrep recipes for common C# navigation tasks in this repo.
Understand the already-done code, including best practices, linting, structure, patterns, etc, by reading it smartly, catching up the necessary context to implement features, or fix bugs.