- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
architect-pro
by YuniorGlez
Advanced Software Architecture Masterclass. Implements Clean Architecture, Hexagonal (Ports & Adapters), and DDD for 2026 ecosystems (Next.js 16.2, React 19.3, Node.js 24). Optimized for AI-driven development.
image-creation
by cklxx
Generate or refine images with Seedream (text-to-image + image-to-image).
json-render-templates
by cklxx
Json-render protocol templates for flowchart, form, dashboard, info cards, gallery, table, kanban, and diagram.
anthropic-docs-updater
by adaptationio
Automated documentation update mechanism for anthropic-expert skill. Five-step workflow from update detection through documentation fetching and processing to skill integration and validation. Use when updating Anthropic documentation, checking for new releases, fetching latest docs, keeping anthropic-expert current, or synchronizing with Anthropic product changes.
fail-fast
by yanko-belov
Use when handling errors. Use when tempted to catch and swallow exceptions. Use when returning default values to hide failures.
context-distiller
by YuniorGlez
"Senior Context Architect & Memory Engineer. Expert in Automated Context Packing, Symbol Indexing, and Agent Rehydration for 2026."
email-drafting
by cklxx
快速拉齐受众、目的、语气和 CTA 的邮件写作 SOP,覆盖新建邮件与回复线程两种常见场景。
ac-autonomous-orchestrator
by adaptationio
Main orchestrator for autonomous coding operations. Use when running autonomous sessions, coordinating components, managing the full lifecycle, or orchestrating implementations.
okr-management
by cklxx
创建和管理 OKR(目标与关键结果),支持创建、回顾和进度更新工作流。
commit
by agoodway
Generate professional git commit message based on changes
document
by agoodway
Generate focused documentation for components, functions, APIs, and features
encapsulation
by yanko-belov
Use when exposing internal state. Use when making fields public for convenience. Use when external code modifies object internals.
open-closed-principle
by yanko-belov
Use when adding new functionality to existing code. Use when tempted to add if/else or switch branches. Use when extending behavior of existing classes.
electrobun
by rajavijayach
Build, scaffold, debug, and ship desktop applications with Electrobun — an ultra-fast TypeScript desktop app framework using Bun as the runtime and native OS webviews. This skill provides comprehensive guidance for building cross-platform desktop applications with TypeScript, covering project scaffolding, window management, main↔webview RPC communication, native UI integration, auto-updates, and distribution. Use this skill when the user mentions Electrobun, wants to build a desktop app with TypeScript or Bun, asks about BrowserWindow, BrowserView, RPC between main and webview processes, app bundling, cross-platform desktop development, or needs help with menus, tray icons, updater setup, or packaging for distribution. Also trigger when they say "desktop app" and are using or considering Bun. Common triggers include: "create Electrobun app", "desktop application TypeScript", "Bun desktop app", "BrowserWindow", "webview RPC", "Electrobun tutorial", "desktop app updater", "cross-platform desktop", "macOS app with Bun", "Windows desktop app TypeScript", or any discussion about building native desktop applications with web technologies and Bun runtime.
autonomous-master
by adaptationio
Master orchestrator for autonomous coding projects. Use when starting autonomous projects, continuing sessions, checking status, or running complete autonomous workflows.
auto-skill-creation
by cklxx
自动创建技能并将重复流程沉淀为技能,支持使用 Codex/Claude 等外部代理执行任务并生成技能文件。
ac-spec-generator
by adaptationio
Generate feature lists from specifications. Use when creating feature_list.json, converting requirements to features, generating 50-100+ testable features, or initializing autonomous projects.
api-versioning
by yanko-belov
Use when designing or modifying APIs. Use when adding breaking changes. Use when clients depend on API stability.
electrobun-window-management
by rajavijayach
Advanced window and view management patterns for Electrobun desktop applications. This skill covers multi-window architectures, BrowserView for embedded webviews, window lifecycle management, window orchestration, tab systems, and complex window hierarchies. Use this skill when building applications with multiple windows, implementing browser-like tab interfaces, managing parent-child window relationships, creating floating panels or toolbars, implementing picture-in-picture modes, managing window state persistence across sessions, or building applications that require sophisticated window coordination. Triggers include "multiple windows", "tab system", "BrowserView", "window orchestration", "floating window", "child window", "window state", "window manager", "multi-window app", or discussions about complex window management in Electrobun desktop applications.
dependency-inversion-principle
by yanko-belov
Use when a class creates its own dependencies. Use when instantiating concrete implementations inside a class. Use when told to avoid dependency injection for simplicity.
idempotency
by yanko-belov
Use when creating mutation endpoints. Use when trusting frontend to prevent duplicates. Use when payments or critical operations can be repeated.
app-intents-expert-skill
by rudrankriyam
Expert App Intents guidance for building Siri, Shortcuts, Spotlight, Apple Intelligence, and interactive snippet integrations on iOS 26+. Use when implementing AppIntent, AppEntity, AppEnum, EntityQuery, AppShortcutsProvider, SnippetIntent, SiriTipView, IndexedEntity, or when making an app work with Siri, Shortcuts, Spotlight, Apple Intelligence, Visual Intelligence, Action Button, or Apple Pencil. Also use when asked about App Intents architecture, intent-driven development, or migrating from SiriKit.
tmux-lanes
by jesseposner
Manage a multi-agent tmux workspace. Status, allocation, prompt drafting, cleanup.
immutability
by yanko-belov
Use when modifying objects or arrays. Use when tempted to mutate function parameters. Use when state changes cause unexpected bugs.