Code Gen

Generate code, boilerplate, scaffolding

Showing 5257-5280 of 11222 skills
lv416e

architecture-decision-records

by lv416e

"Use when making any significant architectural decision - framework selection, infrastructure change, API design choice, database selection, pattern adoption - to record the decision in MADR format with full context, alternatives, and rationale so future engineers understand WHY 重要なアーキテクチャ上の意思決定(フレームワーク選定、インフラ変更、API設計選択、データベース選定、パターン採用)を行う際に使用 - MADR形式で完全なコンテキスト、代替案、根拠を記録し、将来のエンジニアがなぜその決定をしたか理解できるようにする"

API Dev 5 4mo ago
bnadlerjr

using-playwright-cli

by bnadlerjr

Browser automation via playwright-cli (microsoft/playwright-cli), the AI-agent-focused CLI for controlling browsers through Bash commands. Covers element reference system, snapshot workflow, session management, cookies, storage, network interception, and content capture. Use when the user asks to automate a browser, scrape a webpage, fill a form, test a UI flow interactively, capture screenshots, manage cookies/storage, intercept network requests, or drive any browser interaction from the terminal. NOT for npx playwright test runner or codegen.

CLI Tools 5 4mo ago
imgly

docs-nextjs

by imgly

Look up CE.SDK Next.js reference docs, guides, and configuration pages. Use when the user needs CE.SDK docs for Next.js — configuration, UI customization, export options, feature guides, or getting-started instructions. Also triggered by "IMG.LY", "CreativeEditor", "CE.SDK", or "cesdk" when the user needs an existing Next.js doc page. Not for writing code (use build) or concept explanations (use explain). <example> Context: User asks about Next.js configuration user: "How do I configure the editor in Next.js?" assistant: "I'll use /cesdk:docs-nextjs to look up configuration options." </example> <example> Context: User asks about SSR compatibility user: "Does CE.SDK work with Next.js server-side rendering?" assistant: "Let me use /cesdk:docs-nextjs to find the relevant documentation." </example>

Code Gen 5 4mo ago
ArcBlock

blocklet-converter

by ArcBlock

Converts static web or Next.js projects into ArcBlock blocklets using provided DID. Analyzes project structure, generates configuration files, and validates setup. Requires blocklet DID as parameter.

Code Gen 5 5mo ago
mseok

code-archaeology

by mseok

"Systematically review and understand old code, data, and analysis files. For reviving old projects, auditing inherited code, or preparing for R&R."

Code Gen 5 3mo ago
v1-io

interview-me

by v1-io

Collaboratively refine ideas through structured questioning - helping both Claude understand and the user crystallize their thinking. Use when the user provides an idea, feature request, Linear ticket, or concept that needs fleshing out. Triggers on requests like "interview me about X", "help me spec out Y", "I have an idea for Z", or when explicitly invoked. Output format adapts to context (update existing artifacts, create new specs, or just synthesize insights).

Code Gen 5 5mo ago
mseok

project-deck

by mseok

"Create presentation decks to communicate project status. For supervisor meetings, coauthor handoffs, or documenting progress."

Academic 5 3mo ago
lv416e

systematic-debugging

by lv416e

"Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions バグ、テスト失敗、予期しない動作に遭遇した際、修正を提案する前に使用 - 4フェーズフレームワーク(根本原因調査、パターン分析、仮説検証、実装)により、解決策を試す前に理解を確保"

Code Gen 5 8mo ago
mseok

retarget-journal

by mseok

"Retarget a paper to a different journal. Renames folders, swaps bib files, updates citation keys, reformats to target requirements, and compiles to verify."

Academic 5 3mo ago
imgly

docs-sveltekit

by imgly

Look up CE.SDK SvelteKit reference docs, guides, and configuration pages. Use when the user needs CE.SDK docs for SvelteKit — configuration, UI customization, export options, feature guides, or getting-started instructions. Also triggered by "IMG.LY", "CreativeEditor", "CE.SDK", or "cesdk" when the user needs an existing SvelteKit doc page. Not for writing code (use build) or concept explanations (use explain). <example> Context: User asks about SvelteKit configuration user: "How do I configure the editor in SvelteKit?" assistant: "I'll use /cesdk:docs-sveltekit to look up configuration options." </example> <example> Context: User asks about SvelteKit SSR user: "Does CE.SDK work with SvelteKit server-side rendering?" assistant: "Let me use /cesdk:docs-sveltekit to find the relevant documentation." </example>

Code Gen 5 4mo ago
mseok

make-obsidian-base

by mseok

Create a new Obsidian category note and matching base file in one step for vaults that use Categories/.md plus Templates/Bases/.base. Use when the user asks to add a new category/base pair, wants a one-command setup like /make-obsidian-base [category-name], or wants consistent category scaffolding.

