Prompts

Prompt engineering and templates

Showing 1033-1056 of 4548 skills
Zal4DW

interview-master

by Zal4DW

This skill should be used when the user asks to "prepare for an interview", "do a mock interview", "what do interviewers look for", "I got rejected", or "help me after an interview". Provides interview preparation with STAR frameworks, interviewer perspective reports, realistic mock interview simulation, and post-interview coaching for rejection recovery.

Code Gen 97 6mo ago
vasilyu1983

docs-ai-prd

by vasilyu1983

Write PRDs, specs, and project context optimized for coding assistants (Claude Code, Cursor, Copilot, Custom GPTs). Includes CLAUDE.md generation, session planning, and templates for creating documentation that tools can execute effectively.

Code Gen 81 6mo ago
vasilyu1983

claude-code-skills

by vasilyu1983

Comprehensive reference for creating Claude Code skills with progressive disclosure, SKILL.md structure, references/ organization, frontmatter specification, and best practices for modular capability development.

Processing 81 7mo ago
vasilyu1983

project-astrology-numerology

by vasilyu1983

Use when developing astrology/numerology apps, validating chart calculations (timezone/DST, quadrant handling), or producing psychology-first interpretations. Expert advisor (30+ years) catches common bugs (D026-D028) and defines accuracy/test standards. (project)

Code Gen 81 7mo ago
vasilyu1983

ai-mlops

by vasilyu1983

Production MLOps and ML/LLM/agent security skill for deploying and operating ML systems in production (registry + CI/CD, serving, monitoring/drift, evaluation loops, incident response/runbooks, and governance), including GenAI security (prompt injection, jailbreaks, RAG security, privacy, and supply chain).

Processing 81 6mo ago
vasilyu1983

claude-code-mcp

by vasilyu1983

Configure and build Model Context Protocol (MCP) servers for Claude Code integration. Set up database, filesystem, git, and API connections. Build custom MCP servers with TypeScript/Python SDK, implement tools and resources, configure transports (stdio, HTTP), and deploy for production.

Processing 81 7mo ago
vasilyu1983

ai-prompt-engineering

by vasilyu1983

"Operational prompt engineering for production LLM apps: structured outputs (JSON/schema), deterministic extractors, RAG grounding/citations, tool/agent workflows, prompt safety (injection/exfiltration), and prompt evaluation/regression testing. Use when designing, debugging, or standardizing prompts for Codex CLI, Claude Code, and OpenAI/Anthropic/Gemini APIs."

Agents 81 6mo ago
vasilyu1983

agents-mcp

by vasilyu1983

Configure and build Model Context Protocol (MCP) servers for AI coding agent integration (Claude Code, Codex CLI). Set up database, filesystem, git, and API connections. Build custom MCP servers with TypeScript/Python SDK, implement tools and resources, configure transports (stdio, HTTP), and deploy for production. Advises when to use MCP vs direct tool calls.

API Dev 81 6mo ago
vasilyu1983

ai-llm-inference

by vasilyu1983

"Operational patterns for LLM inference: latency budgeting, tail-latency control, caching, batching/scheduling, quantization/compression, parallelism, and reliable serving at scale. Emphasizes production-grade performance, cost control, and observability."

Code Gen 81 6mo ago
vasilyu1983

agents-project-memory

by vasilyu1983

Configure project memory files (CLAUDE.md, AGENTS.md, CODEX.md) for persistent context, coding standards, architecture decisions, and team conventions. Reference for the 4-tier memory hierarchy, cross-platform compatibility, and quick-add commands.

Git & VCS 81 6mo ago
vasilyu1983

ai-llm

by vasilyu1983

Production LLM engineering skill. Covers strategy selection (prompting vs RAG vs fine-tuning), dataset design, PEFT/LoRA, evaluation workflows, deployment handoff to inference serving, and lifecycle operations with cost/safety controls.

Embeddings 81 6mo ago
vasilyu1983

agents-subagents

by vasilyu1983

Create and maintain AI coding agent subagents (.claude/agents/.md, .codex/agents/.md) with YAML frontmatter (name/description/tools/model/permissionMode/skills/hooks), least-privilege tool selection, delegation patterns (Task), context budgeting, and safety best practices.

