Skill Doc Delivery
burgebj
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables
智能体技能是一个包含指令、脚本和资源的文件夹,智能体按需加载。与 MCP 服务器不同,它不运行自己的进程,因此在上下文上更省,也更容易审查。
第 673–696 条,共 935 条
burgebj
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables
burgebj
Post-ship doc sync across project markdown. Use when: sync docs, update docs, document changes, release notes.
burgebj
Wrap up a branch — run tests, create PR, merge or discard — use when implementation is done
burgebj
Lock in user goals upfront and validate outputs against them — use to prevent scope drift
burgebj
Switch to Knowledge Work mode for research and writing — use when task is non-code focused
burgebj
Craft better prompts using proven optimization techniques — use when your prompt needs refinement
burgebj
Roll back to a previous checkpoint via git — use when a change went wrong and you need to revert
burgebj
Package and finalize completed work for delivery — use when a feature is done and ready to ship
burgebj
Review code in two passes: spec compliance then quality — use for thorough PR or feature reviews
burgebj
Process screenshot-based UI/UX feedback to fix visual issues — use when users share screenshots of bugs
MaTo8888
タスクごとのバジェット、支出コントロール、ノンカストディアルウォレットを備えた x402 決済実行を AI エージェントに追加します。agentwallet-sdk を通じて Base をサポートし、OKX Payments / OKX エージェント決済プロトコルを通じて X Layer をサポートします。
MaTo8888
Claude Code 上に永続的なマルチエージェントオペレーティングシステムを構築します。カーネルアーキテクチャ、スペシャリストエージェント、スラッシュコマンド、ファイルベースのメモリ、スケジュールされた自動化、外部データベースなしの状態管理をカバーします。
MaTo8888
ECC の現在のエージェント、スキル、コマンド、フック、ルール、インストールプロファイル、およびプロジェクトオンボーディングをガイドしています。ライブリポジトリサーフェスを読んでから回答するようユーザーをガイドします。
MaTo8888
Ktor サーバーパターン(ルーティング DSL、プラグイン、認証、Koin DI、kotlinx.serialization、WebSocket、testApplication テストを含む)。
MaTo8888
Quarkus認証、認可、JWT/OIDC、RBAC、入力検証、CSRF、シークレット管理、依存関係セキュリティのセキュリティベストプラクティス。
MaTo8888
JUnit 5、Mockito、REST Assured、Camelテスト、JaCoCoを使用したQuarkus 3.xのテスト駆動開発。機能追加、バグ修正、またはイベント駆動サービスのリファクタリング時に使用。
MaTo8888
Quarkusプロジェクト検証ループ:ビルド、静的分析、カバレッジ付きテスト、セキュリティスキャン、ネイティブコンパイル、本番環境またはPR前の差分レビュー。
MaTo8888
実写素材のカット、構築、強化のためのAI支援ビデオ編集ワークフロー。生の撮影素材からFFmpeg、Remotion、ElevenLabs、fal.aiを経て、DescriptまたはCapCutで最終仕上げを行う完全なパイプラインをカバーする。ユーザーがビデオの編集、素材のカット、vlogの作成、またはビデオコンテンツの構築を望む場合に使用する。
edp43273-glitch
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Use when planning or implementing database schema changes.
edp43273-glitch
Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.
edp43273-glitch
Go testing best practices including table-driven tests, test helpers, benchmarking, race detection, coverage analysis, and integration testing patterns. Use when writing or improving Go tests.
edp43273-glitch
Python-specific design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, type hints, and package organization. Use when working with Python code to apply Pythonic patterns.