CLI Tools 5 4mo ago
markus1189

plantuml

by markus1189

"Generates diagrams from text using PlantUML. Use when creating sequence diagrams, class diagrams, activity diagrams, C4 architecture diagrams, Gantt charts, mind maps, ER diagrams, or any visual diagram. Triggers on: diagram requests, architecture visualization, UML, flowcharts, system design, data modeling."

Automation 5 5mo ago
PedroCouto839

nano-banana-pro-prompts-recommend-skill

by PedroCouto839

Recommend suitable prompts from 6000+ Nano Banana Pro image generation prompts based on user needs. Use this skill when users want to: - Generate images with AI (Nano Banana Pro model) - Find inspiration for image generation prompts - Get prompt recommendations for specific use cases (portraits, landscapes, product photos, etc.) - Create illustrations for articles, videos, podcasts, or other content - Translate and understand prompt techniques

Code Gen 5 4mo ago
mseok

icml-reviewer

by mseok

Paper reviewer that evaluates machine learning research projects following official ICML reviewer guidelines. Provides comprehensive reviews with actionable feedback across all key dimensions: claims/evidence, relation to prior work, originality, significance, clarity, and reproducibility. Also provides formative feedback on incomplete drafts, proposals, and research code repositories. MANDATORY TRIGGERS: review paper, ICML review, paper review, evaluate paper, research paper feedback, ML paper review, conference review, academic review, paper critique, NeurIPS review, ICLR review, project proposal, research proposal, paper draft, early feedback, incomplete paper, work in progress, WIP review, review repo, review codebase, research project review

Academic 5 3mo ago
mseok

save-context

by mseok

"Save information from conversations to the user's task management context library. Use when the user says: 'save this to my context', 'remember this', 'add to my profile', 'update my current focus', 'add this person to my contacts', 'save this project info', or any variation of wanting to persist information for future AI sessions."

Code Gen 5 3mo ago
mseok

devils-advocate

by mseok

"Challenge research assumptions and identify weaknesses in arguments. Stress-test papers before submission or revision."

Academic 5 3mo ago
skyosev

solid-hunter-ts

by skyosev

Audit TypeScript class and interface design for SOLID violations — god classes, rigid extension points, broken substitutability, fat interfaces, and concrete dependency chains. Focuses on responsibility assignment and abstraction fitness. Use when: reviewing class hierarchies, preparing for extension with new variants, reducing coupling between services, or improving testability of class-heavy code.

Code Gen 5 4mo ago
tanstack-skills

tanstack-cli

by tanstack-skills

Project scaffolding CLI with 30+ integrations, custom templates, and MCP server for AI agents.

CLI Tools 25 5mo ago
WiseWong6

omega-prompt-forge

by WiseWong6

Create new prompts from scratch by analyzing user needs, selecting suitable prompt frameworks, and fusing OmegaPromptForge. Use when the user asks to 创建提示词/生成提示词, 设计 prompt 框架, or output a Markdown...

Code Gen 3 5mo ago
qodex-ai

document-chat-interface

by qodex-ai

Build chat interfaces for querying documents using natural language. Extract information from PDFs, GitHub repositories, emails, and other sources. Use when creating interactive document Q&A systems, knowledge base chatbots, email search interfaces, or document exploration tools.

Code Gen 34 5mo ago
qodex-ai

backend-database-specialist

by qodex-ai

Provide expert guidance on backend and database services. Advises on database design, APIs, authentication, and deployment.

Auth 34 5mo ago
near

near-dapp

by near

Build NEAR Protocol dApps. Use for: (1) creating new NEAR dApps with create-near-app (Vite+React, Next.js), (2) adding NEAR wallet connection to existing apps with @hot-labs/near-connect and near-connect-hooks, (3) building frontend UI for NEAR smart contracts, (4) integrating wallet sign-in/sign-out, contract calls, and transaction signing into web applications.

Code Gen 14 4mo ago
near

near-api-js

by near

Guide for developing with near-api-js v7 - the JavaScript/TypeScript library for NEAR blockchain interaction. Use when: (1) building apps that interact with NEAR blockchain, (2) creating/signing transactions, (3) calling smart contracts, (4) managing accounts and keys, (5) working with NEAR RPC API, (6) handling FT/NFT tokens on NEAR, (7) using NEAR cryptographic operations (KeyPair, signing), (8) converting between NEAR units (yocto, gas), (9) gasless/meta transactions with relayers, (10) NEP-413 message signing for authentication, (11) storage deposit management for FT contracts. Triggers on any NEAR blockchain development tasks.

API Dev 14 4mo ago
basecamp

skill-crafting

by basecamp

Create, edit, and refine agent skills through co-development and eval loops. Use for ANY question about skills or request to create/modify them.

Agents 45 5mo ago