Agents 81 6mo ago
vasilyu1983

agents-hooks

by vasilyu1983

Create event-driven hooks for AI coding agent automation (Claude Code, Codex CLI). Configure hook events in settings or frontmatter, parse stdin JSON inputs, return decision-control JSON, and implement secure hook scripts.

CLI Tools 81 6mo ago
vasilyu1983

project-astrology-vedic

by vasilyu1983

Vedic/Jyotish (sidereal) astrology calculations and interpretation including Kundali/Kundli, Lagna, Rashi (Moon sign), Nakshatra, Vimshottari Dasha, yogas, vargas (D-9/D-10), Sade Sati, prashna (horary), panchang/muhurta, and Ashtakoot compatibility. Use when user asks for Vedic/Jyotish/Indian astrology or mentions those terms; not for Western/Tropical, Chinese astrology, or Tarot. (project)

Code Gen 81 7mo ago
rookie-ricardo

transcript-polisher

by rookie-ricardo

将语音转录文本(访谈、演讲、播客、会议)精修为可读性更高的文章段落。当用户提到"字幕精修"、"transcript polish"、"润色字幕"、"把视频字幕整理成文章"、"访谈文字整理"、处理访谈记录、转录文本优化、语音转文字整理、或者需要将大段对话/演讲文本整理成可读文章时触发。适用于单人演说或多人对谈的转录文本整理,要求保留原句原词、拒绝高度概括。即使用户只是说"帮我整理一下这段文字"并附上了明显的口语化文本,也应该触发此技能。

Prompts 933 5mo ago
vasilyu1983

marketing-ai-search-optimization

by vasilyu1983

"Improve visibility in AI search and answer engines (ChatGPT, Perplexity, Gemini, Google AI Overviews) using GEO: crawl controls (robots/WAF/llms.txt), answer-ready content and entity pages, citation strategy, and measurement (query bank, share of model)."

Prompts 81 6mo ago
stellarlinkco

prototype-prompt-generator

by stellarlinkco

This skill should be used when users need to generate detailed, structured prompts for creating UI/UX prototypes. Trigger when users request help with "create a prototype prompt", "design a mobile app", "generate UI specifications", or need comprehensive design documentation for web/mobile applications. Works with multiple design systems including WeChat Work, iOS Native, Material Design, and Ant Design Mobile.

Design 2.8K 9mo ago
stellarlinkco

skill-install

by stellarlinkco

Install Claude skills from GitHub repositories with automated security scanning. Triggers when users want to install skills from a GitHub URL, need to browse available skills in a repository, or want to safely add new skills to their Claude environment.

Git & VCS 2.8K 8mo ago
vasilyu1983

docs-codebase

by vasilyu1983

Technical writing patterns for README files, API documentation, architecture decision records (ADRs), changelogs, contributing guides, code comments, and docs-as-code workflows. Covers documentation structure, style guides, Markdown best practices, and documentation testing.

Code Gen 81 6mo ago
vasilyu1983

ai-agents

by vasilyu1983

Production-grade AI agent patterns with MCP integration, agentic RAG, handoff orchestration, multi-layer guardrails, observability, token economics, ROI frameworks, and build-vs-not decision guidance (modern best practices)

Agents 81 6mo ago
vasilyu1983

document-pdf

by vasilyu1983

Extract text/tables from PDFs, create formatted PDFs, merge/split/rotate, handle forms and metadata. Supports pdf-lib/pdfkit (Node.js) and pypdf/pdfplumber/ReportLab (Python).

Code Gen 81 6mo ago
vasilyu1983

claude-code-commands

by vasilyu1983

Create slash commands for Claude Code with $ARGUMENTS handling, agent invocation patterns, and template best practices. Reference for building user-triggered workflow shortcuts.

CLI Tools 81 7mo ago
romiluz13

github-research

by romiluz13

"Internal skill. Use cc10x-router for all development tasks."

Academic 163 6mo ago
rominirani

license-header-adder

by rominirani

Adds the standard open-source license header to new source files. Use involves creating new code files that require copyright attribution.

Code Gen 566 7mo ago